/*--------------------------------------------------
------------------  Reset   ------------------------
--------------------------------------------------*/
 
a:active {outline:none;}
:focus {-moz-outline-style: none; outline:none;}
* html a {noFocusLine: expression(this.onFocus=this.blur()); outline: none;}

img {border:none;}

/*--------------------------------------------------
------------------ Global Styles -------------------
--------------------------------------------------*/

body, html {height: 100%; width: 100%; margin: 0; padding: 0;}

body {
	background: #191c21 url(./images/bg.jpg) no-repeat top center;
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.25em;
	color: #fff;
}

a {text-decoration: none; color: #e47e1c;}
a:hover {text-decoration: underline; text-shadow: 0 0 5px #e47e1c;}

h1, .ContentHeader {font-size: 24px; color: #fff; padding: 15px 0; text-shadow: 0 -1px 0 #000;}
h2, .ContentSubHeader {font-size: 18px; color: #e47e1c; .line-height: 1.2em;}
h3 {font-size: 14px; color: #e47e1c;}

.HRule, hr {height: 1px; background: #4c5056; color: #4c5056; border: none;}

.clear {clear:both; height: 0; margin: 0; padding: 0;}
.floatleft {float: left;}
.floatright {float: right;}
.hidden {visibility: hidden; position: absolute;}

/*--------------------------------------------------
------------------- Structure ----------------------
--------------------------------------------------*/

#container {background: url(./images/bg.jpg) no-repeat top center; height: 100%; width: 100%;}

#wrapper {
	font-size: 12px;
	height: auto; width: 980px;
	margin: 0 auto;
}

#header {background: url(./images/header_home.jpg) no-repeat; height: 340px; width: 980px; position: relative; z-index: 1;}

	#navbar {height: 35px; width: 780px; position: absolute; left: 40px; z-index: 2;}

#flashbox_wrap {background: #333; height: 204px; width: 590px; position: absolute; right: 40px; top: 75px; overflow:hidden;}

#banner {background: url(./images/banner_home.jpg) no-repeat; height: 60px; width: 980px;}

#primary {
	background: url(./images/primary_bg.png) repeat-y;
	display: inline;
	float: left;
	height: auto; width: 920px;
	margin-left: 30px;
}

	#left_sidebar {
		display: inline;
		float: left;
		height: auto; width: 200px;
		margin: 0 0 20px 10px;
		
		.width: 240px;
		.margin: 0 0 0 -30px;
	}
	
	#main {
		display: inline;
		float: left;
		height: 465px; width: 460px;
		margin: 0 20px;
		position: relative;
	}
	
	#right_sidebar {
		display: inline;
		float: right;
		height: auto; width: 200px;
		margin: 0 10px 20px 0;
		
		.position: absolute;
		.width: 240px;
		.margin: 0 0 0 -40px;
	}

#primary_bottom {background: url(./images/primary_bottom.png) no-repeat; clear: both; height: 35px; width: 920px; margin: 0 auto 10px;}

#footer {height: 200px; width: 900px; margin: 0 auto;}

/*------------------ Sub-Page --------------------*/

/*----- Graphical Structure -------*/

#sub_header {background: url(./images/header_sub.jpg) no-repeat; height: 340px; width: 980px; position: relative; z-index: 1;}

#sub_header_sans_sidebar {background: url(./images/header_sub_sans_sidebar.jpg) no-repeat; height: 340px; width: 980px; position: relative; z-index: 1;}

#sub_banner {background: url(./images/banner_sub.jpg) no-repeat; height: 60px; width: 980px;}

#sub_banner_sans_sidebar {background: url(./images/banner_sub_sans_sidebar.jpg) no-repeat; height: 60px; width: 980px;}

#sub_primary {background: url(./images/sub_primary_bg.png) repeat-y; display: inline; float: left; height: auto; width: 920px; margin-left: 30px;}

#sub_primary_sans_sidebar {background: url(./images/sub_primary_bg_sans_sidebar.png) repeat-y; display: inline; float: left; height: auto; width: 920px; margin-left: 30px;}

#sub_primary_bottom {background: url(./images/sub_primary_bg_bottom.png) no-repeat; clear: both; height: 35px; width: 920px; margin: 0 auto 10px;}

#sub_primary_bottom_sans_sidebar {background: url(./images/sub_primary_bg_sans_sidebar_bottom.png) no-repeat; clear: both; height: 35px; width: 920px; margin: 0 auto 10px;}

/* ------ Structure -----*/

#sub_main {display: inline; float: right; height: auto; width: 550px; margin: -50px 25px 0 0;}

#sub_main_sans_sidebar {display: inline; float: right; height: auto; width: 870px; margin: -50px 25px 0 0;}

#sub_sidebar {display: inline; float: left; height: auto; width: 280px; margin: 0 0 20px 30px; .padding-bottom: 20px;}

#no_sidebar {display: none;}

#breadcrumbs {color: #000; font-weight: bold; min-height: 20px; height: auto !important; height: 20px; margin: 0 0 20px 0;}
#breadcrumbs a {color: #fff; font-weight: normal; text-decoration: underline;}
	#breadcrumbs a:hover {text-decoration: none;}

/*--------------------------------------------------
-------------------- Header ------------------------
--------------------------------------------------*/

#logo {
	background: url(./images/logo.png) no-repeat;
	display: block;
	height: 220px; width: 285px;
	margin: 95px 0 0 55px;
	position: absolute;
}

