/* Design by Brian Diaz of Media 65 @ http://www.m65.net  All Rights Reserved */

/* #######################  GENERAL SETTINGS ############################ */
html, body{
	color: #000;
	background: #ffffff;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 81%;
}


/*  Global Formatting */
h1 {font-weight: bold; font-size: 14px; color: #006633; line-height: 1em; text-align: left;}
h2 {font-weight: bold; font-size: 18px; color: #1f1f1f; letter-spacing: -1px; line-height: 18px; text-transform: none;}
h3 {
	font-weight: normal;
	font-size: 18px;
	color: #3e0235;
	letter-spacing: -1px;
	line-height: 22px;
	text-transform: none;
}
h4 {
	font-weight: bold;
	font-size: 13px;
	color: #3e0235;
	line-height: 14px;
	text-transform: none;
}
h5 {font-weight: bold; font-size: 12px; color: #3e0235; line-height: 13px; text-transform: none; }
h6 {font-weight: bold; font-size: 11px; color: #3e0235; line-height: 12px; text-transform: none;}

li{ list-style: disc;}
ul { list-style: disc;}

a {
	color: #006633;
	text-decoration:none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a.image, a.image:hover  {border:0;}

fieldset {
	width: 90%;
	padding: 5px;
	border: 1px solid #eee;
}
.both {
	clear: both;
}
.type_changer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
}
	.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666;}
	.footer:link {color: #666}

/* #######################  END GENERAL SETTINGS ############################ */


/* ######################  LAYOUT SETTINGS       ############################## */
/* Add here Div Wrappers of table formatting to layouts custom stuff*/
/* ######################  LAYOUT SETTINGS       ############################## */

/*##################### NAVIGATION SECTION #####################*/
/* Topmenu Customization */
#topmenulinks a {
	font-family: Arial, Helvetica, sans-serif
	color: #666;
	padding-right: 1px;
	padding-left: 2px;
	font-size: 12px;
	font-variant: small-caps;
	text-align: center;
}

#topmenulinks a:hover {
	color : #FFFFFF;
	background-color: #999;
}
/* Pathway Breadcrumbs */	
	.pathway {font-size: 10px;color:#666;}
	a.pathway:link {color:#999;}
	a.pathway:visited {color:#666;}
	a.pathway:active {color:#016e51;}
	a.pathway:hover {color:#016e51;text-decoration:underline;}

/* Mainlevel menu */
.mainlevel {
	height: 18px;
	font-size: 12px;
}

a.mainlevel {display: block;
	background: #666;
	color: #FFFFFF;
	padding: 5px 0 5px 19px;
	margin: 0 0 1px 0;
	text-decoration: none;
	}
	
a.mainlevel:hover {
	color: #FFFFFF;
	background: #016e51;
						}	
/* End Mainlevel menu */
	
/* Sub Menu */
.sublevel{height: 18px;}

a.sublevel{	display: block;
	background: #666;
	color: #FFFFFF;
	padding: 5px 0 5px 19px;
	margin: 0 0 1px 0;
	text-decoration: none;
		}

   a.sublevel:hover {
	display: block;
	color: #FFFFFF;
	background: #016e51;}
/* End Sub Menu */
	
/* Add Custom Menus */

/* Add Custom Menus */
		
/*##################### NAVIGATION SECTION #####################*/	

/* ##################### STANDARD MODULE TABLE  #################*/	
table.moduletable {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

table.moduletable th {
	background: #016e51;
	height: 18px;
	color: #FFF;
}

table.moduletable td {height: 18px;}

/* Add here Custom Modules */

/* End Custom Modules */

/* ##################### END STANDARD MODULE TABLE  #################*/	


/* #############  CONTENT - SECTIONS & CATEGORIES ###########################*/
.contentheading {
	font-size: 14px;
	width: 100%;
	font-weight: bold;
	color: #016e51;
	font-family: Arial, Helvetica, sans-serif;
}

/* content title and links */
.contentpagetitle {background-color : White; }
a.contentpagetitle,a.contentpagetitle:link, a.contentpagetitle:visited 
{
	text-decoration: none;
	font-weight: bold;
	color: #016e51;
	border-bottom: 0px;
}
a.contentpagetitle:hover {
	color: #666;
	border-bottom: 0px  dashed #CCCCCC;
	text-decoration: none;
}

/* top box like a category description */
.contentdescription {background-color : White;}

/* Main Body Text */
.contentpane {background: White;}
.contentpaneopen {background-color: White;}
/* Main Body Text */

/* article rating */
.content_rating {font-weight: normal;font-size:.8em;}
.content_vote {font-weight: normal;font-size: .8em;}

/* icons */
.buttonheading{font-size: 12px;}
.pop-ups {float: right;}
a.pop-up {border-bottom: 0;}

/* Dates */
.createdate {color: #666; font-size:.8em; font-weight: normal;}
.modifydate {font-size: 10px;color: #666;text-decoration: none;font-weight: normal;}
.newsfeeddate {
	font-size: 10px;
	color: #666;
	font-weight: normal;
}
/* Dates */

/* Writen by Authors name */
.small {color: #666;}

/* Page navigation links "<<< 1 of 10 next >>>" */
.pagenav{
	font-size: 12px;
	color: #333;
}
.pagebar{font-size: 12px;}
.pagenav_prev{
	font-size: 12px;
	color: #333;
}
.pagenav_next{font-size: 12px;  color: #333; }
a.pagenav {
	color: #333;
	border-bottom: 0;
}
a.pagenav:hover {
	color: #FF6600;
	border-bottom: 0;
}
.pagenavcounter{	height: 10px;  }
.back_button{font-size: 10px; height: 10px;  }	

/* Read more link */
.readon{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666;
	font-weight: bold;
}


/* Article index  {mospagebreak} */
table.contenttoc {
	padding: 0px;
	margin: 5px;
	font-size: 12px;
	}
	
table.contenttoc th {
background: #666; 
color: White;
}
	
table.contenttoc td {padding: 2px;}

/* Links article index */
	a.toclink:hover, a.toclink:visited, a.toclink:link {	height: 12px; }
/* End Article index  */

/*  component heading */
.componentheading {
	font-size: 1.5em;
	font-weight: bold;
	color: #999;
	text-align:left;
	margin-top: 1.5em;
	background-color: White;
	}
	
/* Sectiontable Table types listings Faqs's, weblink etc..*/
.sectiontableheader {
	background-color : #D3D3D3;
	color : #333;
	font-weight : bold;
	border-collapse: collapse;
	font-size: 11px;
	}

/* Table odd and Even Rows */
.sectiontableentry1 {background-color : #FFFFFF;font-size: 11px;}
.sectiontableentry2 {background-color : #EBEBEB;font-size: 11px;}
.sectiontablefooter{	height: 18px; }
/* End Sectiontable */

/* Category */
.category {color:#333;}
a.category:link, a.category:visited, a.category:hover  {	height: 15px;  }
/* End category */


/* blogsection */
.blog {background-color : #FFFFFF;}
.blogsection{	height: 18px;  }
.blog_more{	height: 18px;  }
.blog_heading {	height: 18px;  }
/* space from bottom of article */
.article_seperator{background-color : #FFFFFF;}
/* End blogsection */

/* Search Form Module*/
.search {height: 14px;}
/* results if not search google */
.searchintro{height: 14px;}
/*Search Form keyword highlight*/
.highlight {
border: 1px dashed #010101;
background: #DDEEFF;
padding: 0px 0px 5px 0px;}
/* End Search Form */

/* wrapper title */
.wrapper{background-color : #FFFFFF;}
/* ############# END CONTENT - SECTIONS & CATEGORIES ###########################*/
	

/* ##################### FORM SECTION  #####################*/	
form{font-size: 12px}
input {
font-family: Arial, Helvetica, sans-serif; 
background-color:#FFFFFF; font-size: 13px; color: #333;
}
.inputbox {background: White;}
.text_area {background: White;}
/* Pull down menu */
.selectbox {width: 100%;}
/* Submit Button */
.button {border: 1px solid #999; background: #333;color: White;}

/* Contact Email Form */
.contact_email {margin: 0px;padding: 5px;}
/* ##################### END FORM SECTION  ##################### */	

/* ###################### TABBED EDITING ###################### */
/*When user login 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: 1.2em;
	padding: 2px;
	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 : 1em;
	color : #666;
	text-align: center;
   }

/* Styles for dhtml tabbed-pages */
.ontab {
	background-color: #666666;
	border-left: outset 1px #666;
	border-right: outset 1px #333;
	border-top: outset 1px #666;
	border-bottom: solid 1px #333;
	text-align: center;
	cursor: default;
	font-weight: bold;
	color: #FFFFFF;
	padding: .2em;
   }

.offtab {
	background-color : #cccccc;
	border-left: outset 1px #666;
	border-right: outset 1px #333;
	border-top: outset 1px #666;
	border-bottom: solid 1px #333;
	text-align: center;
	cursor: default;
	font-weight: normal;
	padding: .2em;
   }

.edit-tabs {
   padding: 1em;
   background: none;
   }

.tabpadding {padding:1px;}

.tabheading {
	background-color: #016e51;
	text-align: left;
   }

.pagetext {
	visibility: hidden;
	display: none;
   }

	/*Body of the form*/
.adminform{background-color : #FFFFFF;}
/* ###################### End TABBED EDITING ###################### */
