/***********************************/
/* Standard Style Sheet            */
/* Created On: 21/07/2008          */
/* Last Modified:                  */
/***********************************/


/* standard text and links */
.standard, P, DIV, TD, LI {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 140%;
	color: #FFFFFF;
}

.fine {
	font-family: arial, "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.titles {
	font-family: arial, "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF9900;
}

.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	font-weight: bold;
	color: #FF0000;
}

.print {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	line-height: 110%;
	color: #000000;
}
 
A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #FEFDFB;
}
 
A:Hover {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #E5F7F7;
}
 
H1, H2, H3, H4, H5, H6 {
	font-family : Arial, Helvetica, sans-serif;
}


/* alternate text and links */
.alt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
}

A.alt {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FEFDFB;
}
 
A.alt:Hover {
 	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #E5F7F7;
}


.altt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
}

A.altt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF000;
}
 
A.altt:Hover {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #FBFD5C;
}


/* form controls */
.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.radiobutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.checkbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}


/* tables */
.border {
	border: 1px solid #99B4CD;
}

.mainHeader {
	
}

.columnHeader {
	
}

.itemRow	{
	background-color: #FFFFFF;
}

.altItemRow	{
	background-color: #93B0CA;
}

.selectedItemRow {
	background-color: #F5F5F5;
}

.rowspan0	{
	background-color: #FFFFFF;
}

.rowspan1 {
	background-color: #F5F5F5;
}
