body {
margin: 0px;
padding: 0px;
font-family: Verdana, helvetica, sans-serif;
font-size: 12px;
color: #000;
background: #FFF;
text-align: left;
}

#mytable table {
font-family: verdana, helvetica, sans-serif;
font-size: 12px;
text-align: left;
color: #000;
}

#mytable th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica,
	sans-serif;
	color: #6D929B;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(./images/bg_header.jpg) no-repeat;
}

#mytable th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

#mytable th.spec {	
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(./images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica,
	sans-serif;
}

#mytable th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(./images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica,
	sans-serif;
	color: #B4AA9D;
}

#mytable td.cellborder {
	padding: 6px 6px 6px 6px;
	border-top: 1px solid #d0ccc9;
	border-left: 1px solid #d0ccc9;
	border-right: 1px solid #d0ccc9;
	border-bottom: 1px solid #d0ccc9;
	background-color: #FFF;
}

A:link {
	color: #666666;
	text-decoration: none;
}

A:visited {
	color: #666666;
	text-decoration: none;
}

A:active {
	color: #666666;
	text-decoration: none;
}

A:hover {
	color: #333333;
	text-decoration: none;
}

A.dark:link {
	color: #666666;
	text-decoration: none;
}

A.dark:visited {
	color: #666666;
	text-decoration: none;
}

A.dark:active {
	color: #666666;
	text-decoration: none;
}

A.dark:hover {
	color: #333333;
	text-decoration: none;
}


P {
	font-size: 12px;
	font-family : Verdana;
}

td.dark {
	font-size: 11px;
	font-family : Tahoma;
	color : #FFDE9B;
}

P.dark {
	font-size: 11px;
	font-family : Verdana;
}

td.smaller {
	font-size: 11px;
	font-family : Tahoma;
	color : #666666;
}

td.smallertable {
	font-size: 11px;
	font-family : Tahoma;
	color : #666666;
	padding: 6px 6px 6px 6px;
}

P.smaller {
	font-size: 11px;
	font-family : Tahoma;
	color : #666666;
}

}
td.topbar {
background-image: url(images/topbar.gif);
	font-size: 11px;
	font-family : Tahoma;
	color : #666666;
}

td.topbg {
background-image: url(images/topbg.gif);

}
	.suggestion_list
	{
	background: white;
	border: 1px solid;
	padding: 4px;
	}
	
	.suggestion_list ul
	{
	padding: 0;
	margin: 0;
	list-style-type: none;
	}
	
	.suggestion_list a
	{
	text-decoration: none;
	color: navy;
	}
	
	.suggestion_list .selected
	{
	background: navy;
	color: white;
	}
	
	.suggestion_list .selected a
	{
	color: white;
	}

	#autosuggest
	{
	display: none;
	}

	.header1{
	font:20px/20px tahoma, arial, helvetica, sans-serif;
	color:#747474;
	font-weight:bold;
}

	.header2{
	font:20px/20px tahoma, arial, helvetica, sans-serif;
	color:#ffffff;
	font-weight:bold;
}

.error {
	font:9px/11px tahoma, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #C00
}

.header{
	font:9px/11px tahoma, arial, helvetica, sans-serif;
	font-weight:bold;
}

.option{
	font:11px/13px tahoma, arial, helvetica, sans-serif;
}

tr.alt td { background: #ecf6fc }
tr.over td { background: #bcd4ec }

#spectext {
 display : none; 
}

#table  {
    width: 100%;
    overflow: scroll;
} 

#obstable  {
    width: 100%;
    overflow: scroll;
} 

#itutable  {
    width: 100%;
    overflow: scroll;
} 

#paintable  {
    width: 100%;
    overflow: scroll;
} 