body {
	font-family: "trebuchet ms",arial;
	font-size: 100%;
	background-color: #000204;
	margin: 15px auto;
	padding: 0px;
	background-image: url(images/pagebg.jpg);
	background-repeat: repeat-x;
}

#flashscroller {width:100%;height:200px;overflow:auto;text-align:left;padding:10px;}

div#edge {background:url("images/edge.png") repeat-y;}
div#topedge {width:820px;height:18px;background:url("images/topedge.png") no-repeat;}
div#contentbody {width:784px;padding:0px;margin:0px 18px 0px 18px;}
div#marquis {width:784px;background-color:#000000;}
#navbar {width:784px;height:31px;background:url("images/navbar.jpg") no-repeat;}
div#flashbox {width:784px;background-color:#000000;}

div#contentwrapper {background:url("images/contenttoprightbg.jpg") no-repeat top right;}

div#content {width:784px;background:url("images/contentbottomleftbg.jpg") no-repeat bottom left #000204;font-size:90%;}
div#sidebar {padding:10px;padding-top:20px;width:220px;float:left;color:#ebc387;font-size:90%;text-align:center;}
/* add margin-left to maincontent = sidebar width + 2*sidebar padding if you don't want maincontent to wrap under sidebar */
div#maincontent {padding:20px;padding-top:20px;color:#ffffff;background:url("images/contenttoprightbg.jpg") no-repeat top right;min-height:272px;}

div#subpagecontent {width:784px;background:url("images/contentbottomleftbg.jpg") no-repeat bottom left #000204;font-size:90%;}
div#subpagesidebar {padding:10px;padding-top:20px;width:220px;float:left;color:#ebc387;font-size:90%;text-align:center;}
div#subpagemaincontent {padding:20px;padding-top:20px;color:#ffffff;background:url("images/contenttoprightbg.jpg") no-repeat top right;min-height:272px;}

#bottombar1 {width:784px;height:24px;background:url("images/bottombar1.jpg") no-repeat;text-align:center;color:#ffffff; font-size:75%;clear:left;}
#bottombar2 {width:784px;height:68px;background:url("images/bottombar2.jpg") no-repeat;text-align:center;color:#ffffff;font-size:75%;}
div#bottomedge {width:820px;height:18px;background:url("images/bottomedge.png") no-repeat;}

.boxoverheader {}
         
.boxoverbody {
	background-color:#4b1912;
	border: 2px solid #000000;
	width:200px;
	font-size:70%;
	color:#ffffff;
	-moz-opacity:.90;
	opacity: .90;
	filter: alpha(Opacity=90);
	display:inline-block;
	padding:5px;
}

img.caldot {border:0px;vertical-align:middle;}

img {border:none;}

