/*--------------------------------------------------
------------------  Reset   ------------------------
--------------------------------------------------*/
 
a:active {outline:none;}
:focus {-moz-outline-style: none; outline:none;}
* html a {noFocusLine: expression(this.onFocus=this.blur()); outline: none;}

/*--------------------------------------------------
------------------ Structure -----------------------
--------------------------------------------------*/

body,html {
	font-family: "trebuchet ms",arial;
	font-size: 100%;
	width: 100%;
	height: 100%;
	background-color: #1e1504;
	margin: 0px auto;
	padding: 0px;
	overflow:hidden;
}

/*---------- DESIGN ELEMENT POSITIONING -----------*/
#background {position:absolute;width:100%;top:0px;left:0px;height:100%;margin:0px;}

#flashbox {float:left;background:#000;}

#outer {height:100%;width:100%;position:relative;overflow:auto;margin:0px;padding:0px;}

div#topborder {width:846px;height:15px;margin: 0px auto;margin-top:20px}
div#border {width:846px;margin: 0px auto;z-index:1;}
div#bottomborder {width:846px;height:15px;margin: 0px auto;padding-bottom:20px}

div#contentbody {width:816px;padding:0px;margin:0px auto;position:relative;}

div#buttonbox {width:314px;height:259px;background:url(images/buttonbox.jpg);float:right;}
div#buttonbox a, div#buttonbox span {width:314px;height:53px;display:block;}
div#buttonbox a {text-indent:-9999px}
div#buttonbox #firstbutton {margin-top:35px;}
#button1 {background: url(images/button1.jpg);}
#button1:hover {background: none;}
#button1on {background: url(images/button1-on.jpg);}
#button2 {background: url(images/button2.jpg);}
#button2:hover {background: none;}
#button2on {background: url(images/button2-on.jpg);}
#button3 {background: url(images/button3.jpg);}
#button3:hover {background: none;}
#button3on {background: url(images/button3-on.jpg);}

div#contentwrapper {background:url(images/homecontentbg.jpg);float:left;font-size:90%;}
div#homeleft, div#homeright {min-height:220px;height: auto !important; height: 220px;}
div#homeleft {width:263px;background:url(images/homelefttopbg.jpg) no-repeat;float:left;display:block;}
div#homeright {width:553px;background:url(images/homerighttopbg.jpg) no-repeat;float:right;isplay:block;}
div#homeleftcontent {padding:15px;padding-left:85px;text-align:center;}
div#homerightcontent {padding:10px;padding-left:140px;}

div#subcontentwrapper {background:url(images/subcontentbg.jpg);float:left;font-size:90%;}
div#subcontenttop {background:url(images/subcontenttopbg.jpg) no-repeat;float:left;}
div#subleft {width:263px;float:left;display:block;}
div#subleftnosidebar {display:none;}
div#subright {width:553px;float:right;isplay:block;}
div#subrightnosidebar {width:816px;float:left;isplay:block;}
div#subleftcontent {padding:15px;padding-left:85px;text-align:left;padding-top:30px;}
div#subrightcontent {padding:10px;padding-left:10px;padding-top:30px;}
div#subrightcontentnosidebar {padding:10px;padding-left:85px;padding-top:30px;}

