body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background-color: #f6f6f6;
	margin: 0px;
}

.wrapper {
	margin: 0 auto 0 auto;
}

a {
	color: #43a6df;
	text-decoration: none;
}

a:hover {
	color: #43a6df;
	text-decoration: underline;
}

a.side {
	color: #fff;
	text-decoration: none;
}

a:hover.side {
	color: #fff;
	text-decoration: underline;
}

a.side2 {
	color: #43a6df;
	text-decoration: none;
}

a:hover.side2 {
	color: #43a6df;
	text-decoration: underline;
}

a.white, li.white a {
	color: #fff;
	text-decoration: none;
}

a:hover.white, li.white a:hover {
	color: #fff;
	text-decoration: none;
	text-align: left;
}

a.footer-menu, li.footer-menu a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 15px 10px 15px;
}

a:hover.footer-menu, li.footer-menu a:hover {
	color: #fff;
	background-color: #2e3539;
	text-decoration: none;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 2px dashed #eee;
	margin: 4px 0;
	padding: 0;
}

hr.side-hr {
	height: 1px;
	border: 1px solid #eee;
}

div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

pre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.alt {
	color: #43a6df;
}

.spacer {
	margin-bottom: 10px;
}

.bullet {
  opacity: 0.7;
}

/* Attention messages properties */

.admin-message {
	font-size: 12px;
	color: #006699;
	background: #e8eef1 url(images/icons/get_info.png) 0.8em 0.5em no-repeat;
	border-top: 2px solid #1380b1;
	border-bottom: 2px solid #1380b1;
	padding: 15px 0 15px 50px;
	margin-bottom: 10px;
}

.noscript-message {
	font-size: 12px;
	color: #c54343;
	background: #f6b9b9 url(images/icons/info.png) 0.8em 0.5em no-repeat;
	border-top: 2px solid #c54343;
	border-bottom: 2px solid #c54343;
	padding: 15px 0 15px 50px;
	margin-bottom: 10px;
}

.nocomments-message {
	font-size: 12px;
	color: #555;
	background: #fff url(images/icons/get_info.png) 0.8em 0.5em no-repeat;
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	padding: 15px 0 15px 50px;
}

/* Form element properties */
form {
	margin: 0px;
	padding: 0px;
}

.bbcode-popup .button { width: 100%!important }

.button {
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
    font-size: 13px;
	display: inline-block;
	padding: 5px 7px;
	line-height: 1;
	color: #3C3C3D;
	text-shadow: 1px 1px 0 #FFFFFF;
	background: #ECECEC url(forum/buttons_bg.png) 0 0 no-repeat;
	white-space: nowrap;
	cursor: pointer;
	overflow: visible;
	text-decoration: none;
	border: 1px solid #CACACA;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   -webkit-background-clip: padding-box;
    border-radius: 2px;
	outline: none;
}

button::-moz-focus-inner {
	border: 0;
	padding:0px;
}

.button.primary {
	font-weight: bold 
}

.button:focus, .button:hover {
	color: #fff;
	text-decoration: none;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	background-position: 0 -40px;
	background-color: #2D7DC5;
	border-color: #388AD4;
}

.button:active, .button.active {
	box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
	background-position: 0 -81px;
	background-color: #0F5EA2;
	color: #fff;
	text-shadow: none;
	border-color: #347BBA;
	top: 1px;
}

.button.negative:focus, .button.negative:hover {
	color: #fff;
	background-position: 0 -121px;
	background-color: #D84743;
	border-color: #911D1B;
}
.button.negative:active, .button.negative.active{
	background-position: 0 -161px;
	background-color: #A5211E;
	border-color: #911D1B;
}

.button.big {
	font-size: 17px;
	padding-left: 14px;
	padding-right: 17px;
	margin: 5px 0 5px 0; /*top, right, bottom, left*/
}

.button.big span.icon {
	display: inline-block;
	width: 14px;
	height: 14px;
	position: relative;
	top: 1px;
	background-image: url(images/icons/buttons_icons.png);
	background-repeat: no-repeat;
	margin: auto 7px auto auto; /*top, right, bottom, left*/
}

.button span.icon {
	display: inline-block;
	width: 14px;
	height: 12px;
	position: relative;
	top: 1px;
	background-image: url(images/icons/buttons_icons.png);
	background-repeat: no-repeat;
	margin: auto 7px auto auto;
}

