body {

	text-align: center; /* required for centering the page in IE */

	margin: 0px;

	padding: 0px;

	background-image: url(../images/cp_bg.png);

	background-repeat: repeat-x;

	font-family: Arial, sans-serif;

	font-size: 12px;

	color: #CCCCCC;

	line-height:20px;

	background-color: #222222;

}

h1, h2, h3, h4, p, ul, li {

	margin: 0px;

	padding: 0px;

	font: 12px Arial,sans-serif;

	}



h1,h2,h3,.componentheading, .contentheading{font: normal normal 200% "Trebuchet MS",Arial,sans-serif; font-weight:bold;color: #F00;}

h2{font-size:160%}

h3{font-size:120%}

html, body {

  

height: 100%;

width: 100%;

}	



#left .moduletable, #left .moduletable_menu, #right .moduletable, #right .moduletable_menu, #right .moduletable_text, #left .moduletable_text {

padding:6px;

}



a:link ,  a:visited{

	text-decoration: underline;	

	color: #F00;

	font-weight: bold;

}

a:hover {

	text-decoration: none;

		color: #FFF;

			font-weight: bold;



}



#wrapper {

position:static;

	width: 990px;

	margin: 0 auto; /* centering the page */

	text-align: left;

padding-bottom:45px



	}

#header {

position:static;

	height: 118px;

	background-image:url(../images/head.png)

	}



#Menu{

position:static;

background-image:url(../images/menu.png);

	width: 990px;

	height:28px;

}



#container {

	background-repeat: repeat-y;

	background-image:url(../images/body-none.png)





	}

#innerContainer {



	margin-right: 12px;

	margin-left: 12px;

	height:100%;

}

#left {

	float: left;

	width: 166px;





	position:relative;





	}

	

#right {

float:right;

width:166px;

}



.latestnews, .mostread, .popular{

	font: 11px Arial,sans-serif;

list-style-type:none;



}

li.mostread, li.latestnews{

	padding-bottom:4px;



}



li.mostread a:link, li.latestnews a:link, li.higestrated a:link, li.mostread a:visited, li.latestnews a:visited, li.higestrated a:visited{

	padding-left: 14px;

	background-image: url(../images/starbullet.gif);

	background-repeat: no-repeat;

	background-position: left 2px;



}

li.mostread a:hover, li.latestnews a:hover, li.higestrated a:hover{

	background-image: url(../images/starbullet-hover.gif);

	background-repeat: no-repeat;

	background-position: left 2px;



}

#content {

	float:right;

	padding-top: 15px;

	padding-right: 15px;

	padding-bottom: 15px;

	width:936px;

	}

	#content p {

		line-height:20px;

	font: 12px;



	}

	#content ul{

	list-style-type: none;

	}

	#content li{

				line-height:20px;

					font-size: 12px;

							padding-left:14px;

		background-image: url(../images/bluearrowbullet.png);

	background-repeat: no-repeat;

	background-position: left 4px;

	}



#clear {

	height: 0px;

	clear:both;	



	}

	.clear {

    clear: both;

    display: block;

    height: 1px;

    overflow: hidden;

    margin: 0;

    padding: 0;

}

#footer {

	height: 50px;

	clear:both;

	text-align:center;

	background-image:url(../images/footer.png)	}



#search {

float:left;

width:150px;

padding-top:1px;



}

/*Horizontal Nav*/


  /* =======================================
    Top Menu aka Main Menu
    ======================================= */
.moduletable_topmenu{
   padding:2px;
   color: #000;
   height: 24px;
   margin: 0;
   width: 650px;
  /* font-size: 90%;*/
   text-align:center;
   float: none;
}

/*
.moduletable_topmenu h3 {
   background:#666;
   color:#fff;
   padding:0.25em 0;
   text-align:center;
   font-size:1.1em;
   margin:0;
}*/

.moduletable_topmenu ul{
   list-style: none ;
   margin: 0;
   padding: 0;
   float: none;
   /*border: 1px solid #F00;*/
   text-align:center;
}

.moduletable_topmenu ul li {
	border-bottom: none;
}

.moduletable_topmenu li{
   margin: 0px 15px 0px 0px;
   float: left;
   text-align:center;
   border-bottom: none;
}
.moduletable_topmenu li ul {
	position: absolute;
	width: 167px;
	left: -999em;
   border: 2px solid #494949;
	/*border-bottom: none;*/
   top: 22px;
	/*left: 140px;*/
}
.moduletable_topmenu li:hover ul {
   left: auto;
}
.moduletable_topmenu li ul li {
   width: 160px;
   padding: 0;
   /*border-bottom: 1px solid #474748;*/
}

.moduletable_topmenu li a{
   display: block;
   padding: 5px;
   /*background-color:#fff;*/
   color: #000;
   font-weight: bold;
   text-decoration: none;
}
html>body .moduletable_topmenu li a {
   width: auto;
}

