/* Last modified 09-11-03 */
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #F0F0F0;    			
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    color: #333333;
}
a {
    color: #104E8B;
    text-decoration: none;
}
a:hover {
    color: #474747;
    text-decoration: underline;
}
a.instructionLink {
    color: #B52831;
    text-decoration: none;
}
a.instructionLink:hover {
    color: #B52831;
    text-decoration: underline;
}
/*
Common text settings
*/
p {
    font-size: 11px;
    margin-bottom: 2px;
    margin-top: 4px;
    margin-right: 2px;
    margin-left: 2px;
}
h5 {
    margin-bottom: 0px;
	margin-top: 0px;
    font-size: 12px;
}
h3 {
	font-size: 18px;
	margin-top: 0px;
}
/*
Error box settings
*/
.alert {
    color: #CC0000;
	background-color: #FFFFFF;
    text-align: center;
	width: 60%;
	border: solid #8B0000 2px;
	padding: 5px;
	margin-bottom: 5px;
	font-size: 12px;
}
/*
Form text box settings
*/
.textbox {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;  
    color: #36648B;
    background-color: #FCFCFC;
}
/*
Form button settings
*/
.button {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    border-color: #4682B4 #104E8B #104E8B #4682B4;
	background-color: #4F94CD;
	border-style: solid;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    color: #FFFFFF;
}
/*
Data table head row settings
*/
.tableTitle {
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    padding-left: 10px; padding-top: 1px; padding-bottom: 1px; padding-right: 5px;
	background-color: #36648B;
}

/*
Data table head row settings
*/
.tableTitleSpecial {
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    padding-left: 10px; padding-top: 1px; padding-bottom: 1px; padding-right: 5px;
	background-color: #36648B;
}
/*
Welcome message settings
*/
.welcomeBack {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    color: #708090;
}
/*
Table border color
*/
.tableBorder {
    background-color: #36648B;
}

.instructionText
{
    font-size: 11px;
}
/*
Common data cell settings
*/
td.cellColor, .cellColor td {
    padding: 2px;
    background-color: #FFFFFF;
    font-size: 11px;
}

/*
Common data cell settings
*/
td.cellColorSpecial, .cellColorSpecial td {
    padding: 2px;
    background-color: #FFFFFF;
    font-size: 14px;
}

/*
Alternating row colors
*/
td.cellColor0, .cellColor0 td {
    padding: 2px;
    background-color: #FFFFFF;
    font-size: 11px;
}
td.cellColor1, .cellColor1 td {
    padding: 2px;
    background-color: #F1F1F1;
    font-size: 11px;
}
span.cellColorA0 {
    font-color: #BFFFBF;
}
td.cellColorA0, .cellColorA0 td {
    padding: 2px;
    background-color: #BFFFBF;
    font-size: 11px;
}
td.cellColorA1, .cellColorA1 td {
    padding: 2px;
    background-color: #B1F1B1;
    font-size: 11px;
}
td.cellColorWinner, .cellColorWinner td {
    padding: 2px;
    background-color: #CCFFCC;
    font-size: 11px;
}
td.cellColorLoser, .cellColorLoser td {
    padding: 2px;
    background-color: #FFCCCC;
    font-size: 11px;
}
/*
Table data row heading settings
*/
td.rowHeaders, .rowHeaders td {
    color: #333333;
    background-color: #EDEDED;
    font-weight: bold;
    text-align: center;
    font-size: 11px;
}
/*
BPL - Table data row heading settings
*/
td.rowHeaders2, .rowHeaders2 td {
    color: #333333;
    background-color: #EDEDED;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
}
/*
Individal time cells for the scheduler
*/
td.scheduleTimes, .scheduleTimes td {
    font-size: 11px;
    color: #333333;
    text-align: left;
    background-color: #EDEDED;
    padding-left: 2px;
}
/*
Date cell for the scheduler
*/
td.scheduleDate, .scheduleDate td {
    font-size: 12px;
    color: #FFFFFF;
    background-color: #A2B5CD;
    text-align: center;
    padding: 2px;
}
/*
Resource name cell for the scheduler
*/
td.resourceName {
    color: #333333;
    font-size: 12px;
    background-color: #EDEDED;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 5px;
}
/*
Edit form cell settings
*/
td.formNames {
    font-size: 12px;
    background-color: #EDEDED;
    padding-left: 5px;
}
/*
Reserved cell settings for the scheduler
*/
td.reservedCell {
    font-size: 10px;
    background-color: #B0C4DE;
}
/*
Inactive resource text color
*/
.inact {
    color: #BDBDBD;
}
/*
Color of the outermost border on every page
*/
.mainBorder {
    border: solid 1px #CCCCCC;
}
/*
Background color of main section on every page
*/
.mainBkgrdClr {
    background-color: #FAFAFA;
}
/*
Alert message settings
*/
.message {
	background-color: #FEFEFE;
	text-align: center;
	width: 60%;
	border: solid #E0E0E0 1px;
	padding: 5px;
	margin-bottom: 5px;
	font-size: 12px;
}