/*--------------------------------------------------
------------------  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: #2f76e2; color: #fff; /* Safari */}
::-moz-selection {background: #2f76e2; color: #fff; /* Firefox */}

@font-face {
	font-family: 'LatoBlackItalic';
	src: url('./fonts/Lato-BlackItalic-webfont.eot');
	src: local('?'), url('./fonts/Lato-BlackItalic-webfont.woff') format('woff'), url('./fonts/Lato-BlackItalic-webfont.ttf') format('truetype'), url('./fonts/Lato-BlackItalic-webfont.svg#webfontrnJeSSUP') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'LatoBlack';
	src: url('./fonts/Lato-Black-webfont.eot');
	src: local('?'), url('./fonts/Lato-Black-webfont.woff') format('woff'), url('./fonts/Lato-Black-webfont.ttf') format('truetype'), url('./fonts/Lato-Black-webfont.svg#webfontx1AeDq9C') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'LatoItalic';
	src: url('./fonts/Lato-Italic-webfont.eot');
	src: local('?'), url('./fonts/Lato-Italic-webfont.woff') format('woff'), url('./fonts/Lato-Italic-webfont.ttf') format('truetype'), url('./fonts/Lato-Italic-webfont.svg#webfontK66ymxTv') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'LatoRegular';
	src: url('./fonts/Lato-Regular-webfont.eot');
	src: local('?'), url('./fonts/Lato-Regular-webfont.woff') format('woff'), url('./fonts/Lato-Regular-webfont.ttf') format('truetype'), url('./fonts/Lato-Regular-webfont.svg#webfontwlOsaZaJ') format('svg');
	font-weight: normal;
	font-style: normal;
}


/*--------------------------------------------------
------------------ Global Styles -------------------
--------------------------------------------------*/

body, html {min-height: 100%; width: 100%; margin: 0; padding: 0;}

html {background: #080808;}

body {
	background: url(./images/html_bg.jpg) repeat-x top center fixed;
	color: #333;
	font-family: 'LatoRegular', Arial, sans-serif;
	font-size: 100%;
	line-height: 1.375em;
	word-wrap: break-word;
}

a {color: #2f76e2; font-family: 'LatoBlack', sans-serif; text-decoration: none;}
a:hover {color: #5a9bff;}

b, strong {font-weight: normal; font-family: 'LatoBlack';}
em, i {font-style: normal; font-family: 'LatoItalic';}
b + em, b + i, strong + em, strong + i {font-style: normal; font-weight: normal; font-family: 'LatoBlackItalic';}

blockquote {
	background: #e8f4f6 url(./images/blockquote_bg.png) no-repeat;
	float: right;
	font-style: italic;
	min-height: 40px;
	margin: 20px 0 20px 20px;
	padding: 35px 10px 10px;
	width: 150px;
}

h1, .ContentHeader {font-size: 1.5em; font-weight: normal; font-family: 'LatoBlack';}
h2, .ContentSubHeader, .SidebarLabel {font-size: 1.25em; font-weight: normal; font-family: 'LatoBlack';}
h3 {font-size: 1em; font-weight: normal; font-family: 'LatoBlack';}

hr {height: 1px; background:; color:; 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 {display: none; margin: 0; padding: 0;}

/*--------------------------------------------------
------------------- Structure ----------------------
--------------------------------------------------*/

#container {
	background: url(./images/bg.jpg) no-repeat top center fixed;
	min-height: 100%; width: 100%;
}

#wrapper {
	font-size: .875em;
	height: auto; width: 980px;
	margin: 0 auto 20px;
}

	#header {
		background: url(./images/header_bg.png) no-repeat bottom left;
		height: 225px; width: 980px;
		position: relative; z-index: 9999;
	}
	
	#navbar {
		height: 75px; width: 660px;
		position: absolute; bottom: 0; left: 0;
	}
	
	#primary {
		background: url(./images/primary_bg.png) no-repeat;
		height: 320px; width: 980px;
		position: relative;
	}
	
		#flashbox_wrap {
			height: 280px; width: 620px; 
			position: absolute; top: 10px; left: 30px;
		}
		
		#tabs {
			height: 300px; width: 280px;
			position: absolute; top: 0; right: 20px;
		}
		
	#secondary {
		background: #fff;
		height: auto; width: 980px;
		float: left;
	}
	
		#directions {
			background: #eee;
			border-radius: 5px;
			float: left;
			min-height: 210px; width: 210px;
			margin: 0 20px;
			padding: 20px 20px 10px;
		}
		
		#home_content {
			float: left;
			height: auto; width: 370px;
			margin: 0 0 20px;
		}
	
		#connect {
			background: url(./images/connect_bg.png);
			float: right;
			height: 210px; width: 255px;
			list-style: none;
			margin: 0 10px 25px 0; padding: 85px 0 0 45px;
		}
		
	#secondary_bottom {background: url(./images/secondary_bottom.png); clear: both; height: 10px; width: 980px;}

	#footer_container {
		background: url(./images/footer_container.png) repeat-x;
		min-height: 200px; width: 100%;
	}
	
		#footer {
			color: #fff; 
			font-size: .875em; 
			height: 200px; width: 980px; 
			margin: 0 auto;
		}


