/*--------------------------------------------------
------------------  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;}

/*--------------------------------------------------
------------------ Global Styles -------------------
--------------------------------------------------*/

body, html {height: 100%; width: 100%; margin: 0; padding: 0;}

body {
	background: url(./images/bg.jpg) center;
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.25em;
	color: #ccc;
}

a {color: #fff; font-weight: bold;}
a:hover {text-decoration: none;}

h1, .ContentHeader {font-size: 24px; color: #fff;}
h2, .ContentSubHeader {font-size: 18px; color: #fff;}
h3 {font-size: 14px; font-weight: bold; color: #fff;}

.HRule, hr {height: 1px; background: #111; color: #111; border: none;}

.clear {clear:both; height: 0; margin: 0; padding: 0;}
.floatleft {float: left;}
.floatright {float: right;}
.hidden {visibility: hidden; position: absolute;}

/*--------------------------------------------------
------------------- Structure ----------------------
--------------------------------------------------*/

#wrapper {font-size: 12px; height: auto; width: 815px; margin: 0 auto;}

	#header {background: url(./images/header_bg.png) no-repeat; height: 60px; width: 795px; margin: 0 0 0 9px; position: relative; /* -moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px; -moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 10px; */}
	
	#primary {background: url(./images/primary_bg.png) repeat-y; float: left; height: auto; width: 815px;}
	
	#main {background: #222 url(./images/content_bg.png) no-repeat; float: right; min-height: 400px; height: auto !important; height: 400px; width: 560px; padding: 20px;}
	
		#flashbox_wrap {height: 295px; width: 560px;}
	
	#sidebar {float: left; height: auto; width: 215px;}
	
		#sidebar_header {background: url(./images/header_sidebar.png) no-repeat; height: 51px; width: 215px;}
		
		#navbar {background: #bbb; border-left: 1px solid #fff; float: right; min-height: 191px; height: auto !important; height: 191px; width: 205px;}
		
		#sidebar_content {background: #1e1e1e url(./images/sidebar_bg.png) no-repeat; clear: both; color: #eee; float: right; min-height: 180px; height: auto !important; height: 180px; width: 166px; padding: 20px;}
		
	#footer {clear: both; color: #fff; float: left; height: auto; width: 815px; margin: 0 auto; padding: 0 0 20px;}
	
/*------------------ Sub-Page --------------------*/

#breadcrumbs {
    background: #292929;
    padding: 10px;
	min-height: 20px;
	height: auto !important;
	height: 20px;
	margin: 0 0 20px 0;
}

/*--------------------------------------------------
-------------------- Header ------------------------
--------------------------------------------------*/

#header h1 {margin: 0;}

#logo {
	background: url(./images/logo.png) no-repeat;
	display: block;
	height: 80px; width: 200px;
	position: absolute; bottom: -20px; left: 0;
	text-indent: -9999px;
}

/* ----- Secondary Navigation ------- */

#hot_links {
	float: right;
	height: auto;
	margin: 20px 10px 0 0;
	max-width: 550px;
}

	#hot_links li {
	border-right: 1px solid #e9e9e9;
	display: block;
	float: left;
	height: auto;
	padding: 0;
}

	#hot_links li.last {border: none;}

	#hot_links li a {
		color: #222;
		display: block;
		font-size: 16px;
		font-weight: bold;
		padding: 0 10px;
		text-decoration: none;
		text-shadow: 0 1px 0 #fff;
	}
	
		#hot_links li a:hover {text-decoration: underline;}

/*--------------------------------------------------
--------------------- Main -------------------------
--------------------------------------------------*/

#interest_buttons {height: 105px; width: 560px; list-style: none; margin: 20px 0 0; padding: 0;}

	#interest_buttons li {display: block; height: 103px; width: 173px; float: left;}
	#interest_buttons li a {}
	
	#interest_button1 {margin: 0 17px 0 0;}
	#interest_button2 {margin: 0 18px 0 0;}

/*--------------------------------------------------
------------------   Footer  -----------------------
--------------------------------------------------*/

#copyright {float: left; margin: 20px 0 0 30px;}
#design_credit {float: right; margin: 20px 20px 0 0; text-align: right; }

#footer a {color: #fff;}

/*--------------------------------------------------
------------------ CSS MENU ------------------------
--------------------------------------------------*/

