.logoutbar
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 9pt;
    background-color: #003399;
    padding-bottom: 5px;
}

.logoutbar a {
    color: #ffffff;
    text-decoration: underline;
    font-weight: bold;
    margin-right: 5px;
}

.logoutbar a:visited {
    color: #ffffff;
    text-decoration: underline;
    font-weight: bold;
    margin-right: 5px;
}

.logoutbar a:hover {
    color: #ffcc33;
    text-decoration: underline;
    font-weight: bold;
    margin-right: 5px;
}

.reportlabel
{
    font-size: 9pt;
    font-weight: bold;
    color: #003399;
	background-color: #CDE5FA;
}

.copyright{
	font-size: 9pt;
	color: White;
	background: #003399;
	width: 100%;
}

/* FRAMING PAGE */
table.appheader
{
	background-color: #003399;
}

/* MENU ITEMS */
td.sidemenu {
	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;
}
.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;
}

.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 */
.logintitle
{
	background-image: url(/images/loginlogobg_blue.gif);
}

.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;
}


