body
{
	font-size: 13px;
	width: 100%;
	min-width: 767px;
	margin: 0px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
}
a
{
	text-decoration: underline;
	color: #cc0001;
}
a:hover
{
	text-decoration: underline;
	color: #2b3e83;
}
img
{
	border:0px;
}

.verticalDiv
{
	writing-mode: tb-rl;
filter: flipv fliph;

}

.nameDiv
{
	
}

.weekDiv
{
		writing-mode: tb-rl;
filter: flipv fliph;
}

.rosterScheduleTable
{

	font-family:Verdana;
	width:600px;
}

h1
{
	font-family: Arial, Helvetica, SansSerif;
	color: #2b3e83;
	font-style:italic;
	font-size:22px;
	font-weight: bold;
	margin-top:0;
	margin-bottom:15px;
}
h2
{
	font-family: Arial, Helvetica, SansSerif;
	color: #cc0001;
	font-style:italic;
	font-size:16px;
	font-weight: bold;
	margin-top:20px;
	margin-bottom:3px;
}

.classTypeTitle
{
		font-family: Arial, Helvetica, SansSerif;
	color: #cc0001;
	font-style:italic;
	font-size:16px;
	font-weight: bold;
	margin-top:20px;
	margin-bottom:3px;
}
h3
{
	font-family: Arial, Helvetica, SansSerif;
	color: #000;
	font-size:13px;
	font-weight: bold;
	margin-top:20px;
	margin-bottom:3px;
}
.date
{
	font-family: Arial, Helvetica, SansSerif;
	color: #999;
	font-size:11px;
}
.small
{
	font-family: Arial, Helvetica, SansSerif;
	font-size:11px;
}

.error
{
	color:#cc0000;
	font-weight:bold;
}
.red
{
    color: #cc0001;
}
.green
{
    color: #009900;
}

.crumb
{
	font-size:11px;
	font-style:italic;
}


.button
{
	font: bold .9em Arial, Helvetica, SansSerif;
	letter-spacing: 0;
	color: #333333;
	cursor: pointer;
	background-image: url(/images/nav/buttonbg.gif); 
	background-color: #fff;
}
.leftlist
{
	display:block;
	padding: 2px 0px 2px 20px;
	background-image: url(/images/nav/star.gif);
	background-position: 5px 5px;
	background-repeat: no-repeat;
	color: #2b3e83;
	text-decoration: none;
	font-size: 13px;
	font-weight:bold;
}
.subleftlist
{
	display:block;
	padding: 1px 0px 1px 8px;
	background-image: url(/images/nav/bullet.gif);
	background-position: 1px 9px;
	background-repeat: no-repeat;
	color: #000;
	text-decoration: none;
	font-size: 11px;
	font-weight:normal;
}
.secureleftlist
{
	display:block;
	padding: 2px 0px 2px 20px;
	background-image: url(/images/nav/lock2.gif);
	background-position: 5px 5px;
	background-repeat: no-repeat;
	color: #000;
	text-decoration: none;
	font-size: 13px;
	font-weight:bold;
}
a.inactive
{
	text-decoration: underline;
	color: #cc0001;
}
a.inactive:hover
{
	text-decoration: underline;
	color: #2b3e83;
}
a.active
{
	text-decoration: none;
	color: #2b3e83;
}
a.active:hover
{
	text-decoration: underline;
	color: #2b3e83;
}
.bodylist
{
	display:block;
	padding: 2px 0px 2px 20px;
	background-image: url(/images/nav/star.gif);
	background-position: 5px 5px;
	background-repeat: no-repeat;
	color: #000;
	text-decoration: none;
	font-size: 13px;
}
.rowheader
{
	background-color:#2b3e83;
	color:#fff;
	font-weight:bold;
}
.rowsubheader
{
	background-color:#c6ccde;
	color:#000;
}
.row1
{
	background-color:#fff;
	color:#000;
}
.row2
{
	background-color:#eee;
	color:#000;
}
.row1c
{
	background-color:#fff;
	color:#000;
	text-align:center;
}
.row2c
{
	background-color:#eee;
	color:#000;
	text-align:center;
}

.MyCalendar .ajax__calendar_container {
    border:1px solid #646464;
    background-color: #FFFACD;
    color: red;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year {
    color: black;
    font-weight:bold;
}


.headerStyle
{
	background-color: #2B3E83;
	color: White;
	font-weight:bold;
	text-align:left	
}

.footerStyle
{
	background-color: #5D7B9D;
	font-weight:bold;
	color: White;
}

.rowStyle
{
	background-color:  White;
	color:  Black;
	text-align:left
}

.alternatingRowStyle
{
	background-color:  #EEEEEE;
	color: Black;
}

.pagerStyle
{
	background-color: #284775;
	color: White;
	text-align:left
}

.pagerStyle a
{
	color:White;
}

.pagerStyle a:visited
{
	color:Gray;
}

#alertScroller
{
	width: 759px;
	height: 15px;
	background-color:#cc0000;
	color:#fff;
	padding: 4px;
}

#alertScroller a
{
	text-decoration: none;
}

.someclass{ //class to apply to your scroller(s) if desired
}

a.alert
{
	text-decoration: none;
	color: #fff;
	font-weight:bold;
}
a.alert:hover
{
	text-decoration: underline;
	color: #fff;
	font-weight:bold;
}