/* PNGs that cover edges of Flashbox */

#flashbox_left {background: url(./images/flashbox_left.png) no-repeat; height: 205px; width: 20px; position: absolute;}
#flashbox_right {background: url(./images/flashbox_right.png) no-repeat; height: 205px; width: 10px; position: absolute; right: 0;}

#interest_item1 {height: 20px; width: 300px; overflow: hidden; position: absolute; top: 310px; left: 420px; text-align: right;}

/*--------------------------------------------------
-------------------- Sidebars ----------------------
--------------------------------------------------*/

/* Main list style */
#event_list, #announcement_list {list-style: none; padding: 0;}

/* Individual item style*/
#event_list li, #announcement_list li {border-top: 1px solid #32363b; border-bottom: 1px solid #222;}

/* Border elimination */
#event_list li:first-child, #announcement_list li:first-child {border-top: 0;}
#event_list li:last-child, #announcement_list li:last-child {border-bottom: 0;}

/* Item hover effect */
#event_list li:hover, #announcement_list li:hover {background: #212428;}

/* Separate link from date */
#event_list li a {display: block; height: 40px; margin: 0; padding: 10px 20px 10px;}
#announcement_list li a {display: block; margin: 0; padding: 10px 20px 10px;}

.list_date2 {color: #fff; display: block; font-weight: bold;}

/* Style Negation */

#event_list li a:hover .list_date2, #announcement_list li a:hover .list_category2 {text-shadow: none;}

#event_list li a, #announcement_list li a {text-decoration: none;}
#event_list li a:hover, #announcement_list li a:hover {}

/*--------------------------------------------------
--------------------- Main -------------------------
--------------------------------------------------*/

#mini_marquis {
	background: url(./images/mini_marquis.png) no-repeat;
	height: 125px; width: 120px;
	overflow: hidden;
	padding: 25px;
	position: absolute; top: 0; left: 0;
}

/* First time button */

#first_time {
	background: url(./images/first_time.jpg) no-repeat;
	display: block;
	height: 34px; width: 164px;
	position: absolute; top: 190px; left: 3px;
}

	#first_time:active {background-position: bottom;}

/* Welcome paragraph */

#welcome_text {
	height: 220px; width: 270px;
	overflow: auto;
	position: absolute; top: 0; right: 0;
}

/* Recent Sermon */

