@charset "windows-874";
body,td,th {
	font-family: Microsoft Sans Serif, MS Sans Serif;
	font-size: 1em;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/page_bg.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

a:link {
	color: #003399;
}
a:visited {
	color: #003399;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #FF6600;
}

/*----------ส่วนเมนูด้านซ้าย-----------*/

.menu_right {
	background-color: #7D94EC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D2DAF9;
}

.menu_left {
	background-color: #0B0B77;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D2DAF9;
}

#navigation ul {
  list-style: none;
  margin-left: 0em;
  margin-top: 0;
  margin-right: 0em;
  padding: 0;
}

#navigation li {
	border-bottom: 1px solid #C4CEF7;
}

#navigation li a:link, #navigation li a:visited  {
  font-size: 0.9em;
  display: block;
  padding: 0.4em 0 0.4em 0.5em;
  border-left: 12px solid #0B0B77;
  background-color: #7D94EC;
  color: #000000;
  text-decoration: none;
}

#navigation li a:hover {
  background-color: #0B0B77;
  color: #FFFFFF;
}

* html #navigation li a {
  width: 100%;
}

/*----------ส่วนแท็บ-----------*/

#header {
  float: left;
  width: 100%;
  border-bottom: 1px solid #8DA5FF;
  margin-left: 0px;
  margin-top: 0.5em;
  margin-bottom: 0px;
}

#header ul {
  margin: 0;
  margin-left: 1em;
  padding: 0em 0 0 0;
  list-style: none;
}

#header li {
  float: left;
  background-image: url("images/tab_left.gif");
  background-repeat: no-repeat;
  margin: 0 1px 0 0;
  padding: 0 0 0 8px;
}

#header a {
  float: left;
  display: block;
  background-image: url("images/tab_right.gif");
  background-repeat: no-repeat;
  background-position: right top;
  padding: 0.2em 10px 0.2em 0;
  text-decoration: none;
  font-size: 0.9em; 
/*  font-weight: bold; */
  color: #333366;
}
#progress #header li.progress,
#synosis #header li.synopsis,
#allscenechart #header li.allscenechart,
#cast #header li.cast,
#set #header li.set,
#shootday #header li.shootday,
#search #header li.search,
#team #header li.team {
    background-image: url("images/tab_active_left.gif");
}
#progress #header li.progress a,
#synosis #header li.synopsis a,
#allscenechart #header li.allscenechart a,
#cast #header li.cast a,
#set #header li.set a,
#shootday #header li.shootday a,
#search #header li.search a,
#team #header li.team a {
  background-image: url("images/tab_active_right.gif");
  background-color: transparent;
  color:#FFFFFF;

/*-------สำหรับส่วนอื่นๆ---------*/  
  
}.left_pan {
	background-color: #C7D6FD;
}
.footer {
	font-size: 0.7em;
	color: #666666;
}
.head_font {
	font-size: 1.5em;
	font-weight: bold;
}
.normal_font {
	font-size: 0.9em;
}
.story_name {
	font-size: 2em;
	font-weight: bold;
}
.table_head_big {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
}
.table_head_normal {
	font-size: 0.9em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
}

.table_row_normal {
	font-size: 0.9em;
	color: #000000;
}

thead {display: table-header-group;}

.highlight {
	font-weight: bold;
	background-color: #FFCC00;
}

.hilightgreen {
	color: #000000;
	background-color: #00CC00;
}
.hilightyellow {
	color: #000000;
	background-color: #FFFF33;
}

.noprint_inline {
   display: inline;  
}
.noprint {
   display: block
}
.printonly {
   display: none; 
}
.printonly_inline {
   display: none; 
}

.callsheet_table {
	width: 70%;
}

