A { 
   	font-size : 10pt;
	font-family : Tahoma, Arial, sans-serif;
	color : #0000FF;
}
A:hover { 
   	font-size : 10pt;
	font-family : Tahoma, Arial, sans-serif;
	color : #0000FF;
} 
A:visited { 
   	font-size : 10pt;
	font-family : Tahoma, Arial, sans-serif;
	color : #0000FF;	
}

A.Menu { 
   	font-size : 8pt;
	font-family : Tahoma, Arial, sans-serif;
	color : #330066;
	text-decoration : none;
}
A.Menu:hover { 
   	font-size : 8pt;
	font-family : Tahoma, Arial, sans-serif;
	color : #330000;
	background : #FFD700;
	text-decoration : none;
} 
A.Menu:visited { 
   	font-size : 8pt;
	font-family : Tahoma, Arial, sans-serif;
	color : #330066;	
	text-decoration : none;
}
BODY {
	font-size : 10pt;
	font-family : Tahoma, Arial, sans-serif;
	scrollbar-base-color : #000080;
	scrollbar-face-color : #8DB3EB;
	scrollbar-shadow-color : Silver;
	scrollbar-highlight-color : Silver;
	scrollbar-3dlight-color : #ffffff;
	scrollbar-darkshadow-color : Silver;
	scrollbar-track-color : #CCCCCC;
	scrollbar-arrow-color : #ffffff;
	background : #FFFFFF;
}
P {
	font-size : 10pt;
	font-family : Tahoma, Arial, sans-serif;
}
TD {
   	font-size : 10pt;
	font-family : Tahoma, Arial, sans-serif;
	
}
TH {
   	font-size : 10pt;
	font-family : Tahoma, Arial, sans-serif;
}
TABLE.Grid {
	border : none;
}
TR.GridOdd{
	background-color : #F6F6F6;
}
TR.GridEven {
	background-color : #D2E4FB;
}
TR.GridSelect {
	color : #FFFFFF;
	background-color : #8DB3EB;
}
TR.GridHeader {
	background-color : #8DB3EB;
}
INPUT {
   	font-size : 10pt;
	font-family : Tahoma, Arial, sans-serif;
}
INPUT.Submit {
	color : #300066;
	background-color : Silver;
	font-weight : bold;
	font-size : 8pt;
	font-family : Tahoma, Arial, sans-serif;
}
SELECT {
   	font-size : 8pt;
	font-family : Tahoma, Arial, sans-serif;
}
TEXTAREA {
   	font-size : 10pt;
	font-family : Tahoma, Arial, sans-serif;
}
SPAN.Information {
	font-size : 10pt;
	font-family : Tahoma, Arial, sans-serif;
	color : #330066;
	font-weight : bold;
}
SPAN.FieldName {
	font-weight : bold;
}

SPAN.Warning {
	color : #CC0000;
	font-weight : bold;
   	font-size : 10pt;
	font-family : Tahoma, Arial, sans-serif;
}
SPAN.Notice {
	font-size : 8pt;
	font-family : "Times New Roman", Times, serif;
}
TABLE.DialogBox {
    border-left:        threedhighlight 2px solid;
    border-top:         threedhighlight 2px solid;
    border-right:       threedshadow 2px solid;
    border-bottom:      threedshadow 2px solid;
    padding:            2px;
    background-color:  threedface;
	color: Black;
}
TH.DialogBoxHeader {
	text-align : left;
	background-color : navy;
	color : white;
}
TABLE.DialogBoxTable {
	text-align : left;
	background-color : silver;
	color : black;
}
TR.DialogBoxRow {
	text-align : left;
	background-color : silver;
	color : black;
}

Table.Loading{
    background-color:  	#CCCCCC;
	color: White;
    border-left:        threedhighlight 2px solid;
    border-top:         threedhighlight 2px solid;
    border-right:       threedshadow 2px solid;
    border-bottom:      threedshadow 2px solid;
}

#loading {
	position : absolute;
	left : 4em;
	top : 4em;
	z-index : 100;
}
