html, body, h1, h2, h3, h4, h5, h6, p, form { margin: 0px; padding: 0px; }

img {border:none;}

body {
	background: #333c3b;
	color: #fff;
	font: .75em Arial, Helvetica, sans-serif;
	text-align: center;
}

h2 { /* page title */
	font-size: 175%;
	font-weight: bold;
	color: #fff;
	border-bottom: solid 1px #b7baa5; 
	padding-bottom: 3px;
	text-transform: lowercase;
	margin-bottom: 5px;
}

h3 { /* subheadings */
	font-size: 150%;
	font-weight: normal;
	color: #e3e8b2;
}

h3, p { /* general bottom margin value */
	margin-bottom: 15px; 
}

input, textarea, select { font: 100% Arial, Helvetica, sans-serif; background: #74785d; color: #fff; border: solid 1px #b0b5a1; }
.form-text-small { width: 80px; }

	
	.layout { width: auto; }
	
#wrapper {
	width: 980px;
	margin: 0px auto;
	background:  url('images/bg.gif') repeat-y;
	text-align: center;
}

#wrapper-bottom {
	width: 980px;
	background: url('images/bg-bottom.gif') no-repeat bottom left;
	padding-bottom: 10px;
}

#wrapper-inner {
	width: 950px;
	margin: 0px auto;
	text-align: center;
	background: #fff url('images/bg-page.gif') no-repeat;
	padding-bottom: 45px;
}

#top {
	margin: 0px auto;
	width: 815px;
	text-align: left;
	height: 80px;
	position: relative;
}
	#logo {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 430px;
		height: 80px;
		background: url('images/logo.gif') no-repeat 50px 17px;
	}
		#logo a { 
			display: block; 
			width: 430px; 
			height: 80px; 
			text-indent: -99999px; 
		}

#smallmenu {
	background: #4d5959;
	text-align: center;
	padding: 4px 0px;
}
	/* temporary styles for top "menu" - can be modified or removed */
	#smallmenu a:link, #smallmenu a:visited { color: #fff; text-decoration: none; }
	#smallmenu a:active, #smallmenu a:hover { text-decoration: underline; }

#page2column {
	background: #686d4f url('images/bg-columns.gif') repeat-y;
	width: 815px;
	margin: 0px auto;
	text-align: left;
	min-height: 300px;
}
	#content_main {
		width: 610px;
		float: right;
	}
	
	#content_sub {
		width: 195px;
		float: left;
	}

/* classes */

