/* BLUE TAB */

/* COLORS

D9D9D9 - cel border color
ffffff - table border
346DBE - left cel border header selected
7DAAEA - bottom cel boredr header selected
999999 - background header
3d80df - background header active


eee    - suma background
ff0000 - suma bold line
*/



div.tabbutton {
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	padding: 3px 3px;
	text-align: left;
	border-left: 1px solid #D9D9D9;
	border-top: 1px solid #D9D9D9;


}

.bluetable {
	border: 1px solid #999999;
	padding-left: 0px;
	margin-left: 0px;
	margin-right: 20px;
}

.border {
	padding-left: 0px;
	margin-left: 20px;
	margin-right: 20px;

}


.bluetable tr td {
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	padding: 3px 3px;
	text-align: left;
	border-left: 1px solid #D9D9D9;
	border-top: 1px solid #D9D9D9;
}


.bluetable tr.selected td {
	background-color: #6F2F0E;
	color: #ffffff;
	font-weight: bold;
	border-left: 1px solid #346DBE;
	border-bottom: 1px solid #7DAAEA;
}
.bluetable tr.sumatable td {
	background-color: #eee;
	font-weight: bold;
	border-top: 2px solid #ff0000;
}
	
.bluetable tr th b { font-size: 12px; line-height:14px}

.bluetable tr th   { font-size: 9px; background-color: #999999; font-family: "lucida grande", verdana, sans-serif;  padding: 5px;padding-left: 15px; margin-left:2px;margin-right:2px; border-top: 4px solid #ffffff; border-bottom: 2px solid #ffffff; border-left: 1px solid #ffffff; cursor: pointer; color:white; }

.bluetable tr th.sort0  { color: #ffffff;padding-left: 15px;margin-left:10px;padding-right: 5px;margin-right:5px; background: #6F2F0E url(img/sort0.gif) 0px center no-repeat; }

.bluetable tr th.sort1  { color: #ffffff;padding-left: 15px;margin-left:10px;padding-right: 5px;margin-right:5px; background: #6F2F0E url(img/sort1.gif) 0px center no-repeat; }



div.tablenavigation
{
	background-color: transparent;
		font:bold .7em/1 'Lucida Grande', Arial, tahoma, verdana, sans-serif;
		text-align:right;
margin-top:5px;
margin-bottom:5px;
}


div.tablenavigation a
{
	font: bold 1em/1 'Lucida Grande', Arial, tahoma, verdana, sans-serif;
	text-decoration: none;
	color: #fff;
	margin: 0px;
	padding: 0px 2px;
	border-color: #666;
	border-width: 1px;
	border-style: solid;
	margin-left: 5px;
	background-color: #999;
}

div.tablenavigation span
{
	font: bold 1em/1 'Lucida Grande', Arial, tahoma, verdana, sans-serif;
	text-decoration: none;
	color: #fff;
	margin: 0px;
	padding: 0px 2px;
	border-color: #666;
	border-width: 1px;
	border-style: solid;
	margin-left: 5px;
	background-color: #eee;
}

 #logologin h1 {    padding-left:.6em;    font:bold 18px/1.5 "Arial", Georgia, Times, serif; /* line-height allows for image of buildings */  	color:#6F2F0E;    font-weight: bold;}h1 a {	color:#6F2F0E;	text-decoration:none;	font-weight: bold;}
