/*----------------- Design #706 ------------------*/

/*--------------------------------------------------
------------------  Reset   ------------------------
--------------------------------------------------*/
 
a:active {outline: none;}
:focus {-moz-outline-style: none; outline:none;}
* html a {noFocusLine: expression(this.onFocus=this.blur()); outline: none;}

img {border:none;}

::selection {background: #e9c412; color: #222;}
::-moz-selection {background: #e9c412; color: #222;}

/*--------------------------------------------------
------------------ Global Styles -------------------
--------------------------------------------------*/

html {background: #a4a6a1 url(./images/bg.jpg) fixed no-repeat top center;}

body, html {height: 100%; width: 100%; margin: 0; padding: 0;}

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 100.01%;
	line-height: 1.25em;
	color: #222;
}

a {color: #861316; font-weight: bold;}
a:hover {text-decoration: none;}

h1, .ContentHeader, h2, .ContentSubHeader, .SidebarLabel, h3 {font-family: "Justus", Georgia, Times, serif;}

h1, .ContentHeader {font-size: 24px; color:;}
h2, .ContentSubHeader, .SidebarLabel {font-size: 18px; color:; .line-height: 1.2em;}
h3 {font-size: 14px; color:;}

.HRule, hr {height: 1px; background:; color:; border: none;}

.clear {clear: both; height: 0; margin: 0; padding: 0;}
.floatleft {float: left;}
.floatright {float: right;}
.hidden {visibility: hidden; position: absolute;}

/*--------------------------------------------------
------------------- Structure ----------------------
--------------------------------------------------*/

#container {
	background: url(./images/body_repeat.png) repeat-x;
	min-height: 100%;
	height: auto !important;
	height: 100%; width: 100%;
	margin: 0 0 -130px;
}

#wrapper {
	font-size: 13px;
	height: auto; width: 900px;
	margin: 0 auto;
}

	#header {
		background: url(./images/header_bg.jpg) no-repeat;
		height: 130px; width: 900px;
		position: relative;
	}
	
	#post_header {height: 50px; width: 900px; position: relative; z-index: 9999;}
	
		#navbar {height: 50px; width: 600px; margin-left: 10px;}
	
	#flashbox_wrap {
		background: url(./images/flashbox_bg.png) no-repeat;
		height: 400px; width: 900px;
		position: relative;
	}
	
		#flashbox {
			background: #e1b207;
			border: 1px solid #e1c52d;
			height: 380px; width: 880px;
			position: absolute; top: 10px; left: 10px;
		}

	#interest_buttons {
		height: 140px; width: 900px;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	#push {clear: both; height: 130px;}
	
#footer_container {background: url(./images/footer_container.png) repeat-x; height: 130px; width: auto;}

	#footer {
		background: url(./images/footer_bg.jpg);
		color: #eee;
		font-size: 13px;
		height: 130px; width: 900px;
		margin: 0 auto;
	}
	
/*------------------ Sub-Page --------------------*/

#primary {
	background: url(./images/primary_bg.png) repeat-y;
	display: inline;
	float: left;
	min-height: 390px;
	height: auto !important;
	height: 390px; width: 900px;
	text-shadow: 0 1px 0 #d9d9d9;
}

	#main {
		border-right: 2px solid #999;
		float: left; 
		height: auto; width: 578px;
		margin: 20px 0 10px 20px;
		padding-right: 20px;
	}
	
		#main_sans_sidebar {
			float: left;
			height: auto; width: 860px;
			margin: 20px 0 10px 20px;
		}
	
	#sidebar {
		float: right; 
		height: auto; width: 240px;
		margin: 20px 20px 10px 0;
		padding-left: 20px;
	}
	
		#no_sidebar {display: none;}

#primary_top {
	background: url(./images/primary_top.png) no-repeat;
	height: 10px; width: 900px;
}

#primary_bottom {
	background: url(./images/primary_bottom.png) no-repeat;
	clear: both;
	height: 10px; width: 900px;
}

#breadcrumbs {
    border-top: #999 2px solid;
    border-bottom: #999 2px solid;
    margin: 0 0 20px 0;
	min-height: 20px;
	padding: 10px;
}

/*--------------------------------------------------
-------------------- Header ------------------------
--------------------------------------------------*/

#header h1 {margin: 0;}

#logo {
	background: url(./images/logo.png) no-repeat;
	display: block;
	height: 130px; width: 305px;
	position: absolute; bottom: 0; left: 10px;
	text-indent: -9999px;
}

