/* @override http://122.252.5.31/~errols/themes/exponenttheme/css/style.css */

/* @override http://122.252.5.31/~errols/themes/exponenttheme/css/style.css */

/* @override http://122.252.5.31/~errols/themes/exponenttheme/css/style.css */

/* @override http://122.252.5.31/~errols/themes/exponenttheme/style.css */

/* @override http://122.252.5.31/~errols/themes/exponenttheme/style.css */

@charset "UTF-8";

/************  standard links - sitewide  ******************/
.textmodule {
	color: white;
	padding: 5px 10px 10px 2px;
	margin-bottom: 15px;
	font: 11px/20px Arial, Helvetica, sans-serif;
}

.textmodule p {
	padding:0 0 10px 0;
	margin:0px;
	color: white;
	font-size: 12px;
	line-height: 20px;
}


em {
	font-size: 11px;
	line-height: 20px;
}

ul li {
	font-size: 12px;
	line-height: 25px;
	list-style-position: outside;
	opacity: 1;
	list-style-image: url(../images/errols_nav_arrow.gif);
}



a {
	color: #ffffff;
	text-decoration: underline;
}

a:hover {
font-family:Arial, Helvetica, sans-serif;
color: white;
text-decoration:none;
}
h1 {
	font: bold 30px/50px Arial, Helvetica, sans-serif;
	color:#EF4138;
	margin-bottom: 20px;
}
h2 {

	font-size: 20px;
	line-height: 30px;

}
h3 {

	font-size: 15px;
	line-height: 24px;
}

h4, h4 a {
	color: white;
	background-color: rgba(122,15,13,0.3);
	padding-left: 3px;
	margin-bottom: 5px;
	margin-top: 15px;
	border-bottom: 1px solid #440f09;
	font: normal normal 20px Georgia, "Times New Roman", Times, serif;
	border-left: 1px solid #440f09;
}

.moduletitle {
	color: white;
	margin-bottom: 10px;
	text-transform: capitalize;
	font: 40px/50px Georgia, "Times New Roman", Times, serif;
}

/* Newsmodule Styling*/

div.news_date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	margin-bottom: 5px;
}
div.news_datefull {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #ffffff;
	text-decoration: none;
	margin-bottom: 17px;
}

div#inews_textbody {
	color: white;
	font-size: 0.8em;
}
div.news_itemtitle2, div.news_itemtitle2 a, div.news_itemtitle2full {
	color: white;
	background-color: rgba(122,15,13,0.3);
	padding-left: 3px;
	margin-bo ttom: 5px;
	margin-top: 15px;
	border-bottom: 1px solid #440f09;
	font: normal 20px Georgia, "Times New Roman", Times, serif;
	border-left: 1px solid #440f09;
}
 
div.news_textbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

div.news_moduletitle {
	color: white;
	margin-bottom: 10px;
	text-transform: capitalize;
	font: 40px/50px Georgia, "Times New Roman", Times, serif;}

a.mngmntlink.news_mngmntlink {
	font-size: 0.75em;
}

/* Search Module */

div.search_result_item {
  margin-bottom: 15px;
  margin-top: 10px;
	line-height: 20px;
}

div.search_result_item a {
  color:#DB2523;
  text-decoration: underline;
  font-size: 14px;
	font-weight: bold;
}

span.search_result_item_body {
  font-size: 12px;
}

span.search_result_item_link {
  color:#DB2523;
	font-size: 11px;
	line-height: 15px;
}

span.search_results_excludes {
  font-style: italic;
}

div.search_results_options {
  width: 85%;
  text-align: left;
  vertical-align: bottom;
  margin-bottom: 25px;
}

div.search_results_title  {
  font-size: 20px;
  font-weight: bold;
  color:#DB2523;
	padding-bottom: 10px;
}

div.search_result_cat {
  font-size: 12px;
  font-weight: bold;
  border-bottom: 1px solid black;
  margin-top: 20px;
} 
/* ---- JR STYLES ----*/


html,body {
	margin: 0px;
	padding: 0px;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	}
	
body  {
	font: 100%  Arial, Helvetica, sans-serif;
	background: #DB2523 url(../images/errols_body_bg.jpg) repeat-x top left;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

	
}
#jr_twoColFixHdr #wrapper {
	background:url(../images/errols_topwrapper_bg.jpg) repeat-x top left;
}


