/*
# copyrights BY AWDsolution.com.
*/

@import url("reset.css");

body {
	background: #fff;
	font-family: Verdana;
	font-size: 11px;
	text-align: center;
	color: #222222;
}

.clear {clear: both;}	

a:link, a:visited, a:active {
	color: #D5091C;
	text-decoration: none;
	outline-color: invert;
	outline-style: none;
	outline-width: medium;	
}

a:hover {
	text-decoration: underline;
	cursor: pointer;
}

h1, h2 {
	color: #045493;
	font-size: 26px;
	font-family: Georgia;
	padding-bottom: 10px;
}


h3 {
	font-family: Georgia;
	padding-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #045493;
}

h4 {
	padding-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}

h5 {
	color: #045493;
	padding-bottom: 10px;
	font-size: 11px;
}

h6 {
	padding-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}

p {
	margin-bottom: 10px;
}

#topWrapper {
	background: #010101;
}

#top {
	width: 1020px;
	margin: 0 auto;
	padding: 6px 0 10px 0;
	color: #FAFAFA;
	font-size: 12px;
}


#headerWrap {
	background: #045493 url(../images/header_bg.jpg) no-repeat center top;
	width: 100%;
}

#header {
	width: 1020px;
	margin: 0 auto;
	text-align: left;
}

#header .logo {
	width: 256px;
	float: left;
	padding-top: 23px;
	padding-left: 28px;
}

#header .logo a {
	width: 256px;
	font-size: 23px;
	font-weight: bold;
	color: #000;
}

#header .advert2 {
	float: right;
	width: 347px;
	padding: 10px 12px 0 0;
}

#header .nav {
	height: 23px;
}

#header .nav ul li {
	display: inline;
}

#containerWrapper {
	width: 100%;
	background: #fff url(../images/container_wrapper.jpg) repeat-x left top;
}

#container {
	width: 1020px;
	margin: 0 auto;
	background: #fff url(../images/container_repeated.jpg) repeat-x left top;
	border-left: 1px solid #ABADAF;
	border-right: 1px solid #ABADAF;
}

#containerInner {
	background: url(../images/container_inner.jpg) no-repeat center top;
	padding: 8px 10px 12px 13px;
	text-align: left;
}

#breadcrumbWrapper {
	margin-bottom: 8px;

}

#breadcrumbWrapper .breadcrumb {
	float: left;
	width: 700px;
	padding-left: 14px;
	color: #045493;
}

#breadcrumbWrapper .breadcrumb a:link, #breadcrumbWrapper .breadcrumb a:active, #breadcrumbWrapper .breadcrumb a:visited {
	color: #045493;
}

#breadcrumbWrapper .advart3 {
	background: #fff;
	float: right;
	width: 264px;
	border: 1px solid #A8A6A6;
}

#breadcrumbWrapper .inputbox {
	border: none;
	width: 200px;
	background: none;
	padding: 2px 5px;
	float: left;
}

#breadcrumbWrapper .button {
	background: url(../images/button_bg.jpg) no-repeat left top;
	width: 47px;
	height: 22px;
	cursor: pointer;
	border: none;
	margin-left: 3px;
	color: #155B91;
	float: right;
}

#leftCol {
	float: left;
	width: 156px;
	line-height: 15px;
}

#leftCol .moduletable, #leftCol .moduletable_menu {
	padding: 0 10px 10px 10px;
	margin-bottom: 10px;
}

#leftCol .moduletable h3, #leftCol .moduletable_menu h3 {
	background: #ABAAAA;
	height: 20px;
	line-height: 20px;
	margin: 0 -10px 6px -10px;
	padding-left: 10px;
	padding-bottom: 0px;
}

#leftCol .moduletable_menu ul li {
	padding: 1px 0;
}

#leftCol .moduletable_menu ul li a {
	color: #1D1D1D;
	font-weight: bold;
}

#leftCol .moduletable_menu ul li a:hover, #leftCol .moduletable_menu ul li.active a {
	color: #065492;
	text-decoration: none;
}

#leftCol .moduletable_menu ul li ul {
	padding-left: 8px;
}

#leftCol .moduletable_menu ul li ul li {
	background: url(../images/hiphen.jpg) no-repeat left 7px;
	padding-left: 8px;
}

#leftCol .moduletable a {
	font-size: 10px;
	color: #1D1D1D;
}

#leftCol .moduletable-none {
	margin-bottom: 15px;
}

#leftCol .inputbox {
	width: 136px;
}

#midCol {
	float: left;
	width: 537px;
	padding-left: 28px;
	text-align: left;
}

#midCol .banner {
	padding-bottom: 10px;
}

#midCol .user3Wrap {
	padding-bottom: 5px;
}

.content {
	border: 1px solid #CDC9C9;
	padding: 0 15px 20px 15px;
	margin-bottom: 5px;
}

.article_column {
	margin-bottom: 15px;
}

.contentheading, .componentheading {
	color: #045493;
	font-size: 26px;
	font-family: Georgia;
	padding-bottom: 10px;
	background: url(../images/contentheading.jpg) repeat-x left top;
	height: 44px;
	line-height: 44px;
	margin: 0 -15px;
	padding-left: 15px;
}

