/* Stylesheet for BOSS.Net */
table
{
	font-size: 8pt;
	color: white;
	font-family: Arial;
	width: 600px;
/*	border-width:1;
	border-style:groove; 
	border-color:#778bb9; */
}

asp:datagrid /* same for asp:datagrid*/
{
	font-size: 8pt;
	color: white;
	font-family: Arial;
	width: 600px;
/*	border-width:1;
	border-style:groove; 
	border-color:#778bb9; */
}

asp:textbox
{
  color:black;
  font-size: 8pt;
  font-family: Arial;
}
	
td
{
	font-family: Arial;
	font-size: 8pt;
    /*color: #005E8A; */
    color: black;
}
th
{
	font-size: 8pt;
	color: white;
	font-family: Arial;
	/*background-color: #008066;*/
	background-color: #008066;
	text-align: left;
}
label
{
	font-size: 8pt;
	color: black;
	font-family: Arial;	
}

body
{
	font-size: 8pt;
	color:black ;
	font-family: Arial;
}

div
{
	 color: #008066  /* color: #778bb9; */
	font-family: Arial;
}
asp:label
{
	font-size: 8pt;
	font-family: Arial;
	color:black;
}
asp:dropdownlist
{
	font-size: 8pt;
	font-family: Arial;
	color: black;
}
asp:radiobutton
{
	font-size: 8pt;
	font-family: Arial;
	color: black;
}
asp:radiobuttonlist
{
	font-size: 8pt;
	font-family: Arial;
	color: black;
}
asp:button
{
	font-size: xx-small;
	font-family: Arial;
	background:#9FC0BB ;
	height:18px;
	
}
asp:hyperlink
{
	font-size: xx-small;
	font-family: Arial;
	color: #005E8A;

}
asp:linkbutton
{
	font-size: xx-small;
	color: white;
	font-family: Arial;
	background-color: teal;
}
asp:requiredfieldvalidator
{
	font-size: xx-small;
	font-family: Arial;
	color: darkred;
}

asp:panel
{
	font-size: 8pt;
	font-family: arial;
	color: black;
	border-style:none;
	width:800px;
}

HeaderStyle
{
	font-family: Verdana, Tahoma, Arial, MS Sans Serif;
	font-size: 8pt;
	font-weight:bold;		
	background-color: #008066  /*background-color: #778bb9;  */
	color:White; 
	height:20; 	
	text-align:left; 
}
	
TABLE
{
}
