/*--------------- Design 1107 ---------------

.........................TABLE OF CONTENTS

1. Reset
2. Global Styles
3. Structure
	3a. Sub-Page
	3b. Header
	3c. Main
	3d. Calendar // Structure
	3e. Calendar // Event List
	3f. News // Structure
	3g. News // Announcement List
	3i. Media // Structure
	3i. Media // Download List
	3j. Footer
	3k. Breadcrumbs
	3l. Courtesy Nav
4. CSS Menu
5. Calendar
6. Global Front End

..............................COLOR LEGEND

Body Text / BG Color .............. 004865
Link Color ........................ 00a6bf
hr / Line Color ................... ceedf1
Cal Day BG ........................ e4f4f3
List Details ...................... 94b5be
Menu Highlights ................... 013a51

----------------------------------------*/

/*--------------------------------------------------
------------------  1. 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: #00a6bf; color: #fff; /* Safari */}
::-moz-selection {background: #00a6bf; color: #fff; /* Firefox */}


/*--------------------------------------------------
---------------- 2. Global Styles ------------------
--------------------------------------------------*/

body, html {height: 100%; width: 100%; margin: 0; padding: 0;}

body {
	background: #004865;
	color: #004865;
	font-family: Verdana, sans-serif;
	font-size: 100%;
	line-height: 1.25em;
	word-wrap: break-word;
}

a {color: #00a6bf; font-weight: bold; text-decoration: none;}
a:hover {text-decoration: underline;}

blockquote {
	background: #e4f4f3; 
	border: 1px solid #ceedf1;
	float: right;
	font-style: italic;
	min-height: 40px;
	margin: 20px 0 20px 20px;
	padding: 10px;
	width: 150px;
}

h1, .ContentHeader {font-size: 1.75em; line-height: 1.25em;}
h2, .ContentSubHeader, .SidebarLabel {font-size: 1.5em; line-height: 1.25em;}
h3 {font-size: 1.15em; line-height: 1.25em;}

hr {height: 1px; background: #ceedf1; color: #ceedf1; border: none; margin: 20px 0;}

.clear {clear: both; height: 0; margin: 0; padding: 0;}
.floatleft {float: left;}
.floatright {float: right;}
.hidden {visibility: hidden; position: absolute;}


/*--------------------------------------------------
---------------- 3. Structure ----------------------
--------------------------------------------------*/

#container {background: #fff url(./images/body_repeat.jpg) repeat-x; height: auto; width: 100%;}

#wrapper {
	font-size: .75em;
	height: auto; width: 960px;
	margin: 0 auto;
}

	#header {
		background: url(./images/header_bg.jpg); 
		height: 255px; width: 960px;
		position: relative;
		z-index: 9999;
	}
	
		#navbar {height: 45px; width: 960px; position: absolute; top: 200px;}
		
	#primary {
		background: url(./images/primary_bg.png) no-repeat;
		float: left;
		min-height: 335px; width: 960px;
		margin: 0 0 10px;
	}
	
		#main {
			display: inline;
			float: left; 
			height: auto; width: 620px;
			margin: 0 0 10px 20px;
		}
		
			#flashbox_wrap {background: url(./images/flashbox_bg.png);}
			
			#banner_welcome {
				background: url(./images/banner_welcome.png);
				height: 45px; width: 620px;
				margin: 10px 0 0;
				position: relative;
			}
			
		#sidebar {
			display: inline;
			float: right;
			height: auto; width: 290px;
			margin: 0 20px 0 0;
		}
		
			#calendar {background: url(./images/news_bg.png) repeat-y; height: auto; width: 290px; margin: 0 0 10px;}
			
			#news {background: url(./images/news_bg.png) repeat-y; height: auto; width: 290px; margin: 0 0 10px;}
			
			#media {background: url(./images/calendar_bg.png) repeat-y; height: auto; width: 290px; margin: 0 0 10px;}
	
	#footer_container {background: url(./images/footer_bg.jpg) repeat-x; clear: both; min-height: 230px; width: 100%; *margin: 20px 0 0;}
		
	#footer {
		color: #94b5be;
		font-size: .75em;
		height: 230px; width: 940px;
		margin: 0 auto;
	}


/*------------------ 3a. Subpage --------------------*/

#sub_primary {
	background: url(./images/primary_bg.png) no-repeat;
	float: left;
	min-height: 335px; width: 960px;
	margin: 0 0 10px;
	padding: 10px 0 0;
}

