/* Comment element properties */

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

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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background: url(images/background.jpg) no-repeat fixed;
	margin: 0px auto;
}

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

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

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

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

.alt {
	color: #04688d;
}

.spacer {
	margin-bottom: 10px;
}

.admin-message {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #555;
	background-color: #f6f6f6;
	border: 1px solid #e1e1e1;
	padding: 3px 4px 5px 4px;
	margin-bottom: 5px;
}

/* Form element properties */

form {
	margin: 0px;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e7d89f;
	background-color: #f6a504;
	background-image: url(images/login.png);
	height: 40px;
	border: 1px solid #000;
}

.bbcode {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	background-color: #eee;
	border: 1px solid #ccc;
	margin-top: 2px;
}

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

.textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	border: 1px solid #000;
}

.textbox:focus {
	color: #000;
	background-color: #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 and footer properties */

/* Subheader links */

.lower-bar ul{
	margin: 0;
	padding: 0;
}

.lower-bar ul li{
	display: inline;
}

.lower-bar ul li.first-link .bullet{
	display: none;
}

.lower-bar ul li.first-link {
	font-weight: bold;
}

.lower-bar ul li.current-link a span {
	text-decoration: underline;
}

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

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

.lower-bar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e7d89f;
	background: url(images/lower-bar.png) no-repeat center;
	height: 119px;
	padding-top: 30px;
	padding-left: 250px;
	padding-right: 100px;
}

#footer {
	font-size: 11px;
	background: url(images/footer.png) no-repeat center;
	width: 555px;
	height: 40px;
	color: #e7d89f;
	padding-top: 20px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

.main-body {
	font-size: 11px;
	color: #e7d89f;
	background: url(images/cpanelbg.png);
	background-repeat: repeat-yx;
	padding: 10px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

/* Side-Panel properties */

.slide-frame {
	background: url(images/slide-frame.png) no-repeat center;
	height: 271px;
	width: 567px;
}

.slide {
	background: url(slide/rotator.php) no-repeat center;
	height: 256px;
	width: 555px;
	margin: 0px auto;
}

.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-right: 10px;
	width: 435px;
}

.scapmain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #e7d89f;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url(images/panelcap.png);
	background-repeat: no-repeat;
	height: 53px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

.side-body {
	font-size: 11px;
	color: #e7d89f;
	background-color: #fff;
	background-image: url(images/panelbg.png);
	background-repeat: repeat-y;
	padding: 10px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

/* Center-Panel properties */

.news-category {
	border: 0;
	margin: 3px 5px 0 0;
	float: left;
}

.news-footer {
	font-size: 11px;
	color: #fff;
	text-align: center;
	background: #220f07;
	padding: 5px;
	height: 30px;
}

.capmain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #e7d89f;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #555;
	background-image: url(images/cpanelcap.png);
  background-repeat: no-repeat;
	height: 53px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

.main-bg {
	color: #555;
	padding: 0px 0 0px 0;
}

/* General table properties */
.comment-avatar {
	padding-right: 6px;
	float: left;
}

.center {
	margin: 0 auto;
}

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

.tbl {
	font-size: 11px;
	color: #fff;
	border: 0px solid #000;
	padding: 5px;
}

.tbl1 {
	font-size: 11px;
	color: #fff;
	border: 0px solid #000;
	padding: 5px;
}

.tbl2  {
	font-size: 11px;
	color: #fff;
	border: 0px solid #000;
	padding: 5px;
}

.tbl-error  {
	color: #AC260F;
	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: 11px;
	font-weight: bold;
	color: #888;
	background-color: #f1f1f1;
	padding: 2px 4px 4px 4px;
}

.quote {
	font-size: 11px;
	color: #555;
	background-color: #f8f8f8;
	padding: 4px;
	margin: 0px 20px 0px 20px;
	border: 1px solid #bbb;
}

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

.comment-name {
	font-weight: bold;
	color: #04688d;
}

.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;
}

/* Vertical Navigation */

#navigation h2 {
	font-size: 10px;
	font-weight: normal;
	background-color: #f1f1f1;
	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: #ffffff;
	padding: 2px;
	text-decoration: none;
}

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

#navigation li.first-link a {
	font-weight:bold;
}

#navigation li.current-link a {
	color: #ffffff;
	background-color: #53cfee;
	border: 1px solid #fff;
	padding: 1px !important;
}

/* Page Navigation */
.pagenav {
	color: #e7d89f;
	padding: 4px;
}

.pagenav span {
	color: #fff;
	background-color: #111;
	border: 1px solid #000;
	padding: 2px 4px 2px 4px;
	margin: 2px;
}

.pagenav a {
	color: #fff;
	background-color: #222;
	border: 1px solid #000;
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
}

.pagenav a:hover {
	color: #fff;
	background-color: #111;
	margin: 2px;
	text-decoration: none;
}

/* 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;
}