/*------------------ Subpage --------------------*/

#sub_primary {
	background: #f2f2f2 url(./images/sub_primary_repeat.png) repeat-y;
	float: left;
	height: auto; width: 980px;
}

#sub_primary_sans {
	background: #f2f2f2 url(./images/sub_primary_sans_repeat.png) repeat-y;
	float: left;
	height: auto; width: 980px;
}

	#sub_primary_content {
		background: url(./images/sub_primary_top.png) no-repeat;
		float: left; 
		min-height: 50px; width: 980px;
	}
	
	#sub_primary_content_sans {
		background: url(./images/sub_primary_sans_top.png) no-repeat;
		float: left; 
		min-height: 50px; width: 980px;
	}
		
		#main {height: auto; width: 600px; float: left; margin: 20px 0 0 40px;}
		
		#main_sans_sidebar {height: auto; width: 900px; float: left; margin: 20px 0 0 40px;}
		
		#sidebar {height: auto; width: 240px; float: right; margin: 20px 40px 0 0;}
			
#sub_primary_bottom {background: url(./images/sub_primary_bottom.png); clear: both; height: 30px; width: 980px;}

#sub_primary_bottom_sans {background: url(./images/sub_primary_sans_bottom.png); clear: both; height: 30px; width: 980px;}

	


/*------------------ Header --------------------*/

#header h1 {margin: 0;}

#logo {
	background: url(./images/logo.png) no-repeat;
	display: block;
	height: 150px; width: 340px;
	position:absolute;
	text-indent: -9999px;
}

#button_new {
	background: url(./images/button_new.png) no-repeat;
	display: block;
	height: 55px; width: 240px;
	position: absolute; top: 50px; right: 40px;
	text-indent: -9999px;
}
	
	#button_new:hover {background: url(./images/button_new.png) 0 -55px;}
	#button_new:active {background: url(./images/button_new.png) 0 -110px;}
	
#site_search {
	background: url(./images/search_bg.png) no-repeat;
	height: 50px; width: 282px;
	position: absolute; top: 168px; right: 17px;
}
	
	#site_search fieldset {border: 0; margin: 0; padding: 0;}
	
	.search_field {
		background: none;
		border: 0;
		color: #fff;
		font-size: .875em;
		margin: 0; padding: 10px;
		width: 215px;
	}
	
	.submit_button {
		background: none;
		border: 0;
		cursor: pointer;
		line-height: 0;
		margin: 0; padding: 10px;
		width: 40px;
		text-indent: -9999px;
	}


/*------------------ Primary --------------------*/	

#tab_nav {list-style: none; padding: 0; margin: 0;}

	#tab_nav li {float: left; height: 50px; padding: 0;}
	
		#tab1, #tab2 {
			display: block;
			height: 50px; width: 140px;
			text-indent: -9999px;
		}
	
		#tab1 {background: url(./images/tabs.png) 0 -50px;}
		#tab2 {background: url(./images/tabs.png) -140px -50px;}
		
		#tabs ul li.active #tab1 {background: url(./images/tabs.png) 0 0;}
		#tabs ul li.active #tab2 {background: url(./images/tabs.png) -140px 0;}
	
	#welcome {
		height: 230px; width: 240px; 
		margin: 20px; 
		overflow: hidden; 
		position: absolute; top: 50px; left: 0;
	}
	
	#pastors {
		height: 230px; width: 240px; 
		margin: 20px; 
		overflow: auto;
		padding: 0 20px 0 0;
		position: absolute; top: 50px; left: 0;
	}
	
		#announcement_list {
			height: auto;
			list-style: none;
			margin: 0; padding: 0;
		}
			
			#announcement_list li a {
				border-bottom: 1px solid #ddd;
				color: #bbb;
				display: block;
				font-weight: normal;
				padding: 5px 10px;
				text-decoration: none;			
			}
			
			#announcement_list li a:hover {background: #eee;}
			
			.event_date {color: #333; font-family: 'LatoBlack', sans-serif;}
			.news_title {color: #333; font-family: 'LatoRegular';}
	

/*------------------ Secondary --------------------*/	

#directions h2 {margin-top: 0;}

#button_map {
	background: url(./images/button_map.jpg) no-repeat;
	border: 10px solid #fff;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	display: block;
	height: 130px; width: 210px;
	margin: 20px 0 0 -10px;
	text-indent: -9999px;
}

#connect li {display: inline; float: left;}

#icon_facebook_large {background: url(./images/icon_facebook_large.png); display: block; height: 92px; width: 91px; text-indent: -9999px; margin: 0 30px 0 0;}
#icon_twitter_large {background: url(./images/icon_twitter_large.png); display: block; height: 92px; width: 91px; text-indent: -9999px;}
#icon_email_large {background: url(./images/icon_email_large.png); display: block; height: 92px; width: 91px; text-indent: -9999px; margin: 30px 30px 0 0;}
#icon_feed_large {background: url(./images/icon_feed_large.png); display: block; height: 92px; width: 91px; text-indent: -9999px; margin: 30px 0 0;}


/*------------------ Footer --------------------*/

#footer a {color: #5a9bff;}
#footer a:hover {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 #333; 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: 35px; width: 155px;
	margin: 20px 0 0;
	text-indent: -9999px;
}