#calendartable td a {display:block;height:25px;text-align:center;}
#calendartable td a:hover {background-color:#ebb462;z-index:1}
#calendartable .emptyday a:hover {background-color:transparent;}
.CalOverTitle {font-weight:bold;color: #ddce95;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}

/*---------- css tooltip -----------*/
a.tt {position:relative;}
a.tt span.tooltip {display: none;}
a.tt:hover span.tooltip {
	background-color:#4b1912;
	border: 2px solid #000000;
	width:200px;
	font-size:120%;
	color:#ffffff;
	padding:5px;
    display:block;
    position:absolute;
    top:15px; left:15;
	text-align:left;
	-moz-opacity:.90;
	opacity: .90;
	filter: alpha(Opacity=90);
	z-index:101;
}

/*---------- menu -----------*/
.menuarrow {padding:3px 5px 5px 5px; border:0px; vertical-align:middle;}

.menu, .menu ul {z-index:1999; list-style-type:none; padding:0px; margin:0px; text-align:left; display:block;}

.menu a {padding:0px 5px; color:#000000; display:block; text-decoration:none; border-right:1px solid #351309;}

/* main menu centering */
.menu .cssnavlevelone {height:31px;vertical-align:middle;font-weight:bold;}
img.cssnavlevelone {border:0px;}

/* need to specify a width - this is used to open sub menu with margin-left */
.menu ul a {margin:0px; width:150px; border-right:0px solid transparent; }

/* menu items main and sub */
.menu li {float:left;}

.menu li:hover {position:relative;z-index:1999;}

/* 1st level sub menu container */
.menu li ul {display:none; border:1px solid #000000;}
/* 2nd+ level sub menu container */
.menu ul li ul {margin-left:100px; margin-top:-25px; border:1px solid #000000;}

.menu ul li {clear:both; display:block;}

/* retain rollover menu item rollover */
.menu li:hover>a {color:#ffffff; text-decoration:none; display:block; background:url("images/overbgimage.jpg") no-repeat #333333;}
.menu a:visited {color:#ddce95; text-decoration:none; display:block;}

/* different rollover style for dropdowns */
.menu li ul li:hover>a {background: #524c34; color:#ffffff; text-decoration:none; display:block;}

/* submenus */
.menu li ul li a {padding:5px; opacity: .90;filter: alpha(Opacity=90);background:#4b1912;color:#ffffff;border-bottom:1px solid #531e16;font-size:80%;}

/* show sub menu */
.menu li:hover>ul {display:block; position:absolute;}
/*---------- menu -----------*/


A {font-weight: bold;color: #ddce95;text-decoration: none;}
A:LINK {font-weight: bold;color: #ddce95;text-decoration: none;}
A:HOVER {font-weight: bold;color: #ffffff;text-decoration: none;}

A.OnPageNumber {
	
	font-weight: bold;
	color: #ddce95;
	text-decoration: none;
}

A.OnPageNumber:LINK {
	
	font-weight: bold;
	color: #ddce95;
	text-decoration: none;
}

A.OnPageNumber:HOVER {
	
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

A.HeaderLink {
	
	font-weight: bold;
	color: #ddce95;
	text-decoration: none;
}

A.HeaderLink:LINK {
	
	font-weight: bold;
	color: #ddce95;
	text-decoration: none;
}

A.HeaderLink:HOVER {
	
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

A.SideNavigation {
	
	font-weight: bold;
	color: #ddce95;
	text-decoration: none;
}

A.SideNavigation:LINK {
	
	font-weight: bold;
	color: #ddce95;
	text-decoration: none;
}

A.SideNavigation:HOVER {
	
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

A.SmallNavigation {
	
	font-weight: normal;
	color: #ddce95;
	text-decoration: none;
}

A.SmallNavigation:LINK {
	
	font-weight: normal;
	color: #ddce95;
	text-decoration: none;
}

A.SmallNavigation:HOVER {
	
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

A.DesignCreditLink {
	
	font-weight: bold;
	color: #ddce95;
	text-decoration: none;
}

A.DesignCreditLink:LINK {
	
	font-weight: bold;
	color: #ddce95;
	text-decoration: none;
}

A.DesignCreditLink:HOVER {
	
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

#mainCal .WeekendDay A, A.CalendarWeekendDayLink {
	
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
}

#mainCal .WeekendDay A:LINK, A.CalendarWeekendDayLink:LINK {
	
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
}

#mainCal .WeekendDay A:HOVER, A.CalendarWeekendDayLink:HOVER {
	
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}

#mainCal .WeekDay A, A.CalendarWeekDayLink {
	
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
}

#mainCal .WeekDay A:LINK, A.CalendarWeekDayLink:LINK {
	
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
}

#mainCal .WeekDay A:HOVER, A.CalendarWeekDayLink:HOVER {
	
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}

#mainCal .ToDay A, A.CalendarToDayLink {
	
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
}

#mainCal .ToDay A:LINK, A.CalendarToDayLink:LINK {
	
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
}

#mainCal .ToDay A:HOVER, A.CalendarToDayLink:HOVER {
	
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}

TD {
	
	font-weight: normal;
	color: #ffffcc;
	font-size: 8pt;
}


.ColumnHeader {
	font-size: 8pt;
	color: #ffffff;
	background-color: #4b1912;
	font-weight: bold;
	padding: 1px;
}

.ColumnField {
	font-size: 8pt;
	padding: 1px;
	-moz-opacity:.9;
	opacity: .9;
	filter: alpha(Opacity=90); 
	background-color: #eeeeee;
}

.ColumnFieldOdd {
	font-size: 8pt;
	padding: 1px;
	-moz-opacity:.8;
	opacity: .8;
	filter: alpha(Opacity=80); 
	background-color: transparent;
}

.ColumnFieldEven {
	font-size: 8pt;
	padding: 1px;
	-moz-opacity:.6;
	opacity: .6;
	filter: alpha(Opacity=60); 
	background-color: transparent;
}

.ColumnRowOdd {
	font-size: 8pt;
	
	padding: 1px;
	background-color: #f1f1f1;
}

.ColumnRowEven {
	font-size: 8pt;
	
	padding: 1px;
	background-color: #E8E8E8;
}

.ColumnRowOn {
	font-size: 8pt;
	
	padding: 1px;
	background-color: #d6d6d6;
}

.ClickableRow {
	cursor: pointer;
	cursor: hand;
	font-size: 8pt;
	
	padding: 5px;
	background-color: #ffffff;
}

.ClickableRowOn {
	cursor: pointer;
	cursor: hand;
	font-size: 8pt;
	
	padding: 1px;
	background-color: #d6d6d6;
}

.CalendarDayOn {
	cursor: pointer;
	cursor: hand;
	font-weight: normal;
	font-size: 7pt;
	background-color: #000000;
}

.EmptyDay {
	
	font-weight: normal;
	background-color: #ffffff;
	font-size: 7pt;
}

.ToDay {
	
	font-weight: normal;
	font-size: 7pt;
	background-color: #ebb462;

}

.WeekendDay {
	
	font-weight: normal;
	font-size: 7pt;
	background-color: #666666;
}

.WeekDay {
	
	font-weight: normal;
	font-size: 7pt;
	background-color: #cccccc;
}

.HRule, hr {
	height: 1px;
	border-top: thin dotted #888888;
	width:98%;
}

.GraphBar {
	
	font-weight: normal;
	background-color: #ebb462;
	color: #000000;
	font-size: 8pt;
}

IMG.PicOff {
	border: 2px solid #f5f5f5;
}

IMG.PicOn {
	border: 2px solid #ebb462;
}

.Instruction {
	
	font-size: 7pt;
	font-weight: normal;
	color: #eeeeee;
}

.GrayInstruction {
	
	font-weight: normal;
	color: #eeeeee;
	font-size: 7pt;
}

.CalendarDayNumber {
	
	font-size: 7pt;
	font-weight: normal;
	color: #FFFFFF;
}

.CalendarCurrentDayNumber {
	
	font-size: 7pt;
	font-weight: normal;
	color: #FFFFFF;
}

.PopupContentHighlight {
	
	font-weight: bold;
	font-size: 8pt;
	color: #ffffff;
}

.ContentHighlight {
	
	font-weight: bold;
	font-size: 8pt;
	color: #ddce95;
}

.ContentHeader, h1 {
	margin:0px;
	font-weight: bold;
	color: #ffffff;
	font-size: 20pt;
}

.SpecialContentHeader {
	
	font-weight: bold;
	color: #ddce95;
	font-size: 14pt;
}

.ContentSubHeader, h2 {
	
	font-weight: bold;
	color: #ddce95;
	font-size: 12pt;
}

.ListSubHeader {
	
	font-weight: bold;
	color: #ddce95;
	font-size: 10pt;
}


.RequiredFieldLabel {
	
	font-size: 8pt;
	font-weight: bold;
	color: #ddce95;
}

.NonRequiredFieldLabel {
	
	font-size: 8pt;
	font-weight: bold;
	color: #cccccc;
}

.RequiredAsterisk {
	
	font-size: 10pt;
	font-weight: bold;
	color: #ddce95;
}

.SmallNote {
	
	font-weight: normal;
	color: #FFFFFF;
	font-size: 8pt;
}

.SmallGrayNote {
	
	font-weight: normal;
	color: #eeeeee;
	font-size: 8pt;
}

.SmallNote {
	
	font-weight: normal;
	color: #eeeeee;
	font-size: 8pt;
}

.SuccessMessage {
	
	font-size: 8pt;
	font-weight: bold;
	color: #008000;
}

.SpecialFeatureHighlight {
	
	font-size: 12pt;
	font-weight: bold;
	color: #ffffff;
}

.ListNumber {
	
	font-size: 12pt;
	font-weight: bold;
	color: #ffffff;
}

.Date {
	
	font-size: 8pt;
	font-weight: bold;
	color: #777777;
}

.ErrorMessage {
	
	font-size: 8pt;
	font-weight: bold;
	color: #FF0000;
}

.SidebarLabel {
	
	font-weight: bold;
	color: #ddce95;
	font-size: 8pt;}

.Footer {
	
	font-weight: normal;
	color: #ffffff;
	font-size: 8pt;
}

.CopyRight {
	
	font-weight: normal;
	color: #ffffff;
	font-size: 8pt;
}

.Address {
	
	font-weight: normal;
	color: #ffffff;
	font-size: 8pt;
}

.DesignCredit {
	
	font-weight: normal;
	color: #ffffff;
	font-size: 8pt;
}

.semiopaque { 
	opacity: .9; 
	-moz-opacity: .9;
	font-weight: normal;
}

input,button,select {
	font-size:8pt;
}

input,button,select.SmallInput {
	font-size:8pt;
}




/*------ NEW FRONT END -------*/

#pagination a {padding:3px 5px;border:1px solid #888888;line-height:2em;text-decoration:none;font-weight:bold;}
#pagination a:hover {background:#4b1912;border:1px solid #ddce95;}
#pagination .OnPageNumber {color:#ffffffffffffffffff;border:1px solid transparent;}

form {margin:0px;padding:0px;}
input, select {margin-bottom:5px; margin-right:5px;vertical-align:middle;}

table.contentTable, table.itemTable {width:100%;} 
.contentTable td, .itemTable td {border-bottom: 1px solid #888888;text-align:left;}
.contentTable th {color:#ddce95;border-bottom: 2px solid #ddce95;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 a, .itemTable a {text-decoration:none;}
.contentTable td, .contentTable th, .itemTable td, .itemTable th {padding:5px;}
.itemTable th {color:#ddce95;width:100px;border-bottom: 1px solid #888888;text-align:right;font-size:110%;padding-right:20px;}
.tdcheckbox {width:75px;text-align:center;}

fieldset {
	border:1px solid #888888;
	padding:0px;margin:20px 0;
}
fieldset div { padding:20px; }
fieldset legend { margin:0 0 0 20px;color:#ddce95; 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 #888888;}
.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;}
#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}





/*---------- COLOR LEGEND -----------*/
.FGColor1 {color:#ddce95;}               /* SAME AS a:link color */
.FGColor2 {color:#ffffff;}               /* SAME AS  a:hover color */
.BGColor1 {background-color:#4b1912;}    /* SAME AS .ColumnHeader background-color */
.BGColor1FG {color:#ffffff;}             /* SAME AS .ColumnHeader color */
.BGColor2 {background-color:#ebb462;}    /* SAME AS .Today background-color */
.BGColor2FG {color:#ffffff;}             /* SAME AS a.CalendarToDayLink color */
.BGColor3 {background-color:#cccccc;}    /* SAME AS .WeekDay background-color */
.BGColor3FG {color:#ffffff;}             /* SAME AS a.CalendarWeekDayLink color */
.BGColor4 {background-color:#666666;}    /* SAME AS .WeekendDay background-color */
.BGColor4FG {color:#ffffff;}             /* SAME AS a.CalendarWeekendDayLink color */
.LineColor {color:#888888;}             /* SAME AS hr or .HRule color */
/*---------- COLOR LEGEND -----------*/
