BODY
{
    FONT-SIZE: 8pt;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    font:messagebox;
}


a:active
{
	COLOR: green;
	text-decoration:none
}
a:link
{
	COLOR: blue;
	text-decoration:none
}
a:visited
{
	COLOR: blue;
	text-decoration:none
}
a:hover
{
	COLOR: red;
	text-decoration:underline
}


.newmessages:active
{
	COLOR:ForestGreen;
	text-decoration:none
}
.newmessages:link
{
	COLOR:ForestGreen;
	text-decoration:none
}
.newmessages:visited
{
	COLOR:ForestGreen;
	text-decoration:none
}
.newmessages:hover
{
	COLOR:ForestGreen;
	text-decoration:none
}

.newdocs:active
{
	COLOR:MediumVioletRed;
	text-decoration:none
}
.newdocs:link
{
	COLOR:MediumVioletRed;
	text-decoration:none
}
.newdocs:visited
{
	COLOR:MediumVioletRed;
	text-decoration:none
}
.newdocs:hover
{
	COLOR:MediumVioletRed;
	text-decoration:none
}
	
TABLE {
	FONT: messagebox
}
SELECT {
	FONT: messagebox
}
INPUT {
	FONT: messagebox
}
TEXTAREA {
	FONT: messagebox
}

.command {
	LINE-HEIGHT: 150%
}


.choicetabtext
{
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.notselected
{
	background-color: #eeeeee;
	cursor:hand;
}

.selected
{
	font-weight: bold;
	color: white;
	background-color: #008A8C;
	cursor:hand;
}
.tabpage
{
	background-color:#f3ebde;
	border-style:outset;
	border-width:thin;
	border-width:1px;
	border-top-width:0px;
	cursor:auto;
}

.tabbutton
{
	background-color:#f3ebde;
	border-style:outset;
	border-width:thin;
	border-top-width:0;
	border-bottom-width:0;
	cursor:hand;
}

.buttonspacer
{
	color:Blue
}

.options
{
	cursor:hand;
}

.hidden
{
	display:none;
}


.flatbutton
{
	background-color:"palegoldenrod";
	border-style:groove;
	cursor:hand;
}


TABLE.grid
{
	border : 2px solid Silver;
}


TR.gridHeader
{
	background : #EBE7DB;
	color : #1C4D98;
	text-decoration:underline
}

TR.gridHeaderNoSort
{
	background : #EBE7DB;
	color : #1C4D98;
}

TR.gridGraySelectedItem
{
	background-color:SlateGray;
	cursor:hand
}

TR.gridSelectedItem
{
	font: bold;
	cursor:hand
}

TR.grid
{
	background : #FFFEF9;
	cursor:hand
}

TR.gridAlternate
{
	background: #F7F4EF;
	background : #F7F7DE;
	cursor:hand
}


TH.header
{
	font-weight : bold;
	text-align : left;
}

TABLE.report
{
	border : 2px solid Silver;
}


TR.reportHeader
{
	background : #EBE7DB;
	color : #1C4D98;
}

TR.reportSelectedItem
{
	font: bold;
}

TH.header
{
	font-weight : bold;
	text-align : left;
}

TR.report
{
	background : #FFFEF9;
}

TR.reportAlternate
{
	background: #F7F4EF;
}


TD.gridLabel
{
	text-align : left;
	background-color:navy;
	background-color:#1C4D98;
	background-color:White;
	background-color:orange;
	background-color:lightSteelBlue;
	background-color:#F7F4EF;
	border-width:1px;
	border-style:solid;
	border-color:gray;
	border-bottom-width:0;
	border-collapse:collapse;
	color:White;
	color:black;
}

.reportHeading
{
	font : bold large;
	text-align : center;
}

.reportSection
{
	font : medium;
	background-color : #B0C4DE;
	padding-left : 10px;
}

.warning
{
	font : bold;
	background-color : #FFFF66;
}

.errorMessage
{
	font : bold larger;
	color : Red;
}

.bigLink
{
	font: bold larger;
		color : Blue;
}

.TopGroup
{
  background-color:#DBD7D0; 
  border-width:0px; 
  border-color:red; 
  border-style:solid;
  cursor:default; 
}

.MenuGroup
{
  background-color:#f3ebde;
  border:1px;
  border-style:solid;
  border-color:gray;
}

.MenuItem 
{
  background-color:#f3ebde; 
  font-family:verdana; 
  font-size:11px; 

  border:1px;
  border-style:solid;
  border-color:#f3ebde;
  padding:2px;
  padding-left:5px;
  padding-right:15px;
  cursor:hand;
}

.MenuItemOver 
{
  background-color:#1c4d98; 
  color:gold; 
  font-family:verdana; 
  font-size:11px; 

  border:1px;
  border-style:solid;
  border-color:gray;
  padding:2px;
  padding-left:5px;
  padding-right:15px;
  cursor:hand;
}
.Label_txt
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #1a4182;
    FONT-FAMILY: arial, helvetica
}
.Label_txt1
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 13px;
    COLOR: #1a4182;
    FONT-FAMILY: arial, helvetica
}
.TextBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
}