#sub_main {
	display: inline;
	float: left; 
	height: auto; width: 580px;
	line-height: 1.7;
	margin: 0 0 10px 30px;
}

	#sub_main_sans_sidebar {
		display: inline;
		float: left; 
		height: auto; width: 900px;
		line-height: 1.7;
		margin: 0 0 10px 30px;
	}

#sub_sidebar {
	display: inline;
	float: right;
	height: auto; width: 290px;
	line-height: 1.7;
	margin: 0 30px 0 0;
}

	#no_sidebar {display: none;}
	
#sub_flashbox {background: #e4f4f3; margin: -10px 0 20px 20px;}


/*------------------ 3b. Header --------------------*/

#header h1 {margin: 0;}

#logo {
	background: url(./images/logo.png) no-repeat;
	display: block;
	height: 140px; width: 235px;
	position: absolute; top: 10px; left: 15px;
	text-indent: -9999px;
}

#hot_links {
	list-style: none;
	margin: 0; padding: 0;
	position: absolute; top: 65px; right: 10px;
}

	#hot_links li {float: left;}
	
	#hot_links li a {display: block; height: 60px; text-indent: -9999px;}
	
	#hot_link1 {background: url(./images/hot_links.png);  width: 175px;}
	#hot_link2 {background: url(./images/hot_links.png) -175px 0; width: 128px;}
	#hot_link3 {background: url(./images/hot_links.png) -303px 0; width: 122px;}
	
	#hot_link1:hover {background: url(./images/hot_links.png) 0 -60px;  width: 175px;}
	#hot_link2:hover {background: url(./images/hot_links.png) -175px -60px; width: 128px;}
	#hot_link3:hover {background: url(./images/hot_links.png) -303px -60px; width: 122px;}
	
#services {height: 20px; width: 560px; position: absolute; top: 168px; left: 212px; overflow: hidden;}

#button_search {
	background: url(./images/button_search.png);
	display: block;
	height: 25px; width: 105px;
	position: absolute; top: 165px; right: 20px;
	text-indent: -9999px;
}

	#button_search:active {background-position: bottom;}
	
	
/*------------------ 3c. Main --------------------*/
	
#banner_welcome h2 {margin: 0; text-indent: -9999px;}

#button_map {
	background: url(./images/button_map.png);
	display: block;
	height: 25px; width: 115px;
	position: absolute; top: 10px; right: 10px;
	text-indent: -9999px;
}
	
	#button_map:active {background-position: bottom;}
	
#home_content {
	height: auto; width: 600px;
	margin: 10px 10px 0;
}


/*------------------ 3d. Calendar // Structure --------------------*/
	
#header_calendar {
	background: url(./images/header_calendar.png);
	height: 45px; width: 290px;
	position: relative;
}

	#header_calendar h2 {display: none;}
	
	#cal_view_all {
		display: block;
		height: 50px; width: 150px;
		position: absolute; 
		text-indent: -9999px;
	}
	
	#select_minical {
		background: url(./images/cal_select.png) -26px 0;
		display: block;
		height: 24px; width: 26px;
		position: absolute; top: 12px; right: 10px;
		text-indent: -9999px;
	}
	
		#select_minical:active {background-position: -26px -24px;}
	
	#select_callist {
		background: url(./images/cal_select.png);
		display: block;
		height: 24px; width: 26px;
		position: absolute; top: 12px; right: 36px;
		text-indent: -9999px;
	}
		
		#select_callist:active {background-position: 0 -24px;}
		
	#minicalendar {padding: 10px;}
	
#calendar_bottom {background: url(./images/widget_bottom.png); height: 5px; width: 290px; margin: -5px 0 0; position: relative; z-index: 1;}
	
