﻿@charset "utf-8";
/* CSS Document */

* {margin:0;padding:0;} 

body {
	background-color: black;
	background-image:url(../images/bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
	color: white;
	font-family: Arial, Helvetica, "Trebuchet MS", sans-serif; color: #c7c7c7; line-height: 140%; font-size: 14px;
}


#wrap {
	margin: 0 auto;
	width: 963px;
	background-image:url(../images/bg.jpg);
}


#top {
	width: 963px;
	height: 119px;
	display: block;
	background-image:url(../images/top.jpg);
}


#topmenu {
	width: 763px;
	float: right;
	height: 24px;
	text-align: left;
	padding-top: 4px;
	font-size: 11px;
	background-color: transparent;
	text-align: right;
	}
	
#flags {
	float:right;
	width: 200px;
	height: 24px;
	padding-top: 5px;
	text-align: left;
}
	


#topmenu li {
	list-style-type: none;
}

#topmenu a {
	padding-left: 18px; color: #c1c1c1;
}

#topmenu a:hover {
	color: #fff71f;
}



#menu {	
	position: relative;
	top: 100px;
	left:1px; 
	top: 18px;
	float: right;
	width: 680px;
	height: 73px;
	display: block;
}

#left {
	width: 284px;
	float: left;
	padding-top: 264px;
	background-image:url(../images/left.jpg);
	background-repeat: no-repeat;
	padding-bottom: 50px;
}


#content {
	width: 639px;
	float: right;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
}

#footer_content {
	margin: 0 auto;
	width: 963px;
	height: 53px;
	padding-top: 10px;
	display: block;
	background-image:url(../images/footer.jpg);
}


#content img { padding: 8px;}

#left .moduletable { 
	width: 244px;
	padding-left: 20px;
	padding-right: 20px;
	background-image:url(../images/mod_top.png);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 14px;
	padding-bottom: 20px;
	
}




/* DROPDOWN MENU CSS END*/

ul#menulist_root { z-index:100; list-style-type: none; margin: 0; padding: 0; }

ul#menulist_root li {float:left; margin: 0; padding: 0; list-style-type: none;}
 
#menu a.mainlevel  { color: #ffde00; padding-left: 14px; padding-right: 14px; border-right: 1px #4e4e4e solid; height: 47px; padding-top: 24px;   }

#menu a.mainlevel:hover { color: white; background-image:url(../images/menubg.png); }


#menu a.mainlevel.active { color: white; background-image:url(../images/menubg.png); }




#menulist_root {
  float:left;
  list-style:none;
  line-height:2em;
  background:transparent;
  margin:0;
  padding:0;
}
 
#menulist_root a.mainlevel {
  display:block;
  text-decoration:none;
}
 
#menulist_root li  {
  float:left;
  padding:0;   
  
}

#menulist_root li a.mainlevel {
  z-index:20;	
}


#menulist_root li ul {
  position:absolute;
  left: -999em;
  margin:0;
  width: 155px;
}

#menulist_root li ul a.sublevel {
	position: relative;
	left: -1px;
	top: 1px;
	display: block;
  	color:#e2e2e2;
	width: 163px;
	font-weight:normal;
	line-height: 1.5em;
  	padding: 10px 12px 10px 10px;
	background-color: #242423;
	z-index:10000;
	border-left: 1px #4e4e4e solid;
	border-right: 1px #4e4e4e solid;
	border-bottom: 1px #4e4e4e solid;
}


#menulist_root ul li ul li a.sublevel { position: relative; left: 184px; top: -30px; display: block; width: 185px; z-index:7000; }

#menulist_root li ul a.sublevel:hover {
  	background-color: #228ad7;
  	text-decoration: none;
  	color:#000;
	background-color: #ffde00;
}

 
#menulist_root li li {
  list-style-type: none;
}
 
#menulist_root li:hover ul ul,#menulist_root li:hover ul ul ul,#menulist_root li.sfhover ul ul,#menulist_root li.sfhover ul ul ul{ left:-999em; }
 
#menulist_root li:hover ul,#menulist_root li li:hover ul,#menulist_root li li li:hover ul,#menulist_root li.sfhover
  ul,#menulist_root li li.sfhover ul,#menulist_root li li li.sfhover ul {
  left:auto;
  z-index:6000;
}



/* DROPDOWN MENU CSS END*/






a:focus, a:hover, a:active { outline:none } 	

