/*----------------- Design #103 ------------------*/

/*--------------------------------------------------
------------------  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;}

/*--------------------------------------------------
------------------ Specifics -----------------------
--------------------------------------------------*/

body {
	background: #0e0508 url(./images/bg2.jpg) no-repeat fixed top center;
	font-family: arial, helvetica, sans-serif;
	font-size: 100.01%;
	line-height: 1.125em;
	color: #fff;
}

body, html {margin: 0;}

a {color: #f9d848; font-weight: bold;}
a:hover {text-decoration: none;}

h1, .ContentHeader {font-size: 21px; color: #fff;}
h2, .ContentSubHeader {font-size: 18px; color: #fff; font-weight: normal; .line-height: 1.2em;}
h3 {font-size: 14px; color: #fff;}

.HRule, hr {
    height: 1px;
    background: #361119;
	color: #361119;
    border: none;
}

.clear {clear:both;}
.floatleft {float: left;}
.floatright {float: right; text-align: right;}
.hidden {visibility: hidden; position: absolute;}

/*--------------------------------------------------
--------------- Structure - Home -------------------
--------------------------------------------------*/

#wrapper {font-size: 12px; margin: 20px auto; width: 950px;}

#top_shadow {
	background: url(./images/top_shadow.png) no-repeat;
	height: 20px; width: 960px;
	margin-left: -10px;
}

#primary {background: url(./images/repeat_shadow.png) repeat-y; height: 485px; width: 950px;}

	#main {
		width: 565px;
		float: left;
		margin: 0 0 0 19px;
		display: inline;
	}
	
		#header {
			height: 140px; width: 565px;
			background: url(./images/header_bg.jpg) no-repeat;
			position: relative;
		}
			
			#subnav {
				height: 25px; width: 550px;
				position: absolute; top: 119px; left: 25px;
				font-size: 11px;
			}

		#navbar {
			height: 35px; width: 565px;
			background: url(./images/navbar_bg_repeat.jpg) repeat-x;
			padding: 0 0 0 0px;
		}
		
		#flashbox_wrap {
			width: 565px;
			height: 310px;
			background: url(./images/flashbox_leftedge.jpg) no-repeat top left;
			padding: 0 0 0 15px;
		}
		
		#flashbox {height: 310px; width: 550px; background:#000;}
		
	#sidebar {float: right; margin: 0 21px 0 0; width: 345px;}

		#top_buttons {background: url(./images/top_buttons_bg.jpg) no-repeat; height: 225px; width: 345px;}
		
		#news {
			background: url(./images/news_bg.jpg) no-repeat;
			height: 260px; width: 345px;
			position:relative;
		}
		
			#full_list {
				font-weight: bold;
				position:absolute;right:15px;top:20px;
				color: #0e1424;
				text-shadow: 0 1px 0 #eee;
			}

			#news_feed {
				height: 160px; width: 285px;
				overflow: auto;
				position: relative; top: 70px; left: 30px;
			}

			#flashscroller {width: 265px; height: 97%;}
			#news_feed p {padding-bottom: 1.5em;}

#secondary {
	background: url(./images/repeat_shadow.png) repeat-y;
	clear: both;
	height: 205px; width: 950px;
	position:relative;
}

	#visitor {
		background: #070b14;
		height: 205px; width: 365px;
		position: absolute; left: 19px;
	}
	
	#interest {
		background: url(./images/interest_bg.jpg) no-repeat;
		height: 205px; width: 545px;
		position:absolute;right:21px;
	}
	
	#bottom_buttons {margin: 75px 0 0 15px;}

#bottom_shadow {background: url(./images/bottom_shadow.png) no-repeat; height: 20px; width: 950px;}

#footer {margin: 0px auto; padding-bottom: 20px; width: 870px;}

#poll {margin: 0px auto; width: 200px;}

/*--------------------------------------------------
--------------- Structure - Sub -------------------
--------------------------------------------------*/

#sub_wrapper {
	font-size: 12px;
	width: 950px;
	margin: 20px auto;
	position: relative;
}

	#main_sans_sidebar {
		width: 890px;
		float: left;
		padding: 0 0 0 19px;
		display: inline;
	}

#sub_primary {background: url(./images/repeat_shadow.png) repeat-y; float: left; width: 950px;}