.moduletable_topmenu li ul li a {
   width: 160px;
   background-color: #000;
   color: #fff;

   filter:alpha(opacity=80);
   -moz-opacity: 0.8;
   opacity: 0.8;
}


.moduletable_topmenu li a:hover,a#active_menu:link,a#active_menu:visited{
   color: #FFF;
   text-decoration: none;
    background-image: url(../images/menu.png) repeat-y top left;
   filter:alpha(opacity=100);
   -moz-opacity: 1.0;
   opacity: 1.0;
}

.moduletable_topmenu li ul li a:hover {
   background-color: #000;
   color: #fff;
  /* background: url(../images/vertnavbutton.png) repeat-y top left; */
  background-image: url(../images/buttonhover.png) repeat-y top left;
}

.moduletable_topmenu li:hover ul, .moduletable_topmenu li.sfhover ul {
   left: auto;
}


.moduletable_topmenu ul li.active a {
   color: #FFF;
   text-decoration: none;
}
.moduletable_topmenu li.parent.active a {
   color: #FFF;
   text-decoration: none;
}
.moduletable_topmenu li.parent.active a:hover {
   color: #FFF;   
}

.moduletable_topmenu li.parent.active ul li a {
   color: #fff;
   text-decoration: none;
}
.moduletable_topmenu li.parent.active ul li a:hover {
   color: #fff;
   text-decoration: none;
   background-image: url(../images/menu.png) repeat-y top left;
}

#top_menu {

	float: right;
	/*background-color: #F00;*/
}
/*
#nav {

	float: right;

}

#nav ul,#nav li{

	list-style-type:none;

	margin:0;
}

#nav li {

	float:left;

	font-size: 12px;

	text-align: center;

	display: inline;

	vertical-align: middle;

	border-right-width: 1px;

	border-right-style: solid;

	border-right-color: #666666;

}

#nav a {

	float:left;

	height: 16px;

	line-height: 26px;

	text-decoration:none;	

	color: #FFFFFF;

	font-weight: bold;

	padding-left:15px;

	padding-right:15px;

}



#nav a:hover {

	color: #fff;

	background-repeat: repeat-x;

	background-position: 0px;

	background-image: url(../images/buttonhover.png);

	background-color: #F00;

}



#nav li.activelink a,#nav li.activelink a:hover{

	color: #fff;

	background-image: url(../images/buttonhover.png);

	background-color: #F00;

}



#nav a:link#active_menu-nav, #nav a:visited#active_menu-nav{

	color: #fff;

	background-image: url(../images/buttonhover.png);

	background-color: #F00;

}
*/
	/*Vertical Nav*/

.menu {  list-style-type: none;text-indent: 5px; position:relative;

	margin-left:-6px;}



ul.menu

{	

	padding-left: 0;

	list-style-type: none;

	font-family: Arial, Helvetica, sans-serif;

}



ul.menu a

{

display: block;

padding: 3px;

width: 160px;

background-color: #000;



border-bottom: 1px solid #333333;

}



ul.menu  a:link,  ul.menu  a:visited

{

	color: #FFF;

	text-decoration: none;

	font-weight: bold;

		background-image:url(../images/vertnavbutton.png);

background-repeat:repeat-x;
}

ul.sfhover  a:link,  ul.sfhover  a:visited

{

	color: #FFF;

	text-decoration: none;

	font-weight: bold;

		background-image:url(../images/buttonhover.png);

background-repeat:repeat-x;

}



ul.menu  a:hover

{

background-color: #000;

color: #fff;

background-image:none;

		background-image:url(../images/vertnavbutton-hover.png);

background-repeat:repeat-x;



}

ul.menu .active a

{

background-image:none;

background-color: #000;

color: #fff;

		background-image:url(../images/vertnavbutton-hover.png);

background-repeat:repeat-x;



}

/* default */



.adminform {

}

.article_seperator {

}

.back_button {

}

.blog {
	

}

.blog_more {

}

.blogsection {

}

.button {



}

.buttonheading {

}

.category {

}

.clip {

}

.componentheading {



	font-family: "Trebuchet MS",Tahoma, Verdana, Arial;

	font-size: 20px;

	font-weight: bold;

	color: #F00;

	padding-top: 5px;

	padding-bottom:10px;



}

.contact_email {

}

.content_rating {

}

.content_vote {

}

.contentdescription {

}

.contentheading {

	font-family: "Trebuchet MS".Tahoma, Verdana, Arial;

	font-size: 20px;

	font-weight: bold;

	color: #F00;

}

.contentpagetitle {

}

.contentpane {

}

.contentpaneopen {

}

.contenttoc {

}

.createdate {

}

.dtree {

}

.dTreeNode {

}

.editlinktip {

}

.expander {

}