.button span.icon.pm-button { background-position:0 -500px; }
.button:hover span.icon.pm-button { background-position:0 -512px; }
.button span.icon.edit-button { background-position:0 -556px; }
.button:hover span.icon.edit-button {background-position:0 -571px; }
.button span.icon.web-button { background-position:0 -586px; }
.button:hover span.icon.web-button { background-position:0 -601px; }
.button span.icon.quote-button { background-position:0 -176px; }
.button:hover span.icon.quote-button { background-position:0 -190px; }
.button span.icon.newthread-button { background-position:0 -616px }
.button:hover span.icon.newthread-button { background-position:0 -631px }
.button span.icon.reply-button { background-position:0 -646px }
.button:hover span.icon.reply-button { background-position:0 -660px }
.button span.icon.rightarrow { background-position:0 -674px }
.button:hover span.icon.rightarrow { background-position:0 -689px }
.button span.icon.settings-button { background-position: 0 -146px }
.button:hover span.icon.settings-button { background-position: 0 -161px }

.bbcode {
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
    font-size: 10px;
	color: #a0a09e;
	background: #f2f2f2;
	border: 1px solid #CACACA;
	border-radius: 2px;
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
    margin-top: 2px;
	margin-bottom: 2px;
}

.bbcode:hover {
	background-color: #efefef;
	border-color: #d7d6d2;
}

.bbcode:focus {
    color: #3C3C3D;
	background-color: #f5f5f5;
	border-color: #e3e0da;
	box-shadow: inset 2px 2px 2px #e1e1e1;
   -moz-box-shadow: inset 2px 2px 2px #e1e1e1;
   -webkit-box-shadow: inset 2px 2px 2px #e1e1e1;
}

.bbcode-popup {
	font-size: 11px;
	color: #555;
	width: auto!important;
	height: auto!important;
    background-color: #fff;
    border: 1px solid #CACACA!important;
    padding: 4px;
	margin-top: 2px;
	cursor: pointer;
}

.textbox {
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
    font-size: 12px;
	color: #a0a09e;
	background: #fff;
	border: 1px solid #CACACA;
	border-radius: 2px;
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
    margin: 0 0 2px;
    padding: 5px 2px 5px 5px;
}

.textbox:hover {
	background-color: #fff;
	border-color: #d7d6d2;
}

.textbox:focus {
	color: #3C3C3D;
	background-color: #fff;
	border-color: #e3e0da;
	box-shadow: 1px 1px 3px #fff, inset 2px 2px 2px #e1e1e1;
   -moz-box-shadow: 1px 1px 3px #fff, inset 2px 2px 2px #e1e1e1;
   -webkit-box-shadow: 1px 1px 3px #fff, inset 2px 2px 2px #e1e1e1;
}

div.emulated-fieldset {
	position: relative;
	margin: 20px 0px 10px 0px;
	border: 1px solid #ccc;
	width: 320px;
	background: inherit;
}
div.emulated-fieldset span.emulated-legend {
	display: inline;
	position: absolute;
	top: -12px;
	margin: 0 5px;
	padding: 4px;
	background: inherit;
}
div.emulated-fieldset div.attachments-list {
	padding: 10px 3px 3px 3px;
	width: 320px;
}

/* Header properties */
.top-header {
	margin: 10px 0 0 0;
	padding: 0;
}

.search {
	float: left;
}

.search input.submit {
	border: 0;
	background-image: url(images/search.png);
	width: 26px;
	height: 26px;
	padding: 0 0 0 0;
	margin: 0px 0 0px 0;
	cursor: pointer;
	position: relative;
	top: 4px;
}

.login {
	float: right;
	font-size: 12px;
	color: #555;
	margin: 5px 0 0 0;
}

.main-header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	padding: 0 0 15px 0;
}

.logo {
	float: left;
	background-color: #2e3539;
	width: 470px;
	height: 120px;
	margin: 10px 0 10px 0;
}

.logo span {
	display: block;
	padding: 15px 0 0 10px;
}

.news {
	float: right;
	position: relative;
	text-align: center;
}

