/* EM6.0 overall styles */

body {
	scrollbar-arrow-color:#000000;
	scrollbar-base-color:#dedede;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
}

table, tr, td, p, b {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

select { font-size: 9px; }

.button { 
	font-size: 9px;
	cursor: hand;
	color: #ffffff;
	background-color: #000000;
	font-weight : bold;
}

.welcome { color: #ffffff; font-weight: bold; }

.disabled {	color: #808080;}

.small { font-size: 9px; }

.white { color: #ffffff; font-weight: bold;}

.copyright { font-size: 7px;  color: #cccccc;}

.formLablesWhite { color: #ffffff; font-weight: bold; }

a.white { color: #ffffff; }
a.white:hover { color: #c4defa; }

/* lighter background color */
/*.bgColor1 { background-color: #70c0cf; }*/
.bgColor1 { background-color: #003481; }

/* darker background color*/
/*.bgColor2 { background-color: #339baf; }*/
.bgColor2 { background-color: #003481; }

/* background image for headers with 'raised' look */
/*.bgHeaderImg { background: URL(../../html/images/bg_bar.gif); }*/
.bgHeaderImg { background-color: #003481; }

/* control area panel background */
/*.bgControlImg { background: URL(../../html/images/bg_panel.gif); }*/
.bgControlImg {  background-color: #003481; }

/* the name of the report at the top of the report settings page */
.reportSettingsHeader {
	font-size: 14px;
	font-weight: bold;	
}

/* the message that appears below the name of the report on the report settings page */
.reportSettingsInfo {
    font-size: 10px;
	color : #000000;
}

.ReportTitle {
	font-weight: bold;
	width: 100%;
	text-align: center;
}

.GraphCal {
	text-align : right;
	border: 1px solid #000000;
	background-color: #eeeeee;
}

/* Graph Calendar Title (January 2005) */
.GraphCalTitle {
	color: #000000;
	background-color : #eeeeee;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
}

/* Graph Calendar Days of the week (Sun, Mon, Tues, etc...) */
.GraphCalDayHeader {
	font-size: 10px;
	color: #000000;
	text-align: center;
	font-weight: bold;
}

.GraphCalRow {
	margin: 0px;
	padding: 0px;
	border: 0px none;
}

/* Graph Calendar selected TD*/
.GraphCalSelected {
	border: 3px inset White;
	background-color: #ffffff;
}

/* Graph Calendar unselectred TD */
.GraphCalUnselected {
	border: 3px outset White;
	background-color: #ffffff;
	margin: 1px 1px 1px 1px;
}

/* Graph Calendar spacer TD */
.GraphCalSpacer {
		
}

/* styles for help pages */
.helpLink { font-weight: bold; }