/*-----------------------GENERAL SETTINGS-----------------------*/	
body {
	font-family: helvetica, verdana, arial; 
	font-size:13px; 
	padding:0; 
	margin:0; 
	color:#514f4f; 
	background-color:#330c01;
}

.bgContent {
	background-image: url(/images/assets/bg_content.jpg);
	background-repeat: repeat-x;
}

.bgFooter{
	
	background-image: url(/images/assets/bg_footer.gif);
	background-repeat: repeat-x;
	background-color: #c9bfa7;
}

a {
	font-family: helvetica, verdana, arial;
	font-size: 13px;
	line-height: normal;
	font-weight : normal;
	color: #811d00;
}

a:link, a:visited  {
	font-family: helvetica, verdana, arial;
	font-size: 13px;
	line-height: normal;
	font-weight : normal;
	text-decoration: underline; 
	color: #240900;
}

a:active, a:hover {
	font-family: helvetica, verdana, arial;
	font-size: 13px;
	line-height: normal;
	font-weight : normal;
	text-decoration: underline; 
	color: #FF0000;
}


.tableBorders {
	border: 1px;
	border-color: #b2b2b2;
	border-style: solid;	
}

input{
   font-family: helvetica,verdana, arial;
   color:#000000; 
   font-size:11px;
} 

textarea{
   font-family:verdana, arial;
   color:#000000; 
   font-size:11px;
}



.checkbox, .radio {
	font-family: helvetica, verdana, arial;
	font-size: 13px;
	line-height: normal;
	font-weight : normal;
	color: #000000;

}

form {
	margin: 0px;
	padding: 0px;
}

image {
	border: 0px;
}

select,.selectbox {
	font-family: helvetica, verdana, arial;
	font-size: 13px;
	line-height: normal;
	font-weight : normal;
	color: #000000;
}


li  {
	font-family: helvetica, verdana, arial;
	font-size: 13px;
	line-height: normal;
	font-weight : normal;
	color: #000000; 
	line-height: normal;
}

/*-----------------------/end GENERAL SETTINGS-----------------------*/	


/*-----------------------Navigation SETTINGS-----------------------*/	


/*-----secondaryNav nav, we don't use these-----*/

/*-----mainlevel nav-----*/


#mainlevel {
	font-family: helvetica, verdana, arial;
	font-size: 13px; 
	color: #ffffff;
	font-weight: normal;
}


#mainlevel a:link, #mainlevel a:visited {
	font-family: helvetica, verdana, arial;
	font-size: 13px;
	font-weight : normal;
	text-decoration: none;
	color: #ffffff;
	
	background-image: url(/images/nav/nav_mainlevel.gif);
	background-repeat: no-repeat;
	
	float:left; 
	height: 30px;
	width: 190px;
	margin: 0px 0px 0px 0px;
	padding-left:10px;
	padding-top:7px;
}

#mainlevel a:hover, #mainlevel a:active {
	font-family: helvetica, verdana, arial;
	font-size: 13px;
	font-weight : normal;
	text-decoration: none; 
	color: #654a37;

	background-image: url(/images/nav/nav_mainlevel_f2.gif);
	background-repeat: no-repeat;
}

/*-----mainlevel nav-----*/
#sublevel {
	font-family: helvetica, verdana, arial;
	font-size: 13px; 
	color: #ffffff;
	font-weight: normal;
}


#sublevel a:link, #sublevel a:visited {
	font-family: helvetica, verdana, arial;
	font-size: 13px;
	font-weight : normal;
	text-decoration: none;
	color: #ffffff;
	
	background-image: url(/images/nav/nav_secondary.gif);
	background-repeat: no-repeat;
	
	float:left; 
	height: 30px;
	width: 190px;
	margin: 0px 0px 0px 0px;
	padding-left:25px;
	padding-top:7px;
}

#sublevel a:hover, #sublevel a:active {
	font-family: helvetica, verdana, arial;
	font-size: 13px;
	font-weight : normal;
	text-decoration: none; 
	color: #FF0000;

	background-image: url(/images/nav/nav_secondary_f2.gif);
	background-repeat: no-repeat;
}


/*-----end/secondaryNav nav-----*/


/*tertiaryNav nav-----*/
#tertiaryNav{
	font-family: helvetica, verdana, arial;
	font-size: 13px; 
	color: #ffffff;
	font-weight: normal;
}


#tertiaryNav a:link, #tertiaryNav a:visited {
	font-family: helvetica, verdana, arial;
	font-size: 13px;
	font-weight : normal;
	text-decoration: none;
	color: #ffffff;
	
	background-image: url(/images/nav/nav_tertiary.gif);
	background-repeat: no-repeat;
	
	float:left; 
	height: 30px;
	width: 190px;
	margin: 0px 0px 0px 0px;
	padding-left:10px;
	padding-top:7px;
}

#tertiaryNav a:hover, #tertiaryNav a:active {
	font-family: helvetica, verdana, arial;
	font-size: 13px;
	font-weight : normal;
	text-decoration: none; 
	color: #FF0000;

	background-image: url(/images/nav/nav_tertiary_f2.gif);
	background-repeat: no-repeat;
}

/*-----end/tertiaryNav nav-----*/


/*-----------------------/end Navigation SETTINGS-----------------------*/	



