/*layout style*/
body
{
	font-size: 8pt; /*color: #000000;*/
	font-family: Verdana,Arial,Times New Roman;
	background-color: #ffffff;
	text-align: center;
	margin-top: 0px;
	color: #000000;
}
.fullcontainer
{
	width: 900px;
	height: 600px;
	margin: auto;
	text-align: left;
	background-color: white;
}
.container
{
	width: 900px;
	height: 600px;
	margin: auto;
	text-align: left;
	background-color: #d3d3d3;
	color: black;
}
.left {
  float: left;
  padding: 0px 10px 0px 0px;
  width: 90px;
  background-color: #ffffff;
}
/*bg style*/
.headerbgwhite
{ 
	background-color: white ;
}

.contentbg
{  
	background-color: white;
}

.leftbg
{
	background-color: white;
}


/*menu style*/
A.menu
{
	font-size: 9pt;
	font-family:Arial;
	color: black;
	text-decoration: none;
}
A.submenu { FONT-SIZE: 8pt; COLOR: #990000; TEXT-DECORATION: none }
A.expand { FONT-SIZE: 8pt; FONT-WEIGHT: bold; COLOR: #ce000c; TEXT-DECORATION: none }

/*font style*/
.headertext
{
	color: #000000;
	font-weight: bold;
	font-size: 13pt;
}
.labeltext {
	font-size: 9pt;
	font-family:Arial;
	color: black;
}
.normaltext {
	font-size: 8pt;
}
.smallerrortext {
	font-size: 8pt;
	color:#FF0000;
}
.titletext {
	font-size: 10pt;
	font-weight: bold;
	color:#000000;
}
.nametext
{
	font-size: 10pt;
	font-weight: bold;
	color: black;
}
.errortext {
	font-size: 8pt;
	font-weight: bold;
	color: #FF0000;
}
.moduletext
{
	color: #000000;
	font-weight: bold;
	font-size: 10pt;
}
.detailtext 
{
	font-size: 8pt;
	background-color: #E0E0E0;
}
/*button style*/
.btn
{
	vertical-align: middle;
	text-align: center;
	font-family: Verdana,Arial,Times New Roman;
	font-size: 8pt;
	width:60px;
	height:25px;
	font-weight: bold;
}
.txtbox
{
	vertical-align: middle;
	text-align: left;
	font-family: Verdana,Arial,Times New Roman;
	font-size: 8pt;
	height:15px;
}
.active
{
	FONT-SIZE: 8pt; COLOR: #17b221; FONT-WEIGHT: bold; TEXT-DECORATION: none
}
.link
{
	FONT-SIZE: 8pt; COLOR: #3097cf; TEXT-DECORATION: none
}
.trTitle
{
  background-color: Black;
}
.reporttext
{
	font-size: 10pt;
	font-weight: bold;
	color: white;
}
.Reportlabeltext {
	font-size: 8pt;
	font-weight: bold;
	color: white;
}

.grid-view alternate
{
   color: black;
   background-color: #ffffff;
}

td.tdMain
{
	border-left: black 1px solid;
}
td.tdFilter
{
	 text-align:left ;
}
table.Main {
font-family:Sans-Serif;
font-size:9pt;
border:black 1px solid;
}