/*------------------ 3k. Breadcrumbs --------------------*/

#breadcrumbs {
    background: #efefef;
    margin: 0 0 10px 0;
	min-height: 30px;
	padding: 10px;
}

	#breadcrumbs_trail a {
		background: #fff url(./images/breadcrumb_endcap.png) right no-repeat;
		border: none;
		display: block;
		float: left;
		padding: 4px 15px 4px 10px;
	}

	#printable {
		background: url(./images/icon_printer.png);
		display: block;
		float: right;
		height: 16px; width: 16px;
		margin: 7px 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: 7px 0 0 0;
		text-indent: -9999px;
	}


/*--------------------------------------------------
------------------ 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: 20px;}
.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 {line-height: 5em; height: 50px; 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: 172px; margin-top: -33px;}

/* ------- Menu Styling ----------*/

/* 1st level styles (".menu ul a" for vertical | ".menu a" for horizontal) */
.menu a {
	background: url(./images/nav_divider.png) no-repeat left;
	color: #fff;
	display: block;
	font-family: 'LatoBlack', sans-serif;
	margin: 0px;
	padding: 0px 20px; 
	text-decoration: none;
	text-shadow: 0 -2px 0 #000;
}

	.menu a.first {background: none;}
	.menu li.firstlevel:last-child>a {border-right: none;}

/* 2nd+ level styles */

.menu li ul {background: #1c1c1c; padding: 5px;}

.menu li ul li a {
	background: #1c1c1c;
	border-top: 1px solid #2c2c2c;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em; 
	padding: 5px 10px 5px; 
	width: 150px; 
}

	.menu li ul li:first-child a {border-top:none;}

/* ------- Hover Styling ----------*/

/* 1st level rollovers */
#navbar li:hover>a {background: #111; background: rgba(0,0,0,.2); color: #3282fd; cursor: pointer; display:block;}

/* 1st level active page button color or bg */
#navbar li>a.active {color: #3282fd;}

/* 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;}

/* 2nd+ level active page button color or bg */
#navbar li ul li a.active {color: #3282fd;}

/* 2nd+ level active page rollover, if desired to be different */
#navbar li ul li:hover>a.active {color: #3282fd;}

/* ------- Graphic Menu ------*/

#navbar a.cssnavlevelone {position: relative; height: 75px; overflow: hidden; display: block;}
#navbar .navimg {position: relative;}
#navbar .firstlevel:hover>a.cssnavlevelone img, .firstlevel:hover>a.first img {top: -75px;}

/* active states */
#navbar a.active img {top:-150px;}

/* --- 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;
    font-size: .75em;
    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 {font-family: 'LatoBlack', sans-serif; color: #2f76e2;}

/* ----------- 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; 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: #222; 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 url(./images/calday_bg.png) repeat-x; 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: #222; font-weight: normal;}

.ColumnHeader {color: #fff; background: #222; font-family: 'LatoBlack', sans-serif; padding: 5px;}

.SmallNote {font-style:italic; font-size:80%;}

/*--------------------------------------------------
-------------- 6. GLOBAL FRONT END -----------------
--------------------------------------------------*/

#pagination a {
	border: 1px solid #efefef; 
	line-height: 2em; 
	padding: 3px 5px; 
	text-decoration:none;
}
#pagination a:hover {background: #efefef; border: 1px solid #efefef;}
#pagination .OnPageNumber {border: 1px solid transparent; color: #333;}

form {margin: 0px; padding: 0px;}
input, select {margin-bottom: 5px; margin-right: 10px; vertical-align: middle;}

.PicOff {border: 5px solid #efefef; margin: 5px; vertical-align: middle;}
.PicOn {border: 5px solid #2f76e2; margin: 5px; vertical-align: middle;}

.GraphBar {background: #2f76e2; margin: 0 10px;}

.RequiredFieldLabel {font-family: 'LatoBlack', sans-serif;}
 
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 #efefef; text-align: left;}
.contentTable th {color: #333; border-bottom: 2px solid #efefef; 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 #efefef;color: #333;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 #efefef;
 padding:0px 15px 15px 15px;margin:20px 0;
}
fieldset legend {color: #333; font-family: 'LatoBlack', sans-serif;}

.borderbox {border: 1px solid #efefef; 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 --- */