/* standard menu setup */
.menu, .menu ul {z-index:1; cursor: pointer; 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:2;}
.menu li:hover>ul {display:block; position:absolute;}
.menu ul li {clear:both; display:block;}

/* first level styling (".menu ul a" for vertical | ".menu a" for horizontal) */
.menu ul a {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	display: block;
	font-weight: bold;
	margin: 0px;
	padding: 0 10px;
	text-decoration: none; 
	font-size: 14px;
	color: #222;
	width: 184px;
	text-align: right;
	text-shadow: 0 1px 0 #eee;
}

.menu li a.first {border-top: 0;}

/* first level vertical centering */
.menu .cssnavlevelone {height:30px; vertical-align:middle;}
img.cssnavlevelone {border:0px;}

/* submenu colors/style */
.menu li ul li a {
	background: #bbb;
	font-size: 12px;
	padding: 5px 10px;
	text-align: left; 
	width: 150px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}

/* first level sub menu container */
.menu li ul {display:none;}
/* 2nd level sub menu container */
.menu ul li ul {margin-left:205px; margin-top:-32px;}
/* 3rd+ level sub menu container */
.menu li ul li ul {margin-left:172px; margin-top:-32px;}

/* first level rollovers */
#navbar li:hover>a {background: #ddd; cursor: pointer; display: block;}

/* submenu rollovers (if desired) */
#navbar li ul li:hover>a, #navbar li ul li:hover>a.firstsubitem {cursor: pointer; display: block; background: #ddd;}


/*---------- ie6 MAIN MENU hacks -----------*/
/* first level rollovers (".menu" for vertical | "#navbar" for horizontal) */
* html #navbar a:hover {background:url("images/overbgimage.jpg") no-repeat #ddd;}

/* sub level rollovers (if desired) */
* html #navbar table a:hover {background:url("images/overbgimage.jpg") no-repeat #ddd;}
* html .menu li ul li a {}

* 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:-200px;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:#222;
    color: #aaa;
    display:block;
    padding:5px;
    position:absolute;
    text-align:left;
    top: 15px; left:15px;
    width:200px;
    z-index:101;
}
/* ----------- JS Tooltip ------------*/
.boxoverbody {
    background: #222;
    color: #aaa;
	border: 2px solid #000;
    width: 200px;
    font-size: .75em;
    display: inline-block;
    padding: 10px 15px;
    z-index: 9999;
}

