body
{
	background: White;
	color: Black;
	font-family: Arial, Helvetica, Sans-Serif;
	font-style: normal;
	font-size: 10pt;
	margin: 0px 0px 0px 0px;	
}

.alert
{
	font-size: 9pt;
	color: #cc3300;
}

.positioning 
{
	width: 99%;
}
.red 
{
  COLOR: #cc0000;
}
.redBold
{
	FONT-SIZE: 10pt;
	font-weight: bold;
	color: #ff0000;
}
.green 
{
  COLOR: #003399;
}
.tip 
{
  COLOR: #ffcc33;
}
.regular
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 10pt;
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica, Sans-Serif
}
.bold
{
    FONT-WEIGHT: bold;
	FONT-SIZE: 10pt;
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica, Sans-Serif
}
.italic
{
    FONT-STYLE: italic;
	FONT-SIZE: 10pt;
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica, Sans-Serif
}
.bolditalic
{
    FONT-WEIGHT: bold;
    FONT-STYLE: italic;
	FONT-SIZE: 10pt;
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica, Sans-Serif
}
.PageHeader
{
    FONT-WEIGHT: bold;
	FONT-SIZE: 12pt;
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica, Sans-Serif
}
.header
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11pt;
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica, Sans-Serif
}
.userMessage
{
    FONT-WEIGHT: bold;
	FONT-SIZE: 10pt;
    COLOR: #008000;
    FONT-FAMILY: Arial, Helvetica, Sans-Serif
}

/* BASE PAGE COMPONENTS */
h1, h2, h3, h4, div, p, ul, li, input
{
	font-family: Arial, Helvetica, Sans-Serif;
}
h1
{
	font-size: 14pt;
	padding: 0 0 0 0;
	margin-bottom: 0em;
}
h2
{
	font-size: 12pt;
	font-weight: bold;
	padding: 0 0 0 0;
	margin-bottom: 0em;
}
h3
{
	font-size: 10pt;
	font-weight: bold;
	padding: 0 0 0 0;
	margin-bottom: 0em;
}
h4
{
	font-size: 10pt;
	font-weight: bold;
	padding: 0 0 0 0;
	margin-bottom: 0em;
}
.maincontent 
{
	padding-left: 10px;
	padding-top: 15px;
	/*width: 600px;*/
}
.dashsubhead a {
	color: #ffffff;
	text-decoration: underline;
}
.dashsubhead a:visited {
	color: #ffffff;
	text-decoration: underline;
}
.dashsubhead a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.dashdata
{
	font-size: 9pt;
	font-weight: normal;
	background-color: #ffffff;
	color: #000000;
}

/* GRID ITEMS */
table.grid {
	font-size: 9pt;
	border: 2px solid #3d3d3d;
	background-color: #ffffff;
}
.gridhead {
	font-size: 9pt;
	color: #ffffff;
	background-color: #3d3d3d;
}
.gridhead a, a:visited, a:hover {
	color: #ecfeff;
	text-decoration: underline;
}
.gridhead a:visited {
	color: #ecfeff;
	text-decoration: underline;
}
.gridhead a:hover {
	color: #ecfeff;
	text-decoration: underline;
}
.gridtotal a {
	color: #ecfeff;
	text-decoration: underline;
}
.gridtotal a:visited {
	color: #ecfeff;
	text-decoration: underline;
}
.gridtotal a:hover {
	color: #ecfeff;
	text-decoration: underline;
}

.gridcontrol {
	font-size: 9pt;
	color: #003399;
	background-color: #e0e0e0;
}
.gridtotal {
	font-size: 9pt;
	color: #ffffff;
	background-color: #3d3d3d;
}
.grouping {
	font-size: 12pt;
	color: #ffffff;
	font-weight: bold;
}

/* MISC */
.minitext
{
	font-size: 8pt;
}

/* BUTTON ITEMS */
.disabledmenuitem {
	color: #6E6E6E;
	font-size: 10pt;
	width: auto;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	margin-bottom: 0em;
	font-weight: bold;
	font-family: Trebuchet, Arial, Helvetica, Sans-Serif;
	display: block; 
	padding: 5px 5px 5px 0.5em;
	background-color: #ffffff;
	text-decoration: none
}

.hiddenmenuitem {
	display: none; 
}

/* INPUT */
input.button[disabled]
{
	font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	background: #B1B1B1;
	color: #ffffff;
	border: 1px solid black;
}
input.radio
{
}
input.basictext
{
	font-family: Lucidia Console, Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
}
input.minitextbox
{
	font-family: Lucidia Console, Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	font-weight: bold;
}
/* LINKS */
a
{
	color: #003399;
	text-decoration: underline;
}
a:visited
{
	color: #8c0099;
	text-decoration: underline;
}
a:hover
{
	color: #990000;
	text-decoration: underline;
}
a.lightlink
{
	color: #ecfeff;
	text-decoration: underline;
}
a.lightlink:visited
{
	color: #ecfeff;
	text-decoration: underline;
}
a.lightlink:hover
{
	color: #cde5fa;
	text-decoration: underline;
}

.buttoncell
{
}

.cell1 
{
	font-size: 8pt;
	color: #000000;
	border: 1px solid #999999;
	background-color: #ffffff;
}
.cell2 
{
	font-size: 8pt;
	color: #000000;
	border: 1px solid #999999;
	background-color: #e0e0e0;
}
.cell1b 
{
  FONT-SIZE: 8pt;
  COLOR: #000000;
  BORDER-TOP: 0px;
  BORDER-RIGHT: 1px solid #999999;
  BORDER-BOTTOM: 0px;
  BORDER-LEFT: 1px solid #999999;
  BACKGROUND-COLOR: #FFFFFF;
}
.cell2b 
{
  FONT-SIZE: 8pt;
  COLOR: #000000;
  BORDER-TOP: 0px;
  BORDER-RIGHT: 1px solid #999999;
  BORDER-BOTTOM: 0px;
  BORDER-LEFT: 1px solid #999999;
  BACKGROUND-COLOR: #E0E0E0;
}

.sideitem {
	font-size: 9pt;
	color: #000000;
	border: 1px solid #000000;
	background-color: #ffffff;
}

.cellnoborder {
	font-size: 9pt;
	color: #000000;
	border: none;
	background-color: #ffffff;
}

/* TITLE ITEMS  ----- */
TABLE.title 
{
  BACKGROUND-COLOR: TRANSPARENT;
}
.titlehead 
{
  FONT-SIZE: 12pt;
  FONT-WEIGHT: BOLD;
  COLOR: #000000;
  BACKGROUND-COLOR: TRANSPARENT;
}
.titlesubhead 
{
  FONT-SIZE: 10pt;
  FONT-WEIGHT: BOLD;
  COLOR: #003399;
  BACKGROUND-COLOR: TRANSPARENT;
}


/* System Message*/
.systemMessage
{
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
	background-color: Green;
	border: 2px;
}
