/*Ahadesign-CSS*/
* {
	margin : 0;
	padding : 0;
}
html {
	font-size : 100.01%;
}
body {
	text-align : center;
	background : #000;
	font-size : 86.1%;
	font-family : tahoma, Arial, Helvetica, sans-serif;
	line-height : 1.3em;
	margin : 0;
}
#mainout {
	width : 994px;
	margin : 0 auto;
	text-align : left;
	height : 100%;
	background: #bbb url(../images/mainbgm.png);
}
.clear {
	clear : both;
}
blockquote {
	margin-top : 0.8em;
	background : #fff;
	border : 1px dashed #000;
	color:#000;
	white-space : normal;
}
pre {
	margin-top : 0.8em;
	font-size : 1.2em;
	background : #fff;
	border : 1px solid #000;
	border-left : 5px solid #000;
	color:#000;
	white-space : normal;
}
.poll {
	display:inline;
}
.poll tbody tr td {
	text-align:left;
	vertical-align:middle;
}
form {
	padding-top : 6px;
	margin : 0;
	white-space:normal;
	text-align:center;
}
form ul li, form ul li:hover {
	background : none;
	padding:0;
}
#form-login ul {
	text-align : center;
}
#form-login ul a:link, #form-login ul a:visited {
	font-weight : bold;
	font-size:0.9em;
	color : #fff;
}
#form-login ul a:hover {
	font-weight : bold;
	font-size:0.9em;
	color : #A80000;
}
#login {
	margin : 0;
	text-align : center;
}
.input {
	text-align : center;
	margin : 0 auto;
	padding : 0;
	color:#000;
}
.inputbox {
	background:#fff;
	border:1px solid #bbb;
	}
.inputbox:hover {
	background:#bbb;
	border:1px solid #fff;
	}
fieldset {
	padding : 0.8em;
	border : none;
	text-align : center;
	white-space:normal;
}
dd {
	margin-left : 0.8em;
}
ol li {
	list-style : upper-roman;
	background : none;
	margin-left : 24px;
}
ul {
	padding : 0;
	text-align : left;
}
li {
	background : url(../images/arrow.png) no-repeat 0 4px;
	list-style:none;
	font-size : 1em;
	padding-left:20px;
}
a:link, a:visited {
	text-decoration : none;
	color : #FFF;
}
a:hover {
	text-decoration : none;
	color : #A80000;
}
h1 {
	font-size : 1.7em;
	line-height : 1.7em;
	color : #fff;
}
h2 {
	font-size : 1.5em;
	line-height : 1.5em;
	color : #fff;
}
h3 {
	font-size : 1.3em;
	line-height : 1.3em;
	color : #fff;
}
h4 {
	font-size : 1.2em;
	line-height : 1.2em;
	color : #fff;
}
h5 {
	font-size : 1.1em;
	line-height : 1.1em;
	color : #fff;
}
h6 {
	font-size : 0.8em;
	line-height : 0.8em;
	color : #fff;
}
.componentheading {
	text-align : center;
	font-size : 1.5em;
	line-height : 1.5em;
	font-weight : bold;
	color : #fff;
	background:transparent;
}
.contentheading {
	font-size : 1.3em;
	line-height : 1.3em;
	color : #fff;
	font-weight : bold;
	padding-bottom : 10px;
	padding-top : 6px;
}
.contentheading a:link, .contentheading a:visited {
	font-size : 1.3em;
	line-height : 1.3em;
	color : #FFF;
	font-weight : bold;
}
.contentheading a:hover {
	font-weight : bold;
	color : #A80000;
}
a.contentpagetitle:link, a.contentpagetitle:visited {
	font-weight : bold;
	color : #FFF;
	font-size : 1.3em;
}
a.contentpagetitle:hover {
	font-weight : bold;
	color : #A80000;
}
#contentarea a:link, #contentarea a:visited {
	color:#000;
}
#contentarea a:hover {
	color:#A80000;
}
.contentpane {
	font-weight : bold;
	text-align:left;
}
.contentpane ul {
	font-weight : normal;
	padding : 10px;
	margin : 0;
}
.contentpane ul li {
	overflow : hidden;
	padding-left:20px;
}
.contentpane ul li a:link, .contentpane ul li a:visited {
	padding : 0;
	margin : 0 auto;
	display : inline;
	font-size : 1em;
	font-weight : bold;
}
.contentpane ul li a:hover {
	font-weight : bold;
}
.contentpaneopen {
	width : 100%;
	text-align : left;
	float:left;
}
.article_column {
	padding:0;
}
.createdate {
	color : #FFF;
	display : block;
	font-size : 0.8em;
}
.createdby {
	color : #FFF;
	display : block;
	font-size : 0.8em;
	padding-left : 2px;
}
.modifydate {
	color : #FFF;
	display : block;
	font-size : 0.8em;
	padding : 0;
}
span.small {
	color : #FFF;
	font-size : 0.8em;
}
span.content_rating {
	margin : 4px 0 0;
	display : block;
}
.content_vote {
	margin : 0 0 10px;
	display : block;
}
.content_vote input {
	margin : 0 5px;
}
td {
	white-space:normal;
}
table.pollstableborder {
	width:100%;
	}
