@import url(header.css);
@import url(WebControls.css);

html
{
	/* height: 100%; fix height to 100% for IE */
	/* max-height: 100%; fix height for other browsers */
	padding: 0; /*remove padding */
	margin: 0; /* remove margins */
	border: 0; /* remove borders */
	/* overflow: hidden; get rid of scroll bars in IE */
}

body
{
	background: #101542 url(../Images/background1.jpg) no-repeat top;
	color: #feffff;
	font-family: Tahoma, Verdana, Arial;
	font-size: small;
	margin: 0;
	padding: 0;
	height: 100%;
	max-height: 100%; /* fix height for other browsers */
}

.pageContaner
{
	margin: 0;
	width: auto;
}


.footer
{
	position: relative;
	top: 29px;
	margin: auto;
	background-color: #101244;
	font-size: 0.8em;
	font-family: Arial, MS Sans Serif;
	padding: 5px 5px 3px 5px;
	width: 780px;
	max-width: 781px;
	height: 16px;
	max-height: 16px;
	filter: alpha(opacity=74);
	-moz-opacity: .74;
	opacity: .74;

}

h3
{
	font-size: 1.1em;
	color: #e3dafb;
	text-align: center;
	padding: 0px 5px 5px 0px;
	border-bottom: 2px inset gray;
	margin-bottom: 10px;
	width: 89%;
}

h5, .infopanel h5, .containerleft h5, .containerright h5
{
	font-size: 1.1em;
	color: #e3dafb;
	padding: 5px 15px 5px 0px;
	border-bottom: 2px inset gray;
	margin-bottom: 5px;
	width: 92%;
}

td
{
	font-size: 0.9em;
}

a
{
	color: #8efe48;
	margin-left: 6px;
}

a:hover
{
	color: #eeef2d;
	background-color: #142458;
}

a:selected
{
	color: #feff2d;
	background-color: #141448;
}

a.filter
{
	color: #aefcb8;
}

ul.bible
{
	color: #b3dacb;
	list-style-image: url('../Images/bible_icon.gif' );
}
ul.bible li
{
	color: #b3dacb;
	padding-left: 5px;
	list-style-image: url('../Images/bible_icon.gif' );
}



.fullleft
{
	text-align: left;
	float: left;
	width: 33%;
	max-width: 33%; 

}

.fullcenter
{
	text-align: center;
	float: left;
	width: 33%;
	max-width: 33%; 
}

.fullright
{
	text-align: right;
	float: right;
}

.infopanel
{
	position:relative;
	top: 30px;
/*	bottom: 22px; */
	width: 788px;
	max-width: 788px;
	border: 0;
	margin: auto;
	z-index: 10;
	background-color: #12143e;
	color: #eeeffe;
	filter: alpha(opacity=74);
	-moz-opacity: .74;
	opacity: .74;
	font-size: 1.0em;
	font-family: Sans-Serif, Verdana, Arial;
	border-left: 1px solid black;
	border-right: 1px solid black;
	/*
	height:  85%;
	max-height: 85%;
*/
	
}

.infopanelbody p
{
	color: #eeeffe;
	margin-bottom: 10px;
	text-align: justify;
	font-size: 1.0em;
}

.infopanelbody p.center
{
	color: #accfce;
	margin-bottom: 10px;
	text-align: center;
	font-size: 1.0em;
}

.content
{
	color: #accfce;
	font-size: 1.0em;
	overflow: auto;
}

.infopanelbody li
{
	font-size: 0.9em;
	color: black;
}

.infopanelbottom
{
	position: relative;
	background: transparent url('../Images/infopanelbottom.jpg' ) repeat-x;
	filter: alpha(opacity=52);
	-moz-opacity: .52;
	opacity: .52;
	font-family: verdana, arial;
	height: 10px;
}

.containerleft
{
	margin: 5px 5px 5px 10px;
	float: left;
	width: 26%;
	max-width: 26%;
/*	
	height: 95%;
	max-height: 95%;
*/
}