/*-----------------------Search SETTINGS-----------------------*/	
.search {
}
/*Highlight Found Words*/

.button {	
	font-family: helvetica, verdana, arial;
	color: #ffffff; 
   font-size: 11px;
	border: 0px;
	height: 18px;
	border: 0px;
	background-color: #006894;
}

.highlight {
	font-family: helvetica, verdana, arial;
	color: #ffffff;
  	border: 1px dashed #010101;
  	background: #81a914;
  	padding: 0px 2px 0px 2px;
}
/*-----------------------/end Search SETTINGS-----------------------*/	



/*-----------------------Standard Module-----------------------*/	
/*/table.moduletable {

}*/

table.moduletable th {
	/*background-color: #21110d;*/
	height: 24px;
	vertical-align: middle;
	text-align: left;
	padding-left: 16px;
}
/*
table.moduletable td {
}*/
/*-----------------------/end Standard Module-----------------------*/	



/*-----------------------CONTENT-----------------------*/

	
/* Styling for the pdf/email/print icons */
.buttonheading{
	/*vertical-align: top;*/
	vertical-align: middle;
 }


/* Page titles container Box */

.moduletable {
	font-family: helvetica, verdana, arial;
	font-size: 13px;
	line-height: 16px;
	font-weight : normal;
	color: #811d00;
}

.contentpaneopen, .searchintro, .contentpane, .sectiontableheader, .contentdescription {
	font-family: helvetica, verdana, arial;
	font-size: 13px;
	line-height: 16px;
	font-weight : normal;
	color: #000000;
}


/* Date Stamps */
.createdate {
	font-family: helvetica, verdana, arial;
	font-size: 10px;
	color: #811d00;
}

.modifydate {
	font-family: helvetica, verdana, arial;
	font-size: 10px;
	color: #811d00;
}

.back_button{
}

/* #################### AFTER LOGIN EDITING FORMS  ################### */

/* ###################### TABBED EDITING ###################### */
/*When user logins to edit or sumbit articles*/
/* for modifying {moscode} output.  Don't set the colour! */

.moscode {
	background-color: #f0f0f0;
	}
		
.code {
	font-family: courier, serif;
	font-size: 10px;
	padding: 2px;
	line-height: 1.3em;
	background-color: #f0f0f0;
	color: blue;
	border: 1px solid #d5d5d5;
	margin: 0px;
	width: 90%;
}

/* Text passed with mosmsg url parameter */
.message {
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 10px;
	color : #514f4f;
	text-align: center;
   }

/* Styles for dhtml tabbed-pages */
.ontab {
	background-color: #666666;
	border-left: outset 1px #666;
	border-right: outset 1px Black;
	border-top: outset 1px #666;
	border-bottom: solid 1px Black;
	text-align: center;
	cursor: default;
	font-weight: bold;
	color: #7a796e;
	padding: .2em;
}

.offtab {
	background-color : #cccccc;
	border-left: outset 1px #666;
	border-right: outset 1px Black;
	border-top: outset 1px #666;
	border-bottom: solid 1px Black;
	text-align: center;
	cursor: default;
	font-weight: normal;
	padding: 1px;
}

.edit-tabs {
   padding: 9px;
   background: none;
   }

.tabpadding {}

.tabheading {
	background-color: #514f4f;
	text-align: left;
}

.pagetext {
	visibility: hidden;
	display: none;
}

	/*Body of the form*/
.adminform{
	font-family: helvetica, verdana, arial;
	font-size: 10px;
	line-height: normal;
	font-weight : normal;
	color: #514f4f;
}

.componentheading, .contentpagetitle, .contentheading {
	font-family: helvetica, verdana, arial;
	font-size: 18px;
	line-height: normal;
	font-weight: normal;
	color: #811d00;
}

a.componentheading:link, a.componentheading:visited, .contentpagetitle a:link, .contentpagetitle a:visited {
	font-family: helvetica, verdana, arial;
	font-size: 18px;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
	color: #811d00;
}

a.componentheading:hover, a.componentheading:active, .contentpagetitle a:active, .contentpagetitle a:hover {
	font-family: helvetica, verdana, arial;
	font-size: 18px;
	line-height: normal;
	font-weight: normal;
	text-decoration: underline; 
	color: #fff799;
}

.small, .pathway,.pagenavcounter,.learnMore, .pagenav {
	font-family: helvetica, verdana, arial;
	font-size: 10px;
	line-height: normal;
	font-weight : normal;
	color: #811d00;
}

a.small:link, a.small:visited, a.pathway:link, a.pathway:visited, a.learnMore:link, a.learnMore:visited, a.readon:link, a.readon:visited, a.pagenav:link, a.pagenav:visited {
	font-family: helvetica, verdana, arial;
	font-size: 10px;
	line-height: normal;
	font-weight : normal;
	text-decoration: underline;
	color: #811d00;
}

a.small:hover, a.small:active, a.pathway:active, a.pathway:hover, a.learnMore:active, a.learnMore:hover, a.readon:active, a.readon:hover, a.pagenav:active, a.pagenav:hover {
	font-family: helvetica, verdana, arial;
	font-size: 10px;
	line-height: normal;
	font-weight : normal;
	text-decoration: underline; 
	color: #FF0000;
}

