.bodytext {
	font-size: 8pt;
        font-family: Arial, Verdana, sans-serif;
}

.noncss {
        display: none;
}

h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
}
.subheader {
	font-style: italic;
	color: #333;
	padding: 2px;
}

th {
	text-align: left;
	font-size: 12px;
}

/* Container for entire site */
div#body {
	width: 0px;
}

div#logo {
	padding-bottom: 7px;
}

/* Main 'window' part of site */
div#main {
        width: 800px;
        position: absolute;
        margin-left: 100px;
        z-index: 0;
}

/* Contains top curve image */
div#main1 {
        height: 27px;
        background-image: url(images/mainbar_01.png);
        background-repeat: no-repeat;
}

div#main2 {
	background-image: url(images/mainbar_03.png);
	background-repeat: repeat-y;
	padding-top: 17px;
	padding-left: 17px;
	padding-right: 17px;
}

/* Contains bottom curve image */
div#main3 {
        height: 29px;
        background-image: url(images/mainbar_05.png);
        background-repeat: no-repeat;
        margin-bottom: 20px;
        margin-top: -19px;
}

/* Contains top curve image */
div#side1 {
        height: 22px;
        background-image: url(images/sidebar_01.png);
        background-repeat: no-repeat;
}

div#side2 {
        background-image: url(images/sidebar_03.png);
        background-repeat: repeat-y;
        padding-left: 15px;
        padding-right: 15px;
}

/* Contains bottom curve image */
div#side3 {
        height: 23px;
        background-image: url(images/sidebar_05.png);
        background-repeat: no-repeat;
}

body {
        background-color: #fff;
        margin: 0;
        padding: 10px;
}

a {
	color: #175B64;
        font-weight: bold;
	font-size: 9pt;
        border-bottom: 2px;
}

a:hover {
	color: #000;
}

td#main-left {
	padding-top: 33px;
	font-size: 10pt;
}

td#main-middle {
	padding-top: 10px;
        font-size: 11pt;
	padding-left: 5px;
}

td#main-right {
	padding-top: 16px;
        font-size: 10pt;
}

td#main-right .news_itemtitle {
        display: list-item;
        margin-left: 15px;
}

div#side-title {
	font-size: 11pt;
}

/* Old theme styles */

td.administration_cell {
	padding-left: 5px;
	padding-right: 5px;
}

a.mngmntlink {
        color: #21919F;
}

a.mngmntlink:hover {
        color: #000;
}

.calendar_mngmntlink {
	font-size: 9pt;
	font-weight: normal;
}

a.navigation_link {
	color: #000;
}

a.disabled {
	font-style: italic;
	font-weight: normal;
}

div.moduletitle {
	font-weight: bold;
	font-size: 14pt;
	padding-top: 10px;
	padding-bottom: 5px;
}

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

/* Container Styles */
div.container_box {
	padding: 6px;
	margin: 2px;
}

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-family: Arial, Verdana;
	font-weight: bold;
}

/* popup date / time control */
span.datefield {
	
}

span.datefield_disabled {
	color: #DDD;
	font-style: italic;
	text-decoration: line-through;
}

/* Workflow */
div.workflow_action {
	border: 1px solid #DDD;
	margin-bottom: 1em;
}

div.workflow_inapproval {
	margin-left: 35px;
}

div.workflow_approved {
	border: 2px solid #030;
	background-color: #DDD;
}

div.workflow_action_restored {
	border: 2px dashed #030;
	background-color: #FFF;
}

div.workflow_action_posted {
	border: 2px solid black;
}

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

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

/* Table stuff */

table {
	font-size: 100%;
}

td.header, td.header a, td.header a:hover, .tablelist th {
	background-color: #33C3DE;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	padding: 2px;
	white-space: nowrap;
}

tr.even_row td {
	background-color: #C2DF99;
	color: black;
}

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

tr.odd_row td {
	background-color: white;
	color: black;
}

