/* *********************** GENERAL SETTINGS     *********************** */
fieldset, .input {
	background: transparent!important;
	border-style: none!important;
	position: relative;
	height: auto;
	width: auto;
	padding: 0px;
	margin: 0px;
}
form ul, form ul li, fieldset p {
	margin:0px;
	padding:0px;
	list-style:none;
	width: auto;
}
body {
	font: 11px Arial, Helvetica, sans-serif;
	color: #4c4c4c;
	background: #fff url(../images/bodybg.gif) top repeat-x;
}
* {
	padding: 0px;
	margin: 0px;
}
img { border: 0 none; }
/*  Global Formatting */
h1 {
	font-size:24px;
	font-weight: normal;
	color: #999;
	letter-spacing: -2px;
	line-height: 24px;
}
h2 {
	font-size:14px;
	font-weight: bold;
	color: #999;
	letter-spacing: -1px;
	line-height: 18px;
}
h3 {
	font-size:14px;
	line-height: 20px;
	color: #333;
	font-weight: bold;
}
h4 {
	font-size:13px;
	line-height: 14px;
	font-weight: bold;
}
h5 {
	font-size:12px;
	line-height: 13px;
	font-weight: bold;
}
h6 {
	font-size:11px;
	line-height: 12px;
	font-weight: bold;
}
td {
	font-size: 11px;
}
th {
	font-size: 11px;
}
a {
	color: #019b67;
	text-decoration: none;
}
a:hover {
	color: #019b67;
	text-decoration: underline;
}
a.image, a.image:hover {
	border:0;
}
li {
	list-style: none;
}
ul {
	list-style: none;
	clear: both;
}
fieldset {
	width: 470px;
	padding: 5px;
	border: 1px solid #eee;
}
/* *********************** END GENERAL SETTINGS *********************** */

/* *********************** LAYOUT SETTINGS      *********************** */

#desMain {
	width: 800px;
	margin: 0px auto;
	clear: both;
}
#desTop {
	width: 800px;
	height: 80px;
	clear: both;
	position: relative;
	background: #3aed52;
}
#desTop h1 {
	color: #fff;
	position: absolute;
	top: 25px;
	left: 83px;
	font: normal 23px Arial, Helvetica, sans-serif;
	line-height: 30px;
	letter-spacing: -1px;
	margin: 0px;
}
#desTop #logo {
	position: absolute;
	left: 16px;
	top: 13px;
}
#desTop2 {
	height: 195px;
	width: 800px;
	background: #000 url(../images/topbg.jpg) top no-repeat;
	text-align:center;
	position: relative;
}
#desTop2 h2 {
	color: #fff;
	position: absolute;
	top: 85px;
	left: 150px;
	font: normal 30px Arial, Helvetica, sans-serif;
	line-height: 30px;
	letter-spacing: -2px;
	margin: 0px;
}
#desTop2 h2 span {
	color: #000;
	/*text-transform: uppercase;*/
	margin-left: 117px;
	font: normal 18px Arial, Helvetica, sans-serif;
	font-style:italic;
	line-height: 18px;
	letter-spacing: -1px;
}