a.news-bg {
	background: #b5c200 url(images/tab-icon-news.png);
	display: block;
	font-size: 12px;
	color: #fff;
	width: 120px;
	height: 120px;
	margin: 10px 0 10px 10px;
}

a.news-bg:hover {
	background: #2e3539 url(images/tab-icon-news.png);
	text-decoration: none;
}

.news span {
	display: block;
	padding-top: 80px;
}

.download {
	float: right;
	position: relative;
	text-align: center;
}

a.download-bg {
	background: #43a6df url(images/tab-icon-download.png);
	display: block;
	font-size: 12px;
	color: #fff;
	width: 120px;
	height: 120px;
	margin: 10px 0 10px 10px;
}

a.download-bg:hover {
	background: #2e3539 url(images/tab-icon-download.png);
	text-decoration: none;
}

.download span {
	display: block;
	padding-top: 80px;
}

.faq {
	float: right;
	position: relative;
	text-align: center;
}

a.faq-bg {
	background: #ad0000 url(images/tab-icon-faq.png);
	display: block;
	font-size: 12px;
	color: #fff;
	width: 120px;
	height: 120px;
	margin: 10px 0 10px 10px;
}

a.faq-bg:hover {
	background: #2e3539 url(images/tab-icon-faq.png);
	text-decoration: none;
}
.faq span {
	display: block;
	padding-top: 80px;
}

.contact {
	float: right;
	position: relative;
	text-align: center;
}

a.contact-bg {
	background: #01ab07 url(images/tab-icon-contact.png);
	display: block;
	font-size: 12px;
	color: #fff;
	width: 120px;
	height: 120px;
	margin: 10px 0 10px 10px;
}

a.contact-bg:hover {
	background: #2e3539 url(images/tab-icon-contact.png);
	text-decoration: none;
}
.contact span {
	display: block;
	padding-top: 80px;
}
   
/* Sub Header properties */
.sub-header {
	color: #555555;
	width: 100%;
	height: 42px;
	clear: both;
}

/* Sub Header links */
.sub-header ul {
	margin: 0;
	padding: 0;
}

.sub-header ul li {
	display: inline;
}

.sub-header ul li .bullet {
	display: none;
}

.sub-header ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	padding: 12px 15px;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	margin: 0;
	float: left;
}

.sub-header ul li a:hover {
	color: #fff;
	background-color: #43a6df;
}

.sub-header ul li.current-link a {
	color: #fff;
	background-color: #2e3539;
}

/* Footer properties */
.main-footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	background-color: #2e3539;
	padding: 15px 10px 15px 10px;
}

.main-footer-top {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	background-color: #43a6df;
	padding: 10px 15px 10px 15px;
}

.main-footer-top ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
}

.main-footer-top li {
	display: inline;
}

/* Sub Footer properties */
.sub-footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #868686;
	padding: 0 10px 10px 10px;
}

/* Side-Panel properties */
.ui-sortable { margin: 0; padding: 0; }

.side-left .side-border-right {display: none;}
.side-right .side-border-left {display: none;}

#side-left {
	color: #777;
	padding: 10px 10px 10px 0;
	width: 200px;
	float: left;
}

div.side-left {
	margin-left: 210px; 
}

#side-right {
	color: #777;
	padding: 10px 0 10px 10px;
	width: 200px;
	float: right;
}

div.side-right {
	margin-right: 210px;
}

.scapmain {
	background-color: #2e3539;
	padding: 5px 10px 5px 10px;
}

.scapmain-font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
}

.side-body {
	font-size: 12px;
	color: #fff;
	background-color: #2e3539;
	padding: 10px;
}

.side-body a {
	color: #fff;
	text-decoration: none;
}

.side-body a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Center-Panel properties */
.main-bg {
	color: #555;
}

#side-center {
	color: #555;
	padding: 10px 0 5px 0;
}

div.side-both {
	margin-right: 210px;
	margin-left: 210px;
}

.capmain, .capmain-news, .capmain-articles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	background-color: #2e3539;
	padding: 10px;
}

.capmain-font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
}

.main-body {
	font-size: 12px;
	color: #555;
	background-color: #fff;
	border: 1px solid #ddd;
	border-top: none;
	padding: 10px;
}

/* Comments properties */
.comment-avatar-wrap {
	float: left;
	padding: 10px 20px 10px 0;
	position: relative;
}

