

BUTTON
{
	
}
.text_required
{
	/*background-color: #ffdeff;*/
	
	border-right: #ff6699 1pt solid;
	border-top: #ff6699 1pt solid;
	border-left: #ff6699 1pt solid;
	border-bottom: #ff6699 1pt solid;
	background-color: #efefee;
}
.odd {
 background-color: white;	
}

.even
{
	background-color: white;
}
.grid_header
{
	font-size: 9pt;
	color: White;
	border-top-style: inset;
	border-bottom-style: inset;
	border-right-style: inset;
	border-left-style: inset;
	font-family: Verdana;
	background-color: darkgray;
	
}
.griditem
{
	background-color: whitesmoke;
	/*border-right: #ff6699 1pt solid;
	border-top: #ff6699 1pt solid;
	border-left: #ff6699 1pt solid;
	border-bottom: #ff6699 1pt solid;*/
	/*font-weight: bold;*/
	color: black;
}
/* where we shows category*/
.griditemMenu
{
	background-color: gray; /*border-right: #ff6699 1pt solid;
	border-top: #ff6699 1pt solid;
	border-left: #ff6699 1pt solid;
	border-bottom: #ff6699 1pt solid;*/
	color: white;
	
}
.a_white
{
	color:White;
	text-decoration: none;
	 cursor: hand;
	}
a
{
	color:black;
	text-decoration: none;
	 cursor: hand;
	
}
a:hover {  color:Maroon ;
	/*font-weight:bold;    */
	 text-decoration: underline;
	cursor: hand;
	}

.text_normal
{
	border-right: gray 1pt solid;
	border-top: gray 1pt solid;
	border-left: gray 1pt solid;
	border-bottom: gray 1pt solid;
}
.content_area
{
	background-color: #ffffff;
}
.label_normal
{
	color: black;
	font-family: Verdana;
	/*background-color: #6699CC;*/
	text-align: left;
	font-size: 10pt;
}
.label_normal_red
{
	color: red;
	font-family: Verdana;
	text-align: left;
	font-size: 10pt;
	
}
.label_normal_green
{
	color:gray;
	font-family: Verdana;
	
	text-align: left;
	font-size: 10pt;
	
}
.label_bold
{
	color: black;
	font-family: Verdana;
	/*background-color: #6699CC;*/
	text-align: left;
	font-size: 10pt;
	font-weight:bold  
}
.Section_Header
{
	color: black;
	font-family: Verdana;
	background-color: white;
	text-align: left;
	font-size: 10pt;
	font-weight: bold;
}
.Section_Header_bgcolor
{
	color: white;
	font-family: Verdana;
	background-color: gray;
	text-align: left;
	font-size: 10pt;
	font-weight: bold;
}

.label_normal_justify
{
	color: white;
	font-family: Verdana;
	background-color: darkgray;
	text-align:justify;
	font-size: 10pt;
}
.label_normal_center
{
	color: white;
	font-family: Verdana;
	background-color: darkgray;
	text-align:center;
	font-size: 10pt;
}
.label_normal_bold
{
	color: white;
	font-family: Verdana;
	background-color: darkgray;
	text-align:left;
	font-size: 10pt;
	font-weight:bold
}
.section_header
{
	font-size: 12pt;
	color: white;
	border-bottom: white thin solid;
	font-style: italic;
	font-family: Verdana;
	font-weight:bold;
}
.header
{
	background-color: gray;
}
.sidebar
{
	background-color:  gray;
	WIDTH: 20%;
	HEIGHT: 100%;
}

/* Sub Headings for Data Entry Forms */
.subHeads {
 font-family: Tahoma;
 font-size: 8pt;
 color: black;
 text-align: left;
}

.table_with_border
{
	width: 100%; height: 100%;
	border-left-color: gray;
    border-bottom-color: gray; border-top-style: solid; border-top-color: gray;
    border-right-style: solid; border-left-style: solid; border-right-color: gray;
    border-bottom-style: solid;
    border-width:thin ;
            
	
}