/*GENERIC*/
body {
    font-family: arial, helvetica, sans-serif;
	font-size: 10pt; 
	color: #000;
	padding: 0px;
	margin: 0px;
}
a {
	text-decoration: none;
}
a img {
	border: none;
}
select{
    border:1px solid rgb(56,142,29);
    font-size: 12px;
}
input{
    border:1px solid rgb(56,142,29);
    font-size: 10pt;
	font-family: arial, helvetica, sans-serif;
	//width: 14em;
}
/*CLASSES*/
.li-light {
	font-family:AngsanaUPC;
	font-size:20px;	
	font-weight : bold;
	color: #0b5ab3;
}
.li-light:hover {
	font-weight : bold;
	color: #ba1307;
}
.li-light:active {
	font-weight : bold;
	color: #0b5ab3;
}
.li-dark {
	font-family:AngsanaUPC;
	font-size:20px;	
	font-weight : bold;
	color: #0f6903;
}
.li-dark:hover {
	font-weight : bold;
	color: #388E1D;
}
#li-dark1{
visibility:hidden;
}
#li-dark2{
visibility: visible;
}
.titles {
	font-size: 16pt;
	font-weight: bold;
	list-style-type: none;
	margin: 20px;
	padding-right: 10px;
}
.titles img {
	margin-left: 7px;
	margin-right: 7px;
}
.title-out {
	color: #1E3591;
}
.title-out span {
    font-size : 12pt;
    font-weight : bold;
	color: #1E3591;
}
.title-over { 
	color: #398D1D;
}
.title-over span {
    font-size : 12pt;
    font-weight : bold;
	color: #398D1D;
    cursor : pointer;
}
.report-text { 
	margin-bottom : 20px;
    width         : 95%;
}
.text_12 {
    font-size   : 12pt;
}
.text_10 {
    font-size   : 10pt;
}
.text_8 {
    font-size   : 8pt;
}
.bold {
    font-weight : bold;
}
.green {
    color : #398D1D;
}
.blue {
    color : #1E3591;
}
div #text_title {
    
}
div #text_body {
    padding-left : 0px;
}

.table_input_box {
    
}
.table_input_box div {
    height:16px;	
    padding          : 2.6px 10px 2.5px 10px;
    background-color : #ADB9D6;
}
.table_input_box td input {
    width  : 200px;
    border-color : #ADB9D6;
}
div #dropdown {
    margin-left : 20px;
}
.dropdown {
    width : 200px;
}
.link_list {
    margin-left : 10px;
    width : 360px;
}
.pointer {
    cursor : pointer;
}

.main-section {
	padding-left: 20px;
}
.trade-mark {
	vertical-align: super;
	font-size: 7pt;
	font-weight: bold;
}
.help-icon {
	float: right;
	margin-top: -20px;
}
.odd {
	background-color:#E8ECF1;
}
.even {
	background-color:#DFE8FF;
}
.numcell {
	text-align: right;
}

/*IDS*/
#table_grid {
	height:100%;
	width:100%;
	border-collapse:collapse;
}
#table_grid th {
	background-color:#ffffff;
	color:#1E3591;
	height:16px;
}
#table_grid td {
	background-color:#D4D0C8;
}
#head_wrapper {
background-image:url(../images/header_bg.jpg);
background-repeat: repeat-x;
height:185px;
width: 100%;
float: left;
}

#header {
    width : 756px;
    min-width : 756px;
	margin : auto;
	background-image:url(../images/head_bg.jpg);
	background-repeat:no-repeat;
	height:185px;
	border-bottom:none;
	border-left: 1px solid #003300;
	border-right: 1px solid #003300;
	background-color:none;
}
.txtHeader{
font-family: AngsanaUPC;
font-size:20px;
font-weight: bold;
color: #CC0000;
padding:2px;
width:200px;
}
#logo {
	margin-left: 5px;
	margin-top: 15px
}
#left_menu {
	margin: 0px 0px 0px -1px;
	padding-left: 10px;
	float: left;
	border-collapse: collapse;
	border-spacing: 0px;
	background-color: #a02c2c;
	background-image:url(../images/left_bg.jpg);
	height: 100%;
	width: 155px;
	background-repeat: repeat;
}
#menu_wrapper {
background-image:url(../images/grass.png);
background-repeat:repeat-x;
background-color: #00144d;
width: 100%;
height: 100%;
float: left;
}

#mainMenu {
    width : 757px;
    min-width : 757px;
	height: 30px;
	margin : auto;
	background-image:url(../images/innerMN.png);
	background-repeat:repeat-x;
	border-top:none;
	border-left: 1px solid #003300;
	border-right: 1px solid #003300;
	background-color:none;
}
.txtMenu{
font-family:AngsanaUPC;
font-size:20px;
font-weight:bold;
color:#006600;
}
#picHover{
text-decoration:none;
}
#body_wrapper {
	background-image:url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color:#00144d;
	width: 100%;
	height: auto;
	float: left;
}

