/*--------------- Design 1116 ---------------

..............................COLOR LEGEND

Body Text  ........................ 666
Link Color ........................ 00aa9f
hr / Line Color ................... eee
Headings .......................... 333


----------------------------------------*/

/*--------------------------------------------------
------------------  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: #00aa9f; color: #fff; /* Safari */}
::-moz-selection {background: #00aa9f; color: #fff; /* Firefox */}

@font-face {
    font-family: 'LatoBlack';
    src: url('./fonts/Lato-Black-webfont.eot');
    src: url('./fonts/Lato-Black-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/Lato-Black-webfont.woff') format('woff'),
         url('./fonts/Lato-Black-webfont.ttf') format('truetype'),
         url('./fonts/Lato-Black-webfont.svg#LatoBlack') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LatoItalic';
    src: url('./fonts/Lato-Italic-webfont.eot');
    src: url('./fonts/Lato-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/Lato-Italic-webfont.woff') format('woff'),
         url('./fonts/Lato-Italic-webfont.ttf') format('truetype'),
         url('./fonts/Lato-Italic-webfont.svg#LatoItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LatoRegular';
    src: url('./fonts/Lato-Regular-webfont.eot');
    src: url('./fonts/Lato-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/Lato-Regular-webfont.woff') format('woff'),
         url('./fonts/Lato-Regular-webfont.ttf') format('truetype'),
         url('./fonts/Lato-Regular-webfont.svg#LatoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*--------------------------------------------------
------------------ Global Styles -------------------
--------------------------------------------------*/

body, html {height: 100%; width: 100%; margin: 0; padding: 0;}

body {
	background: url(./images/body_bg.png) repeat-x top center fixed;
	color: #666;
	font-family: 'LatoRegular', arial, sans-serif;
	font-size: 100%;
	line-height: 1.25em;
	word-wrap: break-word;
}

a {color: #00aa9f; font-family: 'LatoBlack'; font-weight: normal; text-decoration: none;}
a:hover {color: #333;}

address {display: inline; font-style: normal;}

em, i {font-family: 'LatoItalic', Arial, sans-serif; font-style: normal;}
strong, b {font-family: 'LatoBlack', Arial, sans-serif; font-weight: normal;}

h1, .ContentHeader {color: #333; font-family: 'LatoBlack'; font-size: 1.75em; font-weight: normal;}
h2, .ContentSubHeader, .SidebarLabel {font-size: 1.25em; font-family: 'LatoBlack'; font-weight: normal;}
h3 {font-family: 'LatoBlack'; font-size: 1.15em; font-weight: normal;}

hr {height: 1px; background: #eee; color: #eee; 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;}
.semantic {margin: 0; padding: 0; position: absolute; left: -9999px;}


/*--------------------------------------------------
------------------- Structure ----------------------
--------------------------------------------------*/

#wrapper {
	background: #fff;
	font-size: .875em;
	height: auto; width: 940px;
	margin: 0 auto;
}

	#header {
		background: url(./images/header_bg.png) no-repeat;
		height: 130px; width: 940px;
		position: fixed;
		z-index: 9999;
	}
	
		#navbar {height: 40px; width: 780px; position: absolute; top: 0; left: 0;}
	
	#flashbox_wrap {height: 450px; width: 940px; padding: 40px 0 0;}
		
	#secondary {
		clear: both;
		height: 120px; width: 940px; 
		margin: 10px 0 0;
		position: relative;
	}
	
	#footer {height: 120px; width: 940px; margin: 30px 0 0;}


/*------------------ Subpage --------------------*/

#sub_flashbox_wrap {min-height: 90px; width: 940px; padding: 40px 0 0;}

#primary {float: left; height: auto; width: 940px;}

#main {
	float: left; 
	height: auto; width: 620px;
	line-height: 1.5;
	padding: 20px 20px 30px 10px;
}
	
#main_sans_sidebar {
	float: left; 
	height: auto; width: 920px;
	line-height: 1.5;
	padding: 30px 10px;
}

	#main h1, #main_sans_sidebar h1 {margin: 0 0 .5em;}

#sidebar {
	background: url(./images/sidebar_bg.png) repeat-y;
	float: right; 
	height: auto; width: 260px;
	line-height: 1.5;
	margin: 0 0 10px;
	padding: 0 0 0 20px;
}

	#sidebar_content {margin: 0 0 30px; width: 250px;}

	#sidebar_bottom {
		background: url(./images/sidebar_bg_bottom.png); 
		height: 30px; width: 280px;
		margin: 0 0 0 -20px;
	}

#no_sidebar {display: none;}


/*------------------ Header --------------------*/

#header h1 {margin: 0;}

#logo {
	background: url(./images/logo.png) no-repeat;
	display: block;
	height: 80px; width: 460px;
	position: absolute; top: 40px; left: 0;
	text-indent: -9999px;
}