#sub_primary_sans_sidebar {background: url(./images/repeat_shadow_sans_sidebar.png) repeat-y; float: left; width: 950px;}

#content_area {width: 565px;}

#content_area_sans_sidebar {width: 890px;}

	#content {width: 505px; padding: 15px 0 15px 37px;}
	
	#content_sans_sidebar {width: 840px; padding: 15px 0 15px 37px;}
		
		#marquis {height: 150px; width: 505px;margin: 20px 0;}
	
	#breadcrumbs {
            background: #361119;
            padding: 10px;
			min-height: 20px;
			margin: 10px 0;
        }

		#sub_top_buttons {
			background: url(./images/top_buttons_bg.jpg) no-repeat;
			height: 225px; width: 345px;
			position: absolute; top: 20px; right: 21px;
		}

	#sub_sidebar {
		width: 345px;
		float: right;
		margin: 0 21px 0 0;
		position: relative; top: 224px;
	}
	
	#sub_sidebar_content {width: 285px; padding: 15px 0 15px 30px;}
	
	#interest_content {
		height: 175px; width: 515px;
		margin: 15px 0 0 15px;
		overflow: auto;
	}
	
/*--------------------------------------------------
-------------------- Header ------------------------
--------------------------------------------------*/

#header h1 {margin: 0;}

#logo {
	background: url(./images/logo.png) no-repeat;
	display: block;
	height: 131px; width: 129px;
	margin: -28px 0 0 12px;
	position: absolute;
	text-indent: -9999px;
}

#subnav a {color: white; text-decoration: none; padding: 0 5px; vertical-align: middle;}
#subnav a:hover {color: #f9d848; background: none;}

/*--------------------------------------------------
------------------ CSS MENU ----------------------
--------------------------------------------------*/

/* standard menu setup */
.menu, .menu ul {z-index:1999; list-style-type:none; padding:0px; margin:0px; text-align:left; display:block; position:relative;}
.menu {margin-left:15px;}
.menu li {float:left;}
.menu li:hover {position:relative;z-index:1999;}
.menu li:hover>ul {display:block; position:absolute;}
.menu ul li {clear:both; display:block;}

/* first level styling (".menu ul a" for vertical | ".menu a" for horizontal) */
.menu a {padding:0px 10px; display:block; margin:0px; text-decoration: none; font-weight: bold; font-size: 12px;color:#fff; text-shadow: 0 -1px 0 #713e23;}
.menu a.first {border-left:0px;}

/* first level vertical centering */
.menu .cssnavlevelone {height:35px;vertical-align:middle;}
img.cssnavlevelone {border:0px;}

/* submenu colors/style */
.menu li ul li a {padding: 5px 10px 5px; background:#5a1b24; font-weight:normal; width:150px; font-size: 12px; border-top: 1px #7d2533 solid;	border-left: 1px #7d2533 solid; border-bottom: 1px solid #42131b; border-right: 1px solid #42131b;}

/* first level sub menu container */
.menu li ul {display:none;}
/* 2nd level sub menu container (needs nothing if horizontal) */
.menu ul li ul {border-top:none; }
/* 3rd+ level sub menu container */
.menu li ul li ul {margin-left:172px; margin-top:-30px;}

/* first level rollovers */
#navbar li:hover>a {color:#ffffff; display:block; background: #5a1b24;}

/* submenu rollovers (if desired) */
#navbar li ul li:hover>a {color:#ffffff; display:block; background: #7d2533;}

/* ------- Graphic Menu ------*/

#navbar a.cssnavlevelone {position:relative;height:35px;overflow:hidden;display:block}
#navbar .navimg {position:relative;}
#navbar .firstlevel:hover>a.cssnavlevelone img, .firstlevel:hover>a.first img {top:-35px;}

/* active states */
#navbar a.active img {top:-70px;}

/* --- 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 -----------*/
* 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:0px;}
* html .menu li a table li a table {position:relative;left:-9px;top:10px;}

/* correct table border issue */
* html .menu table {border-collapse:collapse;}

/* first level rollovers (".menu" for vertical | "#navbar" for horizontal) */
* html #navbar a:hover {background:url("images/overbgimage.jpg") no-repeat #aa451b; color:#ffffff;}

/* sub level rollovers (if desired) */
* html #navbar table a:hover {background:url("images/overbgimage.jpg") no-repeat #aa451b; color:#ffffff;}
* html .menu li ul li a {font-size:8pt;}

/* 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;}

/*--------------------------------------------------
------------------ Top Buttons ---------------------
--------------------------------------------------*/

#top_buttons a, #sub_top_buttons a {margin: 15px 0 0 15px;}

#listen_button, #event_button, #prayer_button {float: left; height: 195px; width: 95px;}

#listen_button {background: url(./images/top_button1.jpg) no-repeat top left;}
#event_button {background: url(./images/top_button2.jpg) no-repeat top left;}	
#prayer_button {background: url(./images/top_button3.jpg) no-repeat top left;}

#listen_button:hover, #event_button:hover, #prayer_button:hover {background-position: bottom;}

/*--------------------------------------------------
---------------   Bottom Buttons   -----------------
--------------------------------------------------*/

#bottom_buttons img {
	border: 1px solid #651d2b;
	padding: 9px;
	margin-right: 5px;
}