/*-----------------------------------------------------------------------------------------
CONTAINER
-----------------------------------------------------------------------------------------*/
#jr_twoColFixHdr #container { 
	width: 995px;  
	background:url(../images/errols_wrapper_bg.jpg) repeat-y top left;
	margin: 3px auto 0 auto; 
		text-align: left;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}


/*-----------------------------------------------------------------------------------------
HEADER
-----------------------------------------------------------------------------------------*/
#jr_twoColFixHdr #header { 
	background:url(../images/errols_logo.gif) no-repeat top left ; 
	width:995px;
	margin:0 auto;
	height:100px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#jr_twoColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#jr_twoColFixHdr #header #search {
	float:right;
	margin-top:15px;
	margin-right: 50px;	
}
#jr_twoColFixHdr #header #search input {
	background-color:transparent;
	color:#FFFFFF;
	height:auto;	
	padding:3px;
}

div.mainbodycontent_info {
	width: 380px;
	float: left;
	padding-right: 2px;
}

div.mainbodycontent_pic {
	overflow: hidden;
	width: 200px;
}
#mainContent div.container_box div div.textmodule div div.mainbodycontent_info ul li strong {
	color: white;
	text-transform: capitalize;
	font-size: 14px;
}
#breadcrumb {
	/*clear: both;*/
	padding-bottom: 7px;
	padding-left: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

div.breadcrumb {
	color:#DB2523;
}
div.breadcrumb a {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color:#DB2523;
}
div.breadcrumb a:visited {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
div.breadcrumb a:hover {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
}

a.mngmntlink.news_mngmntlink {
	font-size: 0.75em;
}



/*#jr_twoColFixHdr #main_nav #search {
	float:right;
	margin-top:15px;	
}
#jr_twoColFixHdr #main_nav #search input {
	background-color:transparent;
	color:#FFFFFF;
	height:auto;	
	padding:3px;
}*/
/*-----------------------------------------------------------------------------------------
SIDEBAR 1 (LEFT)
-----------------------------------------------------------------------------------------*/
#jr_twoColFixHdr #sidebar1 { /* since this element is floated, a width must be given */
	width: 212px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;*/ /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* padding keeps the content of the div away from the edges */
	font-size:.9em;
	/*background: url(images/errols_navmenu_header.jpg) no-repeat left top;*/
	margin-top: 0;
	float: left;
}

/* SIDEBAR MENU -------------------- */
#jr_twoColFixHdr #sidebar1 ul {
	list-style-type:none;
	padding:0;
	margin:150px 0 50px 2px;
	clear:both;
}
#jr_twoColFixHdr #sidebar1 li {
	background:url(../images/errols_nav_arrow.gif) no-repeat 20px center;
	text-indent:10px;
	padding-left:20px;
	line-height:30px;
	border-bottom:1px solid #FFFFFF;
}
#jr_twoColFixHdr #sidebar1 li a:link, #jr_twoColFixHdr #sidebar1 li a:visited {
	color:#FFFFFF;
}
#jr_twoColFixHdr #sidebar1 li a:hover {
	color:#DB2523;
}

/* Expanding Heirarchy Side nav */

.level_1 a                             { 
	color: #ffffff;
	background:url(../images/errols_nav_arrow.gif) no-repeat 20px center;
	text-indent:10px;
	padding-left:20px;
	line-height:30px;
	border-bottom:1px solid #ffffff;
	list-style-type:none;
	clear:both;
	display: block;
	margin: 0 0 0px 2px;
	position: relative;
	top: 10px;
	text-decoration: none;

}
.level_1 a:hover   { 
	color:#DB2523;

}

.level_2 a                             { 
	color: #ffffff; 
	background:url(../images/errols_nav_arrow.gif) no-repeat 20px center;
	font-size: 0.8em;
	text-decoration: none; 
	text-transform: capitalize; 
	list-style-type:none;
	text-indent:10px;
	padding-left:40px;
	line-height: 20px;
	margin-left: 20px;
	position: relative;
	top: 5px;

}

.level_2 a:hover                           { 
	color: #DB2523; 
	}
a#current  { 
	color: #DB2523;
}

