/* RMP - PSS0014 - Added a style to force Day Pattern list to a specific width */

/* used for demonstrational purposes only; used to denote hyperlinked text*/
.fauxlink {
    color: #3366cc;
    text-decoration: none;
}

/* most text that doesn't receive a specific style will automatically pick up this style; if not, please use .body inline*/

BODY,TD,P,UL,DIV {
    font-family: Geneva, Verdana, Arial, Helvetica;
    font-size:   10px;
    color: #333333;
}

TH {
	font-family: Geneva, Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #333333;
}

.body {
    font-family: Geneva, Verdana, Arial, Helvetica;
    font-size:   10px;
    color: #333333;
}

.bold {
    font-family: Helvetica, Arial, sans-serif;
    font-size:   11px;
    font-weight: bold;
    color:       #333333;
}

/* all anchor tags in the page should automatically pick up the following styles; if not, please use .link within the <A> tag*/


/*A {
    text-decoration: none;
}*/

A:HOVER {
	text-decoration: underline;
}

A:link {
    color:#3366cc;
    text-decoration: none;
}

A:visited {
    color:  #3366cc;
    text-decoration: none;
}

A:active {
    color: #cccccc;
    text-decoration: none;
}

/*headers*/

.header {
    font-family: Helvetica, Arial, sans-serif;
    font-size:   16px;
    font-weight: bold;
    color:       #000000;
}

.headline {
    font-family: Helvetica, Arial, sans-serif;
    font-size:   14px;
    font-weight: bold;
    color:       #000000;
}

.headline-g {
    font-family: Helvetica, Arial, sans-serif;
    font-size:   14px;
    font-weight: bold;
    color:       #333333;
}

/* subhead*/

.preference {
    font-family: Helvetica, Arial, sans-serif;
    font-size:   12px;
    font-weight: bold;
    color:       #000000;
}

.preference-g {
    font-family: Helvetica, Arial, sans-serif;
    font-size:   12px;
    font-weight: bold;
    color:       #333333;
}

.schoolterm {
    font-family: Helvetica, Arial, sans-serif;
    font-size:   11px;
    color:       #333333;
}

.schooltermbold {
    font-family: Helvetica, Arial, sans-serif;
    font-size:   11px;
    font-weight: bold;
    color:       #333333;
}

TR.headerRow {
	background-color: #f6f6f6;
}
TR.evenRow {
	background-color: #ffffff;
    display: table-row;
}
TR.oddRow {
	background-color: #edf3fe;
    display: table-row;
}
TR.hiddenRow {
    display: none;
}

P.messageText {
	color: #ff0000;
	margin-bottom: 8px;
}
DIV.messageBlock {
	text-align: center;
}



/* copyright line at the bottom of the page*/

.disclaimer {
    font-family: Geneva, Verdana, Arial, Helvetica;
    font-size:   9px;
    color:       #999999;
}

.fixed {
	font-family: "Courier New", Courier, Monaco, monospace;
	font-size: 11px;
	color: #333333;
}

.red {
    font-family: Geneva, Verdana, Arial, Helvetica;
    font-size:   10px;
    color: #ff0000;
}

.green {
    font-family: Geneva, Verdana, Arial, Helvetica;
    font-size:   10px;
    color: #006600;
}

.maroon {
    font-family: Geneva, Verdana, Arial, Helvetica;
    font-size:   10px;
    color: #990000;
}

.gray {
    font-family: Geneva, Verdana, Arial, Helvetica;
    font-size:   10px;
    color: #999999;
}

.white {
    font-family: Geneva, Verdana, Arial, Helvetica;
    font-size:   10px;
    color: #ffffff;
}

.error {
    font-family: Geneva, Verdana, Arial, Helvetica;
    font-size:   10px;
    color: #9c0000;
}

.debugtext {
    font-family: Geneva, Verdana, Arial, Helvetica;
    font-size:   9px;
    color:       #999999;
}

.daypatternlist {
    font-family: Geneva, Verdana, Arial, Helvetica;
    font-size:   9px;
    width: 260px;
}