#bottom_buttons img:hover {background: #f9d848; border: 1px solid #f9d848;}

/*--------------------------------------------------
------------------ 	 Visitor   ---------------------
--------------------------------------------------*/

#visitor_button {
	background: url(./images/visitor_button.jpg) no-repeat top left;
	float: left;
	height: 205px; width: 365px;
}

#visitor_button:hover {background-position: bottom;}

/*--------------------------------------------------
------------------ 	 Footer   ---------------------
--------------------------------------------------*/

#social_media_links_list {display: block; list-style: none; margin: 0; padding: 0;}
#social_media_links_list li {float: right;}
#social_media_links_list li a {padding-left: 7px;}

#design_credit {clear: both;}

/*--------------------------------------------------
------------------ Calendar ------------------------
--------------------------------------------------*/

/* ----------- CSS Tooltip ------------*/
a.tt {position:relative;}
a.tt span.tooltip {display: none;}
a.tt:hover span.tooltip {
    background:#361119;
    color:#ffffff;
    display:block;
    opacity: .90;
        filter: alpha(Opacity=90);
    padding:5px;
    position:absolute;
    text-align:left;
    top:15px; left:15px;
    width:200px;
    z-index:101;
}
/* ----------- JS Tooltip ------------*/
.boxoverbody {
    background: #361119;
    width: 200px;
    color:#ffffff;
    font-size: .75em;
    opacity: .90;
    filter: alpha(Opacity=90);
    display: inline-block;
    padding: 10px 15px 0 15px;
    	border-radius: 5px;
    	-moz-border-radius: 5px;
    	-webkit-border-radius: 5px;
}

/* ----------- Mini Cal Styles ------------*/

#calendartable td a {display:block; height:25px; text-align:center;}
#calendartable td a:hover {background:#f9d848; z-index:1}
#calendartable .emptyday a:hover {background:transparent;}

/* ----------- MAIN Cal Styles ------------*/

