/* 
Author(S): Sudhir Sambrani, Karthik Poobalasubramanian
------------------------------------------------------
BGCOLOR set to F0 F8 FF http://en.wikipedia.org/wiki/Web_colors

*/
body
{
background-color:#F0F8FF ;
}
h2.reportingheader2 
{
	color:maroon; 
	font-size:12pt; 
	background-color:#CCCCCC
}

table.padded-table td { padding:5px; }
 
td.reportingtd 
{
	color:maroon; 
	font-size:12pt; 
	background-color:#F3D9A0
}
td.updated
{
	color:blue;
	font-size:12pt;
	background-color:#CCCCCC
}
td.notupdated
{	color:red;
	font-size:12pt;
	background-color:#CCCCCC
}
p.reportingp
{
	color:maroon;
}

#loginbox 
{
	background:#F3D9A0;
	border:1px 
	solid black; 
	width:350px;
}
.button_typ{
	
	background-color:#F3d9A0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:normal;
    color:maroon;
	cursor:pointer;
	border: 1px solid #000000;
	font-style: bold;
	line-height: normal;
	
}
.button_typ2 {

	width:190px;
	background-color:#F3d9A0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:normal;
    color:maroon;
	cursor:pointer;
	border: 1px solid #000000;
	font-style: bold;
	line-height: normal;
}
.background1 {
	background-color: #f3d9a0;
	border: thin solid #000000;
}
.button_typ3 {


	width:220px;
	background-color:#F3d9A0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:normal;
    color:maroon;
	cursor:pointer;
	border: 1px solid #000000;
	font-style: bold;
	line-height: normal;
}
.button_typ4 {


	width:325px;
	background-color:#F3d9A0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:normal;
    color:maroon;
	cursor:pointer;
	border: 1px solid #000000;
	font-style: bold;
	line-height: normal;
}

#tab{
 border: 1px solid #036;
 border-collapse: collapse;
	border-bottom-width: 0;
	font: 0.9em Verdana, Geneva, Arial, Helvetica, sans-serif;
   
}

tr.table_break
{ 
page-break-inside: avoid;
border: 1px solid black;
}

#Content {
	margin:0px 210px 50px 10px;
	padding:10px;
	}

#Menu {
	position:absolute;
	top:100px;
	right:20px;
	width:172px;
	padding:10px;
	background-color:#eee;
	border:1px dashed #999;
	line-height:17px;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:150px;
	}
/* Again, "be nice to Opera 5". */
body>#Menu {width:150px;}

.RadioDiv {
   display: inline;
}