#desTop2 #search {
	position: absolute;
	top: 167px;
	left: 220px;
}
#desTop2 #search #stitle {
	float: left;
	color: #fff;
	margin: 0px;
	padding: 3px 10px 0px 0px;
	line-height: 11px;
	font: bold 11px Arial, Helvetica, sans-serif;
}
/* colour for search text*/
#desTop2 #search #stitle span {
	color: #019b67;
}
#desTop2 #search .moduletable {
	width: 270px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#menu {
	width: 800px;
	height: 33px;
	background: #000 url(../images/menubg.gif) center no-repeat;
	text-align: center;
}
#menu ul {
	list-style: none;
	margin: 0px auto;
	text-align: center;
	width: 800px;
	clear: both;
	line-height: 33px
}
#menu li {
	list-style: none;
	text-align: center;
	margin: 0px 26px 0px 26px;
	display: inline;
	padding: 0px;
	line-height: 33px
}
#menu ul li a {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	font-size: 12px;
}
#menu ul li a:hover, #menu #active_menu-nav {
	color: #00cb86;
}
#contentMain {
	padding: 10px 20px 0px 0px;
}
.newsflash .moduletable th {
	color: #333;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0px;
	padding-top: 2px;
}
#colLeft {
	float: left;
	width: 210px;
}
#colLeft table.moduletable th, table.moduletable_menu th {
	background: #fff url(../images/mhd_bg.gif) top no-repeat;
	padding-left: 10px;
	padding-top: 13px;
	padding-bottom: 14px;
	width: 210px;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #999;
	text-transform: uppercase;
}
#colLeft table.moduletable form {
	width: 100%;
	padding: 20px 18px 0px 18px;
	margin: 0px;
}
#colLeft form a {
	color: #019b67;
}
#colLeft form .button {
	padding: 2px 7px;
	border: 1px solid #999;
	color: #666;
	font: bold 11px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 4px 0px;
}
#form-login-username .inputbox, #form-login-password .inputbox, #colLeft #mod_login_password {
	background: #eee url(../images/input_bg.gif) top left no-repeat;
	padding: 2px 2px 3px 2px;
	width: 161px;
	border: none;
	margin: 0px;
}
#mod_login_remember {
	margin-top: 2px;
}
#colRight {
	float: left;
	width: 510px;
	margin-left: 20px;
}
#desFooter {
	clear: both;
	width: 800px;
	height: 71px;
	background: #fff url(../images/footer_bg.gif) top no-repeat;
}
#desFooter p {
	padding-top: 23px;
	text-align: center;
	color: #999;
}
#desFooter p a {
	color: #999;
	text-decoration: none;
	font-weight: bold;
}
#desFooter p a:hover {
	color: #999;
	text-decoration: underline;
}
.both {
	clear: both;
}
/* *********************** END LAYOUT SETTINGS  *********************** */

/* *********************** NAVIGATION SECTION   *********************** */
/* Pathway Breadcrumbs */	
	.pathway {
	font-size: 11px;
	color:#333;
}
a.pathway {
	color:#000;
	text-decoration: none;
}
a.pathway:hover {
	color:#000;
	text-decoration:underline;
}
/* Mainlevel menu */
.mainlevel {
	height: 17px;
	width: 177px;
}
a.mainlevel {
	background: #fff;
	color: #00cb86;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 0px 0px 18px;
	margin: 2px 0px;
	text-decoration: none;
	display: block;
}
a.mainlevel:hover {
	color: #000;
	background: #fff;
	text-decoration: none;
}
#active_menu {
	color: #00cb86;
	text-decoration: none;
	background: #333;
}
#active_menu:hover {
	color: #00cb86;
}
/* End Mainlevel menu */
	
/* Sub Menu */
.sublevel {
	height: 17px;
	width: 160px;
}
a.sublevel {
	background: #fff;
	color: #aaa;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 0px 0px 18px;
	margin: 2px 0px;
	text-decoration: none;
	display: block;
}
a.sublevel:hover {
	color: #333;
	background: #fff;
	text-decoration: none;
}
/* End Sub Menu */

/* Add Custom Menus */

/* Add Custom Menus */

/* *********************** END NAVIGATION SECTION ********************* */