.CalOverTitle {font-weight:bold; color: #f9d848;}

#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:#f9d848; line-height: 1em;}
#mainCal .WeekDay A, A.CalendarWeekDayLink {color: #f9d848; line-height: 1em;}
#mainCal .ToDay A, A.CalendarToDayLink {color: #f9d848; line-height: 1em;}

img.caldot {border:0px; vertical-align: middle; padding-right: 2px;}
.calEventName {margin-bottom:3px;}

.CalendarDayOn {background: #5b2020; cursor: pointer;}

.ToDay {background: #361119; opacity: .9; filter:alpha(Opacity=90);}
.WeekendDay {border: #361119 1px solid;}
.WeekDay {border: #361119 1px solid;}

.CalendarDayNumber, .CalendarCurrentDayNumber  {color: #fff; font-style: italic;}

/*--------------------------------------------------
------------- Global App Styles --------------------
--------------------------------------------------*/

.ColumnHeader {
	background: #361119;
    color: #fff;
    font-weight: bold;
    padding: 5px;
}

.SmallNote {font-size: 80%;font-style:italic;}
.RequiredFieldLabel {font-weight:bold;}

.PicOff {border: 5px solid #fff; margin: 5px; vertical-align: middle;}
.PicOn {border: 5px solid #f9d848; margin: 5px; vertical-align: middle;}

/*------ NEW FRONT END -------*/

#pagination a {padding:3px 5px;border:1px solid #361119;line-height:2em;text-decoration:none;font-weight:bold;}
#pagination a:hover {background:#361119;border:1px solid #361119;}
#pagination .OnPageNumber {color:#fff;border:1px solid transparent;}

form {margin:0px;padding:0px;}
input, select {vertical-align:middle;margin-bottom:5px; margin-right:5px;vertical-align:middle;}
 
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 #361119; text-align:left;}
.contentTable th {color:#fff; border-bottom: 2px solid #361119; 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 {color:#fff;width:100px;border-bottom: 1px solid #361119;text-align:right; padding-right:20px;}
.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 #361119;
 padding:0px 15px 15px 15px;margin:20px 0;
}
fieldset legend { color:#fff; font-weight:bold;}

.submitbutton, .smallbutton, .smallselect, .smallinput {color:#444;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 #361119;}
.iconlink {margin:0px 2px;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 --- */r:#529214}

/*--------------------------------------------------
------------- 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: #0e0508;
	border-bottom: #e5e5e5 5px solid;
	color: #fff;
	display: none;
	font-size: 12px;
	height: auto;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 9999;
}

#panel_content {
	width: 940px; height: 250px;
	margin: 20px auto;
}

	#panel_content h2 {.margin-top: 10px;}
	#panel_content fieldset {border: 0; margin: 0 0 10px; padding: 0;}
	#panel_content a {}

	#panel_module1 {
		background: #1f0a0c;
		border: #2f1016 1px solid;
		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 solid #2f1016;}
		#panel_module1 #sitestream_list li:hover {background:#2f1016;}
		#panel_module1 #sitestream_list .list_row_number {display: none;}
		#panel_module1 #sitestream_list .list_date3, #panel_module1 #sitestream_list .list_category2 {color:#f9d848; font-weight: normal;}
		#panel_module1 #sitestream_list .list_title {color:#fff;}
		#panel_module1 #sitestream_list li a {display:block;text-decoration:none;}

		#panel_module1 #sitestream_list .list_date1, #panel_module1 #sitestream_list .list_date2, #panel_module1 #sitestream_list .list_date4, #panel_module1 #sitestream_list .list_date5, #panel_module1 #sitestream_list .list_date6, #panel_module1 #sitestream_list .list_time1, #panel_module1 #sitestream_list .list_category1 {display: none;}
		
		#stream_view_all {position: absolute; top: 20px; right: 20px;}
			
	#panel_module3 {
		background: #1f0a0c;
		border: #2f1016 1px solid;		
		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: #1f0a0c;
		border: #2f1016 1px solid;
		width: 260px; height: 230px;
		margin: 0 0 0 640px;
		padding: 0 20px 20px;
		position: absolute;
	}
	
		#panel_module4 p {line-height: 1.25em;}

/* tab */

#toggle_bar {height: 31px; margin: 0 auto; width: 100%;}
#toggle_wrapper {height: 30px; width: 900px; margin: 0 auto; position: relative;}
#toggle {display: inline; float: right; height: 31px; width: 170px;}
#open {background: url(./images/panel_open.png) no-repeat; cursor: pointer; display: block; height: 31px; width: 180px;}
#close {background: url(./images/panel_close.png) no-repeat; cursor: pointer; display: block; height: 31px; width: 180px;}

/*---------- COLOR LEGEND -----------*/
.FGColor1 {color:#f9d848;}               /* 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:#361119;}    /* SAME AS .Today background-color */
.BGColor2FG {color:#fff;}             /* SAME AS a.CalendarToDayLink color */
.BGColor3 {background-color:#bbb;}    /* SAME AS .WeekDay background-color */
.BGColor3FG {color:#f9d848;}             /* SAME AS a.CalendarWeekDayLink color */
.BGColor4 {background-color:#999;}    /* SAME AS .WeekendDay background-color */
.BGColor4FG {color:#f9d848;}             /* SAME AS a.CalendarWeekendDayLink color */
.LineColor {color:#361119;}              /* SAME AS hr or .HRule color */
/*---------- COLOR LEGEND -----------*/

/* ie6 hacks */
* html #sidebar {position: absolute; padding: 0; margin-left: -15px;}
* html #sub_sidebar {margin-right: 11px;}




