div.iteminfo {
	margin-bottom: 18px;
}

 p.createdby,  span.createdby {
	color: #626060;
	font-size: x-small;
	margin-bottom: 2px;
}

.small, .createdate, .modifydate {
	color: #626060;
	font-size: x-small;
}

.content ul {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 20px;
}

.content ol {
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 20px;
}

.content ul li, #content ol li {
	padding-bottom: 3px;
}

.content ul li, #content ol li {
	padding-bottom: 3px;
}

.content ul.pagination li {
	display: inline;
	padding: 0 10px;
}

#rightCol {
	float: right;
	width: 265px;
}

#rightCol h3 {
	font-size: 18px;
	font-family: Georgia;
	color: #F70415;
}

#rightCol .moduletable, #rightCol .moduletable_text {
	background: url(../images/h3_bg.jpg) repeat-x left top;
	padding: 0 15px 15px 15px;
	margin-bottom: 5px;
	border: 1px solid #C9C6C6;
}

#rightCol .moduletable h3, #rightCol .moduletable_text h3 {

	height: 44px;
	line-height: 40px;
	padding-left: 15px;
}

#rightCol .moduletable-none {
	background: none;
	padding: 15px;
	margin-bottom: 5px;
	border: 1px solid #C9C6C6;
}

#rightCol .moduletable_text .banneritem_text {
	padding-bottom: 10px;
}

#rightCol .moduletable_text .banneritem_text a {
	font-weight: bold;
}

#rightCol ul li {
	padding: 2px 0;
}

#rightCol a {
	color: #1B1B1B;
}

/* TOP USERS
--------------------------------------------------------- */
div#topuserswrap{
	margin: 0;
}

div#topusers{
	margin: 0px;
	padding: 0px;
}

div#user4div {
	float: left;
}

div#user4 {
	text-align: left;
	color: #6F6F6F;
	line-height: 1.2em;
}

div#user4 .moduletable {
	border: 1px solid #CDC9C9;
	padding: 0 15px 15px 15px;
	margin-bottom: 5px;
}

div#user4 .moduletable h3 {
	background: url(../images/contentheading.jpg) repeat-x left top;
	height: 44px;
	line-height: 44px;
	margin: 0 -15px;
	padding-left: 15px;
}



/* BOTTOM USERS
--------------------------------------------------------- */
div#bottomuserswrap{
	margin: 0 auto;
}

div#bottomusers {
	margin: 0px;
}

div#user5div {
	float: left;
}

div#user6div {
	float: right;
}

div#user5, div#user6 {
	text-align: left;
	color: #6F6F6F;
	line-height: 1.2em;
}

div#user5 .moduletable, div#user6 .moduletable {
	border: 1px solid #CDC9C9;
	padding: 0 15px 15px 15px;
}

div#user5 .moduletable h3, div#user6 .moduletable h3 {
	background: url(../images/contentheading.jpg) repeat-x left top;
	height: 44px;
	line-height: 44px;
	margin: 0 -15px;
	padding-left: 15px;
}



#footerWrap {
	background: #010101 url(../images/footer_bg.jpg) repeat-x left top;
	padding: 24px 0 18px 0;
}

#footer {
	width: 1022px;
	margin: 0 auto;
	color: #518C97;
}

#footer  ul {
	padding-bottom: 10px;
}

#footer  ul li {
	display: inline;
	border-left: 1px solid #FCF9F9;
	padding: 0 5px;
}

#footer  ul li:first-child {
	border-left: none;
}

#footer  ul li a {
	color: #FCF9F9;
}

#footer .bannergroup, #footer div {
	padding-bottom: 10px;
}

.contact p {
	margin-bottom: 5px;
}

.contact .marker_add {
	float: left;
}

.contact .contact_address p {
	margin-bottom: 3px;
}

.contact .marker {
	margin-right: 10px;
}

.contact #emailForm {
	padding-top: 10px;
}

.contact #emailForm .label {
	width: 125px;
	text-align: left;
	padding-right: 10px;
	float: left;
}

.contact #emailForm div {
	margin-bottom: 3px;
}

.name label, .user label, .email label, .pass label, .verify_pass label, .user_name label {
	width: 120px;
	float: left;
}

.name .inputbox, .user .inputbox, .email .inputbox, .pass .inputbox, .verify_pass .inputbox, .user_name .inputbox  {
	width: 200px;
}

/* System Standard Messages */
#system-message { margin-bottom: 20px; }

#system-message dd.message ul { background: #C3D2E5 url(../../system/images/notice-info.png) 4px center no-repeat;}

/* System Error Messages */
#system-message dd.error ul { color: #c00; background: #E6C0C0 url(../../system/images/notice-alert.png) 4px center no-repeat; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Notice Messages */
#system-message dd.notice ul { color: #c00; background: #EFE7B8 url(../../system/images/notice-note.png) 4px center no-repeat; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E; margin:0px; padding-left: 40px; text-indent:0px;}