.breadcrumbs {
	color: #aab799;
	text-transform: lowercase;
	font-size: 95%; 
}
	.breadcrumbs a:link, .breadcrumbs a:visited { color: #aab799; text-decoration: none; }
	.breadcrumbs a:active, .breadcrumbs a:hover { text-decoration: underline; }
	.breadcrumbs strong { font-weight: normal; color: #fff; }
.clear { clear: both; }
.content { padding: 20px; }
	.home { padding: 15px; }/*---------- MAIN MENU -----------*/
/* navbar setup */
#navbarcontainer {z-index:2000;}
#navbar {width:195px;font-size:120%;z-index:2000;}
#navbar a {letter-spacing:-1px;text-decoration:none;}

/*--- first-level colors/style ---*/

/* 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;width:100%;}

/* first level styling (".menu ul a" for vertical | ".menu a" for horizontal) */
.menu ul a {padding:0px 5px; color:#ffffff; display:block; border-top:1px solid #a19e7e; margin:0px; width:100%; border-left:0px solid transparent; font-weight:bold;}
.menu ul a.first {border-top:0px;}
.menu ul a.firstsubitem {border-top:0px;}

/* first level vertical centering */
.menu .cssnavlevelone {height:35px;vertical-align:middle;}
img.cssnavlevelone {border:0px;}

/* submenu colors/style */
.menu li ul li a {padding:5px; opacity: .95; filter: alpha(Opacity=95); background:#928f6c; color:#ffffff; border-top:1px solid #a29f7e; font-size:90%; font-weight:normal;width:150px;}
#navbar .menu li ul li a:visited {color:#ffffff;}

/* first level sub menu container */
.menu li ul {display:none;}
/* 2nd level sub menu container */
.menu ul li ul {margin-left:205px; margin-top:-35px;}
/* 3rd+ level sub menu container */
.menu li ul li ul {margin-left:120px; margin-top:-20px;}

/* first level rollovers */
#navbar .menu li:hover>a.cssnavlevelone, #navbar .menu li:hover>a.first {color:#ffffff; display:block; background: #6f6c4a;}

/* submenu rollovers (if desired) */
.menu li ul li:hover>a {color:#ffffff; display:block; font-weight:bold;background: #6f6c4a; }
/*---------- MAIN MENU -----------*/

/*---------- ie6 MAIN MENU hacks -----------*/
* html #navbar { width:190px; }

* html .menu {display:inline-block;}
* html .menu li a {display:block;float:left;}
* html .menu table a {border:0px;}
* html .menu ul {display:inline-block;}
* 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:-6px;top:-1px;}

/* correct table border issue */
* html .menu table {border-collapse:collapse;}

/* first level rollovers (".menu" for vertical | "#navbar" for horizontal) */
* html .menu a:hover {background: #6f6c4a; color:#ffffff;}
/* sub level rollovers (if desired) */
* html .menu table a:hover {background: #6f6c4a; font-weight:bold;}

* html .menu li ul li a {font-size:10pt;}
	
* 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 {color: #D6E8C7;}
A:HOVER {color: #9BB794;}

a.CalendarTodayLink {color:#ffffff;}
a.CalendarWeekendDayLink {color:#ffffff;}
a.CalendarWeekDayLink {color:#ffffff;}

.ColumnHeader {background:#57b846;color:#fff;}
.ToDay {background:#f6c612;}
.WeekDay {background:#d2d6bc;}
.WeekendDay {background:#aaaf8e;}


.HRule, hr {
	height: 1px;
	border-top: 1px solid #aab799;
	width:98%;
}



/*------ NEW FRONT END -------*/

#pagination a {padding:3px 5px;border:1px solid #aab799;line-height:2em;text-decoration:none;font-weight:bold;}
#pagination a:hover {background:#57b846;border:1px solid #D6E8C7;}
#pagination .OnPageNumber {color:#9BB794;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 #aab799;text-align:left;}
.contentTable th {color:#D6E8C7;border-bottom: 2px solid #D6E8C7;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:#D6E8C7;width:100px;border-bottom: 1px solid #aab799;text-align:right;font-size:110%;padding-right:20px;}
.tdcheckbox {width:75px;text-align:center;}

fieldset {
	border:1px solid #aab799;
	padding:0px;margin:20px 0;
}
fieldset div { padding:20px; }
fieldset legend { margin:0 0 0 20px;color:#D6E8C7; 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 #aab799;}
.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:#D6E8C7;}               /* SAME AS a:link color */
.FGColor2 {color:#9BB794;}               /* SAME AS  a:hover color */
.BGColor1 {background-color:#57b846;}    /* SAME AS .ColumnHeader background-color */
.BGColor1FG {color:#fff;}             /* SAME AS .ColumnHeader color */
.BGColor2 {background-color:#f6c612;}    /* SAME AS .Today background-color */
.BGColor2FG {color:#ffffff;}             /* SAME AS a.CalendarToDayLink color */
.BGColor3 {background-color:#d2d6bc;}    /* SAME AS .WeekDay background-color */
.BGColor3FG {color:#ffffff;}             /* SAME AS a.CalendarWeekDayLink color */
.BGColor4 {background-color:#aaaf8e;}    /* SAME AS .WeekendDay background-color */
.BGColor4FG {color:#ffffff;}             /* SAME AS a.CalendarWeekendDayLink color */
.LineColor {color:#aab799;}             /* SAME AS hr or .HRule color */
/*---------- COLOR LEGEND -----------*/