#interest_item1 {
	color: #eee;
	display: block;
	height: 20px; width: 500px;
	overflow: hidden;
	position: absolute; bottom: 20px; right: 10px;
	text-align: right;
}

/*--------------------------------------------------
------------------ Post Header ---------------------
--------------------------------------------------*/

#interest_item2 {
	color: #222;
	display: block;
	height: 20px; width: 250px;
	overflow: hidden;
	position: absolute; bottom: 15px; right: 10px;
	text-align: right;
}

/*--------------------------------------------------
--------------- Interest Buttons -------------------
--------------------------------------------------*/

#interest_buttons li {display: inline;}

#interest_button1, #interest_button2, #interest_button3, #interest_button4 {
	display: block;
	float: left;
	height: 140px; width: 225px;
	text-indent: -9999px;
}

	#interest_button1 {background: url(./images/interest_button1.png);}
	#interest_button2 {background: url(./images/interest_button2.png);}
	#interest_button3 {background: url(./images/interest_button3.png);}
	#interest_button4 {background: url(./images/interest_button4.png);}

/*--------------------------------------------------
------------------   Footer  -----------------------
--------------------------------------------------*/

#footer a {color: #e9c412; text-shadow: 0 1px 0 #000;}

#copyright {float: left; margin: 20px 0 0 10px;}
#design_credit {float: right; margin: 20px 10px 0 0; text-align: right;}

/*--------------------------------------------------
------------------ CSS MENU ------------------------
--------------------------------------------------*/

/* standard menu setup */
.menu, .menu ul {
	cursor: pointer;
	display: block; 
	list-style: none; 
	margin: 0px;
	padding: 0px; 
	position: relative;
	text-align:left; 
	z-index: 1999; 
}
.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: 50px; vertical-align: middle;}
img.cssnavlevelone {border: 0px;}

/* ------ Container Positioning ------ */

/* 1st level*/
.menu li ul {display:none;}
/* 2nd level (needs nothing if horizontal) */
.menu ul li ul {border-top: none;}
/* 3rd+ level */
.menu li ul li ul {margin-left: 172px; margin-top: -32px;}

/* ------- Menu Styling ----------*/

/* 1st level (".menu ul a" for vertical | ".menu a" for horizontal) */
.menu a {
	color: #222;
	display: block;
	font-family: "Justus", Georgia, Times, serif;
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 10px; 
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
}

a.first {padding-left: 10px;}

/* 2nd level */
.menu li ul li a {
	background: #eee;
	background: rgba(238,238,238,.95);
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
	color: #222;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight:normal; 
	padding: 5px 10px 5px;
	text-shadow: 0 1px 0 #fff;
	width: 150px; 
}

/* first level rollovers */
#navbar li:hover>a {
	background: #eee;
	cursor: pointer; 
	display: block;
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-topright: 10px;
		-webkit-border-top-left-radius: 10px;
		-webkit-border-top-right-radius: 10px;
}

/* submenu rollovers (if desired) */
#navbar li ul li:hover>a, #navbar li ul li:hover>a.firstsubitem {
	background: #fff;
	cursor: pointer; 
	display: block;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
}

/*---------- ie6 MAIN MENU hacks -----------*/

/* first level rollovers (".menu" for vertical | "#navbar" for horizontal) */
* html #navbar a:hover {background:; color:#ffffff;}

/* sub level rollovers (if desired) */
* html #navbar table a:hover {background: #bbb; color: #ffffff;}

* html .menu {display:inline-block;}
* 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:-1px;}
* html .menu li a table li a table {position:relative;left:-12px;top:9px;}

/* correct table border issue */
* html .menu table {border-collapse:collapse;}

/* 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;}

/*--------------------------------------------------
------------------ Calendar ------------------------
--------------------------------------------------*/

/* ----------- CSS Tooltip ------------*/
a.tt {position: relative; text-decoration: none;}
a.tt span.tooltip {display: none;}
a.tt:hover span.tooltip {
    background: #861316;
    color: #eee;
    display: block;
    padding: 5px;
    position: absolute;
    text-align: left;
    top: 15px; left: 15px;
    width: 200px;
    z-index: 101;
}
/* ----------- JS Tooltip ------------*/
.boxoverbody {
    background: #861316;
	color: #eee;
    width: 200px;
    font-size: .75em;
    display: inline-block;
    padding: 10px 15px;
}