.CalOverTitle {font-weight: bold; color: #fff;}

/* ----------- Mini Cal Styles ------------*/

#calendartable td a {display: block; height: 20px; text-align: center;}
#calendartable td a:hover {background: #bbb; z-index:1}
#calendartable .emptyday a:hover {background: transparent;}

#calendartable {font-size: 9px;}

#calnav {font-size: 12px; margin: 0 0 10px;}
#calnav a {color: #fff; text-shadow: 0 -2px 0 #000;}

.SidebarLabel {color: #fff; font-weight: bold; font-size: 14px; text-shadow: 0 -2px 0 #000;}

/* ----------- MAIN Cal Styles ------------*/

#maincal {display: block;}
#mainCal td {width: 14%; vertical-align: top; padding: 5px 10px; font-size: 12px;}

#mainCal .ToDay A:HOVER, #mainCal .WeekDay A:HOVER, #mainCal .WeekendDay A:HOVER {z-index:1; color:#fff;}
#mainCal .WeekendDay A, A.CalendarWeekendDayLink {color:#222; line-height: 1em;}
#mainCal .WeekDay A, A.CalendarWeekDayLink {color: #222; line-height: 1em;}
#mainCal .ToDay A, A.CalendarToDayLink {color: #222; line-height: 1em;}

img.caldot {border:0px; vertical-align: middle; padding-right: 2px;}
.calEventName {margin-bottom:3px;}

.ToDay {background: #bbb;}
.WeekendDay, .WeekDay {background: #888;}

.CalendarDayNumber, .CalendarCurrentDayNumber  {color: #fff;}

/*--------------------------------------------------
------------- Global App Styles --------------------
--------------------------------------------------*/

.ColumnHeader {color: #fff; background: #111; font-weight: bold; padding: 0 5px;}

.PicOff {border: 5px solid #111; margin:5px;vertical-align:middle;}
.PicOn {border: 5px solid #fff;margin:5px;vertical-align:middle;}

/*------ NEW FRONT END -------*/

#pagination a {padding:3px 5px;border:1px solid #111;line-height:2em;text-decoration:none;font-weight:bold;}
#pagination a:hover {background:#111;border:1px solid #111;}
#pagination .OnPageNumber {color:#fff;border:1px solid transparent;}

form {margin:0px;padding:0px;}
input, select {margin-bottom:5px; margin-right:5px;vertical-align:middle;}

.RequiredFieldLabel {font-weight: bold;}
 
table.contentTable, table.itemTable {width:100%;} 
.contentTable td, .itemTable td {border-bottom: 1px solid #111; text-align:left;}
.contentTable th {color:#fff; border-bottom: 2px solid #111; text-align:left; font-size:120%;}
.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 {color:#fff;width:100px;border-bottom: 1px solid #111;text-align:right;font-size:120%;padding-right:20px;}
.tdcheckbox {width:75px;text-align:center;}
 
fieldset {
 border:1px solid #111;
 padding:0px;margin:20px 0;
}
fieldset div { padding:20px; }
fieldset legend { margin:0 0 0 20px; color:#fff; font-weight:bold; font-size: 120%; }

.submitbutton, .smallbutton, .smallselect, .smallinput {color:#222;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 #111;}
.iconlink {margin:0px 2px;display:inline;border:none;}

#editorbg>td {background:#fff;}
#editorbg td {color:#000;}

#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:#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: absolute;   /*panel will overlap  content */
    position: relative;   /*panel will "push" the content down */
    top: 0;
    width: 100%;
    z-index: 9999;
}

#panel {
	background: #ddd;
/* 	border-bottom: #5ab0d2 5px solid; */
	color: #444;
	display: none;
	font-size: 12px;
	height: auto;
	overflow: hidden;
	position: relative;
	width: 100%;
	text-shadow: 0 1px 0 #fff;
	z-index: 9999;
}

#panel_content {
	width: 940px; height: 250px;
	margin: 20px auto;
}

	#panel_content h2 {color: #222; margin: 20px 0 10px 0;}
	#panel_content fieldset {border: 0; margin: 0 0 10px;}
	#panel_content a {color: #222;}

	#panel_module1 {
		background: #eee;
		border: 1px solid #ccc;
		width: 260px; height: 230px;
		margin: 0 0 20px 0;
		padding: 0 20px 20px;
		position: absolute;
		z-index: 9999;
	}
		#panel_module1 #sitestream_list {height: 180px; padding: 0; margin: 0; overflow: auto;}
		#panel_module1 #sitestream_list li {list-style: none; padding: 5px; border-bottom: 1px dotted #ccc;}
		#panel_module1 #sitestream_list li:hover {background: #ddd;}
		#panel_module1 #sitestream_list .list_row_number {display: none;}
		#panel_module1 #sitestream_list .list_date3, #panel_module1 #sitestream_list .list_category2 {color:#999; display: inline;}
		#panel_module1 #sitestream_list .list_title {color:#444;}
		#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 {display: none;}
		
		#stream_view_all {position: absolute; top: 20px; right: 20px;}
			
	#panel_module3 {
		background: #eee url(./images/panel_content_bg.png) no-repeat top left;
		border: 1px solid #ccc;
		width: 260px; height: 230px;
		margin: 0 0 0 320px;
		padding: 0 20px 20px;
		position: absolute;
	}
	
		.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_module4 {
		background: #eee url(./images/panel_content_bg.png) no-repeat top left;
		border: 1px solid #ccc;
		width: 260px; height: 230px;
		line-height: 1.5em;
		margin: 0 0 0 640px;
		padding: 0 20px 20px;
		position: absolute;
	}
		
/* tab */

#toggle_bar {background: url(./images/toggle_bar_bg.png) repeat-x; height: 50px; margin: 0 auto; width: 100%;}
#toggle_wrapper {height: 50px; width: 815px; margin: 0 auto; position: relative; .z-index: 9999;}
#toggle {display: inline; height: 40px; width: 170px; position: absolute; right: 0; z-index: 9999;}
#open {background: url(./images/panel_open.png) no-repeat; cursor: pointer; display: block; height: 40px; width: 170px;}
#close {background: url(./images/panel_close.png) no-repeat; cursor: pointer; display: block; height: 40px; width: 170px;}

/*--------------------------------------------------
-------------------- ie6 styles --------------------
--------------------------------------------------*/
