a
{
	color: #0F8AE6;
	font-weight: bold;
}

a:visited
{
	color: #0F8AE6;
	font-weight: bold;
}
a:hover
{
	color: #0F8AE6;
	font-weight: bold;
}

/* DATAGRID */
.dataGrid .header
{
	background-color: #203869;
	color: White;
}

.datagrid .row1
{
	background-color: #CEE4FE;
}

.datagrid .row2
{
	background-color: #E7F2FF;
}

.formlist .header
{
	background-color: #203869;
	color: White;
}

.formlist .row1
{
	background-color: #CEE4FE;
}

.formlist .row2
{
	background-color: #E7F2FF;
}

.fakeLink
{
	color: #6D859F;
}



/* BUTTON */
.button
{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: white;
  background-color: #203869;
  border: none;
	border: 1px outset #666666;
}

.disabled
{	
	background-color: silver;
}

.buttonSelected
{
	background-color: #7B3000;
}

/* DIVERSE */
hr
{
	background-color:#666666; 
	color:#666666; 
}
.livegrid						{width:570px;}
.livegrid .header		{background-color: #203869; height:20px; font-weight: bold; color:White;}
.livegrid .row1			{background-color: #CEE4FE; height:20px;}
.livegrid .row2			{background-color: #E7F2FF; height:20px;}
.livegrid .flag			{padding-top:5px; text-align:center;}
.livegrid .num			{padding-right:5px; text-align:right;}
.contentPadding			{padding:0px;}
.mainTable					{width:570px;}
.dataGridButton			{background-color: #203869}