#manage_navlink {
	position: relative;
}
/*Sidebar content above menu*/
#jr_twoColFixHdr #sidebar1 div.container_box {
float:left;
}
#jr_twoColFixHdr #sidebar1 div.container_box div.simple{
	margin:0 0 10px 0 ;
	padding:0 0 0 2px;
	float:left;
}
#jr_twoColFixHdr #sidebar1 div.container_box div.simple img {
/*float:left;*/
}

/* SIDEBAR ADMIN AREA -------------------- */
/* NOT USED HERE */
#jr_twoColFixHdr #sidebar1 #admin {
	padding:0 0 20px 0px;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
}
#jr_twoColFixHdr #sidebar1 #admin p,#jr_twoColFixHdr #sidebar1 #admin a {
	color:#FFFFFF;
	text-indent:20px;
}
#jr_twoColFixHdr #sidebar1 #admin input {
	background-color:transparent;
	color:#FFFFFF;
	width:80%;
	margin:5px 0 0 20px;
	padding:3px;
}
#jr_twoColFixHdr #sidebar1 #admin input#submitlogin {
	width:auto;
}
/*-----------------------------------------------------------------------------------------
SIDEBAR 2 (RIGHT) - NOTUSED IN THIS LAYOUT
-----------------------------------------------------------------------------------------*/
#jr_twoColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
/*-----------------------------------------------------------------------------------------
MAIN CONTENT
-----------------------------------------------------------------------------------------*/
#jr_twoColFixHdr #mainContent { /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: .9em;
	padding: 0 20px 20px;
	margin: 0 0 0 210px;
	position: relative;
	color: white;
	line-height: 20px;
	
} 
 

#mainContent div.container_box div.bodycopyall div.textmodule div ul li ul {
	
}

#mainContent div.container_box div.bodycopyall div.textmodule div ul li ul li {
	font-size: .8em;
	list-style-type: square;
}

/*-----------------------------------------------------------------------------------------
FOOTER
-----------------------------------------------------------------------------------------*/
#jr_twoColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
	color:#FFFFFF;
	border-top:1px solid #FFFFFF;
	text-align:center;
	font-size:.9em;
	position: relative;
	clear: both;
}


#jr_twoColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	color: gray;
	font-size: .7em;
}

#jr_twoColFixHdr #footer p a:link, #jr_twoColFixHdr #footer p a:visited {
	text_align:center;
	color:#FFFFFF;
}

/*-----------------------------------------------------------------------------------------
CLASS STYLES
-----------------------------------------------------------------------------------------*/
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/** Weblog  Module Styles **/
h1.weblog_moduletitle {
  color: #0060b6;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

div.weblog_moduletitle {
  color: #0060b6;
  font-size: 12px;
  font-weight: bold;
}

hr.weblog_moduletitle {
  color: #0060b6;
  background-color: #0060b6;
  height: 1px;
  width: 100%;
  margin-bottom: 5px;
}

.weblog_itemtitle {
  color: #0060b6;
  font-weight: bold;
  font-size: 14px;
}

h1.weblog_itemtitle {

}

div.weblog_itemtitle {
  text-align: left;
  margin-bottom: 10px;
}

a.weblog_mngmntlink {
  color: #0060b6;
  text-decoration: none;
}

a.weblog_monthview_mngmntlink {
  margin-left: 10px;
}

a:hover.weblog_mngmntlink {
  color: #399cc6;
}

div.weblog_subheader {

}

div.weblog_comment_odd {
  background-color: #eeeeee;
  border-top: 1px solid #0060b6;
  border-bottom: 1px solid #0060b6;
  padding: 10px;
}

div.weblog_comment_even {
  padding: 10px;
}

div.weblog_comment_body {
  font-size: 10px;
  margin-bottom: 15px;
  text-align:left;
}

div.weblog_comment_attribution {
  text-align:left;
}

div.weblog_comment_title {
  font-size: 10px;
  text-align:left;
}

div.comments {
  text-align: right;
  font-size: 10px;
  margin-bottom: 30px;
}

/* Image Gallery */
div.imagegallery_gallerytitle {
        width: 95%;
        font-size: 20px;
        font-weight: bold;
        color: #ffffff;
        padding: 2px 5px 2px 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid white;
}

#mainContent table tbody tr td.imagegallery_picbox {
	padding: 20px;
}