.clear {clear:both;margin:0px;padding:0px;}
/*---------- DESIGN ELEMENT POSITIONING -----------*/


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:#5b2020;z-index:1}
#calendartable .emptyday a:hover {background-color:transparent;}
.CalOverTitle {font-weight:bold;color: #968780;font-size:120%;}
.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:#17262e;
	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=95);
	z-index:101;
}
.boxoverheader {}    
.boxoverbody {
	background-color:#453e3b;
	border: 2px solid #000000;
	width:200px;
	font-size:70%;
	color:#ffffff;
	opacity: .90;
	filter: alpha(Opacity=95);
	display:inline-block;
	padding:5px;
}
/*---------- CALENDAR tooltip -----------*//*--- main link colors/style ---*/
A {font-weight: bold;color: #5b2020;text-decoration: none;}
A:HOVER {font-weight: bold;color: #24526d;text-decoration: none;}

/*---------- MAIN MENU -----------*/
/* navbar setup */
#navbarcontainer {width:698px;position:absolute;right:0px;top:115px;z-index:9999;}
#navbar {width:698px;height:42px;}
#navbar div {float:right;margin-top:7px;}

/*--- first-level colors/style ---*/
#navbar a {}
#navbar a:visited {color:#ffffff;}

/* standard menu setup */
.menu, .menu ul {z-index:1999; list-style-type:none; padding:0px; margin:0px; text-align:left; display:block; position:relative;}
.menu li {float:left;}
.menu li:hover {position:relative;z-index:1999;}
.menu li:hover>ul {display:block; position:absolute;}
.menu ul li {clear:both; display:block;}

/* first level vertical centering */
.menu .cssnavlevelone {height:34px;vertical-align:middle;}
img.cssnavlevelone {border:0px;display:inline-block;}

/* first level styling (".menu ul a" for vertical | ".menu a" for horizontal) */
.menu a {padding:0px 5px; display:block; border-left:1px solid #4e4e4e;margin:0px;color:#cccccc;font-weight:bold;}
.menu a.first {border-left:0px;}
.menu a.firstsubitem {border-top:0px;}

/* submenu colors/style */
.menu li ul li a {padding:5px; opacity: .90; filter: alpha(Opacity=90); background:#555555; border-top:1px solid #666666; font-size:80%; border-left:3px solid #000000; font-weight:normal; width:150px;}

/* first level sub menu container */
.menu li ul {display:none;}
/* 2nd level sub menu container (needs nothing if horizontal) */
.menu ul li ul {border-top:3px solid #000000; }
/* 3rd+ level sub menu container */
.menu li ul li ul {margin-left:120px; margin-top:-20px;border-top:3px solid #000000; }

/* first level rollovers */
#navbar li:hover>a {color:#ffffff; display:block; background:url("images/overbgimage.jpg") no-repeat #5b2020;font-weight:bold;}

/* submenu rollovers (if desired) */
#navbar li ul li:hover>a {color:#ffffff; display:block; background:url("images/overbgimage.jpg") no-repeat #5b2020;font-weight:bold;}
/*---------- MAIN MENU -----------*/

/*---------- ie6 MAIN MENU hacks -----------*/
* html .menu {display:inline-block;float:right;}
* html .menu li a {display:block;float:left;}
* html .menu table a {border:0px;}
* html .menu li ul {display:block;position:absolute;visibility:hidden;}

* html .menu iframe {position:absolute; left:-9999px; top:-9999px; border:0px; width:0px; height:0px; margin:0px; padding:0px; list-style:none;display:none;visibility:hidden;}

/* correct position issue */
* html .menu li a table {position:relative;left:-9px;top:0px;}

/* correct table border issue */
* html .menu table {border-collapse:collapse;}

/* first level (".menu" for vertical | "#navbar" for horizontal) */
* html #navbar a:hover {background:url("images/overbgimage.jpg") no-repeat #5b2020; color:#ffffff; font-weight:bold;}
/* sub level rollovers (if desired) */
* html #navbar table a:hover {background:url("images/overbgimage.jpg") no-repeat #5b2020; color:#ffffff; font-weight:bold;}

* html .menu li ul li a {font-size:10pt;}

/* enter as many levels as you wish to support */
* html .menu a:hover ul ul {visibility:hidden;}
* html .menu a:hover table table iframe {visibility:hidden;}
* html .menu a:hover ul a:hover ul ul {visibility:hidden;}
* html .menu a:hover ul ul a:hover table table iframe {visibility:hidden;}
* html .menu a:hover ul a:hover ul a:hover ul ul {visibility:hidden;}
* html .menu a:hover ul a:hover ul a:hover table table iframe {visibility:hidden;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover ul ul {visibility:hidden;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover table table iframe {visibility:hidden;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul ul {visibility:hidden;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover ul a:hover table table iframe {visibility:hidden;}
* html .menu a:hover ul a:hoverul a:hover ul a:hover ul a:hover ul a:hover ul ul {visibility:hidden;}
* html .menu a:hover ul a:hoverul a:hover ul a:hover ul a:hover ul a:hover table table iframe {visibility:hidden;}
* html .menu a:hover ul a:hover ul a:hoverul a:hover ul a:hover ul a:hover ul a:hover ul ul {visibility:hidden;}
* html .menu a:hover ul a:hover ul a:hoverul a:hover ul a:hover ul a:hover ul a:hover table table iframe {visibility:hidden;}

* html .menu a:hover ul {visibility:visible;z-index:2000;}
* html .menu a:hover table iframe {left:expression(this.nextSibling.offsetLeft);top:expression(this.nextSibling.offsetTop);width:expression(this.nextSibling.offsetWidth);height:expression(this.nextSibling.offsetHeight); filter:alpha(opacity=0);display:block;visibility:visible;}
* html .menu a:hover ul a:hover ul {visibility:visible;}
* html .menu a:hover ul a:hover table iframe {left:expression(this.nextSibling.offsetLeft);top:expression(this.nextSibling.offsetTop);width:expression(this.nextSibling.offsetWidth);height:expression(this.nextSibling.offsetHeight); filter:alpha(opacity=0);display:block;visibility:visible;}
* html .menu a:hover ul a:hover ul a:hover ul {visibility:visible;}
* html .menu a:hover ul a:hover ul a:hover table iframe {left:expression(this.nextSibling.offsetLeft);top:expression(this.nextSibling.offsetTop);width:expression(this.nextSibling.offsetWidth);height:expression(this.nextSibling.offsetHeight); filter:alpha(opacity=0);display:block;visibility:visible;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover ul {visibility:visible;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover table iframe {left:expression(this.nextSibling.offsetLeft);top:expression(this.nextSibling.offsetTop);width:expression(this.nextSibling.offsetWidth);height:expression(this.nextSibling.offsetHeight); filter:alpha(opacity=0);display:block;visibility:visible;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul {visibility:visible;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover ul a:hover table iframe {left:expression(this.nextSibling.offsetLeft);top:expression(this.nextSibling.offsetTop);width:expression(this.nextSibling.offsetWidth);height:expression(this.nextSibling.offsetHeight); filter:alpha(opacity=0);display:block;visibility:visible;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul {visibility:visible;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul a:hover table iframe {left:expression(this.nextSibling.offsetLeft);top:expression(this.nextSibling.offsetTop);width:expression(this.nextSibling.offsetWidth);height:expression(this.nextSibling.offsetHeight); filter:alpha(opacity=0);display:block;visibility:visible;}
/*---------- ie6 MAIN MENU hacks -----------*/A.OnPageNumber {color: #5b2020;}
A.OnPageNumber:HOVER {color: #ffffff;}

A.HeaderLink {color: #5b2020;}
A.HeaderLink:HOVER {color: #ffffff;}

A.SideNavigation {color: #5b2020;}
A.SideNavigation:HOVER {color: #ffffff;}

A.SmallNavigation {font-weight: normal;color: #5b2020;}
A.SmallNavigation:HOVER {color: #ffffff;}

A.DesignCreditLink {color: #333333;}
A.DesignCreditLink:HOVER {color: #ffffff;}

A.BottomNavigation {color: #5b2020;}
A.BottomNavigation:HOVER {color: #ffffff;}

#mainCal .WeekendDay A, A.CalendarWeekendDayLink {font-size: 80%;font-weight: normal;color:#ffffff}
#mainCal .WeekendDay A:HOVER, A.CalendarWeekendDayLink:HOVER {color: #cccccc;}

#mainCal .WeekDay A, A.CalendarWeekDayLink {font-size: 80%;font-weight: normal;color: #ffffff;}
#mainCal .WeekDay A:HOVER, A.CalendarWeekDayLink:HOVER {color: #cccccc;}

#mainCal .ToDay A, A.CalendarToDayLink {font-size: 80%;font-weight:normal;color: #000000;}
#mainCal .ToDay A:HOVER, A.CalendarToDayLink:HOVER {color: #999999;}

TD {
	font-weight: normal;
	font-size: 100%;
}

.ColumnHeader {
	font-size: 80%;
	color: #ffffff;
	background-color: #5b2020;
	font-weight: bold;
	padding: 1px;
}

.ColumnField {
	font-size: 80%;
	padding: 1px;
	opacity: .9;
	filter: alpha(Opacity=90); 
	background-color: #eeeeee;
}

.ColumnFieldOdd {
	font-size: 80%;
	padding: 1px;
	opacity: .8;
	filter: alpha(Opacity=80); 
	background-color: transparent;
}

.ColumnFieldEven {
	font-size: 80%;
	padding: 1px;
	opacity: .6;
	filter: alpha(Opacity=60); 
	background-color: transparent;
}

.ColumnRowOdd {
	font-size: 80%;
	padding: 1px;
	background-color: #f1f1f1;
}

.ColumnRowEven {
	font-size: 80%;
	padding: 1px;
	background-color: #E8E8E8;
}

.ColumnRowOn {
	font-size: 80%;
	padding: 1px;
	background-color: #d6d6d6;
}

.ClickableRow {
	cursor: pointer;
	cursor: hand;
	font-size: 80%;
	padding: 5px;
	background-color: #ffffff;
}

.ClickableRowOn {
	cursor: pointer;
	cursor: hand;
	font-size: 80%;
	padding: 1px;
	background-color: #d6d6d6;
}

.CalendarDayOn {
	cursor: pointer;
	cursor: hand;
	font-size: 75%;
	background-color: #5b2020;
}

.EmptyDay {
	background-color: transparent;
}

.ToDay {
	font-size: 75%;
	background-color: #5b2020;

}

.WeekendDay {
	font-size: 75%;
	background-color: #453e3b;
}

.WeekDay {
	font-size: 75%;
	background-color: #c5b2a8;
}

.HRule, hr {
	height: 1px;
	border-top: thin solid #453e3b;
	width:98%;
}

.GraphBar {
	font-weight: normal;
	background-color: #5b2020;
	color: #000000;
	font-size: 80%;
}

IMG.PicOff {border: 2px solid #f5f5f5;margin:5px;vertical-align:middle;}

IMG.PicOn {border: 2px solid #5b2020;margin:5px;vertical-align:middle;}

.Instruction {
	font-size: 75%;
	color: #eeeeee;
}

.GrayInstruction {
	color: #eeeeee;
	font-size: 75%;
}

.CalendarDayNumber {
	font-size: 75%;
	color: #FFFFFF;
}

.CalendarCurrentDayNumber {
	font-size: 75%;
	color: #FFFFFF;
}

.PopupContentHighlight {
	font-weight: bold;
	font-size: 80%;
	color: #ffffff;
}

.ContentHighlight {
	font-weight: bold;
	font-size: 80%;
	color: #5b2020;
}

.ContentHeader, h1 {
	margin:0px;
	font-weight: bold;
	color: #ffffff;
	display:inline;
	font-size: 180%;
	letter-spacing
}

.SpecialContentHeader {
	font-weight: bold;
	color: #5b2020;
	font-size: 140%;
}

.ContentSubHeader, h2 {
	font-weight: bold;
	color: #5b2020;
	font-size: 120%;
	display: inline;
}

.ListSubHeader {
	font-weight: bold;
	color: #5b2020;
}

.BlogCommentNumber {
	position:absolute;
	right:15px;
	width:100%;
	font-size:35px;
	line-height:35px;
	opacity:.20;filter:alpha(Opacity=20);
	text-align:right;
	letter-spacing:-3px;
}

.RequiredFieldLabel {
	font-size: 80%;
	font-weight: bold;
	color: #5b2020;
}

.NonRequiredFieldLabel {
	font-size: 80%;
	font-weight: bold;
	color: #cccccc;
}

.RequiredAsterisk {
	font-weight: bold;
	color: #5b2020;
}

.SmallNote {
	color: #eeeeee;
	font-size: 80%;
}

.SmallGrayNote {
	color: #eeeeee;
	font-size: 80%;
}

.SmallNote {
	color: #eeeeee;
	font-size: 80%;
}

.SuccessMessage {
	font-size: 80%;
	font-weight: bold;
	color: #008000;
}

.Date {
	font-weight: bold;
	color: #777777;
}

.ErrorMessage {
	font-size: 80%;
	font-weight: bold;
	color: #FF0000;
}

.SidebarLabel {
	font-weight: bold;
	color: #5b2020;
}

.Footer {
	color: #ffffff;
	font-size: 80%;
}

.CopyRight {
	color: #555555;
	font-size: 100%;
}

.Address {
	color: #555555;
	font-size: 100%;
}

.DesignCredit {
	color: #333333;
	font-size: 100%;
}

.semiopaque { 
	opacity: .9; 
	font-weight: normal;
}

/*------ NEW FRONT END -------*/

#pagination a {padding:3px 5px;border:1px solid #453e3b;line-height:2em;text-decoration:none;font-weight:bold;}
#pagination a:hover {background:#5b2020;border:1px solid #5b2020;}
#pagination .OnPageNumber {color:#24526d;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 #453e3b;text-align:left;}
.contentTable th {color:#5b2020;border-bottom: 2px solid #5b2020;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:#5b2020;width:100px;border-bottom: 1px solid #453e3b;text-align:right;font-size:110%;padding-right:20px;}
.tdcheckbox {width:75px;text-align:center;}

fieldset {
	border:1px solid #453e3b;
	padding:0px;margin:20px 0;
}
fieldset div { padding:20px; }
fieldset legend { margin:0 0 0 20px;color:#5b2020; 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 #453e3b;}
.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:#5b2020;}               /* SAME AS a:link color */
.FGColor2 {color:#24526d;}               /* SAME AS  a:hover color */
.BGColor1 {background-color:#5b2020;}    /* SAME AS .ColumnHeader background-color */
.BGColor1FG {color:#ffffff;}             /* SAME AS .ColumnHeader color */
.BGColor2 {background-color:#5b2020;}    /* SAME AS .Today background-color */
.BGColor2FG {color:#000000;}             /* SAME AS a.CalendarToDayLink color */
.BGColor3 {background-color:#c5b2a8;}    /* SAME AS .WeekDay background-color */
.BGColor3FG {color:#ffffff;}             /* SAME AS a.CalendarWeekDayLink color */
.BGColor4 {background-color:#453e3b;}    /* SAME AS .WeekendDay background-color */
.BGColor4FG {color:#ffffff;}             /* SAME AS a.CalendarWeekendDayLink color */
.LineColor {color:#453e3b;}             /* SAME AS hr or .HRule color */
/*---------- COLOR LEGEND -----------*/