.error {
	font-style : italic;
	text-transform : uppercase;
	padding : 5px;
	color : #FF8040;
	font-size : 14px;
	font-weight : bold;
}
.highlight {
	background-color : #000;
	color : #FFFF80;
	padding : 0 2px;
}
.code {
	background-color : #fff;
	color : #808080;
	border : 1px solid #808080;
}
hr {
	width : 90%;
	margin : 1% 5%;
}
hr.separator {
	width : 40%;
	margin : 1% 5%;
}
.blog {
	width:100%;
	}
.blog_more {
	text-align : right;
	font-size : 1em;
	margin : 0;
}
a.blogsection:link, a.blogsection:visited {
	text-align : left;
	font-size : 1.1em;
	font-weight : bold;
	line-height : 1.3em;
	color : #FFF;
}
a.blogsection:hover {
	color : #A80000;
}
a.readon:link, a.readon:visited {
	text-align : left;
	font-size : 1.1em;
	text-decoration : none;
	line-height : 1.1em;
	padding-left : 14px;
	margin-top : 10px;
	text-decoration : none;
	font-weight : bold;
}
.sectiontableheader {
	padding-bottom : 6px;
}
.sectiontableheader a:link, .sectiontableheader a:visited {
	font-weight : bold;
	color : #FFF;
}
.sectiontableheader a:hover {
	color : #A80000;
}
.sectiontableentry1 a:link, .sectiontableentry1 a:visited, .sectiontableentry3 a:link, .sectiontableentry3 a:visited {
	background : none;
	font-size : 0.9em;
	line-height : 1.2em;
	color : #5b5b5b;
}
.sectiontableentry2 a:link, .sectiontableentry2 a:visited, .sectiontableentry4 a:link, .sectiontableentry4 a:visited {
	background : none;
	font-size : 0.9em;
	line-height : 1.2em;
	color : #7c7c7c;
}
.sectiontableentry0 a:hover, .sectiontableentry1 a:hover, .sectiontableentry2 a:hover, .sectiontableentry3 a:hover, .sectiontableentry4 a:hover {
	color : #FFF;
}
a.category {
	font-weight : bold;
	vertical-align : middle;
}
a.category:link, a.category:visited {
	font-weight : bold;
	font-size : 1em;
	text-align : center;
	color : #FFF;
}
a.category:hover {
	color : #A80000;
}
.categorytitle {
	font-weight : bold;
	font-size : 1.2em;
}
.description {
	margin : 15px;
}
.contentdescription {
	font-weight : bold;
	padding : 10px 0;
	overflow : hidden;
}
.tool-tip {
	font-size : 0.8em;
}
.tool-title {
	font-weight : bold;
}
.contenttoc {
	float:right;
	border : 1px dashed #000;
	background : #fff;
	color : #000;
	margin-left : 8px;
}
.contenttoc a:link, .contenttoc a:visited {
	padding : 4px;
	font-weight : bold;
	color : #FFF;
}
.contenttoc a:hover {
	font-weight : bold;
	color : #A80000;
}
img {
	margin : 0 4px;
	border:none;
}
.header {
	position:relative;
	width : 994px;
	height:164px;
	background:#bbb url(../images/header.png) no-repeat;
}
.header h1 a:link, .header h1 a:visited {
	position:absolute;
	top:15px;
	left:150px;
	width:300px;
	text-align : left;
	font-size : 1.3em;
	font-weight : bold;
	color : #bbb; 
	}
.header h1 a:hover {
	color : #D9B82C;
	font-weight : bold;
}
#logo {
	position:absolute;
	width:111px;
	height:110px;
	top:26px;
	left:26px;
	background : url(../images/logo.png) no-repeat;
	}
#slo {
	position:absolute;
	top:100px;
	left:150px;
	width:300px;
	text-align : left;
	font-size : 1em;
	font-weight : bold;
	color : #fff;
	}
.button {
	color: #fff;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	background: url(../images/button.png);
	line-height: 19px;
	height: 19px;
	margin: 2px;
	padding:0 2px 2px;
	border: #000 1px solid;
	}
