body { 
font-family: Arial, Helvetica, sans-serif; 
background: #F5F5F5; 
margin: 0; 
padding: 0; 
font-size: 12px; 
color: #333;
}

th { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333; font-weight: bold;}
td { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333}

img {border: none}

#bgSide {
background: url(img/bg_side.gif) repeat-y;
}

#headT {
background: url(img/title_right_bg.gif) repeat-x;
}

#titleRight {
background: url(img/title_right_bg.gif) repeat-x;
text-align: right;
padding-top: 35px;
color: #FFF;
}

#titleRight a:link {color: #FFF;}
#titleRight a:visited {color: #FFF}


#menu {
background: url(img/menu_bg.gif) repeat-x;
}

#mainL {
padding: 5px 10px;
}

#mainL p {
margin: 0 10px 10px 10px;
line-height: 150%;
}

#mainR {
padding: 5px 0; 
border-left: 1px solid #CCC; 
width: 220px
}

#footer {
background: url(img/bg_footer.gif) repeat-x; 
font-size: 10px; color: #FFF; 
text-align: center
}

h1 {
	font-size: 16pt;
	font-weight: bold;
	color: #009933;
	margin: 0px 0 10px 0;
	border-bottom: 1px dotted #CCC;
	padding: 3px 0 10px 0;
}

h2 {
	font-size: 13pt;
	font-weight: bold;
	text-align: left;
	margin: 0px;
}

#topT {
background: #CCC;
}

#topT th{
background: #EDEDED;
}

#topT td {
background: #FFF;
text-align: center;
}

/*------------------*/

.headBox {
	background-color: #CCCCCC;
	border: 2px gray solid;
	margin-bottom: 1em;
	text-align: center;
}

.navBox {
	padding: 5px;
	background: white;
	border: 2px gray solid;
	text-align: left;
	font-size: 10pt;
	font-weight: normal;
	margin-bottom: 1em;
}

.navBoxHead {
	color: #5a80a5;
	font-weight: bold;
	font-size: 10pt;
}

.totalsBox {
	text-align: left;
	margin-bottom: 1em;
}

.totalsTable, table.totalsTable, .totalsTable td, .totalsTable th {
	/*width: 250px;*/
	padding: 4px;
/*	border-collapse: collapse;*/
	border: 2px gray solid;
	font-weight: bold;
	text-align: center;
}

.totalsTable th {
	font-weight: normal;
	text-align: left;
}

ul {margin-top: 0px;}

.head { 
	color: #FFFFFF;
	background-image: url("img/title_right_bg.gif");
	background-position: bottom left;
	font-size: 14pt;
	font-weight: bold;
	padding: 5px 10px;
	margin: 0 0 10px 0;
}

.label  {
	font-size: 8pt;
}

.value  {
	text-align: center;
	padding-left: 4px;
	font-size: 8pt;
	color: gray;
}

.vBarBorder, .hBarBorder {
	border: 1px black solid;
	left: 0px;
	font-size: 1px;
}

.box {
margin-bottom: 10px;
}

.boxTable {} /* table used within the box */

.darkbg {
	background-color: #dee2e5;
}

.blockedReferer, .hiddenReferer {
	color: red;
	font-weight: bold;
}

.selfReferer {
	color: navy;
	font-weight: bold;
}

.detailedTable {
	border: 1px gray solid;
	text-align: center;
	font-size: 8pt;
}

th.detailedTable {
	font-weight: bold;
	text-align: center;
	color: black;
	background-color: #EFEFEF;
}

.success {
	font-weight: bold;
	color: green;
}

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

table.modifyTable {
}

.modifyTable, .modifyTable th, .modifyTable td {
}

.modifyTable th {
font-size: 12px;
}

.noborder, .noborder th, .noborder td {
	border: none;
	padding: 2px;
}

.txt1 {font-size: 11px;}

#regT {margin: 0 20px 0 60px;}
#regT th {text-align: left; font-size: 12px;}