.containerright
{
	background-color: #010125;
	margin: 5px 10px 5px 5px;
	padding: 10px;
	width: auto;
	width: 67%;
	max-width: 67%;
	height: 95%;
	max-height: 95%;
	text-align: justify;
	margin-right: 5px;
	float: right;
}

.containerfull
{
	margin: 0px 5px 0px 5px;
	width: 99%;
}

.containerhalf
{
	padding: 10px 15px 10px 15px;
	width: 46%;
	float: left;
}

.containernews
{
	display: block;
	margin: auto;
	background-color: #fffffe;
	filter: alpha(opacity=88);
	-moz-opacity: .88;
	opacity: .88;
	padding: 10px;
	min-width: 700px;
	width: 761px;
	max-width: 761px;
	font-size: 1.0em;
	height: 398px;
	position:relative;
}

.containernews img
{
	float: left;
}

.containerweather
{
	color: #def;
	margin: 0px 0px 0px 10px;
	float:left;
	width: 190px;
}

.toppanelnews
{
	background-color: Transparent;
	filter: alpha(opacity=88);
	-moz-opacity: .88;
	opacity: .88;
	margin: 0px;
	min-width: 80%;
	max-width: 99.6%;
	border-bottom: solid 3px #010a85;
	border-right: solid 2px #010a85;
	border-left: solid 2px #010a85;
}

.newsheader
{
	font-size: 1.2em;
	font-weight: 600;
	color: #116;
	float: none;
	width: 80%;
	border-bottom: solid 2px #bcd;
}

.newsbody
{
	display: block;
	font-size: 1.0em;
	padding: 0;
	color: #001;
	width: 760px;
	max-width: 764px;
	height: 80%;
	max-height: 80%;
	text-align: justify;
	margin-bottom: 10px;
}

table.editform
{
	margin: 10px 0px 10px 5px;
	width: 100%;
	background-color: #25367b;
}

.editform td
{
	padding: 3px;
	width: auto;
}

.editform th
{
	padding: 3px;
	text-align: left;
	background-color: #4556ab;
}

.submit
{
	color: #016602;
	margin-left: 12px;
}
.cancel
{
	color: Red;
	margin-left: 12px;
}

table.list, td.details table.list
{
	width: 100%;
	border: 1px solid #000;
	background-color: #25367b;
}
table.list tr th, td.details table.list tr th
{
	text-align: left;
	background-color: #666;
	color: #AAA;
	font-size: 100%;
	border-style: none;
	padding: 2px 20px 2px 2px;
}
table.list tr td, td.details table.list tr td
{
	border-bottom: 1px solid #999;
	padding: 2px 20px 2px 2px;
}
table.list tr
{
	background-color: #25367b;
}
table.list tr.odd
{
	background-color: #25367b;
}
table.gnav tr td
{
	background-color: #FFC;
	border: 1px solid #000;
	padding: 2px 10px;
	font-weight: bold;
}

table.gnav tr td a
{
	color: #AAA;
	text-decoration: none;
}
table.gnav tr td a:hover
{
	color: #900;
	text-decoration: underline;
}
table.webparts tr th
{
	background-color: #25367b;
	padding: 5px;
	color: #AAA;
	font-size: 130%;
	border: 1px solid #009;
}

td.details div table tr td, td.details div table tr td.detailheader
{
	border-style: none;
}
td.detailheader
{
	text-align: right;
	font-weight: bold;
	white-space: nowrap;
	border-style: none;
	padding: 3px 10px 3px 0px;
}
td.details div table
{
	border-style: none;
}
td.details div table tr td.detailitem
{
	width: 100%;
	padding: 3px 10px 3px 0px;
}
td.details
{
	border: 2px solid #009;
	padding: 3px;
	background-color: #25367b;
}
.alert
{
	color: #E82;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 8px;
}

.treeview, .treeview table, .treeview tr td
{
	color: Navy;
	font-size: small;
}
.treeview tr td a
{
	color: #0A9;
	text-decoration: none;
}
.treeview tr td a:hover
{
	color: #990;
	text-decoration: underline;
}

