/* #######################  GENERAL SETTINGS ############################ */
html{
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
}

html.body{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #DEF0F7;
	margin-top: 0px;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin-top: 0px;
	background-image: url(../images/body_background.png);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #000;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}
.logo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
}
#fullheight {
	height:100%
}
#sub_title_left {
	background-image: url(../images/sub_header_left.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
}
#left_column {
	padding-right: 43px;
	padding-left: 42px;
	background-color: #000;
	background-image: url(../images/left_column_top_background.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#content_column {
	height: 90%;
	background-color: #000;
	background: url(../images/content_top_right_background.png) no-repeat right top;
	padding-right: 42px;
	padding-left: 8px;
}

.lang_change {
	padding-right: 35px;
	padding-top: 5px;
}
#sub_title_right {
	background-image: url(../images/sub_header_right.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 10px;
	padding-bottom: 13px;
}



/*  Global Formatting */
h1 {font-size:16px;line-height: 1em;font-weight: 900;}
h2 {font-size:15px;line-height: 1em;font-weight: 900;}
h3 {font-size:14px;line-height: 1em;font-weight: 900;}
h4 {font-size:13px;line-height: 1em;font-weight: 900;}
h5 {font-size:12px;line-height: 1em;font-weight: 900;}
h6 {font-size:11px;line-height: 1em;font-weight: 900;}
td{font-size: 12px;}
th{font-size: 12px;}
a {color: #def0f7;}
a:hover {color: #def0f7;}
a:visited {color: #def0f7;}
a.image, a.image:hover  {border:0;}

/* #######################  END GENERAL SETTINGS ############################ */


/* ######################  LAYOUT SETTINGS       ############################## */
/* Add here Div Wrappers of table formatting to layouts custom stuff*/
/* ######################  LAYOUT SETTINGS       ############################## */

/*##################### NAVIGATION SECTION #####################*/
/* Pathway Breadcrumbs */	
.pathway {
	font-size: 10px;
	color:#def0f7;
	font-weight: bold;
}
a.pathway:link {
	color:#def0f7;
	font-weight: normal;
}
a.pathway:visited {
	color:#def0f7;
}
a.pathway:active {
	color:#def0f7;
}
a.pathway:hover {
	color:#def0f7;
	text-decoration:underline;
}

/* Mainlevel menu */
.mainlevel {height: 20px;}

a.mainlevel {
	display: block;
	color: #def0f7;
	background-image: url(../images/left_menu_item_background.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 10px;
}
	
a.mainlevel:hover {
	color: #000;
	background-image: url(../images/left_menu_item_background_hover.png);
	background-repeat: no-repeat;
	background-position: left top;
}	

a.mainlevel:visited {
	color: #def0f7;
}	

#active_menu.mainlevel {
	color: #000;
	background-image: url(../images/left_menu_item_background_hover.png);
	background-repeat: no-repeat;
	background-position: left top;
}
/* End Mainlevel menu */
	
/* Sub Menu */
.sublevel{height: 20px;}

a.sublevel {
	display: block;
	background-image: url(../images/left_submenu_item_background.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 10px;
}

a.sublevel:hover {
	background-image: url(../images/left_submenu_item_background_hover.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	color: #999;
}
#active_menu {
	color: #999;
	background-image: url(../images/left_submenu_item_background_hover.png);
	background-repeat: no-repeat;
	background-position: left top;
}
/* 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: none;
	height: 18px;  
	color: #FFFFFF;
}

table.moduletable td {height: 18px;}

/* Add here Custom Modules */

/* End Custom Modules */

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


/* #############  CONTENT - SECTIONS & CATEGORIES ###########################*/
.contentheading {
font-size: 18px;
width: 100%;
font-weight: bold;
color: #999;
}

/* content title and links */
.contentpagetitle {background-color : none; }
a.contentpagetitle,a.contentpagetitle:link, a.contentpagetitle:visited 
{text-decoration: none;font-weight: normal; color: #FF6600;border-bottom: 0px;}
a.contentpagetitle:hover {color: #000;border-bottom: 0px  dashed #CCCCCC;text-decoration: none;}

/* top box like a category description */
.contentdescription {
	background-color : none;
}

/* Main Body Text */
.contentpane {
	background: none;
}
.contentpaneopen {
	color: #DEF0F7;
	width: 602px;
}
/* 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: #333; font-size:.8em; font-weight: normal;}
.modifydate {font-size: 10px;color: #666;text-decoration: none;font-weight: normal;}
.newsfeeddate {font-size: 10px;color: #FF6600;font-weight: normal;}
/* Dates */

/* Writen by Authors name */
.small {color: #333;}

/* Page navigation links "<<< 1 of 10 next >>>" */
.pagenav{font-size: 10px; font-weight: bold; color: #DEF0F7; }
.pagebar{font-size: 10px;}
.pagenav_prev{font-size: 10px; font-weight: bold; color: #DEF0F7; }
.pagenav_next{font-size: 10px; font-weight: bold; color: #DEF0F7; }
a.pagenav {color: #DEF0F7; font-weight: bold; border-bottom: 0;}
a.pagenav:hover {color: #DEF0F7; font-weight: bold; border-bottom: 0;}
.pagenavcounter{	height: 10px;  }
.back_button{font-size: 12px; height: 15px;  }	

/* Read more link */
.readon{
font-family: Arial, Verdana, Helvetica, sans-serif; 
font-size: 13px; color:#576E90;font-weight: bold;
}


/* Article index  {mospagebreak} */
table.contenttoc {
	padding: 0px;
	margin: 2px;
	font-size: 12px;
	}
	
table.contenttoc th {
background: #2F3E57; 
color: White;
}
	
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 {
    font-size: 1.5em;
    font-weight: bold;
    color: #999999;
    text-align:left;
    margin-top: 1.5em;
	 background-color: none;
	}
	
/* Sectiontable Table types listings Faqs's, weblink etc..*/
.sectiontableheader {
	background-color : #999999;
	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; }

.sectiontableentry2 a {
	color: #323232;
}
/* End Sectiontable */

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


/* blogsection */
.blog {background-color : none;}
.blogsection{	height: 18px;  }
.blog_more{	height: 18px;  }
.blog_heading {	height: 18px;  }
/* space from bottom of article */
.article_seperator{background-color : none;}
/* End blogsection */

/* Search Form Module*/
.search {height: 18px;}
/* results if not search google */
.searchintro{height: 18px;}
/*Search Form keyword highlight*/
.highlight {
border: 1px dashed #010101;
background: #DDEEFF;
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 {
font-family: Arial, Verdana, Helvetica, sans-serif; 
background-color:#FFFFFF; font-size: 13px; color: #333;
}
.inputbox {background: none;}
.text_area {background: none;}
/* 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 : 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 ###################### */

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #DEF0F7;
	background-color: #323232;
	height: 30px;
}
#mainlevel-nav {
	text-align: right;
	padding-right: 15px;
	margin-top: 15px;
}
#mainlevel-nav li {
	display: inline;
	list-style-type: none;
	padding-left: 40px;
	vertical-align: middle;
}
#mainlevel-nav li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #DEF0F7;
	text-decoration: none;
}
#mainlevel-nav li img {
	margin-right: 10px;
}