/*----------------- 3e. Calendar // Event List -------------------*/
	
	#event_list {list-style: none; margin: 0; padding: 0;}
	
		#event_list li {padding: 0;}
	
		#event_list li a {
			background: url(./images/calendar_bg.png) repeat-y;
			border-top: 1px dashed #ceedf1;
			cursor: pointer;
			display: block;
			height: 60px; width: 290px;
			*margin: -2px 0 0;
			position: relative;
			text-decoration: none;
		}
		
			#event_list li.first a {border-top: none;}
					
		.event_date_top {
			color: #ceedf1;
			font-size: 1em;
			font-weight: bold;
			position: absolute; top: 7px; left: 13px;
			text-transform: uppercase;
		}
		
		.event_date_bottom {
			color: #ceedf1;
			font-size: 1.75em;
			font-weight: bold;
			position: absolute; top: 27px; left: 13px;
		}
		
		.event_title {
			color: #004865;
			font-weight: bold;
			position: absolute; top: 10px; left: 70px;
		}
		
		.event_details {
			color: #94b5be;
			font-size: .75em;
			font-weight: normal;
			position: absolute; top: 30px; left: 70px;
		}
		
		/*------ Hover State -------*/
		
		#event_list li a:hover {background: url(./images/calendar_hover.png) repeat-y;}
		#event_list li a:hover .event_date_top, #event_list li:hover .event_date_bottom {color: #004865;}
		#event_list li a:hover .event_title {color: #00a6bf;}
	

/*------------------ 3f. News // Structure --------------------*/
	
#header_news {
	background: url(./images/header_news.png);
	height: 45px; width: 290px;
	position: relative;
}

	#header_news h2 {display: none;}
	
	#news_view_all {
		display: block;
		height: 50px; width: 290px;
		position: absolute; 
		text-indent: -9999px;
	}		
	
#news_bottom {background: url(./images/widget_bottom.png); height: 5px; width: 290px; margin: -5px 0 0; position: relative; z-index: 1;}
	

/*----------------- 3g. News // Announcement List -------------------*/
	
	#announcement_list {list-style: none; margin: 0; padding: 0;}
	
		#announcement_list li a {
			background: url(./images/news_bg.png) repeat-y;
			border-top: 1px dashed #ceedf1;
			cursor: pointer;
			display: block;
			height: 60px; width: 290px;
			*margin: -2px 0 0;
			position: relative;
			text-decoration: none;
		}
		
			#announcement_list li.first a {border-top: none;}
		
		.news_title {
			color: #004865;
			font-weight: bold;
			position: absolute; top: 10px; left: 15px;
		}
		
		.news_details {
			color: #94b5be;
			font-size: .75em;
			font-weight: normal;
			position: absolute; top: 30px; left: 15px;
		}
		
		/*------ Hover State -------*/
		
		#announcement_list li a:hover {background: url(./images/news_bg_hover.png) repeat-y;}
		#announcement_list li a:hover .news_title {color: #00a6bf;}
		
		
/*------------------ 3h. Media // Structure --------------------*/
	
#header_media {
	background: url(./images/header_media.png);
	height: 45px; width: 290px;
	position: relative;
}

	#header_media h2 {display: none;}
	
	#media_view_all {
		display: block;
		height: 50px; width: 290px;
		position: absolute; 
		text-indent: -9999px;
	}		
	
#media_bottom {background: url(./images/widget_bottom.png); height: 5px; width: 290px; margin: -5px 0 0; position: relative; z-index: 1;}
	

/*----------------- 3i. Media // Download List -------------------*/
	
	#download_list {list-style: none; margin: 0; padding: 0;}
	
		#download_list li {
			border-top: 1px dashed #ceedf1;
			height: 60px; width: 290px;
			*margin: -2px 0 0;
			position: relative;
			text-decoration: none;
		}
		
			#download_list li.first {*margin: 0; border-top: none;}
		
		.download_title {
			color: #004865;
			font-weight: bold;
			position: absolute; top: 10px; left: 70px;
		}
		
		.download_details {
			color: #94b5be;
			font-size: .75em;
			font-weight: normal;
			position: absolute; top: 30px; left: 70px;
		}
		
		.play_link {
			background: url(./images/button_play.png);
			display: block;
			height: 60px; width: 55px;
			text-indent: -9999px;
		}
		
		/*------ Hover State -------*/
		
		.play_link:hover {background-position: bottom;}
				
	
/*------------------ 3j. Footer --------------------*/

#footer a {color: #fff;}

#address {float: left; margin: 30px 0 0 20px; width: 280px;}
#sub_menu {float: right; margin: 30px 20px 0 0; width: 580px;}
	
	#secondary_nav, #social_media_links_list {clear: both; display: block; float: right; list-style: none; margin: 0 0 10px; padding: 0;}
	#secondary_nav li {border-right: 1px solid #94b5be; display: inline; padding: 0 8px 0 3px; .padding: 0 5px 0 8px;}
		#secondary_nav li.last {border: none; padding: 0 0 0 3px; .padding: 0 0 0 8px;}
	#social_media_links_list li {display: inline; float: right; padding: 0 0 0 8px;}