.button:hover {
	color: #ff0;
	}
.button option {
	background:#bbb;
	}
#contentarea span.pagenav, #contentarea span.pagenav:link, #contentarea span.pagenav:visited, #contentarea a.pagenav:link, #contentarea a.pagenav:visited, #contentarea .pagenav_next a:link, #contentarea .pagenav_next a:visited, #contentarea .pagenav_prev a:link, #contentarea .pagenav_prev a:visited, #contentarea .pagenavbar a:link, #contentarea .pagenavbar a:visited {
	color: #fff;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	background: url(../images/button.png);
	line-height: 19px;
	height: 19px;
	margin: 2px;
	padding:0 2px 2px;
	border: #000 1px solid;
}
#contentarea a.pagenav:hover, #contentarea .pagenav_next a:hover, #contentarea .pagenav_prev a:hover, #contentarea .pagenavbar a:hover {
	color: #ff0;
}
.search {
	float:left;
	}
.search .inputbox {
	height:29px;
	vertical-align:middle;
	width:192px;
	padding:2px 0 0 40px;
	margin:0;
	font-size : 14px;
	border : none;
	color : #000;
	background: url(../images/search.png) 0 0 no-repeat;
	}
#topmenu {
	width:994px;
	margin-bottom:37px;
	}
ul#mainlevel-nav {
	text-decoration: none;
	list-style: none;
	padding:0;
	margin: 0px 18px 0 0;
	float:right;
	}
ul#mainlevel-nav li {
	width:115px;
	float:left;
	font-size:0.9em;
	height:37px;
	line-height:37px;
	margin:0;
	padding:0;
	display:inline;
	background:none;
	}
ul#mainlevel-nav li a:link, ul#mainlevel-nav li a:visited {
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	white-space:nowrap;
	display:block;
	width:100%;
	overflow:hidden;
	color: #fff;
	margin:0;
	padding:0;
	background: url(../images/hornav.png);
	}
ul#mainlevel-nav li a#active_menu-nav {
	text-decoration:none;
	}
ul#mainlevel-nav li a:hover {
	white-space:nowrap;
	margin:0;
	padding:0;
	color: #000;
	background-position: -115px 0;
	}
.bread {
	padding-top :8px;
	margin-left:10px;
	background: url(../images/bread.png) 0 0 no-repeat;
	height: 35px;
	line-height:14px;
}
.breadcrumbs {
	text-decoration : none;
	font-size : 14px;
	margin:0 10px;
	text-align : left;
	color : #444;
	font-weight:bold;
}
.pathway a:link, .pathway a:visited {
	color : #000;
	font-weight:bold;
}
.pathway a:hover {
	color : #fff;
	font-weight:bold;
}
#mainarea {
	width : 994px;
	background:transparent;
}
#left {
	float: left;
	width: 216px;
	}
#leftop {
	width: 216px;
	height: 19px;
	background: url(../images/leftop.png) no-repeat;
	}
#leftmodules {
	width: 216px;
	background: url(../images/leftcenter.png) repeat-y;
	overflow: hidden;
	}
#leftbottom {
	width: 216px;
	height: 26px;
	background: url(../images/leftbottom.png) no-repeat;
	}
#right {
	float: right;
	width: 216px;
	}
#rightop {
	width: 216px;
	height: 19px;
	background: url(../images/leftop.png) no-repeat;
	}
#rightmodules {
	width: 216px;
	background: url(../images/leftcenter.png) repeat-y;
	}
#rightbottom {
	width: 216px;
	height: 26px;
	background: url(../images/leftbottom.png) no-repeat;
	}
#contentarea {
	float:left;
	width:562px;
	margin:0 auto;
	overflow:hidden;
	padding-top:4px;
	color : #444;
}
.foot {
	position:relative;
	width : 994px;
	height:69px;
	background:url(../images/footer.png) no-repeat;
}
.foot ul li {
	background : url(../images/narrow.png) no-repeat 0 5px;
	padding-left : 20px;
}
.foot ul li:hover {
	background : url(../images/narrow_hover.png) no-repeat 0 5px;
	padding-left:20px;
}
#sitename {
	position:absolute;
	top:28px;
	left:290px;
	text-align:center;
	font-weight : normal;
	font-size : 11px;
	line-height:12px;
	height:12px;
	color : #bbb;
}
#sitename a {
	font-weight : bold;
	color : #bbb;
}
#sitename a:hover {
	color : #FFF;
}
#rss {
	float : right;
	margin-right : 30px;
	padding-top:38px;
}
#rss a:link, #rss a:visited {
	font-size : 11px;
	font-weight : bold;
	color:#bbb;
}
#rss a:hover {
	font-weight : bold;
	color:#FFF;
}
#topmodule {
	width : 498px;
	height:140px;
	overflow:hidden;
	float : right;
	margin : 14px 20px 10px 10px;
}
#topmodule .contentpaneopen {
	color:#bbb;
	}
