@charset "utf-8";
/* CSS Document */

body{
background:url(../images/bgg.jpg) repeat-x fixed #000000;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
margin:0 0 0 0;
padding-left:3px;
min-height: 1081px;

}

.head{
width:866px;
height:171px;
background:url(../images/head.jpg);
background-repeat:no-repeat;
}

a.menu {

	color: #FFFFFF;
	text-decoration: none;
}
a.menu:visited {
	color:#ffffff;
	text-decoration: none;
}
a.menu:hover {
	color: #FF9900;
	text-decoration: none;
}
a.menu:active {
	color:#FF9900;
	text-decoration: none;
}
a.menu:link {
	text-decoration: none;
}
.foot{

width:866px;
height:111px;
background: url(images/footer.jpg);
background-repeat:repeat-x;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#cccc99;
padding:10px;
}

.h1{
font-family:"Century Gothic";
font-size:24px;
color:#FF6600;
}


.h2{
font-family:"Century Gothic";
font-size:22px;
color:#FFf;
padding:5px;
}

.h3{
font-family:"Century Gothic";
font-size:14px;
color:#005CB9;
padding:5px;
}

.top_menu{
margin:auto;
text-align:left;

}
ul.top_menu
{
margin-left: 0;
padding-left: 0;
margin:auto;
}

.top_menu li
{
list-style-type: none;
}
.top_menu a {
color:#FFF; 

}

.top_menu a:link, .top_menu a:visited
{
color:#fff;
text-decoration: none;
}

.top_menu a:hover
{
color: #FF6600;
text-decoration: none;
}
/* end of yts css  */
p {
color:#005CB9;
margin:0;
}
/* text styles */
.bold { 
	font-weight: bold; 
}

.center {
	text-align: center; 
}

.left {
	text-align: left;
}
.right {
	text-align: right;
}

.notes {
	font-size:10px;
	color:#333333;
}

.infoMessage {
	text-align:center;
	color:#FF0000;
}

/* Borders */
.bd_gray {
	border: 1px solid #cccccc;
}

/* Backgrounds */
.bg_gray {
	background: #cccccc;
}

.bg_white {
	background: #ffffff;
}

/* Backgrounds */
.bg_odd {
	background: #efefef;
}

.bg_even {
	background: #ffffff;
}

/* Links */
/*a:link { color: #0000ff; }
a:visited { color: #0000ff; }
a:hover { color: #0000cc; }

a.copy:link { color: #db1e22; }
a.copy:visited { color: #db1e22; }
a.copy:hover { color: #808080; }*/


div.contentSection {
	margin:10px 0 10px 0;
	padding:6px;
	border:thin solid #cccccc;
}

div.contentSection h2 {
	margin-left:0;
	font-size:14px;
}



/* Start data table formating */

.dataTable {
	border:thin solid #8A85B9;
}

.dataTable tr.rowA {
	background-color:#fff;
}

.dataTable tr.rowB {
	background-color:#E8E7F1;
}

.dataTable thead td{
	font-weight:bold;
	text-align:center;
	padding:3px;
	vertical-align:bottom;
	border:solid thin #8A85B9;
}

.dataTable thead tr {
	background-color: #96B8F5;
}

.dataTable tbody td {
	border:thin solid #8A85B9;
	empty-cells:show;
	padding:3px;
	vertical-align:top;
}
/* End dataTable formating */

td.dataChar {
	text-align:left;
}

td.dataNum {
	text-align:right;
}

td.commands {
	text-align:center;
}

/* End data table formating */

/* message & notice formating */
.errorMessage {
	background-color:#FFCCCC;
	border:2px solid #CC3333;
	padding:10px;
	font-size:12px;
}

.error {
	font-weight: bold !important;
	color: red !important;
}

.warnMessage {
	background-color:#FFFF66;
	border:2px solid #FFCC33;
	padding:10px;
}

.successMessage {
	background-color:#BDF5B1;
	border:2px solid #009933;
	padding:10px;
}
#error_msg{
font-size:11px;
padding:12px;
color:red;
}
#populated{
padding-top:15px;
text-align:center;
font-size:12px;
color:#000000;
}
.errormsg{
color:red;
}
td.drawline{
width:135px;
border-right:1px dashed #cccccc;
text-align:left;
}
.search_result{
float:left;border:1px solid #cccccc;margin:0 0 10px 10px;padding:5px 5px 0 5px;
}
.even{
background:#ffffff;
}
.odd{
background:#dddddd;
}
.search_pic {
width:100px;
}
/* end message & notice formating */