#footer h2 {margin: 0;}

#fc_logo {
	background: url(./images/fc_logo.png);
	clear: both;
	display: block;
	float: right;
	height: 40px; width: 160px;
	margin: 20px 0 0;
	text-indent: -9999px;
}


/*------------------ 3k. Courtesy Nav --------------------*/

#courtesy {background: url(./images/news_bg.png) repeat-y; height: auto; width: 290px; margin: 0 0 20px;}

#header_courtesy {
	background: url(./images/header_courtesy.png);
	height: 45px; width: 290px;
	position: relative;
}

	#header_courtesy h2 {display: none;}		
	
#courtesy_bottom {background: url(./images/widget_bottom.png); height: 5px; width: 290px; margin: -5px 0 0; position: relative; z-index: 1;}

	#courtesy_nav {list-style: none; margin: 0; padding: 0;}
	
		#courtesy_nav li {
			border-top: 1px dashed #ceedf1;
			height: auto; width: 290px;
			*margin: -2px 0 0;
			text-decoration: none;
		}
		
			#courtesy_nav li.first {border-top: none;}
		
		#courtesy_nav li a {color: #004865; display: block; padding: 10px;}
		
		/*------ Hover State -------*/
		
		#courtesy_nav li:hover {background: url(./images/news_bg_hover.png) repeat-y; cursor: pointer;}
		#courtesy_nav li:hover a {color: #00a6bf; text-decoration: none;}
		#courtesy_nav li.active a {color: #00a6bf;}



/*------------------ 3l. Breadcrumbs --------------------*/

#breadcrumbs {
    border-top: 1px solid #ceedf1;
    border-bottom: 1px solid #ceedf1;
    margin: 0 0 20px 0;
	min-height: 20px;
	padding: 10px 10px 10px 0;
}

	#breadcrumbs_trail a {
		background: #fff;
		border-right: 1px solid #ceedf1;
		display: block;
		float: left;
		height: auto;
		margin-right: 5px;
		padding: 0 15px 0 10px;
	}
	
		#braedcrumbs_trail a.first {padding: 0 10px 0 0;}

	#printable {
		background: url(./images/icon_printer.png);
		display: block;
		float: right;
		height: 16px; width: 16px;
		margin: 2px 0 0 7px;
		overflow: hidden;
	}
	
		#printable a {background: none; text-indent: -9999px;}
		
	#rss {
		background: url(./images/icon_feed.png);
		display: block;
		float: right;
		height: 16px; width: 16px;
		margin: 2px 0 0 0;
		text-indent: -9999px;
	}

	/* --- icon fix --- */
	#printable a, #page_qr a {border: 0; margin: 3px; padding: 0;}
	#printable a:hover {background: url(/sr/images/print_page.png) !important;}
	#page_qr a:hover {background: url(/sr/images/qr_code.png) !important;}

/*--------------------------------------------------
----------------- 4. CSS MENU ----------------------
--------------------------------------------------*/

/* ------ Menu Setup ------ */

.menu, .menu ul {
	cursor: pointer;
	display: block; 
	list-style: none; 
	margin: 0px;
	padding: 0px; 
	position: relative;
	text-align:left; 
	z-index: 1999;
	/*
	RULES FOR CENTERING MENU
	width: auto; 
	display:inline-block; 
	*display:inline; 
	zoom:1;*/
}
.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;}

/* 1st Level Vertical Centering */
.menu .cssnavlevelone {padding:; height: 45px; vertical-align: middle;}
img.cssnavlevelone {border: 0; display: none;}

/* ------ 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: 170px; margin-top: -31px;}

/* ------- Menu Styling ----------*/

/* 1st level styles (".menu ul a" for vertical | ".menu a" for horizontal) */
.menu a {
	border-left: 1px dashed #028395;
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 15px; 
	text-decoration: none;
}

	.menu a.first {border-left: none;}

/* 2nd+ level styles */
.menu li ul li a {
	background: #004865;
	border-top: 1px solid #013a51;
	border-left: none;
	font-size: 12px;
	font-weight:normal; 
	padding: 5px 10px 5px; 
	width: 150px; 
}

/* ------- Hover Styling ----------*/

/* 1st level rollovers */
#navbar li:hover>a {background: #004865; cursor: pointer; display:block;}