#topmodule ul li {
	background : none;
	text-align : left;
}
#topmodule ul li:hover {
	background : none;
}
#topmodule ul li a:link, #topmodule ul li a:visited, #topmodule a:link, #topmodule a:visited {
	color : #FFF;
}
#topmodule ul li a:hover, #topmodule a:hover {
	color : #ff0;
}
#headmodules {
float:left;
width:562px;
margin:0 auto;
overflow:hidden;
}
#headmodules ul li a:link, #headmodules ul li a:visited, #headmodules ul li a:hover, .footermodule ul li a:link, .footermodule ul li a:visited, .footermodule ul li a:hover {
	font-weight:bold;
	font-size:0.9em;
	}
#headmodules a:link, #headmodules a:visited, .footermodule a:link, .footermodule a:visited {
	text-decoration : none;
	color : #fff;
}
#headmodules a:hover, .footermodule a:hover {
	text-decoration : none;
	color : #444;
}
#topnewsflash {
	width:100%;
	float:left;
	overflow:hidden;
}
#topadvert1 {
	width:100%;
	float:left;
	overflow:hidden;
}
#topadvert2module1 {
	width:100%;
	float : left;
	overflow:hidden;
}
#topadvert2module2 {
	width:50%;
	float : left;
	overflow:hidden;
}
#topuser1module1 {
	width:100%;
	float : left;
	overflow:hidden;
}
#topuser1module2 {
	width:50%;
	float : left;
	overflow:hidden;
}
#topuser2module1 {
	width:100%;
	float : left;
	overflow:hidden;
}
#topuser2module2 {
	width:50%;
	float : left;
	overflow:hidden;
}
#topuser5module1 {
	width:100%;
	float : left;
	overflow:hidden;
}
#topuser5module2 {
	width:50%;
	float : left;
	overflow:hidden;
}
#advert2module1 {
	width : 100%;
	float : left;
	overflow:hidden;
	}
#advert2module2 {
	width:50%;
	float : left;
	overflow:hidden;
	}
#user1module1 {
	width : 100%;
	float : left;
	overflow:hidden;
	}
#user1module2 {
	width:50%;
	float : left;
	overflow:hidden;
	}
#user2module1 {
	width : 100%;
	float : left;
	overflow:hidden;
	}
#user2module2 {
	width : 50%;
	float : left;
	overflow:hidden;
	}
#user5module1 {
	width : 100%;
	float : left;
	overflow:hidden;
	}
#user5module2 {
	width:50%;
	float : left;
	overflow:hidden;
	}
#advert1 {
	width : 100%;
	float:left;
	overflow:hidden;
	}
#newsflash {
	width:100%;
	float:left;
	overflow:hidden;
	}
.bannergroup_text {
text-align:center;
}
.banneritem_text {
	float:left;
	padding:0 3px;
}
.bannerfooter_text {
clear:both;
}
div.module h3, .moduletable h3, .moduletable_menu h3, .moduletable_text h3 {
	font-size : 1em;
	font-weight : bold;
	color : #000;
	background: none;
	line-height : 39px;
	margin:0;
	text-align : center;
	text-transform: uppercase;
}
#leftmodules div.module h3, #leftmodules .moduletable h3, #leftmodules .moduletable_menu h3, #leftmodules .moduletable_text h3, #rightmodules div.module h3, #rightmodules .moduletable h3, #rightmodules .moduletable_menu h3, #rightmodules .moduletable_text h3 {
	font-size : 1em;
	font-weight : bold;
	color : #ccc;
	background: url(../images/mtablehele.png) no-repeat;
	height : 39px;
	overflow:hidden;
	margin:0;
	text-align : center;
	text-transform: uppercase;
}
.module, .moduletable, .moduletable_menu, .moduletable_text {
	text-align : left;
	padding : 0;
	margin : 0 auto;
}
#leftmodules .module, #leftmodules .moduletable, #leftmodules .moduletable_menu, #leftmodules .moduletable_text, #rightmodules .module, #rightmodules .moduletable, #rightmodules .moduletable_menu, #rightmodules .moduletable_text {
	width:168px;
	padding : 0;
	margin : 0 auto;
	color:#fff;
	font-size:0.9em;
	text-align:center;
}
ul.menu-nav li, ul.menu-nav li:hover, ul#mainlevel-nav li, ul#mainlevel-nav li:hover {
	padding:0;
	margin:0;
	background:none;
	list-style:none;
}
.moduletable_menu ul li {
	background:none;
	list-style:none;
	padding:0;
	width:159px;
	margin:0 auto;
	}