#site_search {
	height: 30px; width: 240px;
	position: absolute; top: 65px; right: 20px;
}

	#site_search fieldset {border: 0; margin: 0; padding: 0;}
	
	.search_field {
		background: none;
		border: 0;
		color: #666;
		font-family: 'LatoRegular', arial, sans-serif;
		font-size: 1em;
		margin: 0; padding: 6px 12px;
		width: 176px;
	}
	
		input.search_field:focus {border: none;}
	
	.submit_button {
		background: none;
		border: 0;
		cursor: pointer;
		height: 30px; width: 30px;
		line-height: 0;
		margin: 0; padding: 4px;
		text-indent: -9999px;
	}
	
#button_map {
	background: url(./images/button_map.png);
	height: 40px; width: 115px;
	position: absolute; top: 0; right: 20px;
	text-indent: -9999px;
}
	
	#button_map:hover {background-position: left bottom;}
	

/*------------------ Secondary --------------------*/

#media {
	background: url(./images/media_bg.png) no-repeat;
	height: 120px; width: 460px;
	position: absolute; top: 0; left: 0;
}

#download_list {list-style: none; margin: 0; padding: 0;}

	#download_list li {position: relative; padding: 27px 0 24px 65px;}
	#download_list li a:hover .download_title {color: #00aa9f;}

	.download_title {
		color: #333;
		display: block;
		font-family: 'LatoBlack'; 
		font-size: 1.25em;
		padding: 0 0 5px;
	}
	
	.download_date {color: #666; display: block; font-family: 'LatoRegular'; padding: 0 0 3px;}
	.download_speaker {color: #666; font-family: 'LatoRegular'; display: block;}
	
	.download_link {
		background: url(./images/buttons_media.png);
		display: block;
		height: 50px; width: 50px;
		position: absolute; top: 10px; right: 10px;
		text-indent: -9999px;
	}
	
	.play_link {
		background: url(./images/buttons_media.png) 0 -50px;
		display: block;
		height: 50px; width: 50px;
		position: absolute; top: 60px; right: 10px;
		text-indent: -9999px;
	}
	
		.download_link:hover {background: url(./images/buttons_media.png) 0 -100px;}
		.play_link:hover {background: url(./images/buttons_media.png) 0 -150px;}
		
#image_links {
	list-style: none; 
	margin: 0; padding: 0; 
	position: absolute; top: 0; right: 0;
}

	#image_links li {display: inline;}
	
	#image_links li a {
		display: block; 
		float: left; 
		height: 120px; width: 230px;
		text-indent: -9999px;
	}
	
		#image_link1 {background: url(./images/image_links.jpg) no-repeat;}
		#image_link2 {background: url(./images/image_links.jpg) no-repeat -240px 0; margin: 0 0 0 10px;}


/*------------------ Footer --------------------*/

#mini_logo {
	background: url(./images/mini_logo.png);
	display: block;
	float: left;
	height: 50px; width: 50px;
	margin: 0 10px 0 0;
	text-indent: -9999px;
}

#footer_info {color: #666; float: left; font-size: .875em; line-height: 1.75em; width: 700px; margin-left: 5px;}

#secondary_nav {clear: both; display: block; float: left; list-style: none; margin: 0 0 5px; padding: 0;}
#secondary_nav li {border-right: 1px solid #bbb; display: inline; padding: 0 8px 0 3px; .padding: 0 6px 0 8px;}
#secondary_nav li.first {padding-left: 0;}
#secondary_nav li.last {border: none; padding: 0 0 0 3px; .padding: 0 0 0 8px;}

#social_media_links_list {clear: both; display: block; float: left; list-style: none; margin: 0; padding: 0;}
#social_media_links_list li {display: inline; margin: 0 5px 0 0;}

#fc_logo {
	background: url(./images/fc_logo.png);
	display: block;
	float: right;
	height: 36px; width: 156px;
	margin: 0 5px 0 0;
	text-indent: -9999px;
}


/*------------------ Courtesy Nav --------------------*/

#courtesy h2 {
	background: url(./images/header_courtesy.png); 
	height: 40px; width: 280px;
	margin: 0;
	text-indent: -9999px;
}

#courtesy {height: auto; width: 280px; margin: -40px 0 30px -20px; position: relative; z-index: 400;}

