/* Comment element properties */
@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic&subset=latin,latin-ext);
a {
	color: #d5d1ca;
	text-decoration: none;
}

a:hover {
	color: #1eba03;
	text-decoration: none;
}

a.side {
	color: #d5d1ca;
	text-decoration: none;
}

a:hover.side {
	color: #8a0a01;
	text-decoration: none;
}

a.white, li.white a {
	color: #d5d1ca;
	text-decoration: none;
}

a:hover.white, li.white a:hover {
	color: #d5d1ca;
	text-decoration: none;
}

body {
	font-family: 'PT Sans', sans-serif;
	font-size: 12px;
	color: #d5d1ca;
	background: #3a3a3a;
	margin: 0px;
}

.nav-bg {
  background-color: #566171;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6e7d8f), color-stop(1, #404854));
  background-image: -webkit-linear-gradient(top, #6e7d8f, #404854);
  background-image: -moz-linear-gradient(top, #6e7d8f, #404854);
  background-image: -o-linear-gradient(top, #6e7d8f, #404854);
  background-image: linear-gradient(#6e7d8f, #404854);
}

.banner-bg {
  background-color: #525252;
  font-size: 12px;
color: #d5d1ca;
}

hr {
	border-top: 1px dotted #78838f;
	border-bottom: 1px dotted #3d4770;
	height: 0;
	margin: 6px 0;
}

hr.side-hr {
	height: 1px;
	border: 1px dotted #78838f;
}

td {
	font-family: 'PT Sans', sans-serif;
	font-size: 12px;
}

pre {
	font-family: 'PT Sans', sans-serif;
	font-size: 12px;
}

.alt {
	color: #d5d1ca;
}

.spacer {
	margin-bottom: 5px;
}

.admin-message {
	font-family: 'PT Sans', sans-serif;
	font-size: 12px;
	text-align: center;
	color: #d5d1ca;
	background-color: #096586;
	border: 1px solid #e1e1e1;
	padding: 3px 4px 5px 4px;
	margin-bottom: 5px;
}

/* Form element properties */

form {
	margin: 0px;
}

.button {
font-family: 'PT Sans', sans-serif;
	color: #d5d1ca;
	border: 1px solid #78213d;
	padding: 2px 2px;
	margin-top: 1px;
	display: inline-block;
	cursor: pointer;
	font-weight: normal;
	border-radius: 2px;
	box-shadow: 0 0 1px #ddd;
  background-color: #566171;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6e7d8f), color-stop(1, #404854));
  background-image: -webkit-linear-gradient(top, #6e7d8f, #404854);
  background-image: -moz-linear-gradient(top, #6e7d8f, #404854);
  background-image: -o-linear-gradient(top, #6e7d8f, #404854);
  background-image: linear-gradient(#6e7d8f, #404854);
}

.bbcode {
	font-family: 'PT Sans', sans-serif;
	font-size: 12px;
	color: #d5d1ca;
	background-color: #dcebf9;
	border: 1px solid 000;
	margin-top: 5px;
}

.bbcode-popup {
	font-size: 12px;
	color: #d5d1ca;
	background-color: #fff;
	padding: 4px;
}

.textbox {
	font-family: 'PT Sans', sans-serif;
	color: #d5d1ca;
	font-size: 12px;
	background-color: #535353;
	border: 1px solid #323232;
    margin: 0 0 2px;
    padding: 3px 3px 3px 5px;
}

.textbox:hover {
	border-color: #637080;
	color: #1eba03;
	box-shadow: inset 0px 1px 2px #aaa;
   -moz-box-shadow: inset 0px 1px 2px #aaa;
   -webkit-box-shadow: inset 0px 1px 2px #aaa;
}

.textbox:focus {
	color: #d5d1ca;
	border-color: #637080;
	box-shadow: inset 0px 1px 2px #aaa;
   -moz-box-shadow: inset 0px 1px 2px #aaa;
   -webkit-box-shadow: inset 0px 1px 2px #aaa;
}

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 and footer properties */

.sub-header {
	font-family: 'PT Sans', sans-serif;
	font-size: 12px;
	color: #d5d1ca;
	background-color: #555;
	padding: 7px 5px 8px 5px;
}

.sub-header-left {
	width: 3px;
	height: 28px;
	background-color: #555;
}

.sub-header-right {
	width: 3px;
	height: 28px;
	background-color: #555;
}

/* Subheader links */

.sub-header ul{
	margin: 0;
	padding: 0;
}

.sub-header ul li{
	display: inline;
}

.sub-header ul li.first-link .bullet{
	display: none;
}

.sub-header ul li.first-link {
	font-weight: bold;
}

.sub-header ul li.current-link a span {
	text-decoration: none;
}

.full-header {
	font-family: 'PT Sans', sans-serif;
	font-size: 12px;
	color: #d5d1ca;
	background-color: transparent;
	padding: 5px 0 10px 0;
}

.main-footer {
	font-family: 'PT Sans', sans-serif;
	font-size: 12px;
	color: #d5d1ca;
	background-color: #fff;
	padding: 5px;
}

.bottom-footer {
	font-family: 'PT Sans', sans-serif;
	font-size: 12px;
	color: #d5d1ca;
	background-color: #555;
	padding: 4px 4px 5px 4px;
}

.main-body {
	font-size: 12px;
	color: fff;
	padding: 8px;
	background-color: #505050;
  -moz-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.2);
  background: #565656;
  background: -moz-linear-gradient(#565656 0%, #323232 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #565656), color-stop(100%, #323232));
  background: -webkit-linear-gradient(#565656 0%, #323232 100%);
  background: linear-gradient(#565656 0%, #323232 100%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* Side-Panel properties */

.ui-sortable { margin: 0; padding: 0; }

.side-left .side-border-right {display: none;}
.side-right .side-border-left {display: none;}

.side-border-left {
	color: #777;
	padding: 10px 10px 10px 0;
	width: 200px;
}

.side-border-right {
	color: #777;
	padding: 10px 0 10px 10px;
	width: 200px;
}

.scapmain {
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #d5d1ca;
	padding: 6px 4px 6px 4px;
}

.capmain {
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #d5d1ca;
	padding: 6px 4px 6px 4px;
}

.side-body {
	font-size: 12px;
	color: #d5d1ca;
	border: 1px solid #4f4f4f;
  background-color: #525252;
  padding: 3px;
  -moz-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.2);
  background: #565656;
  background: -moz-linear-gradient(#565656 0%, #323232 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #565656), color-stop(100%, #323232));
  background: -webkit-linear-gradient(#565656 0%, #323232 100%);
  background: linear-gradient(#565656 0%, #323232 100%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* Center-Panel properties */

/* news properties */

.news-category {
	margin: 5px;
	background-color: #393939;
	border: 1px solid #13112a;
	float: right;
	border-radius: 4px;
	padding: 6px 4px 6px 4px;
}

.news-capmain {
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #d5d1ca;
	padding: 6px 4px 6px 4px;
	background-color: #3a3a3a;
	border-top: 1px dotted #78838f;
	border-left: 1px dotted #78838f;
	border-right: 1px dotted #78838f;
	border-radius: 4px;
}

.news-author {
	float: right;
	font-size: 9px;
	color: #a0adb7;
}

.news-news {
	font-family: 'PT Sans', sans-serif;
	font-size: 12px;
}

.main-bg {
	color: #d5d1ca;
	background-color: #3a3a3a;
	padding: 10px 10px 5px 10px;
}

/* General table properties */
.comment-avatar {
	padding-right: 6px;
	float: left;
}

.center {
	margin: 0 auto;
}

.tbl-border {
	border: 1px dotted #78838f;
}

.tbl {
	font-size: 12px;
	color: #d5d1ca;
	padding: 4px;
}

.tbl1 {
	font-size: 12px;
	color: #d5d1ca;
	padding: 4px;
}

.tbl2  {
	font-size: 12px;
	color: #d5d1ca;
	padding: 4px;
}

.tbl-error  {
	color: #d5d1ca;
	font-weight: bold;
	background-color: #FCCAC2;
	border:2px solid #EB5339;
}

/* Profile spesific classes */
.profile, .profile_category {
	width: 500px;
}

.edit-profile {
	width: 500px;
}

/*.user_password .textbox:focus, .user_admin_password .textbox:focus {
	background-color: #ff6666;
}*/

.profile_user_reason {
	color: #ff6666;
	font-weight: bold;
}

/*.user_name td, .user_name .textbox {
	font-size: 13px;
	padding: 4px;
}*/


.forum-caption {
	font-size: 14px;
	font-weight: bold;
	color: #d5d1ca;
	background-color: #78838f;
	padding: 2px 4px 4px 4px;
	line-height: 25px;
}

.quote {
	font-size: 12px;
	color: #000;
	background-color: #adadad;
	padding: 10px;
	margin: 0px 20px 0px 20px;
	border: 1px solid #fff;
	box-shadow: 0 0 3px #cb945e;
   -moz-box-shadow: 0 0 3px #cb945e;
   -webkit-box-shadow: 0 0 3px #cb945e;
   	border-radius: 4px;

}

.poll {
	height: 12px;
	border: 1px solid #bbb;
}

.comment-name {
	font-weight: bold;
	color: #d5d1ca;
}

.small {
	font-size: 12px;
	font-weight: normal;
	color: #d5d1ca;
}

.small2 {
	font-size: 12px;
	font-weight: normal;
	color: #d5d1ca;
}

.side-small {
	font-size: 10px;
	font-weight: normal;
	color: #d5d1ca;
}

.side-label {
	color: #d5d1ca;
	background-color: #78838f;
	margin: 2px 0 2px 0;
	padding: 2px 2px 3px 2px;
}

/* Vertical Navigation */

#navigation h2 {
	font-size: 12px;
	font-weight: normal;
	background-color: #78838f;
	margin: 0;
	padding: 4px;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

* html #navigation ul li{
   height: 1%;
}

#navigation a {
	display: block;
	color: #d5d1ca;
	padding: 2px;
	text-decoration: none;
}

#navigation a:hover {
	color: #d5d1ca;
	background-color: #075d7e;
}

#navigation li.first-link a {
	font-weight:bold;
}

#navigation li.current-link a {
	color: #d5d1ca;
	background-color: #eee;
	border: 1px solid #fff;
	padding: 1px !important;
}

/* Page Navigation */
.pagenav {
    font-family: 'PT Sans', sans-serif;
	font-size: 12px;
	padding: 10px;
	margin: 2px;
}

.pagenav span {
	font-weight: normal;
	color: #333;
	text-decoration: none;
	background-color: #ebe9ed;
	border: 1px solid #cccccc;
	border-radius: 2px;
    text-shadow: #ccc 0.1em 0.1em 0.2em;
	text-decoration: none;
	cursor: default;
	padding: 3px 8px 3px 8px;
	margin: 2px;
	box-shadow: 0 0 3px #cb945e;
   -moz-box-shadow: 0 0 3px #cb945e;
   -webkit-box-shadow: 0 0 3px #cb945e;
}

.pagenav a {
	color: #999999;
	text-decoration: none;
	border: 1px solid #cccccc;
	background-color: #096586;
	background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#ebe9ed),color-stop(100%,#c0c0c0));
    background-image: -webkit-linear-gradient(#ebe9ed,#c0c0c0);
    background-image: -moz-linear-gradient(#ebe9ed,#c0c0c0);
    background-image: -o-linear-gradient(#ebe9ed,#c0c0c0);
    background-image: linear-gradient(#ebe9ed,#c0c0c0);
	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: #333;
	text-decoration: none;
	border: 1px solid #c48853;
	background-color: #d34c26;
	background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#ebe9ed),color-stop(100%,#c0c0c0));
    background-image: -webkit-linear-gradient(#ebe9ed,#c0c0c0);
    background-image: -moz-linear-gradient(#ebe9ed,#c0c0c0);
    background-image: -o-linear-gradient(#ebe9ed,#c0c0c0);
    background-image: linear-gradient(#ebe9ed,#c0c0c0);
	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;
}

.footer-fullbg {
	background-color: transparent;
	height: 150px;
}

.footer-info {
	font-family: 'PT Sans', sans-serif;
	font-size: 12px;
	color: #a0adb7;
	text-align: left;
	padding: 10px 0px 0px 10px;
	background-color: transparent;
}

.footer-online {
	background-color: transparent;
}

.lu-online {background-color: #69b452; width: 45px; height: 45px; padding: 3px; margin: 3px; box-shadow: 0 1px 1px #000;}
.lu-lele {background-color: #d8730c; width: 45px; height: 45px; padding: 3px; margin: 3px; box-shadow: 0 1px 1px #000;}
.lu-offline {background-color: #ebe9ed; width: 45px; height: 45px; padding: 3px; margin: 3px; box-shadow: 0 1px 1px #000;}
.lu-online:hover { opacity:1.0; filter:alpha(opacity=100); /* For IE8 and earlier */ }
.lu-lele:hover { opacity:0.7; filter:alpha(opacity=70); /* For IE8 and earlier */ }
.lu-offline:hover { opacity:0.5; filter:alpha(opacity=50); /* For IE8 and earlier */ }

.login {
	font: 12px Verdana;
	color: #585858;
	background-color: #fff;
	padding: 2px 4px 4px 4px;
	text-align: right;
}

.luser-name {
	font: 10px/1.4em Verdana;
	color: #585858;
	background-color: #fff;
	text-align: center;
}

.member-icon-bg {
	background: transparent;	
	border: 1px solid #585858;
	display: inline-block;
	cursor: pointer;
	border-radius: 2px;
	box-shadow: 0 0 1px #585858;
	padding: 3px;
}

.member-menu {
	padding: 5px;
	background: transparent;	
}

.avatar-bg {
	background: transparent;	
	border: 1px solid #585858;
	display: inline-block;
	border-radius: 3px;
	box-shadow: 0 0 1px #4a5360;
	padding: 2px;
	height: 80px;
	width: 80px;
	margin-top: 8px;
	margin-right: -28px;
}

fieldset {
	text-decoration: none;
	border: 1px dotted #78838f;
	padding: 5px;
	margin: 2px;
	color: #bbb;
	font-weight: normal;
	font-size: 12px;
	font-family: 'PT Sans', sans-serif;
}

legend {
	font-family: 'PT Sans', sans-serif;
	color: #4f8a10;
	font-weight: normal;
	font-size: 12px;
}

textarea{
resize:none;
}

.footer-fullblack {
  -moz-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.2);
  background: #565656;
  background: -moz-linear-gradient(#565656 0%, #323232 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #565656), color-stop(100%, #323232));
  background: -webkit-linear-gradient(#565656 0%, #323232 100%);
  background: linear-gradient(#565656 0%, #323232 100%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}



.login-reg {
	font-size: 12px;
	padding: 10px 0px 5px 35px; /* top right bottom left*/
	background-repeat: no-repeat;
	background-position: 7px center;
		color: #f1e390;

	background-color: transparent;
	background-image: url('images/unlock.png');
}

.login-reg:hover { 
	color: #1eba03;
}

.login-passw {
	font-size: 12px;
	padding: 10px 0px 5px 35px; /* top right bottom left*/
	background-repeat: no-repeat;
	background-position: 7px center;
	color: #f1e390;
	background-color: transparent;
	background-image: url('images/help.png');
}

.login-passw:hover { 
	color: #1eba03;
}


.login-email {
	font-size: 12px;
	padding: 10px 0px 5px 35px; /* top right bottom left*/
	background-repeat: no-repeat;
	background-position: 7px center;
	color: #f1e390;
	background-color: transparent;
	background-image: url('images/email.png');
}

.login-email:hover { 
	color: #1eba03;
}

.login-chat {
	font-size: 12px;
	padding: 10px 0px 5px 35px; /* top right bottom left*/
	background-repeat: no-repeat;
	background-position: 7px center;
	color: #f1e390;
	background-color: transparent;
	background-image: url('images/comment.png');
}

.login-chat:hover { 
	color: #1eba03;
}