.moduletable_menu ul li a {
	display: block;
	padding:0;
	margin:0;
	text-align:center;
	height:31px;
	line-height:31px;
	font-weight:bold;
	font-size:1em;
	text-decoration:none;
	overflow:hidden;
	}
.moduletable_menu ul li a:link, .moduletable_menu ul li a:visited {
	color: #fff;
	background:url(../images/vernav.jpg);
	border:none;
	font-weight:bold;
	text-align:center;
	}
.moduletable_menu ul li a:hover {
	color: #000;
	background-position: 0px -31px;
	font-weight:bold;
	}
.moduletable_menu ul li.active a:link, .moduletable_menu ul li.active a:visited, .moduletable_menu ul li a:focus {
	color:#444;
	background-position: 0px -31px;
	font-weight:bold;
	}
.moduletable_menu ul li ul li {
	background:#000;
	}
.moduletable_menu ul li ul li a {
	font-weight:bold;
	text-align:left;
	width:auto;
	height:auto;
	line-height:16px;
	padding-top:2px;
	}
.moduletable_menu ul li.active ul li a:link, .moduletable_menu ul li.active ul li a:visited {
	background:url(../images/indent1.png) 0 0 no-repeat;
	color:#fff;
	font-size:0.8em;
	}
.moduletable_menu ul li.active ul li a:hover {
	color:#A80000;
	}
.moduletable_menu ul li.active ul li.active a:link, .moduletable_menu ul li.active ul li.active a:visited {
	color:#444;
	}
.moduletable_menu ul li.active ul li.active a:hover {
	color:#444;
	}
.moduletable_menu ul li ul li ul li a {
	font-weight:bold;
	text-align:left;
	width:auto;
	height:auto;
	line-height:16px;
	padding:2px 0 0 23px;
	}
.moduletable_menu ul li.active ul li.active ul li a:link, .moduletable_menu ul li.active ul li.active ul li a:visited {
	background:url(../images/indent2.png) 7px 0 no-repeat;
	color:#fff;
	}
.moduletable_menu ul li.active ul li.active ul li a:hover {
	color:#A80000;
	}
.moduletable_menu ul li.active ul li.active ul li.active a:link, .moduletable_menu ul li.active ul li.active ul li.active a:visited {
	color:#444;
	}
.moduletable_menu ul li.active ul li.active ul li.active a:hover {
	color:#444;
	}
.moduletable_menu ul li ul li ul li ul li a {
	font-weight:bold;
	text-align:left;
	width:auto;
	height:auto;
	line-height:16px;
	padding:2px 0 0 30px;
	}
.moduletable_menu ul li.active ul li.active ul li.active ul li a:link, .moduletable_menu ul li.active ul li.active ul li.active ul li a:visited {
	background:url(../images/indent3.png) 13px 0 no-repeat;
	color:#fff;
	}
.moduletable_menu ul li.active ul li.active ul li.active ul li a:hover {
	color:#A80000;
	border:none;
	}
.moduletable_menu ul li.active ul li.active ul li.active ul li.active a:link, .moduletable_menu ul li.active ul li.active ul li.active ul li.active a:visited {
	color:#444;
	}
.moduletable_menu ul li.active ul li.active ul li.active ul li.active a:hover {
	color:#444;
	}
.moduletable_menu ul li ul li ul li ul li ul li a {
	text-align: left;
	font-weight:bold;
	width:auto;
	height:auto;
	line-height:16px;
	padding:2px 0 0 43px;
	}
.moduletable_menu ul li.active ul li.active ul li.active ul li.active ul li a:link, .moduletable_menu ul li.active ul li.active ul li.active ul li.active ul li a:visited {
	background:url(../images/indent4.png) 19px 0 no-repeat;
	color:#fff;
	}
.moduletable_menu ul li.active ul li.active ul li.active ul li.active ul li a:hover {
	color:#A80000;
	border:none;
	}
.moduletable_menu ul li.active ul li.active ul li.active ul li.active ul li.active a:link, .moduletable_menu ul li.active ul li.active ul li.active ul li.active ul li.active a:visited {
	color:#444;
	}
.moduletable_menu ul li.active ul li.active ul li.active ul li.active ul li.active a:hover {
	color:#444;
	}
