/* *********************** GENERAL SETTINGS     *********************** */
html, body{
	font: 11px Arial, Helvetica, sans-serif;
	color: #999;
	background: #fff url(../images/bodybg.gif) top repeat-x;
}

* { padding: 0px; margin: 0px; } 
/*  Global Formatting */
h1 {font-size:24px;font-weight: normal; color: #999; letter-spacing: -2px; line-height: 28px; text-align: center; padding:4px;}
h2 {font-size:20px;font-weight: bold; color: #999; letter-spacing: -1px; line-height: 22px;padding:4px;}
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: #8ad508; text-decoration: none;}
a:hover {color: #8ad508; text-decoration: underline;}
a.image, a.image:hover  {border:0;}
li{ margin: 10px;}
/* 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;
}

body.published {
background: #AADDFF;
}

body.mceContentBody {
background: white;
}

#desTop  { background: transparent; position: relative; width: 800px; height: 80px; clear: both }


#desTop #logo {
	position: absolute;
	left: 16px;
	top: 13px;
}

#desTop2 {
	height: 250px;
	width: 800px;
	background: #000 url(../images/topbg.jpg) top no-repeat;
	position: relative;
}

#desTop2 .dt2h1 {
	color: #ffffff;
	position: absolute;
	top: 100px;
	left: 450px;
	font: normal 40px Arial, Helvetica, sans-serif;
	line-height: 45px;
	letter-spacing: -1px;
}

#desTop2 .dt2h2 {
	color: #fff108;
	position: absolute;
	top: 140px;
	left: 400px;
	font: normal 30px Arial, Helvetica, sans-serif;
	line-height: 35px;
	letter-spacing: -1px;
}

#desTop2 h1 {
	color: #ffffff;
	position: absolute;
	top: 100px;
	left: 450px;
	font: normal 40px Arial, Helvetica, sans-serif;
	line-height: 45px;
	letter-spacing: -1px;
}

#desTop2 h2 {
	color: #fff108;
	position: absolute;
	top: 140px;
	left: 400px;
	font: normal 30px Arial, Helvetica, sans-serif;
	line-height: 35px;
	letter-spacing: -1px;
}

#desTop2 h2 span {
	color: #ff0;
	text-transform: uppercase;
	margin-left: 115px;
	font: normal 18px Arial, Helvetica, sans-serif;
	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;
}

#desTop2 #search #stitle span {
	color: #81e400;
}

#desTop2 #search .moduletable {
	width: 270px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#menu { width: 800px; height: 33px; background: url(../images/menubg.png) bottom no-repeat;}
#menu ul { text-align: center; width: 800px; height:20px; margin-top:-10px;   position:relative; top:50%; }
#menu li { list-style: none; text-align: center; margin: 0px 26px 0px 26px; display: inline; text-decoration: none; font-weight: bold; color: #81e400; font-size: 12px; }
#menu ul li a { color: #fff; }
#menu ul li a:hover { color: #81e400; }

#contentMain {
	margin: 10px 0px;
	padding: 0px 20px 0px 0px;
}

.newsflash .moduletable th {
	color: #333;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0px;
	padding-top: 2px;
}

#colLeft {
	float: left;
	width: 200px;
	margin: 10px 5px;
	background: #ffffff;
}

#colLeft img {
	margin: 10px;
	
}

#colLeft table.moduletable 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: #8ad508;
}

#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;
}

#mod_login_username, #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: right;
	width: 555px;
	margin: 10px 5px 10px 10px;
	padding: 10px;
	background: #ffffff;
	font: 14px Arial, Helvetica, sans-serif;
	color: #999;
}

#colRight p {
	padding : 4px;
}

/* Carrousel images */
.yui-carousel-element li {
    height: 301px;
}
/* end carroussel images */

/* Style for disponibility stuff */
.yui-skin-sam .yui-calendar td.dispo {
	background:#00FF00 none repeat scroll 0 0;
	color : #000000;
}
.yui-skin-sam .yui-calendar  td.ndispo {
	background:#FF0000 none repeat scroll 0 0;
	color : #FFFFFF;
}

#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: #999;
	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: #81e400;
	text-decoration: none;
	background: #333 url(../images/libg.gif) top left no-repeat;
}

#active_menu:hover {
	color: #81e400;
}

/* End Mainlevel menu */
	
/* Sub Menu */
.sublevel {height: 17px;}

a.sublevel {
	background: #fff;
	color: #aaa;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 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 { 
	font: bold 14px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	line-height: 20px;
	color: #8ad508;
	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: #81e400;
}

.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: #8ad508;
	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: #8ad508;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: #8ad508; text-decoration: none; font-weight: bold; }
a.pagenav:hover {color: #8ad508; 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: #8ad508;
	font-weight: bold;
	text-decoration: none;
}

.readon:hover {
	text-decoration: underline;
	color: #8ad508;
}

/* Article index   */
table.contenttoc {
	padding: 0px;
	margin: 2px;
	font-size: 12px;
	}
	
table.contenttoc th {
background: #8ad508; 
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 : #A2BF06;
	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: #8ad508; text-decoration: none; }
.blogsection:hover {
	color: #8ad508;
	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: #8ad508;
}

/* 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: #81e400;
	text-align: left;
   }

.pagetext {
	visibility: hidden;
	display: none;
   }

	/*Body of the form*/
.adminform{background-color : #FFFFFF;}
/* *********************** End TABBED EDITING *********************** */