#body_main {
    width : 756px;
    min-width : 756px;
	height: 100%;
	margin : auto;
	border-top:none;
	border-left: 2px solid #003300;
	border-right: 1px solid #003300;
	background-color: #ffffff;
}
#sidebar {
	width: 155px;
	float: left;
	margin: 0px 0px 0px -3px;
	position: relative;
	top: -3px;
    line-height : 1.4;
}
#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#sidebar li {
	margin: 3px 4px -2px 4px;
	width: 140px;
	padding: 2px;
	padding-left: 4px;
	cursor: pointer;
}
#content {
	width: 570px;
	float: left;
}
#content table {
	margin-right : 30px;
	background-color: #ffffff;
}
#content-top {
}
#content-inner {
	padding : 5px 0px 0px 5px;
	background-color: #ffffff;
}
#index-titles div {
    width : 360px;
	margin: 0px;
}
#step-nav {
	float: right;
	color: rgb(0,40,123);
	font-weight: bold;
}
#step-nav a {
	color: rgb(0,40,123);
}
#body_right {
	width: 10%;
	float: left;
}
#foot_wrapper {
	/*background-color: rgb(173,185,213);*/
	background-color: rgb(250, 250, 240);
	width: 100%;
	height: auto;
	float: left;
}
/*PRINTING ID*/
#print-header {
	float: left;
	background-color: #FFF;
	width: 100%;
}
#print-logo {
	margin-left: 5px;
	float: left;
}
#print-content-top {
	float: right;;
}
#print-content-top-wrapper {
	float: left;
	background-color: rgb(232,242,229);
	height: 50px;
	width: 100%;
}
#print-content {
	float: right;
	padding-right: 10px;
}
#print-report-info {
	float: right;
	width: 500px;
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	line-height: 15pt;
}
#print-report-info table {
	width: 100%;
}
#print-titles {
	float: right;
	width: 500px;
	margin-top: 30px;
	margin-bottom: 20px;
	padding-right: 0px;
	font-size: 14pt;
}
#print-report {
	float: right;
	width: 500px;
}
#print-report-title {
	color: rgb(0,40,123);
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 10px;
}
#print-report table {
	border-collapse: collapse;
	font-size: 9pt;
	font-family: times, sans-serif;
	width: 100%;
}
#print-report th {
	color: rgb(56,142,29);
	border-bottom: 1px solid rgb(56,142,29);
	vertical-align: top;
	text-align: left;
	line-height: 12pt;
	padding-right: 12px;
}
#print-report td {
	vertical-align: top;
	line-height: 18pt;
	padding-right: 12px;
}
#print-report .track-title {
	width: 200px;
}
/*PRINTING CLASSES*/
.green {
	color: rgb(56,142,29);
}
/*UPDATE TRACK IDS*/

/*UPDATE TRACK CLASSES*/
.update-track-table {
	line-height: 14pt;
}
.update-track-table th {
	text-align: left;
	color: rgb(56,142,29);
	font-size: 11pt;
}
.trackRow {
	vertical-align: top;
}
.xp-drop-down {
	border: 1px solid rgb(56,142,29);
	border-left: none;
	background-color: #FFF;
	padding: 6.5px;
	vertical-align: bottom;
}
.hideLocationDD {
	display: none;
	z-index: 0;
}
.showLocationDD {
	position: absolute;
	z-index: 100;
	margin: 0px;
	padding: 0px;
	width: 14em;
	line-height: 10pt;
	font-size: 10pt;
}
.showLocationDD ul {
	margin: 0px;
	padding: 0px;
	width: 14em;
}
.showLocationDD li {
	display: list-item;
	list-style-type: none;
	border: 1px solid rgb(56,142,29);
	border-top: none;
	background-color: #FFF;
	width: 14em;
	z-index: 1000;
}
.showLocationDD li:hover {
	background-color: rgb(173,185,213);
}
/*INDEX TRACK IDS*/
#index-header {
	width: 100%;
	background-color: #FFF;
}
#index-body {
	color: rgb(0,40,123);
	padding-left: 300px;
	padding-top: 150px;
	font-weight: bold;
	line-height: 25pt;
	cursor: pointer;
}
#front-title {
	font-size: 30pt;
}
/*INDEX TRACK CLASSES*/
/* TOOLTIPS */
#dhtmlgoodies_tooltip{
	background-color:#FFF;
	border:1px solid rgb(0,40,123);
	position:absolute;
	display:none;
	z-index:20000;
	padding:2px;
	font-size:10pt;
	line-height: 14pt;
	-moz-border-radius:6px;	/* Rounded edges in Firefox */
	font-family:  arial, sans-serif;
	
}
#dhtmlgoodies_tooltipShadow{
	position:absolute;
	background-color:#555;
	display:none;
	z-index:10000;
	opacity:0.7;
	filter:alpha(opacity=70);
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
	-moz-border-radius:6px;	/* Rounded edges in Firefox */
}
.tdcaption {
 	font-weight: bolder;
	padding-right: 5px;
}
/******** For Date ********/
table.dateTbl {
	padding        : 0px;
	margin         : 0px;
	border-spacing : 0px;
	width          : 230px;
	font-size      : 13px;
}
select.select {
	margin    : 0px;
	padding   : 0px;
	font-size : 13px;
}
div.showDate {
	empty-cells    : show;
	border         : 1px solid #999;
	text-align     : center;
	color          : #555;
	font-weight    : bold;
	height         : 18px;
	padding        : 0px;
	vertical-align : middle;
	padding-left   : 3px;
	width          : 130px;
	font-size      : 15px;
	cursor         : pointer;
	margin         : 0px;
	line-height    : 18px;
	
}

/**************************/

div.divHead {
    background-color:#93a070;
    border:1px solid #93a070;
    border-bottom:0px;
    width:640px;
    height:20px;
    margin-top:5px;
    margin-left:50px;
    padding:3px 0px 3px 0px;
}

div.divBody {
    background-color:#DAEDA6;
    border:1px solid #93a070;
    width:640px;
    height:160px;
    margin-left:50px;
    padding:10px 0px 10px 0px;
}