.highlight {

}

.inputbox {

}

.item {

}

.message {

}

.message {

}

.modifydate {

}

.module {

}



.mosimage {

}

.mosimage_caption {

}

.mostread {

}

.newsfeed {

}

.node {

}

.pagenav {

}

.pagenav_next {

}

.pagenav_prev {

}

.pagenavbar {

}

.pagenavcounter {

}

.paramlist {

}

.pathway {

}

.poll {

}

table .pollstableborder{



text-align:left;

}

.pollstableborder td 



{



text-align: left;



}

.profiler {

}

.readon {

}

.row1 {

}

.row2 {

}

.search {

padding-top:1px;

margin-left:20px;

}

.searchintro {

}

.sectiontableentry1 {

}

.sectiontableentry2 {

}

.sectiontablefooter {

}

.sectiontableheader {

}

.small {

}

.smalldark {

}

.syndicate {

}

.syndicate_text {

}

.tab {

}

.tabclass1 {

}

.tabclass2 {

}

.tab-page {

}

.text_area {

}

.toclink {

}

.toolbar {

}

.tooltip {

}

.wrapper {

}

h3 {

	font-family: "Trebuchet MS",Tahoma, Verdana, Arial;

	font-size: 18px;

	font-weight: bold;

	color: #F00;

	padding-top: 5px;

	padding-bottom:5px;

}

h2 {

	font-family: "Trebuchet MS",Tahoma, Verdana, Arial;

	font-size: 20px;

	font-weight: bold;

	color: #F00;

	padding-top: 5px;

	padding-bottom:5px;

}

#mod_login_password, #mod_login_username {



width:145px;

color: #FFF;

}



#mod_search_searchword {

	width:145px;



	background-image: url(../images/searchBackground.png);

	background-repeat: repeat-x;

}



#mod_search_searchword.inputbox:hover, #mod_search_searchword.inputbox:focus {



	border: 1px solid #66B5FF;;

	color: #000;

	



}

form {



	margin: 0;



	padding: 0;



}







input, select {



	font: 12px "Lucida Grande",	 Arial,sans-serif;



}







select, .inputbox {



	padding: 2px;

	padding-top:2px;

	padding-left:5px;



}







textarea {



	padding-left: 2px;



}







.button, input .button {



	border: 1px solid #2F2F2F;





	padding: 1px 5px!important;



	background: url(../images/vertnavbutton.png) repeat-x top #333;



	color: #FFFFFF;

	

	



}



.button:hover  {

	background: url(../images/button-bg.gif) repeat-x top #66B5FF;

	color: #fff;

	 cursor: pointer;

white-space: nowrap;

cursor: hand;

}



.button:active, .button:focus {



	border: 1px solid #222222;



}







.inputbox {



	border: 1px solid #3F3F3F;

	background: #2F2F2F;

	color: #666;

	



	}

	



#left .inputbox {

	background-image: url(../images/vertnavbutton.png);

	background-repeat: repeat-x;

	

		

}

.inputbox:hover, .inputbox:focus {



	border: 1px solid #606060;

	color: #FFFFFF;

	



}

fieldset.js_loginflat {border:0px; padding:8px; margin-left:12px;margin-right:12px; 	font: 11px Arial,sans-serif; 	text-align:center;

vertical-align:top;}

fieldset.js_loginflat .inputbox {width:145px; }

fieldset.js_loginflat legend {display:none}

.moduletableflat {text-align:center;vertical-align:top;}



.bearright {top:25px; right:15px; position:absolute;}



fieldset {

border:0px;

}

#form-login li {

list-style-type:none;

}

.buttonheading a img{

border:0px;

}



.line {

	color: #CCCCCC;



}

/* LEX code */

#colorfield-border {

	float:left;

	position:relative;

	top:158px;

	left:138px;



}

#colorfield-link {

	float:left;

	position:relative;

	top:180px;

	left:76px;



}

#bear {

	position:relative;

	font-size:10px;

	color:#444;

	width: 300px;

	float:right;

	text-align:right;

	padding-bottom:20px;

	padding-right:15px;

}



#bear a:link, #bear a:visited {

	color: #444;

	text-decoration: none;

} 



#bear a:hover {

	color: #FFF;

	text-decoration: none;

	cursor: pointer;

} 



#bear a img{

	border: 0px;

}

.joomla-template-design {

	position: absolute;

	top: 0px;

	right: 15px;

}



.joomla-template {

	position:absolute;

	top:5px;

	right:48px;

	display:block;

}



a.divlink, a.divlink:link, a.divlink:visited  {

	display:block;

	width:100%; /*width needs to be specified to work in IE*/

	height:100%; /*height needs to be specified to work in IE*/

	/*Other browsers expand the link to full width and height.*/

line-height:0px;

	font-size:0px;

	color: #222222;

}

