a.menuOut {cursor:pointer; 
	_cursor:hand;
	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;
	color: #003399;
	text-decoration: none}		
	
a.menuOver {cursor:pointer;
	_cursor:hand;
	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;
	color: #003399;
	text-decoration: underline;}
	
.submenu {
	font-size: 10pt;
	width: auto;
	padding-left: 8px;
	margin-bottom: 0em;
	font-weight: bold;
	font-family: Trebuchet, Arial, Helvetica, Sans-Serif;
	background-color: #003399;
	color: #ffcc33}
	
.submenu a {
	font-size: 10pt;
	width: auto;
	padding-left: 8px;
	margin-bottom: 0em;
	font-weight: bold;
	font-family: Trebuchet, Arial, Helvetica, Sans-Serif;
	display: block;
	padding: 2px 2px 2px 3px;
	background-color: #003399;
	color: #ffcc33;
	text-decoration: none;
	border-bottom: 1px solid #6699CC;
	margin: 0;}
	
.submenu a:hover {	
	background-color: #6699CC;
	color: #ffffff;
	text-decoration: underline}

.submenu a:visited {
	display: block;
	padding: 2px 2px 2px 3px;
	/*background-color: #003399;*/
	color: #ffcc33;
	text-decoration: none;
	width: auto;}
	
/* Workaround for IE needing explicit 100% decleration*/
html>body .submenu li a {
	width: auto;}
				

.copyright{
	font-size: 8pt;
	color: White;
	background: #003399;
	width: 100%;
}

/* FRAMING PAGE */
table.appheader
{
	background-color: #003399;
}

/* MENU ITEMS */
td.sidemenu 
{
	width: 180px;
	background-image: url(/Images/menubg_blue.jpg);
}
.sidelogo {
	background-color: #003399;
}


/* BEGIN MENU LIST ITEMS */
.mainbutton {
	font-size: 10pt;
	width: 180px;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	padding: 0 0 0 0;
	margin-bottom: 0em;
	font-weight: bold;
	font-family: Trebuchet, Arial, Helvetica, Sans-Serif;
	background-color: #003399;
	color: #003399;
}
.mainbutton ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
.mainbutton li {
	border-bottom: 1px solid #6699CC;
	color: #ffffff;
	background-color: #003399;
	margin: 0;
}
.mainbutton li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	background-color: #ffffff;
	color: #003399;
	text-decoration: none;
	width: 100%;
}
.mainbuttonstatic {
	display: block;
	padding: 5px 5px 5px 0.5em;
	background-color: #ffffff;
	color: #003399;
	text-decoration: none;
	width: 100%;
}
/* Workaround for IE needing explicit 100% decleration*/
html>body .mainbutton li a {
	width: auto;
}
.mainbutton li a:visited {
	background-color: #ffffff;
	color: #003399;
	text-decoration: none;
}
.mainbutton li a:hover {
	background-color: #ffffff;
	color: #003399;
	text-decoration: underline;
}

/* SUBBUTTON */
.subbutton {
	font-size: 10pt;
	width: 170px;
	padding-left: 8px;
	margin-bottom: 0em;
	font-weight: bold;
	font-family: Trebuchet, Arial, Helvetica, Sans-Serif;
	background-color: #003399;
	color: #ffcc33;
}
.subbutton ul {
	list-style: none;
	background-color: #003399;
	margin: 0;
	padding: 0;
	border: none;
}
.subbutton li {
	border-bottom: 1px solid #6699CC;
	color: #ffcc33;
	background-color: #003399;
	margin: 0;
}
.subbutton li a {
	display: block;
	padding: 2px 2px 2px 3px;
	background-color: #003399;
	color: #ffcc33;
	text-decoration: none;
	width: 100%;
}

/* Workaround for IE needing explicit 100% decleration*/
html>body .subbutton li a {
	width: auto;
}
.subbutton li a:visited {
	background-color: #003399;
	color: #ffcc33;
	text-decoration: none;
}
.subbutton li a:hover {
	background-color: #6699CC;
	color: #ffffff;
	text-decoration: underline;
}
/* SUB2BUTTON */
.sub2button {
	font-size: 9pt;
	width: 160px;
	padding-left: 8px;
	margin-bottom: 0em;
	font-weight: normal;
	font-family: Trebuchet, Arial, Helvetica, Sans-Serif;
	background-color: #003399;
	color: #ffffff;
}
.sub2button ul {
	list-style: none;
	background-color: #003399;
	margin: 0;
	padding: 0;
	border: none;
}
.sub2button li {
	border-bottom: 1px solid #6699CC;
	color: #ffffff;
	background-color: #003399;
	margin: 0;
}
.sub2button li a {
	display: block;
	padding: 2px 2px 2px 3px;
	background-color: #003399;
	color: #ffffff;
	text-decoration: none;
	width: 100%;
}