/* *********************** STANDARD MODULE TABLE  ********************* */
table.moduletable {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
table.moduletable th, table.moduletable_menu th {
	font: bold 14px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	line-height: 20px;
	color: #00cb86;
	text-transform: uppercase;
	text-align: left;
}
table.moduletable td {
	height: 18px;
	margin: 0px;
	padding: 0px;
}
/* Custom Modules */

.latestnews, .mostread {
	list-style: none;
	margin: 2px 1px;
}
 li.latestnews. li.mostread {
 margin: 0px;
}
li.latestnews a, li.mostread a {
	color: #333;
	text-decoration: none;
}
li.latestnews a:hover, li.mostread a:hover {
	color: #f60;
	text-decoration: underline;
}
.search {
	margin: 0px;
	padding: 0px;
}
.search .button {
	background: none;
	border: none;
	color: #fff;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 1px 10px;
	padding: 1px;
	vertical-align: middle;
}
.search .button:hover {
	color: #00cb86;
}
.search .inputbox {
	background-color: #f5f5f5;
	border: 1px solid #666;
	padding: 1px;
	width: 165px;
	vertical-align: middle;
}
.search .inputbox:hover {
	background-color: #fff;
	padding: 1px;
}
/* End Custom Modules */

/* *********************** END STANDARD MODULE TABLE ********************* */

/* *********************** CONTENT - SECTIONS & CATEGORIES *********************** */
.contentheading {
	padding: 5px 0px 0px 0px;
	line-height: 18px;
	font: normal 18px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #00cb86;
	width: 100%;
}
/* content title and links */
.contentpagetitle {
	background-color : White;
}
a.contentpagetitle, a.contentpagetitle:link, a.contentpagetitle:visited {
	text-decoration: none;
	font-weight: normal;
	color: #f60;
	border-bottom: 0px;
}
a.contentpagetitle:hover {
	color: #000;
	border-bottom: 0px dashed #ccc;
	text-decoration: none;
}
/* top box like a category description */
.contentdescription {
	background-color : White;
	padding: 10px 0px;
}
/* Main Body Text */
.contentpane {
	background: White;
}
.contentpaneopen {
	background-color: White;
	line-height: 17px;
}
/* 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: #ccc;
	font-size: 11px;
	font-weight: normal;
}
.modifydate {
	color: #ccc;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
}
.newsfeeddate {
	font-size: 11px;
	color: #ccc;
	font-weight: normal;
}
/* Dates */

/* Writen by Authors name */
.small {
	color: #ccc;
	font-size: 11px;
	line-height: 17px;
	margin: 0px;
	padding: 0px;
}
/* Page navigation links "<<< 1 of 10 next >>>" */
.pagenav {
	font-size: 12px;
	color: #ccc;
}
.pagebar {
	font-size: 12px;
}
.pagenav_prev {
	font-size: 11px;
	color: #ccc;
}
.pagenav_next {
	font-size: 11px;
	color: #ccc;
}
a.pagenav {
	color: #00cb86;
	text-decoration: none;
	font-weight: bold;
}
a.pagenav:hover {
	color: #00cb86;
	text-decoration: underline;
}
.pagenavcounter {
	height: 15px;
}
.back_button a {
	font-size: 12px;
	height: 15px;
	clear: both;
	display: block;
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
.back_button a:hover {
	color: #000;
	text-decoration: none;
}
/* Read more link */
.readon {
	font-size: 11px;
	color: #00cb86;
	font-weight: bold;
	text-decoration: none;
}
.readon:hover {
	text-decoration: underline;
	color: #00cb86;
}
/* Article index   */
table.contenttoc {
	padding: 0px;
	margin: 2px;
	font-size: 12px;
}
table.contenttoc th {
	background: #00cb86;
	color: #fff;
}
table.contenttoc td {
	padding: 2px;
}
/* Links article index */
	a.toclink:hover, a.toclink:visited, a.toclink:link {
	height: 18px;
}
/* End Article index  */

/*  component heading */
.componentheading {
	text-align:left;
	margin-top: 15px;
	background-color: #fff;
	line-height: 30px;
	font: normal 20px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #666;
	width: 100%;
}
/* Sectiontable Table types listings Faqs's, weblink etc..*/
.sectiontableheader {
	background-color : #00cb86;
	color : #fff;
	font-weight : bold;
	border-collapse: collapse;
	font-size: 11px;
}
/* Table odd and Even Rows */
.sectiontableentry1 {
	background-color: #fff;
	font-size: 11px;
	height: 21px;
}
.sectiontableentry2 {
	background-color: #f0f0f0;
	font-size: 11px;
	height: 21px;
}
.sectiontablefooter {
	height: 18px;
}
/* End Sectiontable */

/* Category */
.category {
	color:#333;
}
a.category:link, a.category:visited {
	height: 15px;
	color: #666;
}
a.category:hover {
	height: 15px;
	color: #333;
}
/* End category */

/* blogsection */
.blog {
	background-color : #FFFFFF;
}
.blogsection {
	height: 18px;
	color: #00cb86;
	text-decoration: none;
}
.blogsection:hover {
	color: #00cb86;
	text-decoration: underline;
}
.blog_more {
	clear: both;
	display: block;
	width: 480px;
	padding: 10px 0px;
}
.blog_heading {
	height: 18px;
}
/* space from bottom of article */
.article_seperator {
	background-color : #FFFFFF;
}
/* End blogsection */

/* Search Form Module*/
.search {
	height: 18px;
}
/* results if not search google */
.searchintro {
	height: 18px;
}
/*Search Form keyword highlight*/
.highlight {
	border: 1px dashed #A2BF06;
	background: #F5FF96;
	padding: 0px 2px 0px 2px;
}
/* End Search Form */

/* wrapper title */
.wrapper {
	background-color : #FFFFFF;
}
/* *********************** END CONTENT - SECTIONS & CATEGORIES *********************** */

/* *********************** FORM SECTION  *********************** */	
form {
	font-size: 12px
}
input {
	background-color:#FFFFFF;
	font-size: 11px;
	color: #333;
	padding: 1px;
}
.inputbox {
	background: #fff;
	border: 1px solid #999;
	padding: 1px;
}
.text_area {
	background: #fff;
	border: 1px solid #999;
	width: 470px;
}
/* Pull down menu */
.selectbox {
	width: 100%;
}
/* Submit Button */
.button {
	background: none;
	border: none;
	color: #000;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0px 5px;
}
.button:hover {
	color: #00cb86;
}
/* 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 : Verdana, Geneva, 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: #FF6600;
	text-align: left;
}
.pagetext {
	visibility: hidden;
	display: none;
}
/*Body of the form*/
.adminform {
	background-color : #FFFFFF;
}
/* *********************** End TABBED EDITING *********************** */

div#colLeft .moduletable_menu, div#colLeft .moduletable {
	margin: 5px 0px;
	padding:0px;
}
div#mosright {
	padding-top: 10px!important;
}
div#colLeft .moduletable_menu h3, div#colLeft .moduletable h3, div#mosright h3 {
	color:#019b67;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	padding-bottom:14px;
	padding-left:10px;
	padding-top:13px;
	text-transform:uppercase;
}
#mosright {
	text-align: center;
}
div#colLeft .moduletable_menu ul, #mosright ul, #mosright table, div#colLeft .moduletable table {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	text-align: left;
}
div#colLeft .moduletable_menu ul li, #mosright ul li {
	margin: 0px;
	list-style: none;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	width: 195px;
}
div#colLeft .moduletable_menu ul li a, #mosright ul li a {
	background:#FFFFFF;
	color:#4c4c4c;
	display:block;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	line-height: 19px;
	text-indent: 18px;
}
div#colLeft .moduletable_menu ul li a:hover, #mosright ul li a:hover {
	background:#333333 url(../images/libg.gif) no-repeat scroll left top!important;
	color:#00cb86!important;
	text-decoration:none;
}
#current a {
	background:#333333 url(../images/libg.gif) no-repeat scroll left top!important;
	color:#00cb86!important;
	text-decoration:none;
}
/* Custom Edit */

span.download
{
	display: block;
	padding: 10px 10px 10px 45px;
	margin: 15px 0;	
	color: #57861A;
	border-top: 3px solid #019b67;
	border-bottom: 3px solid #019b67;
	background: #EEF7DD url(../images/status-download.png) 10px 50% no-repeat;
}