#mainContent table tbody tr td.imagegallery_picbox div a {
	font-size: 11px;
	text-decoration: none;
	line-height: 20px;
}

div.imagegallery_picbox{
        padding: 1em;
        position: absolute;
}

div.imagegallery_picbox a:hover {
        /*border: 1px solid blue;*/
}

div.imagegallery_picbox span {
        display: none;
}

div.imagegallery_picbox a {
        display: block;
        text-align: center;
        font: bold 1em sans-serif;
        padding: 5px 10px;
        margin: 0 0 1px;
        border-width: 0;
        text-decoration: none;
}

div.imagegallery_picbox a:hover span {
        display: inline;
        float:left;
        position: absolute;
        top: -125px;
        left: -20px;
        width: 260px;
        padding: 5px 5px 5px 5px;
        margin: 0px;
        z-index: 100;
        background: #7786be;
        color: #ffffff;
        font: 10px  sans-serif;
        text-align: center;
        border: 2px solid blue;
}

div.footer, div.footer a {
	color: silver;
	font-size: 11px;
	line-height: 18px;
}

/* A litle fix for the dotten line under the header images... */
.imagebutton {
	border-bottom: 0px;
}
.imagebutton:hover {
	border-bottom: 0px;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	background:#FFFFFF;
	border:1px solid #CCCCCC;
	padding:0;
	margin: 0px;
	font-size: 12px;
	padding: 1px;
	height: 22px;
}
.loginbutton {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 0px;
	margin: 0px;
}


#subheader{
	width:775px;
	margin-left:auto;
	margin-right:auto;
}
#bodywrapper{
	width:775px;
	margin-left:auto;
	margin-right:auto;
}
#footer{
	/*width:775px;*/
	margin-left:auto;
	margin-right:auto;
}
.linesImage {
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding-top: 3px;
	padding-bottom: 3px;
}

#newshomepage{
background:url(../images/newslogo.jpg) 125px top no-repeat;
width:250px;
margin:0 2px 0 0;
padding:50px 0px 0 10px;
text-align:right;
}

li.news_itemtitle {
	margin-top: -5px;
}

.news {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.news li {
	background-image: url(../images/newsItemBG.gif);
	background-repeat:no-repeat;
	background-position: top right;
	margin: 0px;
	padding: 0px 15px 0px 0px;
}

.news li h3 {
	padding:0;
	margin:0;
	font-family:Helvetica, Arial, sans-serif;
	color: #95B510;
	font-weight: bold;
	font-size: 10pt;
}

.news li p {
	margin:7px 0 0 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#656565;
}

.news li p a {
	text-decoration: none;
}

.forumPosts {
	padding-left: 27px;
	margin: 0px 0px 5px 0px;
	list-style-type:  disc;
	border-top: 1px #b3b2b2 solid;
}
.forumPosts li {
	color: #6e8e96;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom: 1px #e3e3e3 solid;
	padding: 2px 0px 2px 0px;
	margin: 0px;
}

.forumPostsLink {
  	text-align: right;
  	color: #aed352;
  	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
}

.contrib {
	padding-left: 27px;
	margin: 0px 0px 5px 0px;
	list-style-type:  disc;
	border-top: 1px #b3b2b2 solid;
}

.contrib li {
	color: #6e8e96;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom: 1px #e3e3e3 solid;
	padding: 2px 0px 2px 0px;
	margin: 0px;
}

.contribLink {
  	text-align: right;
  	color: #aed352;
  	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
}

.siteFooter{
	background:#FFFFFF url(../images/bottomBGrep.gif) repeat-x;
	/*height: 100px;*/
	margin-bottom: 10px;
	width:100%;
	text-align:center;
}

.profileInfo {
	text-align: right;  
}

.profileInfo p {
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;  
	color: #666666;
}

.profileInfo p a {
	text-decoration: none;  	
	font-weight: normal;
	font-size: 10px;
}

.textwithheader{
background:url(../images/body-header-nd.jpg) no-repeat;
}

.currentlink{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#444444;
font-weight:bold;
text-decoration:none;
border:0px;
}

/***************  NAVIGATION MODULE  STYLES  ************************/
.navlink, .navlink:link, .navlink:active {
/*font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#6B900D;*/
/*font-weight:bold;*/
text-decoration:none;
border:0px;
}

.navlink:hover {
/*font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#6B900D;

border-bottom:1px dotted #006633;*/
border:0px;
text-decoration:none;
}

.navlink_small,.navlink_small:link, .navlink_small:active {
	font-weight: normal;
}

.sublink{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#AED352;
text-decoration:none;
border:0px
}
.sublink3{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#656565;
text-decoration:none;
}



#newsclip{
	background-image: url(../images/newsItemBG.gif);
margin:0 2px 0 0;
padding:50px 15px 0 10px;
text-align:right;
}