/* Workaround for IE needing explicit 100% decleration*/
html>body .sub2button li a {
	width: auto;
}
.sub2button li a:visited {
	background-color: #003399;
	color: #ffffff;
	text-decoration: none;
}
.sub2button li a:hover {
	background-color: #6699CC;
	color: #ffffff;
	text-decoration: underline;
}
/* END MENU LIST ITEMS */


/* DASHBOARD */
table.dashboard
{
	border: 2px solid #003399;
	background-color: #ffffff;
	FONT-SIZE: 10pt;
}
.dashhead
{
	font-size: 10pt;	
	font-weight: bold;
	border-bottom: 2px solid #003399;
	color: #ffffff;
	background-color: #003399;
}
.dashsubhead
{
	font-size: 9pt;	
	font-weight: bold;
	border-bottom: 1px solid #003399;
	color: #ffffff;
	background-color: #6699CC;
}
.dashlabel
{
	font-size: 9pt;
	font-weight: bold;
	border-right: 1px solid #003399;
	color: #003399;
	background-color: #CDE5FA;
}
table.grid 
{ 
	font-size: 9pt;
	border: 2px solid #3d3d3d;
	background-color: #ffffff; 
}
				
.gridsubhead 
{
	font-size: 9pt;
	color: #ffffff;
	background-color: #989898;
}

.groupGridWithFilter
{
	border: 2px solid #10501D;
	padding: 2px;
	width: 100%;
}

/* BUTTON BAR */
table.buttonbar
{
	border: thin solid #6699CC;
	background-color: #CDE5FA;
}
.buttonbartext
{
	font-size: 9pt;
	color: #003399;
	font-weight: bold;
}


.embeddedButtonCell
{
	border-top: 1px solid #003399;
	background-color: #CDE5FA;
}

/* MISC */
.fakehr
{
	border-bottom: 3pt dotted #6699CC; 
	border-top: 0 solid #6699CC; 
	border-left: 0 solid #6699CC; 
	border-right: 0 solid #6699CC;
}

/* INPUT */
input.button
{
	font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	background: #003399;
	color: #ffcc33;
	border: 1px solid black;
}

/* HEADER AND FOOTER ITEMS  ----- */

.topitem { /* For the name and email items in the top frame */
  FONT-SIZE: 8pt;
  COLOR: #003399; 
  vertical-align:top;
}
TABLE.header {
  FONT-SIZE: 10pt;
  BORDER: 2px solid #6699CC;
  BACKGROUND-COLOR: #FFFFFF;
  MARGIN: 5px 0px 5px 0px;
}
.headerdata {
  FONT-SIZE: 10pt;
  FONT-WEIGHT: BOLD;
  COLOR: #003399;
  BACKGROUND-COLOR: #CDE5FA;
}

.stats {
  FONT-SIZE: 8pt;
  COLOR: #003399;
  BACKGROUND-COLOR: #FFFFFF;
  BORDER: thin solid #5374B9;
}
.stattop {
  FONT-SIZE: 8pt;
  COLOR: #003399;
  BACKGROUND-COLOR: #FFFFFF;
  BORDER-BOTTOM: 1px DOTTED #5374B9;
}
.statsgraphtop {
  FONT-SIZE: 8pt;
  COLOR: #003399;
  BACKGROUND-COLOR: #FFFFFF;
  BORDER-RIGHT: thin solid #5374B9;
  BORDER-BOTTOM: 1px DOTTED #5374B9;
}
.statsgraphbottom {
  FONT-SIZE: 8pt;
  COLOR: #003399;
  BORDER-RIGHT: thin solid #5374B9;
  BACKGROUND-COLOR: #FFFFFF;
}
.statslabel {
  FONT-SIZE: 8pt;
  COLOR: #FFFFFF;
  BACKGROUND-COLOR: #6699CC;
  BORDER-RIGHT: thin solid #5374B9;
}
.dashhead {
  FONT-SIZE: 10pt;
  FONT-WEIGHT: BOLD;
  BORDER-BOTTOM: 2px solid #003399;
  COLOR: #FFFFFF;
  BACKGROUND-COLOR: #003399;
}
