/* 
-----------------------------------------------------------------------------
The following styles apply to every page unless overridden
-----------------------------------------------------------------------------
*/
body
{
	margin-left:0;
	margin-right:0;
	margin-top:0;
	margin-bottom:0;
}

a:link, a:active, a:visited
{
	font-size: 8pt;
	color: #0000ff;
	font-family: verdana;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

/* 
-----------------------------------------------------------------------------
The following styles apply to the left-hand menu that is common through the web site.
-----------------------------------------------------------------------------
*/
.glcMenu
{
	background-color: #9db9eb;
}

.gclsMenuItemCell
{
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	font-family: Arial;
	text-decoration:none;
	background-color: #FFFFCC;
	border-width:1px;
	border-color:#FFCC99;
	border-top-style:solid;
	border-bottom-style:solid;
}

.gclsMenuItemCellSelected
{
	background-color: #FFCC66;
	border-width:1px;
	border-color:#FF6633;
	border-top-style:solid;
	border-bottom-style:solid;
}

.gclsMenuItem:link, .gclsMenuItem:active, .gclsMenuItem:visited
{
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	font-family: Arial;
	text-decoration:none;
	background-color: #FFFFCC;
}

.gclsMenuItem:hover
{
	
}

.gclsMenuItemSelected:link, .gclsMenuItemSelected:active, .gclsMenuItemSelected:visited
{
	font-weight: bold;
	font-size: 10pt;
	color: #000000 ;
	font-family: Arial;
	text-decoration:none;
	cursor:hand;
}
/* 
-----------------------------------------------------------------------------
The following styles are used for common page element classes, such as
name\value pairs, informational text, etc
-----------------------------------------------------------------------------
*/
.gclsPageHeading
{
	font-weight: bold;
	font-size: 16pt;
	color: #CC0000;
	font-family: verdana;
}

.gclsPageHeadingRule
{
	background-color: #CC0000;
}

.gclsSectionHeading
{
	font-weight: bold;
	font-size: 10pt;
	color: #CC0000;
	font-family: verdana;
}

.gclsStep
{
	font-weight: bold;
	font-size: 10pt;
	color: #FF6633;
	font-family: verdana;
	text-decoration: underline;
}

.gclsInfo
{
	font-size: 8pt;
	color: black;
	font-family: verdana;
}

.gclsError
{
	font-size: 8pt;
	color: red;
	font-family: verdana;
}

.gclsMessage
{
	font-size: 8pt;
	color: #009900;
	font-family: verdana;
}

.gclsName
{
	font-weight: bold;
	font-size: 8pt;
	font-family: verdana;
}

.gclsValue
{
	font-size: 9pt;
	font-family: Arial;
}

.gclsValueInput
{
	font-size: 9pt;
	font-family: Arial;
}

.gclsButton
{
	font-size: 9pt;
	color: black;
	font-family: Arial;
	background-color: #ece9d8;
}

.gclsRequired
{
	font-weight: bold;
	font-size: 8pt;
	font-family: verdana;
	color:Red;
}

/* 
-----------------------------------------------------------------------------
The following styles are used for DataGrids
-----------------------------------------------------------------------------
*/
.gclsDgHeader
{
	font-weight: bold;
	font-size: 10pt;
	color: black;
	font-family: verdana;
	background-color: #FFCC66;
}

.gclsDgItem
{
	font-weight: normal;
	font-size: 8pt;
	color: black;
	font-family: verdana;
	background-color: white;
}

.gclsDgItemAlt
{
	font-weight: normal;
	font-size: 8pt;
	color: black;
	font-family: verdana;
	background-color: FFFFCC;
}