#bodytop{
height:5px;
background:url(../images/links-children-back.gif) -1px 0px;
}
#bodytop-long{
height:5px;
background:url(../images/links-children-back-long.gif) -1px 0px;
}

#bodycontent{
background:url(../images/home-bg-rep.gif);
height:100%;
}

#bodycontentall{
background:#FFFFFF url(../images/body-bg-rep.gif) repeat-y right top;
	color:#656565;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;

}
/* ----NO NEED TO USE------
#bodycontentall-sub{
background:url(../images/body-bg-rep.gif);
	color:#656565;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
} */

.pad{
padding:15px;
}

.pad h1{
padding:0px;
margin:0px 0 0px 0;
color:#656565;
font-family:Helvetica, Arial, sans-serif;
font-size:16px;

}
/* Site-wide text formatting */


/* Generic Module-independent formatting */
.summarytitle {
	font-weight: bold;
}


td.header, td.header a {
	background-color: #aaa;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	padding: 2px;
}


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

/* Navigation Styling */
.modulewrapper {
	padding: 20px;
}

/* Breadcrumb Styling */

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

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

/* News Module */


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

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

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: #999999;
}

.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 #999999;
}

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

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

/* FAQ Module*/
div.faq_moduletitle {
        font-size: 16px;
}

td.category_bg {
        background-color: #999999;
}
td.category_title {
        font-size: 12px;
        font-weight: bold;
}
td.question {
        font-size: 10px;
        font-weight: bold;
}

td.category_bg {
	background-color: #999999;
}
td.category_title {
	font-size: 12px;
	font-weight: bold;
}
td.question {
	font-size: 10px;
	font-weight: bold;
}

/*Article Module*/
div.article_title {
	font-size: 14px;
	font-weight: bold;
}

div.article_body {
	font-size: 10px;
}

td.article_summary {
	font-size: 10px;
}

a.article_title_link {
	font-size: 12px;
	color: blue;
}

/** Navigationmodule Views **/

.childrenonly a:link {
	color: #0099CC;	
}
.childrenonly a:visited {
	color: #0099CC;	
}
.childrenonly a:hover {
	color: #666;	
}

td.childrenonly {
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-left: 5px;
}
td.childrenonly:hover {
}
table.childrenonly {
	width:100%; /*190px;*/
}
a.childrenonly {
	padding-left: 5px;
}
/** New Tab style of interface for Nav manager **/
td.tab_btn {
	border: 1px solid black;
	border-right: 0px solid black;
	background-color: #DDD;
	padding: .5em;
}

td.tab_btn_last {
}

td.tab_spacer {
	border-bottom: 1px solid black;
	border-left: 1px solid black;
}

td.tab_btn_current {
	background-color: inherit;
	border-bottom: 0px solid black;
}

td.tab_main {
	padding: .5em;
	border: 1px solid black;
	border-top: 0px solid black;
}
div, table, td, tr {
padding:0px;
margin:0px;
}
form {
	margin: 0px;
	padding: 0px;
}

.contact_moduletitle {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	display: block;
	width: 100%;
	padding-bottom: 7px;
	margin-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCD8B8;
}
/** 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 {
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	height: 30px;
	background:#b1d83d url(../images/green-bg-image.gif) repeat-x;
}
/* Not used */
.bb_boardlist_header2 {
	
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	height: 30px;
	background:#e3e3e3 url(../images/gray-bg-image.gif) 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;
}

/***  Navigation Module Styles  ***/
a.side_link {

}

a.side_link_active {
	font-weight: bold;
}