.comment-avatar-wrap:after {
	content: "";
	position: absolute;
	right: 0;
	top: 15px;
	width: 0;
	height: 0;
	border-right: 6px solid #121212;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right-color: #dfdfdf;
}

.comment-main {
	position: relative;
}

.comment {
	overflow: hidden;
	position: relative;
	margin: 0 0 15px 0;
	padding: 10px 20px;
	border-radius: 3px;
	background: #f0f0f0;
	border: 1px solid #dfdfdd;
}

.comment .user {
	line-height: 1.3;
	overflow: hidden;
}

.comment .user .date {
	display: block;
	color: #666;
	font-size: 11px;
}

/* Shoutbox properties */
.shoutboxname {
	border-top: 1px solid #ececec;
	font-weight: bold;
	background: url(images/bullet.png) 4px 6px no-repeat;
	padding: 2px 0 2px 13px; /* top right bottom left*/
}

.shoutboxdate {
	background: url(images/icons/search.png) 3px 3px no-repeat;
	padding: 4px 0 4px 23px; /* top right bottom left*/
}

.shoutbox {
	border-bottom: 1px solid #ececec;
	padding-bottom: 3px;
	margin-bottom: 2px;
}

/* General table properties */
.center {
	margin: 0 auto;
}

.tbl-border {
	border: 1px solid #eee;
}

.tbl {
	font-size: 11px;
	color: #555;
	background-color: #fff;
	padding: 4px;
}

.tbl1 {
	font-size: 11px;
	color: #555;
	background-color: #fff;
	padding: 4px;
}

.tbl2  {
	font-size: 11px;
	color: #555;
	background-color: #f1f1f1;
	padding: 4px;
}

.tbl-error  {
	color: #AC260F;
	font-weight: bold;
	background-color: #FCCAC2;
	border:2px solid #EB5339;
}

.quote {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	background: #fff4cc url(images/icons/quote_icon.png) 6px 8px no-repeat;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #ffdc70;
	padding: 5px 6px 5px 30px;
	margin: 0px 22px 0px 22px;
}

.poll {
	height: 12px;
	border: 1px solid #fff;
}

.small {
	font-size: 10px;
	font-weight: normal;
}

.small2 {
	font-size: 10px;
	font-weight: normal;
	color: #555;
}

.side-small {
	font-size: 10px;
	font-weight: normal;
	color: #555;
}

.side-label {
	color: #555;
	background-color: #f1f1f1;
	margin: 2px 0 2px 0;
	padding: 2px 2px 3px 2px;
}

.clear {
	clear: both;
}

/* News properties */
.news-category {
	margin: 3px 5px 0 0;
	padding: 5px;
	float: left;
}
.news-category-full {
	margin: 3px 5px 0 0;
	padding: 5px;
	float: center;
}

.news_info {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 0;
	background-color: #fff;
	padding: 0 10px 5px 10px;
}

.news_info ul {
	margin: 0;
	padding: 0;
}

.news_info ul li {
	float: left;
	display: inline;
	margin: 4px 16px 0 0;
	padding-left: 26px;
	line-height: 22px;
}

.news_info ul li.date { background: url(images/icons/date.png) 0 0 no-repeat; }
.news_info ul li.author { background: url(images/icons/author.png) 0 0 no-repeat; }
.news_info ul li.comments { background: url(images/icons/comments.png) 0 0 no-repeat; }
.news_info ul li.cat { background: url(images/icons/cat.png) 0 0 no-repeat; }
.news_info ul li.reads { background: url(images/icons/reads.png) 0 0 no-repeat; }

.news_info li a {
	color: #43a6df;
	font-weight: normal;
}

.news_info li a:hover {
	text-decoration: underline;
}

.news_info li.print {
	float: right;
	margin: 0;
	padding: 5px 0 0;
}

.news_info li.print a {
	display: block;
	background: url(images/icons/printer.png) no-repeat left;
	width: 20px;
	height: 24px;
}

.news_info li.print a span {
	position: absolute;
	left: -5000px;
}

/* Forum table properties */

.forum-caption {
	font-size: 11px;
	font-weight: bold;
	color: #888;
	background-color: #f1f1f1;
	padding: 2px 4px 4px 4px;
	margin-bottom: 10px;
}

