body {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

div, td, p, span {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #858585;
}

a {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #3f9790;
	font-weight: bold;
	text-decoration:underline;
}

form {
	margin: 0px;
	padding: 0px;	
}

#supHeader {
	height: 30px;
	border-bottom: 5px solid #868782;
	text-align: right;
}

#supHeader span {
	padding-right: 7px;
}

#header {
	border-top: 1px solid #ffffff;
}

#menuContainer {
	width: 200px;
	vertical-align:top;
	border-bottom: 1px dotted #d6d6d6;
}

#menuContainer div{
	width: 100%;
	text-align:right;
	padding-top: 7px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #cacaca;
}

#menuContainer div a{
	text-transform:uppercase;
	font-weight: bold;
	font-size: 10px;	
	text-decoration:none;
	padding-right: 7px; 
	border-right: 3px solid #ffffff; 	
	color: #858585;
}

#menuContainer div a:hover, #menuContainer div a.current{
	border-right: 3px solid #858585;
	color: #858585; 	
}

#contContainer {
	width: 480px;
	vertical-align:top;
	padding-top: 18px;
	text-align: left;
}

div.h {
	text-transform:uppercase;
	font-weight: bold;
	font-size: 10px;
}

div.h span{
	color: #73b9ac;
	font-size: 10px;	
}

table.problems {
	margin-top: 10px;
}

table.problems td.problem {
	width: 120px;
	vertical-align:top;
}

table.problems td.problem div.header{
	font-weight: bold;
	color: #3f9790;
	padding-top: 10px;
	padding-bottom: 8px;
}

a.detailslnk{
	display:block;
	padding-right: 15px;
	margin-top: 6px;
	background-image: url(/details.gif);
	background-position: right 4px;
	background-repeat:no-repeat;
	text-align: right;
	text-decoration: none;
	font-weight: normal;	
}

table.problems td.separator{
	width: 55px;
	background-image: url(/vsep.gif);
	background-position: 27px;
	background-repeat:repeat-y;
}

table.roundrectang {
	width:100%;
}

table.roundrectang td.tl{
	width: 5px; height: 5px;
	background-image: url(/a_tl.png);
}

table.roundrectang td.mt{
	height: 5px;
	background-image: url(/a_mt.png);
}

table.roundrectang td.tr{
	width: 5px; height: 5px;
	background-image: url(/a_tr.png);
}

table.roundrectang td.mr{
	width: 5px;
	background-image: url(/a_mr.png);
}

table.roundrectang td.br{
	width: 5px; height: 5px;
	background-image: url(/a_br.png);
}

table.roundrectang td.mb{
	height: 5px;
	background-image: url(/a_mb.png);
}

table.roundrectang td.bl{
	width: 5px; height: 5px;
	background-image: url(/a_bl.png);
}

table.roundrectang td.ml{
	width: 5px;
	background-image: url(/a_ml.png);
}

table.roundrectang td.c{
	padding: 12px;
}

td.copy {
	padding: 3px;
	font-size: 10px;
	text-align: left;
	width: 200px;
}

td.copy a{
	font-size: 10px;
}

td.subMenu {
	text-align: center;
	vertical-align:top;
}

td.subMenu div{
	border-top: 3px solid #d6d6d6;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 10px;
}

td.subMenu span{
	padding-right: 7px;
	
}

td.subMenu span a{
	color: #939393;	
	font-weight: normal;
	text-decoration:none;
}

#appFldContainer {
	float:left;
	width: 200px;
}

#appFldContainer input{
	border: 1px solid #bec0c2;
	width: 200px;
}

#appFldContainer textarea{
	width: 200px;
	height: 120px;	
	border: 1px solid #bec0c2;
}

#appFldContainer div.lb{
	height: 15px;
}

#appFldContainer div.lb b{
	color: #3f9790;
}

#appFldContainer div.inp{
	height: 22px;
}

#resChContainer {
	float:right; 
	width:250px;
}

#resChContainer div.fl{
	height: 16px;
}

#resChContainer div.brd {

}

#resChContainer div.cnt {
	clear:both;
}

#resChContainer div.ch {
	float:left;	
}

#resChContainer div.ch input {
 	border: 0px;	
}

#resChContainer div.lb {
	padding-top: 2px;
}

table.cases th{
	border-bottom: 1px dotted #cccccc;
}

table.cases td.s{
	width:30%;
	font-weight:normal;
	vertical-align:top;
	border-bottom: 1px dotted #cccccc;
}

table.cases td.r{
	padding-top:7px;
	padding-left:5px;
	width:70%;
	vertical-align:top;
	border-bottom: 1px dotted #cccccc;
}

#lStatus {
	position: absolute;
	display: none;
	background-color: #d6d6d6;
	border: 1px solid #858585;
	color: #3f9790;
	width: 130px;
	height: auto;
	padding: 5px;
	font-weight: bold;
	background-image: url(/close.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

div.pageslist div.header{
	font-weight: bold;
	color: #3f9790;
	padding-top: 10px;
	padding-bottom: 8px;
}







