body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color:#E8F0FA;
		
}

h1{
	font-family:"Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size:18px;
	color:#bdae18;
	font-weight: normal;
	text-align: left;}
	
/*this style is for all buttons */
.button{
    FONT-FAMILY:Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    color: #333333;
    font-weight:bold;}

td {
	font-family:Arial, Tahoma, sans-serif, Helvetica, Verdana;
	font-size: 11px;
	color: #333333;
}

a:link {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #575757;	
	font-weight: normal;		
	text-decoration:underline;}
	
a:hover {
	font-weight: normal;		
	text-decoration:none;
	color: #575757;}
	
a:visited {
	font-weight: normal;	
	color: #575757;}


.tblbody
{	text-align:left;
	font-size: 10px;	
	color: #666666;	
	width:600px;
	font-family:  Arial,Tahoma, sans-serif, Helvetica;

}

.DummyLink
{
	cursor:hand;
}

/* Required fields marker */
.reqMarker
{    
	color:#ff0000;
}

.pagingbutton 
{
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #ab9b00;
	font-size: 10px;
}

.selected 
{
	color: #000000;
	font-size: 20px;
}

.error 
{
	color: #ff0000;
}

.caption 
{
	vertical-align:top;
	font-weight:bold;
}
/* input fields styles */
.input{
    border: #395AA7 1px solid;
    FONT-FAMILY: Arial;
	width:200px;
	height:20px;
	background-color:#FFFFFF;
    FONT-SIZE: 10px;
 }
 
 
 .mtextbx{
    border: #395AA7 1px solid;
    FONT-FAMILY: Arial;
	width:200px;
	height:50px;
	background-color:#FFFFFF;
    FONT-SIZE: 10px;
 }
  .drpbx{
    border: #395AA7 1px solid;
    FONT-FAMILY: Arial;
	height:20px;
	background-color:#FFFFFF;
    FONT-SIZE: 10px;
 }
 
 .Hider
{
	display: none;
	visibility: hidden;
}
.Shower
{
	visibility: visible;
	border-bottom: black 1px solid;
}

.Clicker
{
	background-color: #999999;
	padding:2px;
	color:#FFFFFF;
	font-size:12px;
	cursor: hand;
}

/*DATAGRIDS  / tables*/
/*this style is for Datagrid IN general */
	.GridGeneral{     
  	border-color:#999999;
	background-color:#999999;
    border-style:solid;
    border-width:1px;}


/*this style is for Datagrid Header */
.GridHeader{  
	BACKGROUND-COLOR:#d5d5d5;
	text-align:Left;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;	
    FONT-SIZE: 11px;
    color:#0f6758;
    font-weight:bold;}

/*this style is for Datagrid Footer */
.GridFooter{
    BACKGROUND-COLOR:#FAF3DE;
    color:#0f6758;}

/*this style is for Datagrid Alternate Items */
.GridAltItem{
    BACKGROUND-COLOR:#d3e7ff;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;	
    FONT-SIZE: 11px;
    color:#333333;}

/*this style is for Datagrid  Items */

.GridItem{    
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;	
    FONT-SIZE: 11px;
	width:100%;
    color:#333333;
	background-color:ffffff;
	}

.ButtFinal
{
	border-right: limegreen px solid;
	border-top: limegreen 1px solid;
	font-weight: bold;
	font-size: 8pt;
	border-left: limegreen 1px solid;
	cursor: hand;
	color: limegreen;
	border-bottom: limegreen 1px solid;
	font-family: Arial;
	background-color: aliceblue;
}
	