.forum_breadcrumbs {
    font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	background: #fff4cc url(images/right.png) 6px 5px no-repeat;
	border-top: 1px solid #ffdc70;
	border-bottom: 1px solid #ffdc70;
	padding: 5px 6px 5px 30px;
	margin: 0;
}

.forum_thread_user_post {
    background-color: #fff;
	border-top: 2px dashed #eee;
	border-bottom: 2px dashed #eee;
}

.forum_thread_user_info {
    background-color: #eee;
	border-top: 2px dashed #fff;
	border-right: 2px dashed #fff;
	border-bottom: 2px dashed #fff;
}

.forum_thread_table {
    border-spacing: 0;
	border: 0;
}

.forum_thread_user_name {
    border-top: 2px dashed #fff;
}

.forum_thread_post_date {
    border-top: 2px dashed #fff;
}

.forum_thread_ip {
	border-bottom: 2px dashed #fff;
}

.forum_thread_userbar {
	border-bottom: 2px dashed #fff;
}

/* Profile spesific classes */

.profile, .profile_category {
	width: 500px;
}

.edit-profile {
	width: 500px;
}

.profile_user_reason {
	color: #ff6666;
	font-weight: bold;
}

/* Vertical Navigation */
#navigation h2 {
	font-size: 12px;
	font-weight: bold;
	background-color: #fff;
	border-bottom: 1px solid #fff;
	padding: 5px 0 6.5px 10px;
	margin: auto;	
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

* html #navigation ul li{
   height: 1%;
}

#navigation a {
	display: block;
	color: #fff;
	font-size: 12px;
	padding: 3px;
	text-decoration: none;
}

#navigation a:hover {
	color: #fff;
	background-color: #61b7e9;
}

#navigation li.current-link a {
	color: #fff;
	background-color: #2e3539;
}

/* Page Navigation */
.pagenav {
    font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px;
	margin: 6px;
}

.pagenav span {
	font-weight: normal;
	color: #999;
	text-decoration: none;
	background-color: #ddd;
	border: 1px solid #cccccc;
	border-radius: 2px;
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
    text-shadow: #ccc 0.1em 0.1em 0.2em;
	text-decoration: none;
	cursor: default;
	padding: 3px 8px 3px 8px;
	margin: 2px;
}

.pagenav a {
	color: #999999;
	text-decoration: none;
	border: 1px solid #cccccc;
	background-color: #f6f6f6;
	background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#ffffff),color-stop(100%,#efefef));
    background-image: -webkit-linear-gradient(#ffffff,#efefef);
    background-image: -moz-linear-gradient(#ffffff,#efefef);
    background-image: -o-linear-gradient(#ffffff,#efefef);
    background-image: linear-gradient(#ffffff,#efefef);
	border-radius: 2px;
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
    text-shadow: #ccc 0.1em 0.1em 0.2em;
	text-decoration: none;
	cursor: pointer;
	padding: 4px 9px 4px 9px;  /* top right bottom left*/
	margin: 2px;
}

.pagenav a:hover , .pagenav a:focus {
	color: #999999;
	text-decoration: none;
	border: 1px solid #999999;
	background-color: #f3f3f3;
	background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#ffffff),color-stop(100%,#efefef));
    background-image: -webkit-linear-gradient(#ffffff,#efefef);
    background-image: -moz-linear-gradient(#ffffff,#efefef);
    background-image: -o-linear-gradient(#ffffff,#efefef);
    background-image: linear-gradient(#ffffff,#efefef);
	box-shadow: 0 0 3px #999;
   -moz-box-shadow: 0 0 3px #999;
   -webkit-box-shadow: 0 0 3px #999;
}

/* PHP-Fusion Helpers */

.clear {
	clear: both;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

/* Helpers  */

.center {margin: 0 auto;}
.content_center {text-align: center;}
.flleft {float: left !important;}
.flright {float: right !important;}
.clear {clear: both;}


/* IE Fixes */

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* Hide from IE Mac  */

.clearfix {
	display:block;
}

/* End hide from IE Mac */

.floatfix {
	overflow:hidden;
}

* html .floatfix {
	width:100%;
}

.center, *[align="center"] {
	margin: 0 auto;
}