/* 	
*********************************************
** 	STYLE SHEET                            **
** 	CREATED FOR EMANUEL UCC				   **
**	Thursday, October 12, 2006             **
**	By: Jeremy Harrison                    **					
**	jeremy@worshipgraphics.com             **
*********************************************

*/

body {
	margin: 0;
	padding: 0;
	background-color: #89925c;
	font-family: Arial, Helvetica sans-serif;
	font-size: small;
	color:#000000;
	
}

.page_title {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #1b315c;
}

#page_title_location {
	position: absolute;
	top:220px;
	left: 180px;
	
}

#main_wrapper {
	position: relative;
	width: 749px;
	height: 100%;
	margin: 0px 0px 1px 0px;
	padding: 0px;
}

#steeple {
	position: absolute;
	top:0;
	left: 391px;
}

#main_wrapper_below_steeple {
	position: absolute;
	left:0;
	width: 749px;
	top: 102px;
	height: 100%;
	margin: 0;
	padding: 0;
}

#repeating_background_wrapper {
	background:url(../images/left_nav_repeat749.jpg) top left repeat-y;
	border-bottom-width: 1px;
	border-bottom-color:#000000;
	border-bottom-style: solid;
}

#header {
	width: 749px;
	top: 0px;
	left: 0px;
	padding: 0;
	margin: 0;
}

#steeple {
	position: absolute;
	top:0;
	left: 391px;
}

#left_nav {
	position: absolute;
	width: 120px;
	top: 225px;
	left: 1px;
	padding: 0px 0px 0px 8px;
	line-height: 28px;
	
}

#main_content {
	padding: 0px 20px 10px 180px;
}

#right_nav {
	width: 120px;
	padding: 5px;
	background-color:#CCCCCC;
	float: right;
	clear: right;
	margin: 0px 0px 20px 20px;
	
}

#footer {
	bottom: 0px;
	left: 0px;
	padding: 180px 20px 0px 0px;
	font-size:11px;
	font-weight:bold;
}

.nav_link a {
	text-decoration:none;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
	
.nav_link a:hover {
	color:#FFFF66;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
	
.menu {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
}

.submenu {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
}

.submenu a {
	font-weight: normal;
}

.submenu a:hover {
	font-weight: normal;
}

/*.nav_link a:visited {
	color:#FFFFFF;
	}*/
	
.warning {
	color: #FF0000;
	font-weight: bold;
}

.nostyle {
	border: 0;
}

.report_table {
	border: 1px solid #000000;
	border-collapse: collapse;
	padding: 4px;
	margin: 0;
}

.report_table td.h {
	background-color: #004D91;
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px;
	margin: 4px;
}

.report_table td.h a {
	color: #FFFFFF;
	text-decoration: none;
}

.report_table td.h a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.report_table td.subh {
	background-color:  #EEEEEE;
	/*color: #000000;*/
	padding: 4px;
	margin: 4px;
	font-weight: bold;
	font-size: 10px;
}

.report_table td.data {
	border: 1px solid #EEEEEE;
	/*color: #000000;*/
	padding: 4px;
	margin: 4px;
}

.report_table tr:hover, .report_table tr.row_highlight {
	background-color: #FFFFCC;
	color: #003366;
}

.highlight {
	background-color: #FFFF00;
}

.event_date {
	font-weight: normal;
	font-style: italic;
	color: #999999;
}