.publicationmodule table, .presentationmodule table {
	width: 124%;
}
.publicationmodule table td, .presentationmodule table td {
	font-size: 12px;
	line-height: 18px;
	padding-left: 10px;
}

* html .publicationmodule table, * html .presentationmodule table { /*\*/ 
	width: auto;
}

/* Weblog styles */
div.weblog_comment, div.item {
        margin: 3px;
        margin-bottom: 1em;
        border: 1px dashed #DDD;
}

div.weblog_comment_title {
        font-size: 12px;
        font-weight: bold;
        background-color: #DDD;
        padding: 2px;
}

div.weblog_comment_attribution, div.weblog_subheader {
        font-size: 12px;
        font-style: italic;
        padding: 5px;
}

div.weblog_comment_body {
        font-size: 12px;
        padding: 2px;
}

/** 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;
}

table#calendar td {
	font-size: 9pt;
}

td.bb_postbody, td.bb_replybody {
	padding-bottom: 10px;
}

td.bb_postcredit, td.bb_replycredit {
        font-size: 12px;
        font-style: italic;
        padding: 5px;
}

td.bb_posttitle, td.bb_replytitle {
        font-size: 12px;
        font-weight: bold;
        background-color: #DDD;
        padding: 2px;
}

/* Login stuff */
#sitelogin input {
    font-size: 10px;
    border: 1px solid #7f9db9;
    background-color: #ffffef;
    margin: 0px;
}
#sitelogin #login_username {
	background: #ffffef url('images/username.gif') bottom no-repeat;
	width: 110px;
}
#sitelogin #login_password {
	background: #ffffef url('images/password.gif') bottom no-repeat;
	width: 110px;
	margin-bottom: 5px;
}
#sitelogin .ssl_checkbox input {
    border-width: 0;
    margin-left: 4px;
}
#sitelogin .ssl_checkbox {
	color: #33c3de;
}
input, select, textarea {
    border: 1px solid black;
    margin: 3px;
}
#sitelogin ul li {
	margin-left: -40px;
    list-style: none;
}
/* End Login stuff */


/** Bulletin Board Module  **/
.bb_moduletitle {
        color: #333333;
        font-weight: bold;
        font-size: 16px;
        padding-bottom: 5px;
		border-bottom:1px dashed #cccccc;
		margin-bottom:5px;

}

.bb_postsubject {
        color: #333333;
        font-weight: bold;
        font-size: 16px;
        padding-bottom: 5px;
		border-bottom:1px dashed #cccccc;
		margin-bottom:5px;

}


.bb_editicons {
 float:right;
}

.bb_boarddesc {
        color: #999999;
        font-weight:normal;
        font-size: 11px;
        padding-bottom: 3px;
}

.bb_boardlist_header {
	background:#b1d83d;	
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	height: 30px;
	background-image: url(images/green-bg-image.gif);
	background-repeat: repeat-x;
}
/* Not used */
.bb_boardlist_header2 {
	background:#e3e3e3;	
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	height: 30px;
	background-image: url(images/gray-bg-image.gif);
	background-repeat: repeat-x;
}/**/

.bb_boardlist_header td{
	padding:5px 2px 5px 2px;
	border-top:0px solid #666699;
	border-left:0px solid #666699;
	border-bottom:1px solid #8dab35;
	border-right:1px solid #8dab35;
}

.bb_boardtitle {
	padding: 3px;
}
.bb_boardtopics {
	text-align:center;
}

.bb_boardposts {
	text-align:center;
}

.bb_boardlastpost {
  width: 120px;
	font-size: 11px;
	text-align: center;
}

.bb_header {
    background:#65A8BF;	
	font-size: 10px;
	font-weight: bold;
	border-top:1px solid #333333;
	border-bottom:1px solid #eeeeee;
	color: #ffffff;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
    padding-right: 2px;
    padding-left: 2px;
}

.bb_threadlist {
	font-size: 10px;
	padding: 5px;
}


.bb_postcredit {
	text-align: left;
	vertical-align: top;
	font-size: 10px;
	padding-left: 5px;
	width: 150px;
}

