body {
	font-family: "trebuchet ms",arial;
	background-color: #d2b055;
	color: #000000;
	margin: 0 auto;
	background-image: url(images/pagebg.jpg); 
	background-repeat: repeat-x;
	width: 100%;
	font-size:100%;
}

#newsscroller {width:270px;height:130px;}

img.caldot {border:0px}

img {border:none;}

#calendartable td a {display:block;height:25px;text-align:center;font-weight:normal;}
#calendartable td a:hover {background-color:#ffbb0a;z-index:1}
#calendartable .emptyday a:hover {background-color:transparent;}
.CalOverTitle {font-weight:bold;color: #8eb5a3;font-size:140%;}
.calEventName {line-height:90%;margin-bottom:3px;}
#mainCal .ToDay A:HOVER, #mainCal .WeekDay A:HOVER, #mainCal .WeekendDay A:HOVER {z-index:1}

/*---------- CALENDAR tooltip -----------*/
a.tt {position:relative;}
a.tt span.tooltip {display: none;}
a.tt:hover span.tooltip {
	background-color:#481600;
	border: 2px solid #000000;
	width:200px;
	font-size:120%;
	color:#ffffff;
	padding:5px;
    display:block;
    position:absolute;
    top:15px; left:15;
	text-align:left;
	opacity: .90;
	filter: alpha(Opacity=90);
	z-index:101;
}

.boxoverheader {}
         
.boxoverbody {
	background-color:#5c7c6f;
	border: 2px solid #000000;
	width:200px;
	font-size:70%;
	color:#ffffff;
	opacity: .95;
	filter: alpha(Opacity=95);
	display:inline-block;
	padding:5px;
}
/*---------- CALENDAR tooltip -----------*/

A {font-weight: bold;color: #5c7c6f;text-decoration: none;}
A:HOVER {color: #ffffff;}

A.OnPageNumber {color: #5c7c6f;}
A.OnPageNumber:HOVER {color: #ffffff;}

A.HeaderLink {color: #5c7c6f;}
A.HeaderLink:HOVER {color: #ffffff;}

A.SideNavigation {font-weight: normal;color: #5c7c6f;}
A.SideNavigation:HOVER {color: #ffffff;}

A.SmallNavigation {font-weight: normal;color: #5c7c6f;}
A.SmallNavigation:HOVER {color: #ffffff;}

A.BottomNavigation {font-weight: normal;color: #5c7c6f;}
A.BottomNavigation:HOVER {color: #ffffff;}

A.DesignCreditLink {color: #8eb5a3;}
A.DesignCreditLink:HOVER {color: #ffffff;}

#mainCal .WeekendDay A, A.CalendarWeekendDayLink {font-size:80%;font-weight: normal;color: #ffffff;}
#mainCal .WeekendDay A:HOVER, A.CalendarWeekendDayLink:HOVER {color: #e5d187;}

#mainCal .WeekDay A, A.CalendarWeekDayLink {font-size:80%;font-weight: normal;color: #ffffff;}
#mainCal .WeekDay A:HOVER, A.CalendarWeekDayLink:HOVER {color: #e5d187;}

#mainCal .ToDay A, A.CalendarToDayLink {font-size:80%;font-weight: normal;color: #ffffff;}
#mainCal .ToDay A:HOVER, A.CalendarToDayLink:HOVER {color: #e5d187;}

TD {
	color: #000000;
	font-size: 80%;
}

.ColumnHeader {
	color: #ffffff;
	background-color: #5c7c6f;
	font-weight: bold;
	padding: 1px;
}

.ColumnField {
	padding: 1px;
}

TR.ColumnRowOdd {
	padding: 1px;
	background-color: #f1f1f1;
}

TR.ColumnRowEven {
	padding: 1px;
	background-color: #E8E8E8;
}

TR.ColumnRowOn {
	padding: 1px;
	background-color: #d6d6d6;
}

.CalendarDayOn {
	cursor: pointer;
	cursor: hand;
	background-color: #ffbb0a;
	font-size: 80%;
}

.EmptyDay {
	background-color: transparent;
	font-size: 80%;
}

.ToDay {
	background-color: #ffbb0a;
	font-size: 80%;
}

.WeekendDay {
	background-color: #8e7f59;
	font-size: 80%;
}

.WeekDay {
	background-color: #c2b594;
	font-size: 80%;
}

DIV.HRule, hr {
	height: 1px;
	border-top: thin solid #b7a883;
	width:98%;
}

DIV.GraphBar {
	background-color: #ffbb0a;
	color: #000000;
}

IMG.PicOff {border: 2px solid #f5f5f5;margin:5px;vertical-align:middle;}

IMG.PicOn {border: 2px solid #ffbb0a;margin:5px;vertical-align:middle;}

.Instruction {
	font-size: 80%;
	color: #000000;
}

.GrayInstruction {
	color: #000000;
	font-size: 80%;
}

.CalendarDayNumber {
	font-size: 80%;
	color: #ffffff;
}

.CalendarCurrentDayNumber {
	font-size: 80%;
	color: #ffffff;
}

.PopupContentHighlight {
	font-weight: bold;
	color: #ffffff;
}

.ContentHighlight {
	font-weight: bold;
	color: #685940;
}

.ContentHeader, h1 {
	font-weight: bold;
	color: #5c7c6f;
	font-size: 240%;
	display: inline;
}

.SpecialContentHeader {
	font-weight: bold;
	color: #5c7c6f;
	font-size: 140%;
}

.ContentSubHeader, h2 {
	font-weight: bold;
	color: #5c7c6f;
	font-size: 120%;
}

.ListSubHeader {
	font-weight: bold;
	color: #5c7c6f;
}


.RequiredFieldLabel {
	font-weight: bold;
	color: #685940;
}

.NonRequiredFieldLabel {
	font-weight: bold;
	color: #999999;
}

.RequiredAsterisk {
	font-weight: bold;
	color: #685940;
}

.SmallNote {
	color: #685940;
}

.SmallGrayNote {
	color: #685940;
}

.SmallNote {
	color: #685940;
}

.SuccessMessage {
	font-weight: bold;
	color: #008000;
}

.ListNumber {
	font-size: 120%;
	font-weight: bold;
	color: #685940;
}

.Date {
	font-weight: bold;
	color: #685940;
}

.ErrorMessage {
	font-weight: bold;
	color: #FF0000;
}

.SidebarLabel {
	font-weight: bold;
	color: #000000;
}

.Footer {
	color: #666666;
}

.CopyRight {
	color: #ffffff;
}

.Address {
	color: #ffffff;
}

.DesignCredit {
	color: #8eb5a3;
}

.semiopaque { 
	opacity: .9; 
	font-weight: normal;
}




/*------ NEW FRONT END -------*/

#pagination a {padding:3px 5px;border:1px solid #b7a883;line-height:2em;text-decoration:none;font-weight:bold;}
#pagination a:hover {background:#5c7c6f;border:1px solid #5c7c6f;}
#pagination .OnPageNumber {color:#fffffffffffffffffffffffffffffffff;border:1px solid transparent;}

form {margin:0px;padding:0px;}
input, select {vertical-align:middle;margin-bottom:5px; margin-right:5px;vertical-align:middle;}

table td.top, table th.top, #mainCal td {vertical-align:top;}
table.contentTable, table.itemTable {border-collapse:collapse; width:100%;} 
.contentTable td, .itemTable td {border-bottom: 1px solid #b7a883;text-align:left;}
.contentTable th {color:#5c7c6f;border-bottom: 2px solid #5c7c6f;text-align:left;font-size:110%;}
.contentTable th strong, .itemTable th strong {font-size:120%;}
.contentTable th span {font-size:80%;font-weight:normal;}
.contentTable td, .contentTable th, .itemTable td, .itemTable th {padding:5px;}
.itemTable th {color:#5c7c6f;width:100px;border-bottom: 1px solid #b7a883;text-align:right;font-size:110%;padding-right:20px;}
.contentTable tr:hover td {background:url(/sr/images/datahoverbg.png)}
.itemTable td, .itemTable th, .contentTable td, .contentTable th {vertical-align:middle;}
.itemTable tr.last td, .contentTable tr.last td, .itemTable tr.last th, .contentTable tr.last th {border-bottom:none;}
table td.center, table th.center {text-align:center;}
table td.right, table th.right {text-align:right;}
.tdcheckbox {width:75px;text-align:center;}

fieldset {
	border:1px solid #b7a883;
	padding:0px 15px 15px 15px;margin:20px 0;
}
fieldset legend { color:#5c7c6f; font-weight:bold; font-size: 120%; }

.submitbutton, .smallbutton, .smallselect, .smallinput {color:#444;border:1px solid #ccc;letter-spacing:0px;font-family:"trebuchet ms";font-size:12px;font-weight:bold;background:#fff url(/sr/images/buttonbg.jpg) repeat-x;margin:1px;
padding:0px 7px;overflow:visible;vertical-align:middle;}
.smallbutton, .smallselect, .smallinput {font-size:10px;font-weight:normal;padding:2px;text-transform:uppercase;}
.smallinput {background-image:none;}
.smallbutton, .submitbutton {cursor:pointer;}
.smallselect {border:none;}

.borderbox {padding:5px;border:1px solid #b7a883;}
.iconlink {margin:0px 2px;display:inline;border:none;}

#editorbg>td {color:#000;background:#fff;}

#help, .help {margin-bottom:10px;padding:10px;background:#ffffcc;border:2px solid #dddb54;color: #000;line-height:1em;}
#help ol {margin-top:3px;margin-bottom:3px;}
#error, .error {background-color: #fbe3e4; border: 3px solid #FBC2C4; color: #BB0000;
font-size: 11px; margin-bottom: 20px; padding: 5px;}
#error ul, .error ul {margin:0px;margin-left:15px;padding:0px;}
#success, .success {margin-bottom:10px;padding:10px;background-color:#E6EFC2;border:2px solid #C6D880;color:#529214}

/* --- END GLOBAL FRONT-END --- */



/*--------------------------------------------------
------------------  Marquee Box  -------------------
--------------------------------------------------*/

.marquee-rotator #timer {left: 0; height: 4px; background: #000; filter: alpha(opacity=60); opacity: 0.6;}

.marquee-rotator .button-over {background: #fff;}

/* --- FOR BUTTON NAV CENTERING (to absolutely position, comment this out) --- */
/* ---.marquee-rotator .c-panel {width:100%;}
.marquee-rotator .thumbnails {margin:0px auto;}--- */
/* --- FOR BUTTON NAV CENTERING (to absolutely position, comment this out) --- */

.marquee-rotator .c-panel {bottom: 10px; right: 10px; position:absolute;}

#rotator-tooltip .tt-img {border: 2px solid #fff; margin: 4px 0;}

/*----- PREV & BACK BUTTONS -----*/

.marquee-rotator .prev-btn, .marquee-rotator .next-btn {
	display:block;
	height:50px; width:50px; 
	margin: 5px; 
	position: absolute;
	text-align: center;
	text-indent:-9999px;
	z-index: 11;
}

.marquee-rotator .prev-btn {background:url(/sr/images/marquee_controls.png) 0 -50px; top: 40%; left: 0px;}
.marquee-rotator .next-btn {background:url(/sr/images/marquee_controls.png) -50px -50px; top:40%; right: 0px;}

.marquee-rotator .prev-btn:hover {background:url(/sr/images/marquee_controls.png) 0 0;}
.marquee-rotator .next-btn:hover {background:url(/sr/images/marquee_controls.png) -50px 0;}

/*------ PAGINATION -----*/

.marquee-rotator .thumbnails li {
	background: url(/sr/images/marquee_controls.png) -20px -100px; 
	height: 15px; width: 15px;
	margin: 3px;  /* --- keep margin even on both left and right --- */
	text-align: center;
}

.marquee-rotator .thumbnails ul li a img {width:200px;}

.marquee-rotator .thumbnails li:hover {background: url(/sr/images/marquee_controls.png) -40px -100px;}
.marquee-rotator .thumbnails li.curr-thumb {background: url(/sr/images/marquee_controls.png) -80px -100px;}
.marquee-rotator .thumbnails li.curr-thumb:hover {background: url(/sr/images/marquee_controls.png) -60px -100px;}

/* --- END Marquee Box --- */





/*---------- COLOR LEGEND -----------*/
.FGColor1 {color:#5c7c6f;}               /* SAME AS a:link color */
.FGColor2 {color:#ffffff;}               /* SAME AS  a:hover color */
.BGColor1 {background-color:#5c7c6f;}    /* SAME AS .ColumnHeader background-color */
.BGColor1FG {color:#ffffff;}             /* SAME AS .ColumnHeader color */
.BGColor2 {background-color:#ffbb0a;}    /* SAME AS .Today background-color */
.BGColor2FG {color:#ffffff;}             /* SAME AS a.CalendarToDayLink color */
.BGColor3 {background-color:#c2b594;}    /* SAME AS .WeekDay background-color */
.BGColor3FG {color:#ffffff;}             /* SAME AS a.CalendarWeekDayLink color */
.BGColor4 {background-color:#8e7f59;}    /* SAME AS .WeekendDay background-color */
.BGColor4FG {color:#ffffff;}             /* SAME AS a.CalendarWeekendDayLink color */
.LineColor {color:#b7a883;}             /* SAME AS hr or .HRule color */
/*---------- COLOR LEGEND -----------*/



