/* 1st level active page button color or bg */
#navbar li>a.active {background: #004865;}

/* 1st level active page rollover, if desired to be different */
#navbar li:hover>a.active {}

/* 2nd level rollovers (if desired) */
#navbar li ul li:hover>a {cursor: pointer; display:block; background: #013a51;}

/* 2nd+ level active page button color or bg */
#navbar li ul li a.active {background: #013a51;}

/* 2nd+ level active page rollover, if desired to be different */
#navbar li ul li:hover>a.active {}

/* ------- Graphic Menu ------*/

#navbar a.cssnavlevelone {position: relative; height: 45px; overflow: hidden; display: block;}
#navbar .navimg {position: relative;}
#navbar .firstlevel:hover>a.cssnavlevelone img, .firstlevel:hover>a.first img {top: -45px;}

/* active states */
#navbar a.active img {top:-90px;}

/* --- don't show ie6 text --- */
#navbar span {display:none;}

/* --- IE6 undo graphic menu --- */
* html #navbar .navimg {display:none;}
* html #navbar span {display:inline;}
* html #navbar a.cssnavlevelone {overflow:visible; padding:0px 10px;}

/*---------- ie6 MAIN MENU hacks -----------*/

/* first level rollovers (".menu" for vertical | "#navbar" for horizontal) */
* html #navbar a:hover {background: #004865; color: #ffffff;}

/* sub level rollovers (if desired) */
* html #navbar table a:hover {background: #013a51; 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;}


/*--------------------------------------------------
----------------- 5. Calendar ----------------------
--------------------------------------------------*/

/* ----------- CSS Tooltip ------------*/
a.tt {position: relative; text-decoration: none;}
a.tt span.tooltip {display: none;}
a.tt:hover span.tooltip {
    background: #e4f4f3; 
    border: 1px solid #ceedf1;
    display: block;
    padding: 5px;
    position: absolute;
    text-align: left;
    top: 15px; left: 15px;
    width: 200px;
    z-index: 101;
    	border-radius: 5px;
    	-moz-border-radius: 5px;
    	-webkit-border-radius: 5px;
}
/* ----------- JS Tooltip ------------*/
.boxoverbody {
    background: #e4f4f3; 
    border: 1px solid #ceedf1;
	display: inline-block;
	font-size: .75em;
    padding: 10px 15px;
	width: 200px;
    	border-radius: 5px;
    	-moz-border-radius: 5px;
    	-webkit-border-radius: 5px;
}