#courtesy_nav {list-style: none; margin: 0; padding: 0;}

	#courtesy_nav li a {
		border-bottom: #eee solid 1px;
		color: #666;
		display: block;
		padding: 10px 10px 10px 20px;
		text-decoration: none;
	}
	
	#courtesy_nav li.active a {color: #00aa9f;}
		
	#courtesy_nav li a:hover {background: url(./images/courtesy_item_hover.png) right no-repeat; color: #00aa9f;}
	

/*------------------ Survey --------------------*/

#poll {
	background: url(./images/header_survey.png) no-repeat top left; 
	margin: 0 0 30px -20px; 
	padding: 60px 20px 0 20px; 
	width: 240px;
}

	#poll .SidebarLabel {display: none;}
	#poll .ColumnHeader {background: none; color: #666;}


/*------------------ Newsletter --------------------*/

#email_list {
	background: url(./images/newsletter_bg.png) no-repeat;
	height: 100px; width: 280px;
	margin: 0 0 15px -20px;
	position: relative;
}

.input_email_list {
	background: none;
	border: none;
	color: #666;
	font-family: 'LatoRegular';
	font-size: 1em;
	padding: 6px;
	position: absolute; top: 54px; left: 22px;
	width: 190px;
}

	input.input_email_list:focus {border: none;}

.button_email_list {
	background: none;
	border: none;
	cursor: pointer;
	height: 30px; width: 30px;
	line-height: 0;
	padding: 6px;
	position: absolute; top: 54px; right: 18px;
	text-indent: -9999px;
}


/*------------------ Breadcrumbs --------------------*/

#breadcrumbs {
    background: url(./images/breadcrumbs_bg.png);
    margin: 10px 0 0;
	height: 20px; width: 920px;
	padding: 10px;
}

	#breadcrumbs_trail a {
		background:  url(./images/breadcrumb_endcap.png) right no-repeat;
		border: none;
		color: #666;
		display: block;
		float: left;
		margin: 0 5px 0;
		padding: 0 20px 0 0;
		text-decoration: none;
	}
	
		#breadcrumbs_trail a:hover {color: #00aa9f;}

	#printable a, #page_qr a {margin: 3px; padding: 0; position: relative; z-index: 500;}
	#printable a:hover {background: url(/sr/images/print_page.png) !important;}
	#page_qr a:hover {background: url(/sr/images/qr_code.png) !important;}


/*--------------------------------------------------
------------------ 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;
}
.menu {margin-left: 0;}
.menu li {float: left;}
.menu li:hover>ul {display: block; position: absolute;}
.menu ul li {clear: both; display: block;}

/* 1st Level Vertical Centering */
.menu .cssnavlevelone {padding:; height: 40px; vertical-align: middle;}
img.cssnavlevelone {border: 0; display: none;}

/* ------ Container Positioning ------ */