.CalOverTitle {font-weight: bold; color: #d4a030;}

/* ----------- Mini Cal Styles ------------*/

#calendartable td a {display: block; height: 25px; text-align: center;}
#calendartable td a:hover {background: #333; z-index: 1;}
#calendartable .emptyday a:hover {background: transparent;}

#calnav {margin: 0 0 10px;}

/* ----------- MAIN Cal Styles ------------*/

#maincal {display: block;}
#mainCal td {font-size: 13px; padding: 5px 10px; width: 14%; vertical-align: top;}

#mainCal .WeekendDay A, A.CalendarWeekendDayLink {text-shadow: 0 1px 0 #bbb;}
#mainCal .WeekDay A, A.CalendarWeekDayLink {text-shadow: 0 1px 0 #bbb;}
#mainCal .ToDay A, A.CalendarToDayLink {text-shadow: 0 1px 0 #bbb;}

#mainCal .ToDay A:HOVER, #mainCal .WeekDay A:HOVER, #mainCal .WeekendDay A:HOVER {color: #e9c412; text-shadow: 0 -1px 0 #666; z-index: 1;}

/* --- Inside Each Day --- */

img.caldot {border: 0px; padding-right: 2px; vertical-align: middle;}
.calEventName {margin-bottom: 3px;}

.ToDay {background: #aaa; border: 1px solid #888;}
.WeekendDay, .WeekDay {background: #aaa; background: rgba(0,0,0,.2); border: 1px solid #888;}

.CalendarDayNumber, .CalendarCurrentDayNumber  {color: #222; font-weight: bold;}

.ColumnHeader {color: #fff; background: #861316; font-weight: bold; padding: 5px; text-shadow: 0 1px 0 #000;}

/*--------------------------------------------------
---------------- GLOBAL FRONT END ------------------
--------------------------------------------------*/

#pagination a {
	border: 1px solid #999; 
	font-weight: bold; 
	line-height: 2em; 
	padding: 3px 5px; 
	text-decoration:none;
}
#pagination a:hover {background: #999; border: 1px solid #999;}
#pagination .OnPageNumber {border: 1px solid transparent; color: #222;}

form {margin: 0px; padding: 0px;}
input, select {margin-bottom: 5px; margin-right: 5px; vertical-align: middle;}

.PicOff, .PicOn {margin: 5px; vertical-align: middle;}
.PicOff {border: 5px solid #222;}
.PicOn {border: 5px solid #285262;}

.RequiredFieldLabel {color:; font-weight: bold;}
 
table.contentTable, table.itemTable {width: 100%;} 
.contentTable td, .itemTable td {border-bottom: 1px solid #999; text-align: left;}
.contentTable th {color: #222; border-bottom: 2px solid #999; text-align: left;}
.contentTable th strong, .itemTable th strong {font-size: 100%;}
.contentTable th span {font-size: 100%; font-weight: normal;}
.contentTable td, .contentTable th, .itemTable td, .itemTable th {padding: 5px;}
.itemTable th {
	border-bottom: 1px solid #999;
	color: #222;
	padding-right: 20px;
	text-align: right;  
	width: 100px;
}
.tdcheckbox {text-align: center; width: 75px;}
 
fieldset {border: 1px solid #999; margin: 20px 0; padding: 0px;}
fieldset div {padding: 20px;}
fieldset legend {color: #222; font-weight: bold; margin: 0 0 0 20px; }

.GraphBar {background: #861316; margin: 0 10px;}

.borderbox {border: 1px solid #999; padding: 5px;}
.iconlink {margin:0px 2px;border:none;}

.submitbutton, .smallbutton, .smallselect, .smallinput {
	background: #fff url(/sr/images/buttonbg.jpg) repeat-x;
	border: 1px solid #ccc;
	color: #222;
	font-family: "trebuchet ms"; 
	font-size: 12px; 
	font-weight: bold;
	letter-spacing: 0px; 
	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;}

#editorbg>td {background: #fff;}
#editorbg td {color: #000;}

#help, .help {background-color: #FFFFCC; border: 2px solid #dddb54; margin-bottom: 10px; padding: 10px;}
#help ol {margin-top: 3px; margin-bottom: 3px;}
#error, .error {background-color: #FBE3E4; border: 2px solid #FBC2C4; color: #000; margin-bottom: 10px; padding: 10px;}
#error ul {margin: 0 0 0 15px; padding: 0px;}
#success, .success {background-color: #E6EFC2; border: 2px solid #C6D880; color: #529214; margin-bottom: 10px; padding: 10px;}

/*---------- COLOR LEGEND -----------*/
.FGColor1 {color: #285262;}               /* SAME AS a:link color */
.FGColor2 {color: #fff;}               /* SAME AS  a:hover color */
.BGColor1 {background-color: #2c3958;}    /* SAME AS .ColumnHeader background-color */
.BGColor1FG {color: #fff;}             /* SAME AS .ColumnHeader color */
.BGColor2 {background-color: #34548d;}    /* SAME AS .Today background-color */
.BGColor2FG {color: #fff;}             /* SAME AS a.CalendarToDayLink color */
.BGColor3 {background-color: #bbb;}    /* SAME AS .WeekDay background-color */
.BGColor3FG {color: #285262;}             /* SAME AS a.CalendarWeekDayLink color */
.BGColor4 {background-color: #999;}    /* SAME AS .WeekendDay background-color */
.BGColor4FG {color: #285262;}             /* SAME AS a.CalendarWeekendDayLink color */
.LineColor {color: #a8bfdf;}              /* SAME AS hr or .HRule color */
/*---------- COLOR LEGEND -----------*/

/*--------------------------------------------------
----------------- sliding panel --------------------
--------------------------------------------------*/

/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* hides from ie-mac */
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* end hide from ie-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}

/* sliding panel */
#toppanel {position: relative; top: 0; width: 100%; z-index: 9999;}

#panel {
	background: #290607;
	border-bottom: #f1f1f1 5px solid;
	color: #fff;
	display: none;
	font-size: 13px;
	height: auto;
	overflow: hidden;
	position: relative;
	width: 100%;
	text-shadow: 0 -1px 0 #001e01;
	z-index: 9999;
}

#panel_content {height: 250px; width: 940px; margin: 20px auto;}

	#panel_content h2 {margin: 20px 0 10px 0;}
	#panel_content fieldset {border: 0; margin: 0 0 10px;}
	#panel_content a {color: #e9c412;}

/* ---- Panel BG Styles ---- */

#panel_module1, #panel_module3, #panel_module4 {
	background: #3c0809;
	border: 1px solid #4c0a0c;
	height: 230px; width: 260px;
	padding: 0 20px 20px;
	position: absolute;
}

/* ----- Panel BG Positions ---- */

#panel_module1 {margin: 0 0 20px 0;}
#panel_module3 {margin: 0 0 0 320px;}
#panel_module4 {margin: 0 0 0 640px;}

/* ------ Panel 1 (Site Stream) ----- */

#panel_module1 #sitestream_list {height: 180px; margin: 0; overflow: auto; padding: 0;}

#panel_module1 #sitestream_list li {border-bottom: 1px solid #4c0a0c; list-style: none; padding: 5px;}
#panel_module1 #sitestream_list li:hover {background: #4c0a0c;}

#panel_module1 #sitestream_list .list_date3, #panel_module1 #sitestream_list .list_category2 {color: #e9c412; display: inline;}
#panel_module1 #sitestream_list .list_title {color: #fff;}
#panel_module1 #sitestream_list li a {display: block; text-decoration: none;}

#panel_module1 #sitestream_list .list_date1, #panel_module1 #sitestream_list .list_date2, #panel_module1 #sitestream_list .list_date4, #panel_module1 #sitestream_list .list_date5, #panel_module1 #sitestream_list .list_date6, #panel_module1 #sitestream_list .list_time1, #panel_module1 #sitestream_list .list_category1, #panel_module1 #sitestream_list .list_row_number {display: none;}
		
#stream_view_all {position: absolute; top: 20px; right: 20px;}

/* ------ Panel 3 (Search and Login) ------ */
		
.site_search {width: 260px;}
.site_search fieldset {border: none; margin: 0; padding: 0;}
.search_field {width: 150px;}
		
.login_username {}
.login_password {margin-bottom: 0;}
.login_submit {margin-bottom: 0;}

/* ------ Panel 4 (Where and When) -----*/

#panel_module4 {line-height: 1.5em;}
		
/* ------- tab -------- */

#toggle_bar {height: 0; margin: 0 auto; width: 100%; }
#toggle_wrapper {height: 0; width: 900px; margin: 0 auto; position: relative; .z-index: 9999;}
#toggle {display: inline; height: 35px; width: 140px; position: absolute; right: 0; z-index: 9999;}
#open {background: url(./images/panel_open.png) no-repeat; cursor: pointer; display: block; height: 35px; width: 140px;}
#close {background: url(./images/panel_close.png) no-repeat; cursor: pointer; display: block; height: 35px; width: 140px;}