.CalOverTitle {font-weight: bold; color: #00a6bf;}

/* ----------- Mini Cal Styles ------------*/

#minicalendar .SidebarLabel {font-size: 1.25em; font-weight: bold;}

#calendartable td a {display: block; font-size: .75em; height: 25px; text-align: center;}
#calendartable td a:hover {background: #ceedf1; z-index: 1;}
#calendartable .emptyday a:hover {background: transparent;}

#calnav {margin: 0 0 5px;}

/* ----------- MAIN Cal Styles ------------*/

#maincal {display: block;}
#mainCal td {font-size: 12px; padding: 5px 10px; width: 14%; vertical-align: top;}



#mainCal .WeekendDay A, A.CalendarWeekendDayLink {color:#00a6bf;}
#mainCal .WeekDay A, A.CalendarWeekDayLink {color: #00a6bf;}
#mainCal .ToDay A, A.CalendarToDayLink {color: #00a6bf;}

#mainCal .ToDay A:HOVER, #mainCal .WeekDay A:HOVER, #mainCal .WeekendDay A:HOVER {color: #004865; z-index: 1;}

/* ----------- Inside Each Day ------------*/

img.caldot {border: 0px; padding-right: 2px; vertical-align: middle;}
.calEventName {margin-bottom: 3px;}

.ToDay {background: #ceedf1;}
.WeekendDay, .WeekDay {background: #e4f4f3; border: 1px solid #ceedf1;}

.CalendarDayNumber, .CalendarCurrentDayNumber  {color: #004865; font-weight: normal;}

.ColumnHeader {color: #fff; background: #004865; font-weight: bold; padding: 5px;}


/*--------------------------------------------------
-------------- 6. GLOBAL FRONT END -----------------
--------------------------------------------------*/

#pagination a {
	border: 1px solid #ceedf1; 
	font-weight: bold; 
	line-height: 2em; 
	padding: 3px 5px; 
	text-decoration:none;
}
#pagination a:hover {background: #e4f4f3; border: 1px solid #ceedf1;}
#pagination .OnPageNumber {border: 1px solid transparent; color: #00a6bf;}

form {margin: 0px; padding: 0px;}
input, select {margin-bottom: 5px; margin-right: 10px; vertical-align: middle;}

.PicOff {border: 5px solid #e4f4f3; margin: 5px; vertical-align: middle;}
.PicOn {border: 5px solid #00a6bf; margin: 5px; vertical-align: middle;}

.GraphBar {background: #00a6bf; margin: 0 10px;}

.RequiredFieldLabel {color:; font-weight: bold;}
 
table td.top, table th.top, #mainCal td {vertical-align:top;}
table.contentTable, table.itemTable {border-collapse:collapse; width:100%;} 
.contentTable td, .itemTable td {border-bottom: 1px solid #ceedf1; text-align: left;}
.contentTable th {color: #004865; border-bottom: 2px solid #ceedf1; 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 #ceedf1;color: #004865;padding-right: 20px;text-align: right;width: 100px;}
.contentTable tr:hover td {background:url(/sr/images/datahoverbg.png)}
.itemTable td, .itemTable th, .contentTable td, .contentTable th {vertical-align:middle;}
.itemTable tr.last td, .contentTable tr.last td, .itemTable tr.last th, .contentTable tr.last th {border-bottom:none;}
table td.center, table th.center {text-align:center;}
table td.right, table th.right {text-align:right;}
.tdcheckbox {width:75px;text-align:center;}
 
fieldset {
 border:1px solid #ceedf1;
 padding:0px 15px 15px 15px;margin:20px 0;
}
fieldset legend { color:#004865; font-weight:bold; font-size: 120%; }

.borderbox {border: 1px solid #ceedf1; padding: 5px;}
.iconlink {margin: 0 5px;}

.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 {margin-bottom:10px;padding:10px;background:#ffffcc;border:2px solid #dddb54;color: #000;line-height:1em;}
#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}

/* --- END GLOBAL FRONT-END --- */



/*--------------------------------------------------
------------------  Marquee Box  -------------------
--------------------------------------------------*/

.marquee-rotator #timer {left: 0; height: 4px; background: #000; filter: alpha(opacity=60); opacity: 0.6;}

.marquee-rotator .button-over {background: #fff;}

/* --- FOR BUTTON NAV CENTERING (to absolutely position, comment this out) --- */
/* ---.marquee-rotator .c-panel {width:100%;}
.marquee-rotator .thumbnails {margin:0px auto;}--- */
/* --- FOR BUTTON NAV CENTERING (to absolutely position, comment this out) --- */

.marquee-rotator .c-panel {bottom: 10px; right: 10px; position:absolute;}

#rotator-tooltip .tt-img {border: 2px solid #fff; margin: 4px 0;}

/*----- PREV & BACK BUTTONS -----*/

.marquee-rotator .prev-btn, .marquee-rotator .next-btn {
	display:block;
	height:50px; width:50px; 
	margin: 5px; 
	position: absolute;
	text-align: center;
	text-indent:-9999px;
	z-index: 11;
}

.marquee-rotator .prev-btn {background:url(/sr/images/marquee_controls.png) 0 -50px; top: 40%; left: 0px;}
.marquee-rotator .next-btn {background:url(/sr/images/marquee_controls.png) -50px -50px; top:40%; right: 0px;}

.marquee-rotator .prev-btn:hover {background:url(/sr/images/marquee_controls.png) 0 0;}
.marquee-rotator .next-btn:hover {background:url(/sr/images/marquee_controls.png) -50px 0;}

/*------ PAGINATION -----*/

.marquee-rotator .thumbnails li {
	background: url(/sr/images/marquee_controls.png) -20px -100px; 
	height: 15px; width: 15px;
	margin: 3px;  /* --- keep margin even on both left and right --- */
	text-align: center;
}

.marquee-rotator .thumbnails ul li a img {width:200px;}

.marquee-rotator .thumbnails li:hover {background: url(/sr/images/marquee_controls.png) -40px -100px;}
.marquee-rotator .thumbnails li.curr-thumb {background: url(/sr/images/marquee_controls.png) -80px -100px;}
.marquee-rotator .thumbnails li.curr-thumb:hover {background: url(/sr/images/marquee_controls.png) -60px -100px;}

/* --- END Marquee Box --- */