/* 1st level*/
.menu li ul {background: #222; display: none;}

/* 2nd level (needs nothing if horizontal) */
.menu ul li ul {border-top: none;}

/* 3rd+ level */
.menu li ul li ul {margin-left: 175px; margin-top: -30px;}

/* ------- Menu Styling ----------*/

/* 1st level styles (".menu ul a" for vertical | ".menu a" for horizontal) */
.menu a {
	color: #999;
	display: block;
	font-family: 'LatoRegular';
	font-size: 1em;
	font-weight: normal;
	margin: 0px;
	padding: 0px 10px; 
	text-decoration: none;
	text-transform: uppercase;
}

	.menu a.first {border-top: none;}
	.menu li.firstlevel:last-child>a {border-right: none;}

/* 2nd+ level styles */
.menu li ul li a {
	background: #222;
	border-top: 1px solid #333;
	border-left: 5px solid #333;
	font-size: .875em;
	font-weight: normal;
	line-height: 1.5em; 
	padding: 5px 10px 5px;
	text-transform: none;
	width: 150px; 
}

/* ------- Hover Styling ----------*/

/* 1st level rollovers */
#navbar li:hover>a {background: none; color: #fff; cursor: pointer; display:block;}

/* 1st level active page button color or bg */
#navbar li>a.active {color: #fff;}

/* 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 {background: #292929; border-left: 5px solid #666; color: #fff; cursor: pointer; display: block;}

/* 2nd+ level active page button color or bg */
#navbar li ul li a.active {color: #fff;}

/* 2nd+ level active page rollover, if desired to be different */
#navbar li ul li:hover>a.active {color: #fff;}

/* ------- Graphic Menu ------*/

#navbar a.cssnavlevelone {position: relative; height: 40px; overflow: hidden; display: block;}
#navbar .navimg {position: relative;}
#navbar .firstlevel:hover>a.cssnavlevelone img, .firstlevel:hover>a.first img {top: -40px;}

/* active states */
#navbar a.active img {top:-80px;}

/* --- 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 {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: #fff;
    border: 2px solid #eee;
    border-radius: 5px;
    display: block;
    padding: 5px;
    position: absolute;
    text-align: left;
    top: 15px; left: 15px;
    width: 200px;
    z-index: 101;
}
/* ----------- JS Tooltip ------------*/
.boxoverbody {
    background: #fff;
	border: 2px solid #eee;
	border-radius: 5px;
	display: inline-block;
	font-size: .75em;
    padding: 10px 15px;
	width: 200px;
}

.CalOverTitle {color: #00aa9f; font-family: 'LatoBlack';}

/* ----------- Mini Cal Styles ------------*/

#calendartable {border-collapse: collapse;}
#calendartable td a {display: block; height: 30px; text-align: center;}
#calendartable td a:hover {background: #eee; z-index: 1;}
#calendartable .emptyday a:hover {background: transparent;}

#calnav {margin: 0 0 10px;}

/* ----------- MAIN Cal Styles ------------*/

#mainCal {border-collapse: collapse; clear: both;}
#mainCal td {border-collapse: collapse; font-size: 12px; padding: 5px 10px; width: 14%; vertical-align: top;}

#mainCal .WeekendDay A, A.CalendarWeekendDayLink {line-height: 1.375em;}
#mainCal .WeekDay A, A.CalendarWeekDayLink {line-height: 1.375em;}
#mainCal .ToDay A, A.CalendarToDayLink {line-height: 1.375em;}

#mainCal .ToDay A:HOVER, #mainCal .WeekDay A:HOVER, #mainCal .WeekendDay A:HOVER {color: #333; z-index: 1;}

/* ----------- Inside Each Day ------------*/

img.caldot {border: 0px; padding-right: 2px; vertical-align: middle;}
.calEventName {margin-bottom: 3px;}

.ToDay {background: #eee url(./images/calday_bg.png) repeat-x; border: 1px solid #ddd; border-top: none; *border-top: 1px solid #eee;}
.WeekendDay, .WeekDay {background: #eee; border: 1px solid #ddd; border-top: none; *border-top: 1px solid #eee;}
.emptyday, .EmptyDay {border: 1px solid #eee; border-top: none; *border-top: 1px solid #eee;}

.CalendarDayNumber, .CalendarCurrentDayNumber  {color: #666; font-weight: normal;}

.ColumnHeader {color: #fff; background: #333; font-family: 'LatoBlack'; padding: 5px;}

.SmallNote {font-style: italic; font-size: 80%;}

/*--------------------------------------------------
-------------- 6. GLOBAL FRONT END -----------------
--------------------------------------------------*/

#pagination a {
	border: 1px solid #eee; 
	line-height: 2em; 
	padding: 3px 5px; 
	text-decoration:none;
}
#pagination a:hover {background: #eee; border: 1px solid #eee;}
#pagination .OnPageNumber {border: 1px solid transparent; color: #666;}

form {margin: 0px; padding: 0px;}
input, select, textarea {
	border: 1px solid #ddd;
	margin: 0 5px 10px 0;
	padding: 4px;
	vertical-align: middle;
}

	input:focus, select:focus, textarea:focus {border: 1px solid #00aa9f;}

.PicOff {border: 5px solid #eee; margin: 5px; vertical-align: middle;}
.PicOn {border: 5px solid #00aa9f; margin: 5px; vertical-align: middle;}

.GraphBar {background: #00aa9f; margin: 0 10px;}

.RequiredFieldLabel {font-family: 'LatoBlack';}

th {font-family: 'LatoBlack'; font-weight: normal;}
table td.top, table th.top, #mainCal td {vertical-align:top;}
table.contentTable, table.itemTable {width:100%;border-collapse:collapse;} 
.contentTable td, .itemTable td {border-bottom: 1px solid #eee; text-align: left;}
.contentTable th {color: #666; border-bottom: 2px solid #eee; 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 #eee;color: #666;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 #eee;
 padding:0px 15px 15px 15px;margin:20px 0;
}
fieldset legend {color: #666; font-family: 'LatoBlack'; font-size: 100%;}

.borderbox {border: 1px solid #eee; padding: 5px;}
.iconlink {margin: 0 5px;}

.submitbutton, .smallbutton, .smallselect, .smallinput {
	background: #fff url(/sr/images/buttonbg.jpg) repeat-x;
	border: 1px solid #ccc;
	color: #444;
	font-family: 'LatoBlack'; 
	font-size: 1em; 
	font-weight: normal;
	margin:1px; 
	padding: 2px 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;}

#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 --- */