p {margin-top: 8px;margin-bottom: 12px; font-family: Helvetica, Arial, "Trebuchet MS", sans-serif; color: #c7c7c7; line-height: 150%;}

h1, h2, h3, h4, h5 {padding-bottom: 3px;margin: 18px 0 10px 0;font-weight: normal;line-height: 110%; font-family: Helvetica, Arial, "Trebuchet MS", sans-serif;}

h1 {font-size: 23px;line-height: 110%; font-weight:bold; color: #fff;}
h2 {font-size: 17px;line-height: 125%; font-style:italic; color: #fff71f; padding-bottom: 8px;}
h3 {font-size: 17px; font-weight:bold; color: #fff;}
h4 {font-size: 16px;line-height: 120%; color: #fff;}
h5 {font-size: 14px;text-transform: uppercase;}

b, strong {
	color: #f3f3f3;
}

a {text-decoration: none; color: #fff71f;}
a:hover {text-decoration: underline; color: #fffca3;}
a:focus, a:hover, a:active { outline:none } 

a.readon { float: right; text-align: right; width: 100%;}

.clr {clear: both;}
legend {padding:0;margin:10px 0 4px;font-weight:bold;}

object {
	outline: none;
}

img {
	 border: 0;
}

ul li {
	padding: 2px;
}

table td {
	padding: 2px;
}

hr {
border: 0;
height: 1px;
background-color:#3c3c3c;
display: block;
width: 95%;         
margin-top:  10px;

}

.article_separator {
border-top: 1px solid #3c3c3c;
display: block;
width: 95%;         
margin-top:  10px;
}




select,.inputbox{padding:2px;padding-top:2px;padding-left:5px;margin-bottom:6px;}
textarea{padding-left:2px;}
.button,input.button,a.button{border:1px solid #606060;padding:1px 5px!important;text-decoration:none;cursor:pointer;}
#search .inputbox{border:1px solid #cdcdcd;color:#000;}
.button:hover{color:#000;cursor:pointer;white-space:nowrap;cursor:pointer; background-image:url(../images/form_bg.png); background-position: top right; background-repeat: no-repeat}
.button:active,.button:focus{border:1px solid #ffde01; background-image:url(../images/form_bg); background-position: top right; background-repeat: no-repeat}

input {border:1px solid #cdcdcd;background:#fff;color:#000;}
input:hover, input:focus {border:1px solid #ffde01;color:#000; background-image:url(../images/form_bg.png); background-position: top right; background-repeat: no-repeat }
.inputbox{border:1px solid #cdcdcd;background:#fff;color:#000;}
.inputbox:hover,.inputbox:focus{border:1px solid #ffde01;color:#000; background-image:url(../images/form_bg.png); background-position: top right; background-repeat: no-repeat}

#left .inputbox{border:1px solid #cdcdcd;background:#ffffff;color:#3e3e3e;}
#left .inputbox:hover,.inputbox:focus{border:1px solid #ffde01;color:#000; background-image:url(../images/form_bg.png); background-position: top right; background-repeat: no-repeat}


input[type="radio"],input[type="checkbox"] { border:0; background-color: transparent; }
#left input[type="checkbox"] { border:0; background-color: transparent; }
#left input:hover[type="checkbox"] { border:0; background-color: transparent; }



.readmore-link {
	float: right;
	font-weight: normal;
}
.comment-link {
	float: left;
	font-weight: normal;
}

#content .componentheading { padding:0; margin: 0; }

#content .contentpaneopen .contentheading { font-size: 120%; color: #ffde01; padding:0; margin: 0; }
#content .contentpaneopen .small { font-size: 75%; padding:0; margin: 0; color: #434343; }
#content .contentpaneopen .createdate { font-size: 75%; padding:0; margin: 0; color: #434343; float: right; position:relative; top: -18px; }
#content .contentpaneopen span { }

#content .contentpaneopen h1 { padding-bottom: 5px; padding-top: 15px; margin: 0;}

.pagenavcounter {
	font-size: 75%; padding:0; margin: 0; color: #616161; float: right; 
}

#content_left form label {
 padding: 0; margin: 0; margin-top: 5px; padding-top: 5px;
}

#content ul li {
	margin-left: 24px;
	padding-top: 4px;
}


fieldset {
	border:1px solid #2f2f2f;
}

tr.sectiontableentry1 {
	background-color: #171717;
}
tr.sectiontableentry2{
	background-color: #232323;
}


#com-form-login-username, #com-form-login-password, #com-form-login-remember {
	padding-left: 8px; padding-right: 8px; padding-top: 1px; padding-bottom: 1px;
}

.button {
	margin: 8px;
}

#content table.contentpaneopen td, #content table.contentpaneopen span, #content table.contentpaneopen div  {
	padding: 0px;
}




/* LATEST NEWS MODULE */


ul.latestnews {
	width: 238px;
	border: 1px #292929 solid;
	padding: 0;
	margin: 0;
	position: relative;
	left: 2px;


}


li.latestnews {
	list-style-type:none;
	color: silver;
	border-bottom: 1px #292929 solid;
	padding-left: 8px; 
	padding-right: 8px;
	padding-top: 5px;
	padding-bottom: 3px;
	background-color: #080808;

}



li.latestnews a {

}

li.latestnews a:hover {
	color: #ffde01;

	text-decoration: none;

}


/* LATEST NEWS MODULE END */





/* POLLS*/
.contentpane .pollstableborder {
 border:1px solid #3b3b3b;
 padding: 6px;
 text-align: left;
}

.contentpane .pollstableborder .sectiontableentry0  { 
background-color: #121212; height: 20px;
}
.contentpane .pollstableborder .sectiontableentry1  { 
}

.contentpane .pollstableborder .sectiontableheader {
 color:#fff;
 font-size: 1.30em;
}

.contentpane .pollstableborder img {
 padding-right: 10px; 
}

.contentpane .pollstableborder strong {
 margin: 12px; color: #f344d4; font-size: 130%; font-weight:normal;
}

.contentpane .pollstableborder td { padding: 2px;
}





/* POLLS END*/



html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 63px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -63px; /* negative value of footer height */
	height: 63px;
	clear:both;} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#header_hotslider {
position: relative; left: -4px;
}

#faqslider span { cursor:pointer; color: #fff71f;}
#faqslider span:hover { color: #fffca3; padding-left: 5px;}


/* Styles for lists of attachments */

div.attachmentsContainer { 
    clear: both;
    margin: 0 0 0.5em 0;
}

div.attachmentsList table {
    background-color: transparent;
    border: 1px solid #000;
}


div.attachmentsList caption {
    font-size: 110%;
    font-weight: bold;
    text-align: left; 
}

div.attachmentsList thead {
    font-size: 90%;
    font-weight: bold;
    background-color: #EEEEEE;
}

div.attachmentsList th {
    border: 1px solid #323232;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;  
}

div.attachmentsList tr.odd {
    background-color: transparent;
}

div.attachmentsList tr.even {
    background-color: black;
}

div.attachmentsList td {
    vertical-align: top;
    padding-left: 5px;
    padding-right: 5px;
}

div.attachmentsList table a { 
   
}

div.attachmentsList table img {
    vertical-align: text-bottom;
    border: 0;              
}

div.attachmentsList img#link {
    margin-left: -16px;
}


div.addattach img {
    padding-right: 3px;
}
div.addattach a.at_icon:link    { text-decoration: none; }
div.addattach a.at_icon:visited { text-decoration: none; }
div.addattach a.at_icon:hover   { text-decoration: none; }
div.addattach a.at_icon:active  { text-decoration: none; }


div.attachmentsList a.at_icon {
    padding-right: 4px;
}
div.attachmentsList a.at_icon:link    { text-decoration: none; }
div.attachmentsList a.at_icon:visited { text-decoration: none; }
div.attachmentsList a.at_icon:hover   { text-decoration: none; }
div.attachmentsList a.at_icon:active  { text-decoration: none; }

div.attachmentsList a.at_url:link     { text-decoration: none; }
div.attachmentsList a.at_url:visited  { text-decoration: none; }
div.attachmentsList a.at_url:hover    { text-decoration: underline; }
div.attachmentsList a.at_url:active   { text-decoration: none; }

div.attachmentsList td.at_file_size { text-align: right; }

div.attachmentsList th.at_downloads { text-align: center; }
div.attachmentsList td.at_downloads { text-align: center; }

div.attachmentsList th.at_edit { text-align: center; }
div.attachmentsList td.at_edit { text-align: center; }


/* Style for the 'Add Attachment' link */

div.addattach { margin-top: 4px; }

div.addattach a:link    { color : red; text-decoration: none; }
div.addattach a:visited { color : red; text-decoration: none; }
div.addattach a:hover   { color : red; text-decoration: underline; }
div.addattach a:active  { color : red; text-decoration: none; }

div.addattach a img { vertical-align: text-bottom; }


/* ---- Misc ----- */


div.requestLogin h1 {
    color: #135cae;
    font-size: 130%;
    line-height: 130%;
}

div.requestLogin h2 {
    font-size: 115%;
    line-height: 115%;
}

div.requestLogin h2 a {
    font-size: 100%;
    font-weight: bold;
}

/* Styles for warnings */
div.warning {
    margin-left: 20px;
    margin-top: 10px;
}

div.warning h1 {
    line-height: normal;
    font-size: 200%;
    font-weight: bold;
    text-align: center;
    color: red;
}

div.warning h2 {
    line-height: normal;
    font-size: 150%;
    font-weight: bold;
}


/* Styles for delete warnings */
div.deleteWarning {
    margin-left: 20px;
    margin-top: 10px;
}

div.deleteWarning h1 {
    line-height: normal;
    font-size: 200%;
    font-weight: bold;
    text-align: center;
    color: red;
}

div.deleteWarning h2 {
    line-height: normal;
    font-size: 150%;
    font-weight: bold;
    text-align: center;
}

td.at_description {
	padding:4px;
}
