body {
	margin: 0px;
	padding: 0px;
	margin-bottom: 0px;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
}

html > body {
	margin-bottom: 0px; /* Workaround for IE - ignored by IE but no firefox */
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
}

.urhere { 
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#FFFFFF;}


div#logo_holder {
	border-width: 0px;
	border-bottom: 0px solid #000;
}

img#logo {
	position: relative;
	left: 140px;
	top: 0px;
}

div#kidspic {
	border-width: 0px;
	border-bottom: 0px solid #000;
}

img#kidspic {
	position:absolute;
	left: 140px;
	top: 0px;
}
div#bannerbg {
	border-width: 0px;
	border-bottom: 0px solid #000;
	background-image:url(images/bannerbg.jpg);
}

img#bannerbg {
	position:absolute
	left: 488px;
	top: 0px;
}
div#searchpic {
	position: absolute;
	right: 0px;
	top: 0px;
	border-width: 0px;
	border-bottom: 0px solid #000;
	background-image:url(images/bannerbg.jpg);
}

img#searchpic {
	position:absolute;
	right: 0px;
	top: 0px;
}
img#contactus {
	border-width: 0px;
	border-right: 0px solid #000;
	
	position: absolute;
	left: 0px;
	top: 0px;
}
div#header_bottom {
	border-width: 0px;
	border-top: 5px solid #000;
	
	position: absolute;
	left: 0px;
	top: 156px;
	width: 60%;
}
div#nav_holder {
	border-width: 0px;
	background-image:url(images/nav-bar-bg.jpg);
	position: absolute;
	left: 140px;
	top: 115px;
	padding: 5px;
	height: 28px;
	width:auto;
	}


div#rightbar {
	position: absolute;
	right: 10px;
	top: 145px;
	
	border-left: 1px solid black;
	height: 80%;
	width: 115px;
}

div#rightbar div.inner {
	border-left: 5px solid black;
	border-top: 5px solid black;
	border-bottom: 5px solid black;
	margin-left: 3px;
	margin-top: 0px;
	height: 100%;
	background-color: #94b1c5;
}

div#leftbar {
	position: absolute;
	left: 0px;
	top: 156px;
	
	border-right: 0px solid black;
	width: 140px;
	height:auto;
}

div#leftbar div.inner {
	border-right: 0px solid black;
	border-top: 0px solid black;
	border-bottom: 0px solid black;
	margin-right: 0px;
	margin-top: 177px;
	background-color:#003366;
	background-image:url(images/leftbarbg.jpg);
	height:300px;
		
	padding: .5em;
}

div#main {
	position: relative;
	left: 150px;
	margin-right: 320px;
	width:400px;
	top: 45px;
}

td, span, body {
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
}

hr {
	color: #555;
}

/* Error Message Style */
div.error {
	font-weight: bold;
	color: #F00;
	padding-bottom: 1em;
}

/** Exponent-internals stylings **/

div.moduletitle {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.25em;
}
div.ui_form {
	color:#cacaca;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-align:left;
	}

a {
	color:#3333CA;
	text-decoration:none;
	}
	
.navlink{	
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	}
.navlink1, center a{	
	color: #CACACA;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	}
a:hover {text-decoration:underline;}
.search_result_item{
	color: #000000;
	font-weight: bold;
	font-size:14px;
	}
.calendar_mngmntlink{ 
color:#000000;
text-decoration:underline;
font-weight:bold;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}


.login_welcom{
color:#cccccc;
font-weight:bold;
background-color:#000000;
text-decoration:none;}
	
td.header {	
	background-color: #aaa;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	padding: 2px;
	font-family:Arial, Helvetica, sans-serif;	
}

div.search
/* Container Styles */
div.container_box {
	padding: 6px;
	margin: 2px;
	font-family:Arial, Helvetica, sans-serif;
}

div.container_editbox {
	border: 2px dashed #CCC;
	margin: 2px;
}

div.container_editheader {
	padding: 3px;
	background-color: #ccc;
}

div.container_editheader table tr td.info {
	font-size: 8pt;
	font-weight: bold;
}


div.itemtitle {
	font-weight: bold;
}

/* Themable Forms */
div.form_title {
	font-size: 14px;
	font-weight: bold;
}

div.form_header {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	margin-bottom: 1em;
}

tr.even_row {
	background-color: #DDD;
}

tr.row:hover td, tr.row:hover td a {
	background-color: #666;
	color: #fff;
}

tr.odd_row {
	
}

/** Administration Module Manager form **/
.administration_modmgrheader {
	background-color: lightgrey;
}

.administration_modmgrheader span.active {
	color: green;
	font-weight: bold;
}

.administration_modmgrheader span.inactive {
	color: red;
	font-weight: bold;
}

.administration_modmgrbody {
	padding-left: 10px;
	border: 1px solid lightgrey;
}

/** Debugger Styles **/
table.debug_null,table.debug_null tr td, div.debug_null {
	background-color: #000;
	color: #fff;
	font-weight: bold;
}

table.debug_object, table.debug_object tr td {
	background-color: #a00;
	color: #fff;
}

table.debug_array, table.debug_array tr td {
	background-color: #0a0;
	color: #fff;
}

table.debug_scalar, table.debug_scalar tr td, div.debug_scalar {
	background-color: #00a;
	color: #fff;
}

td.debug_attribute {
	font-family: monospace;
	font-size: 10px;
}

td.debug_varname {
	font-weight: bold;
}

td.debug_type {
	background-color: #aaa;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

td.debug_value {
	font-family: monospace;
	font-size: 11px;
	color: #fff;
}


/** Custom **/
tr.bb_threadrow td {
	background-color: #ddd;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding-left: 1.25em;
	padding-right: 5px;
}

tr.bb_threadrow td.bb_posttitle {
	font-size: 11px;
	font-weight: bold;
}

td.bb_postbody, td.bb_replybody, td.bb_boarddesc {
	padding: 1em;
	padding-left: 2em;
}

td.bb_postcredit, td.bb_replycredit {
	text-align: right;
	font-style: italic;
	font-size: 9px;
}

td.bb_boardtitle, td.bb_boardlastpost {
	background-color: #ddd;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding-left: 1.25em;
	padding-right: 5px;
}