#recent_sermon {
	background: url(./images/recent_sermon_bg.jpg);
	height: 90px; width: 460px;
	position: absolute; top: 240px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
	
	#view_all {
		background: url(./images/view_all.jpg) no-repeat;
		display:  block;
		height: 24px; width: 83px;
		position: absolute; top: 10px; right: 20px;
	}
	
		#view_all:active {background-position: bottom;}
	
	.sermon_date:after {color: #3c3f44; content: " |";}
	#sermon_title {font-size: 14px; font-weight: bold; position: absolute; bottom: 15px; left: 20px;}
		
/* Image Links */
	
#image_links {list-style: none; margin: 0; padding: 0; position: absolute; bottom: 0;}
#image_links li {display: inline; float: left;}

#image_link1 {
	background: url(./images/image_link1.jpg) no-repeat;
	border: 1px solid #4a5055;
	display: block;
	height: 110px; width: 220px;
	margin: 0 16px 0 0;
	-webkit-box-shadow: 0 0 5px #111;
	-moz-box-shadow: 0 0 5px #111;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#image_link2 {
	background: url(./images/image_link2.jpg) no-repeat;
	border: 1px solid #4a5055;
	display: block;
	height: 110px; width: 220px;
	-webkit-box-shadow: 0 0 5px #111;
	-moz-box-shadow: 0 0 5px #111;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
		
/*--------------------------------------------------
------------------   Footer  -----------------------
--------------------------------------------------*/

#mini_site_map {display: inline; float: right; height: 140px; max-width: 565px; margin-top: 20px; overflow: hidden;}

	#mini_site_map ul {
	border-right: 1px solid #20252b; 
	display: inline; 
	float: left; 
	height: 140px; width: 100px;
	list-style: none; 
	margin: 0; 
	padding: 0 20px;
	}
	
		#mini_site_map ul:last-child {border: 0;}
	
	#mini_site_map ul li {.list-style-position: outside;}
	
	.mini_sitemap_list_first {margin: 0 0 20px;}
	.mini_sitemap_list_first a {color: #fff; font-weight: bold;}
	.mini_sitemap_list {}
	.mini_sitemap_list:hover {text-shadow: none;}

#copyright {display: inline; float: left; margin: 20px 0 0 20px;}
#footer_icons a {padding-right: 5px;}


/*--------------------------------------------------
------------------ CSS MENU ------------------------
--------------------------------------------------*/

/* standard menu setup */
.menu, .menu ul {z-index:3; cursor: pointer; list-style-type:none; padding:0px; margin:0px; text-align:left; display:block; position:relative;}
.menu li {float:left;}
.menu li:hover {position:relative;z-index: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: 14px;color:#f9f2ea;}


/* 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: #16191e; 
	font-weight:normal; 
	width:150px; 
	font-size: 12px;
	border-top: 1px solid #2d3139;
	border-left: 1px solid #2d3139;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

/* 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:#d88114; cursor: pointer; display:block; text-shadow: 0 0 5px #e47e1c;}

/* submenu rollovers (if desired) */
#navbar li ul li:hover>a {cursor: pointer; display:block; background: #2d3139; text-shadow: 0 0 5px #e47e1c;}

/*---------- 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:-1px;}
* html .menu li a table li a table {position:relative;left:-12px;top:5px;}

/* 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; color:#e47e1c; text-decoration: none;}

/* sub level rollovers (if desired) */
* html #navbar table a:hover {background:url("images/overbgimage.jpg") no-repeat #2d3139; color:#e47e1c;}
* 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;}

/*--------------------------------------------------
------------------ Calendar ------------------------
--------------------------------------------------*/

/* ----------- CSS Tooltip ------------*/
a.tt {position:relative;}
a.tt span.tooltip {display: none;}
a.tt:hover span.tooltip {
    background: #16181b;
    border: 1px solid #4c5056;
    color:#ffffff;
    display:block;
    padding:5px;
    position:absolute;
    text-align:left;
    top:15px; left:15px;
    width:200px;
    z-index:101;
}
/* ----------- JS Tooltip ------------*/
.boxoverbody {
    background: #16181b;
    border: 1px solid #4c5056;
    width: 200px;
    color:#ffffff;
    font-size: .75em;
    display: inline-block;
    padding: 10px 15px 0 15px;
}

/* ----------- Mini Cal Styles ------------*/

#calendartable td a {display:block; height:25px; text-align:center;}
#calendartable td a:hover {background:#285262; z-index:1;}
#calendartable .emptyday a:hover {background:transparent;}

/* ----------- MAIN Cal Styles ------------*/

.CalOverTitle {font-weight:bold; color: #e47e1c; line-height: 1.2em;}

#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; text-decoration: underline;}
#mainCal .WeekendDay A, A.CalendarWeekendDayLink {line-height: 1.125em;}
#mainCal .WeekDay A, A.CalendarWeekDayLink {line-height: 1.125em;}
#mainCal .ToDay A, A.CalendarToDayLink {line-height: 1.125em;}

img.caldot {border:0px; vertical-align: middle; padding-right: 2px;}
.calEventName {margin-bottom:3px;}

.CalendarDayOn {cursor: pointer; cursor: hand; background: #5b2020;}

.ToDay {background: #4c5056;}
.WeekendDay {border: 1px solid #4c5056;}
.WeekDay {border: 1px solid #4c5056;}

.CalendarDayNumber, .CalendarCurrentDayNumber  {color: #fff; font-style: italic;}

/*--------------------------------------------------
------------- Global App Styles --------------------
--------------------------------------------------*/

.ColumnHeader {color: #fff; background: #15161a; font-weight: bold; padding: 5px;}

.PicOff {border: 5px solid #4c5056; margin:5px;vertical-align:middle;}
.PicOn {border: 5px solid #e47e1c;margin:5px;vertical-align:middle; -moz-box-shadow: 0 0 10px #e47e1c; -webkit-box-shadow: 0 0 10px #e47e1c;}

/*------ NEW FRONT END -------*/

#pagination a {padding:3px 5px; border:1px solid #4c5056; line-height:2em; text-decoration:none; font-weight:bold;}
#pagination a:hover {background:#4c5056; border:1px solid #4c5056;}
#pagination .OnPageNumber {color:#fff; border:1px solid transparent;}

form {margin:0px; padding:0px;}
input, select {margin-bottom:5px; margin-right:5px; vertical-align:middle;}

.RequiredFieldLabel {font-weight: bold;}
 
table.contentTable, table.itemTable {width:100%;} 
.contentTable td, .itemTable td {border-bottom: 1px solid #4c5056; text-align:left;}
.contentTable th {color:#fff; border-bottom: 2px solid #4c5056; text-align:left; font-size:120%;}
.contentTable th strong, .itemTable th strong {font-size:100%;}
.contentTable th span {font-size:100%;font-weight:normal;}
.contentTable td, .contentTable th, .itemTable td, .itemTable th {padding:5px;}
.itemTable th {color:#fff;width:100px;border-bottom: 1px solid #4c5056;text-align:right;font-size:120%;padding-right:20px;}
.tdcheckbox {width:75px;text-align:center;}
 
fieldset {
 border:1px solid #4c5056;
 padding:0px;margin:20px 0;
}
fieldset div { padding:20px; }
fieldset legend { margin:0 0 0 20px;color:#fff; font-weight:bold; font-size: 120%; }

.submitbutton, .smallbutton, .smallselect, .smallinput {color:#222;border:1px solid #ccc;letter-spacing:0px;font-family:"trebuchet ms";font-size:12px;font-weight:bold;background:#fff url(/sr/images/buttonbg.jpg) repeat-x;margin:1px;
padding:0px 7px;overflow:visible;vertical-align:middle;}
.smallbutton, .smallselect, .smallinput {font-size:10px;font-weight:normal;padding:2px;text-transform:uppercase;}
.smallinput {background-image:none;}
.smallbutton, .submitbutton {cursor:pointer;}
.smallselect {border:none;}

.borderbox {padding:5px;border:1px solid #4c5056;}
.iconlink {margin:0px 2px;display:inline;border:none;}

#editorbg>td {background:#fff;}
#editorbg td {color:#000;}

#help, .help {margin-bottom:10px;padding:10px;background:#ffffcc;border:2px solid #dddb54;color: #000;}
#help ol {margin-top:3px;margin-bottom:3px;}
#error, .error {background-color: #fbe3e4; border: 3px solid #FBC2C4; color: #BB0000;
font-size: 11px; margin-bottom: 20px; padding: 5px;}
#error ul, .error ul {margin:0px;margin-left:15px;padding:0px;}
#success, .success {margin-bottom:10px;padding:10px;background-color:#E6EFC2;border:2px solid #C6D880;color:#529214}

/*---------- COLOR LEGEND -----------*/
.FGColor1 {color:#285262;}               /* SAME AS a:link color */
.FGColor2 {color:#fff;}               /* SAME AS  a:hover color */
.BGColor1 {background-color:#2c3958;}    /* SAME AS .ColumnHeader background-color */
.BGColor1FG {color:#fff;}             /* SAME AS .ColumnHeader color */
.BGColor2 {background-color:#34548d;}    /* SAME AS .Today background-color */
.BGColor2FG {color:#fff;}             /* SAME AS a.CalendarToDayLink color */
.BGColor3 {background-color:#bbb;}    /* SAME AS .WeekDay background-color */
.BGColor3FG {color:#285262;}             /* SAME AS a.CalendarWeekDayLink color */
.BGColor4 {background-color:#999;}    /* SAME AS .WeekendDay background-color */
.BGColor4FG {color:#285262;}             /* SAME AS a.CalendarWeekendDayLink color */
.LineColor {color:#a8bfdf;}              /* SAME AS hr or .HRule color */
/*---------- COLOR LEGEND -----------*/

/*--------------------------------------------------
-------------------- ie6 styles --------------------
--------------------------------------------------*/

* html #panel_module1, * html #panel_module3, * html #panel_module4 {background: #181b20;}

* html #left_sidebar {position: relative; z-index: 9000px;}

/*--------------------------------------------------
------------- 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 {
	border-bottom: 1px solid #32363b;
	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; color: #fff;}
	#panel_content fieldset {border: 0;}
	#panel_content a {}

	#panel_module1 {
		background: url(./images/panel_bg.png);
		border: 1px solid #32363b;
		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 #333;}
		#panel_module1 #sitestream_list li:hover {background:#212428;}
		#panel_module1 #sitestream_list .list_row_number {display: none;}
		#panel_module1 #sitestream_list .list_date3, #panel_module1 #sitestream_list .list_category2 {color:#999;}
		#panel_module1 #sitestream_list a:hover .list_date3, #panel_module1 #sitestream_list a:hover .list_category2 {text-shadow: none;}
		#panel_module1 #sitestream_list .list_title {color:#e47e1c;}
		#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: url(./images/panel_bg.png);
		border: 1px solid #32363b;
		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: url(./images/panel_bg.png);
		border: 1px solid #32363b;
		width: 260px; height: 230px;
		line-height: 1.5em;
		margin: 0 0 0 640px;
		padding: 0 20px 20px;
		position: absolute;
	}
	
/* tab */

#toggle_bar {height: 0; margin: 0 auto; width: 100%;}
#toggle_wrapper {height: 0; width: 980px; margin: 0 auto; position: relative; z-index: 9999;}
#toggle {display: inline; height: 31px; width: 105px; position: absolute; right: 35px; top: 7px; z-index: 9999;}
#open {background: url(./images/panel_open.jpg) no-repeat; cursor: pointer; display: block; height: 23px; width: 104px;}
	#open:active {background-position: bottom;}
#close {background: url(./images/panel_close.jpg) no-repeat; cursor: pointer; display: block; height: 23px; width: 104px;}
	#close:active {background-position: bottom;}