.bb_postsubject {
        color: #333333;
        font-weight: bold;
        font-size: 16px;
        padding-bottom: 5px;
		border-bottom:1px dashed #cccccc;
		margin-bottom:5px;
}

.bb_replysubject {
        color: #777777;
        font-weight: bold;
        font-size: 13px;
        padding-bottom: 5px;
		border-bottom:1px dashed #cccccc;
		margin-bottom:5px;
}

.bb_postbody {
}

a.bb_icon_link {
	text-decoration: none;
	border: 0px dotted #111111;
}



tr.bb_row {
        background-color: #fff;
		font-size:12px;
		color:#555555;
		vertical-align:middle;
}

tr.bb_row:hover td, tr.row:hover td a a:hover {
        background: #f8ffe2;
		border-bottom:1px solid #e2f0b6;
		border-right:1px solid #f8ffe2;
}

tr.bb_row td {
		border-bottom:1px solid #effcc5;
		border-right:1px solid #effcc5;
		padding:5px;
		height:40px;
		vertical-align:middle;
}
tr.bb_row td span.bb_date {
		font-size:10px;
		color:#999999;
}



div.bb_bio {
		float:right;
		font-style:italic;
		font-size:10px;
		color:#999999;
		text-align:left;
		width:250px;
		border-left: 1px dotted #999999;
		padding:0 0 0 10px;
		font-style:italic;
		margin:0 0 0 10px;
}
.bb_reply_light{
		padding:5px;
		background:#FBFBFB;
		width:100%;
}

.bb_reply_dark{
		padding:5px;
		background:#fff;
		background:#F3F3F3;
		width:100%;
}

.bbreplies{
font-size:12px;
color:#6e891f;
		background:#b1d83d;
		padding:5px;
		border-bottom:1px solid #8dab35;
}

.bb_avitar {
  	float: right;
	margin: 0 0 10px 0;
}

.bb_signature {
		padding:5px;
		clear:both;
		border:1px dotted #555555;
		
}

.bb_quote{
	border-left:1px dotted #999999;
	margin-left: 15px;
	padding-left:5px;
	margin-bottom: 20px;
	font-style:oblique;
	color:#999999;
}

.bb_quote span{
	font-weight:bold;
	color:#555555;
}

.bb_whosonline {
 	background:#f8ffe2 url(images/sidebox_rep.gif);
	padding:0 0 0 0px;
	margin:0 0 0 0;
	text-align:left;
}

.bb_whosonline span {
	color:#555555;
	display:block;
	padding:0 0 0 45px;
	margin:0 0 10px 0;
	text-align:left;
}

.bb_whosonline ul {
	list-style:none;
	padding:0 0 0 45px;
	margin:0;
}

.bb_whosonline ul li {
	list-style:url(images/arrowsub3.gif);
	padding:0;
	margin:0;
}

/* Children Navigation */
.menu li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	padding-bottom: 3px;
}
.menu li a {
	color: #4B763D;
	background-color: #eee;
	border: 1px solid #CCC;
	padding: 5px;
	text-decoration: none;
	font-weight: bolder;
	display: block;
	width: 120px;
}
.menu li a:hover {
	background-color: orange;
	color: black;
}
/* End Children Navigation */

/* Fourth Level Top Navigation */

.brainnrg .sixth_level_top_nav {
	margin: 0px;
	padding: 0px;
	margin-left: 3px;
	text-align: left;
}

.brainnrg .sixth_level_top_nav li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
}
	
.brainnrg .sixth_level_top_nav li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}

.brainnrg .sixth_level_top_nav li a, .brainnrg .sixth_level_top_nav li span {
	color: #4B763D;
	background-color: #eee;
	border: 1px solid #CCC;
	padding: 5px;
	text-decoration: none;
	font-weight: bolder;
}

.brainnrg .sixth_level_top_nav li a:hover, .brainnrg .sixth_level_top_nav li.current a {
	background-color: orange;
	color: black;
}
/* End of Fourth Level Top Navigation */
