/**
 * @author Sulaeman, sulaeman.nowhere@gmail.com
 */

/*Default Styles*/
body, body{
	color:#333;
	background:#fcedce;
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif;
	font-size:11px;
	text-align:center;
	line-height:16px;
}
body, div, span, ul, li, h1, h2, h3, h4, h5, address, p, td, blockquote, dl, dt, dd, input, br{margin:0;padding:0;}
a {outline:0;}
table{border:none;}
td{font-size:11px;};
address{margin:5px 0;font-style:normal;}
img{border:none;}
ul{list-style-type:none;}
input, select{vertical-align:middle;}
p, blockquote, dt, dd, address{margin:0 0 15px 0;line-height:1.5em;}
label{padding-top:3px;}
form{display:inline;}
a:link{color:#3b5998;text-decoration:none;}
a:visited{color:#3b5998;text-decoration:none;}
a:hover{color:#F16C00;text-decoration:none;}
a:active{color:#3b5998;text-decoration:none;}

.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{display:inline-block;}
* html .clearfix{height:1%;}
.clearfix{display:block;}
.replace {margin:0;padding:0;text-indent:-9999px;background-repeat:no-repeat;display:block;outline:none;}
.replace a {display:block;outline:none;}
span.clr {display: block;clear: both;}

ul{
	margin:10px 0 10px 20px;
	padding:0;
}
ul li{
	background:transparent url('../img/bullet_go.gif') no-repeat;
	padding: 0 0 0 20px;
}

a.login{
	text-decoration:none;
	background:#fffbe2;
	border:solid 1px #d1beaa;
	display:block;
	padding:10px 0 10px 10px;
	width:95%;
	margin:10px 0 20px 0;
}
a.login:hover{
	text-decoration:none;
	border-color:#790103;
	color:#3b5998;
}
a.login p{margin:0;}
a.login label{
	display:block;
	margin:0 10px 0 0;
}
a.login input{
	margin:0 0 5px 0;
	padding:3px;
	font-size:11px;
}
a.login .input_login{
	width:190px;
	border:solid 1px #d1beaa;
}

.login_error{
	width:210px;
	background-color:#cc3300;
	color:#fff;
	margin:0 0 10px 0;
	padding:3px;
}

#edit-account{
	background-color:#fff;
	border:solid 1px #d1beaa;
	width:210px;
}
#edit-account label, #edit-account input{
	margin:3px;
}

#header_bar{
	background:#790103;
	padding:0px;
	margin:0px;
}
#header_logo{
	display:block;
	width:980px;
	margin:0px auto;
	text-align:left;
}
#header_logo a{
	display:block;
	height:72px;
	width:700px;
	background:url('../img/banner.gif') no-repeat 5px 3px;
}
#header_logo h1{display:none;}

#site_navigator{
	width:100%;
	line-height:auto;
	padding:0px;
	height:auto;
	padding:0px 0px 0px 0px;
	margin:0px;
	position:relative;
	border-bottom:solid 1px #d9a32f;
	background:#f7f7f7;
	overflow:hidden;
}
#site_navigator .center_box{
	width:980px;
	margin:-4px auto 0px auto;
	padding:0px;
	overflow:visible;
}
#site_navigator .center_blue_nav_back{
	background:#d9a32f;
	padding:4px 0px 0px 0px;
	margin:0px;
	overflow:visible;
}
#site_navigator .center_white_nav_back{
	background:#fff;
	margin:4px 0px 0px 0px;
	padding:0px;
	overflow:visible;
}
#site_navigator ul{
	float:left;
	margin:0;
	overflow:visible;
	padding:0px 1px;
	list-style-type:none;
}
#site_navigator li{
	float:left;
	line-height:15px;
	padding:7px 0px 7px 1px;
	font-size:13px;
	font-weight:bold;
	background:url('../img/navigator_divider.gif') no-repeat left center;
}
#site_navigator li.active a{
	color:#444;
	background:white url('../img/navigator_active.gif') repeat-x;
}
#site_navigator li a{
	line-height:15px;
	color:#3B5998;
	padding:11px 10px 6px 10px;
	margin:-4px 0px 0px;
}
#site_navigator li a:hover{
	background:#fff url('../img/navigator_active.gif') repeat-x;
	color:#790103;
}

.middle-container{
	width:980px;
	margin:10px auto 8px;
	padding:0px;
	border:1px solid #a0a0a0;
	border-bottom:solid 1px #697ba1;
	text-align:left;
}
.content_bg{
	background:#f7f7f7;
	margin:0 auto;
	padding:0px;
	width:980px;
}
.content{
	float:left;
	background:#fff;
	padding:0px;
	margin:0;
	width:980px;
}
.content .content_main{
	float:left;
	background:#fff;
	margin:0px;
	width:960px;
	padding:10px;
}
#content_page{
	float:left;
	width:72%;
	min-height:400px;
	padding:0em 1em 0.5em 1em;
	border-right:dotted 1px #E1E1E1;
}
#sidebar{
	float:right;
	width:25%;
	display:block;
	margin:0;

}

.footer{
	font-size:11px;
	width:960px;
	padding:0px 10px;
	margin:0px auto;
}
.footer .copyright{
	color:#666;
	
	font-weight:bold;
	margin:5px;
}
.footer .copyright img {
    float: left;
    margin-right: 1.5em;
}

a.new_question{
	text-decoration:none;
	background:#EFEFEF;
	display:block;
	padding:10px 0 10px 10px;
	width:95%;
	border:#cc3300 1px solid;
	margin:10px 0 20px 0;
}
a.new_question h2{
	background:transparent url('../img/note.gif') no-repeat;
	padding:0 0 0 20px;
	font-size:12px;
	color:#cc3300;
}
a.new_question p{
	font-size:11px;
	line-height:15px;
	margin:5px 0 0 0;
	color:#cc3300;
}
a.new_question:hover{
	text-decoration:underline;
}

a.sidebar_item{
	text-decoration:none;
	background:#fffbe2;
	border:solid 1px #d1beaa;
	display:block;
	padding:10px 0 10px 10px;
	width:95%;
	margin:10px 0 20px 0;
}
a.sidebar_item h2{
	background:transparent url('../img/note.gif') no-repeat;
	padding:0 0 5px 20px;
	font-size:12px;
	border-bottom:#790103 1px solid;
}
a.sidebar_item p{
	font-size:11px;
	line-height:15px;
	margin:5px 0 0 0;
	width:190px;
}
a.sidebar_item:hover{
	text-decoration:none;
	background:#fffbe2;
	border-color:#790103;
	color:#3b5998;
}
a.sidebar_item  .list_sidebar_item{
	height:150px;
	overflow:auto;
}
a.sidebar_item  .list_sidebar_item dl .sidebar_item{
	height:150px;
	overflow:auto;
}
a.sidebar_item  .list_sidebar_item .selector_block_list{
	margin:10px 0 10px 0;
	overflow:hidden;
}
a.sidebar_item  .list_sidebar_item .selector_block_list dl span{
	display:block;
	padding:2px 5px;
	font-size:11px;
}
a.sidebar_item  .list_sidebar_item .selector_block_list dl .selector_item{
	margin:0;
	width:100%;
}
a.sidebar_item  .list_sidebar_item .selector_block_list dl .selector_item a{
	display:block;
	margin:0;
	background:transparent url('../img/bullet_go.gif') no-repeat;
	padding:2px 3px 2px 20px;
	line-height:20px;
}
a.sidebar_item  .list_sidebar_item .selector_block_list dl .selector_item a span{
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:normal;
}

a.sidebar_item  .list_sidebar_item .selector_block_list dl .selector_item a:hover span{
	font-weight:bold;
}

a.upcoming_event_link{
	text-decoration:none;
	background:#EFEFEF;
	border:#cecece 1px solid;
	display:block;
	padding:10px 0 10px 10px;
	margin:10px 0 20px 0;
	color:#cc3300;
}
a.success{background:#65d633;}
a.upcoming_event_link h2{
	background:transparent url('../img/note.gif') no-repeat;
	padding:0 0 0 20px;
	font-size:14px;
	color:#000000;
}
a.upcoming_event_link p{
	font-size:13px;
	line-height:15px;
	margin:5px 0 0 0;
	width:98.5%;
	color:#cc3300;
}
a.upcoming_event_link:hover{
	text-decoration:underline;
	color:#000000;
	cursor:pointer;
}

#recent_post{margin:20px 0 10px 0;}
#recent_post h3{
	border-bottom:1px solid #E1E1E1;
	background:transparent url('../img/post_indicator.gif') no-repeat;
	font-size:12px;
	padding-left:22px;
	color:#cc3300;
	height:20px;
	margin-bottom:8px;
}
#recent_post .post_list{
	margin-top:10px;
	padding:0 10px;
	min-height:50px;
}
#recent_post .post_list dl{
	display:block;	
}
#recent_post .post_list dl dd{
	margin:0 0 20px 0;
	padding:0;
	background:none;
}
#recent_post .post_list dl dd a{
	display:block;
	background:transparent url('../img/note.gif') no-repeat;
	font-size:13px;
	height:20px;
	margin-bottom:5px;
	padding:0 0 0 30px;
}

form.entry{
	text-decoration:none;
	background:#fffbe2;
	display:block;
	padding:10px 0 10px 10px;
	color:#3b5998;
	font-size:12px;
}
form.entry p{margin:0;}
form.entry label{
	clear:both;
	display:block;
	margin:0 10px 0 0;
	font-size:12px;
}
form.entry input{
	margin:0 0 5px 0;
	padding:3px;
	font-size:12px;
}
form.entry .input_text{width:97%;border:solid 1px #d1beaa;height:20px;font-size:12px;}
form.entry .input_textarea{width:98%;}

/*pagination*/
.pagination {font-size:80%;}       
.pagination a {
    text-decoration:none;
	border:solid 1px #AAE;
	color:#15B;
	outline:0;
}
.pagination a, .pagination span {
    display:block;
    float:left;
    padding:0.3em 0.5em;
    margin-right:5px;
	margin-bottom:5px;
	font-size:11px;
}
.pagination .current, .pagination a:hover {
    background:#26B;
    color:#fff;
	border:solid 1px #AAE;
}
.pagination .current.prev, .pagination .current.next{
	color:#999;
	border-color:#999;
	background:#fff;
}

.loading {
	background: transparent url('../img/loading.gif') no-repeat center;
    display:block;
    width:100%;
    padding-left:18px;
    line-height:18px;
}

.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
	text-align:left;
}
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url('../img/bubble.png') top left;
}
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url('../img/bubble.png') bottom right;
}
.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}

.thTitle{
font-size:12px;
height:26px;
text-align:left;
font-weight:bold;
color:#000000;
border-bottom:#ffffff 1px solid;
}
.tableData{
margin:5px;
font-size:11px;
width:98%;
}

.tableData th{
	font-weight:bold;
	border:#909090 1px solid;
	padding:2px;
}
.tableData td{
	border-bottom:#EFEFEF 1px solid;
	padding-top:2px;
}
.noborder td{
	border:0px;
}
.tableData img{
	vertical-align:middle;
}

.accordion {
	width: 99%;
	border-bottom: solid 1px #c4c4c4;
}
.accordion h3 {
	background: #e9e7e7 url(images/arrow-square.gif) no-repeat right -51px;
	padding: 7px 15px;
	margin: 0;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
}
.accordion h3:hover {
	background-color: #e3e2e2;
}
.accordion h3.active {
	background-position: right 5px;
}
.accordion p {
	background: #f7f7f7;
	margin: 0;
	padding: 10px 15px 20px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
}

/* This skins dialog */
.ui-dialog, .ui-dialog {
	background-color:#f3f7fd;
	border-top:#fff 1px solid;
	border-left:#fff 1px solid;
	border-right:#000 1px solid;
	border-bottom:#000 1px solid;
}
.ui-dialog .ui-dialog-titlebar, .ui-dialog .ui-dialog-titlebar {
	border-bottom: 1px solid #d8d2aa;
	background-color: #3e6488;
	padding: 0px;
	height: 28px;
	_height: 29px;
}
.ui-dialog.ui-draggable .ui-dialog-titlebar, .ui-dialog.ui-draggable .ui-dialog-titlebar {cursor: move;}
.ui-dialog .ui-dialog-titlebar-close, .ui-dialog .ui-dialog-titlebar-close {
	width: 11px;
	height: 11px;
	background: url('../img/dialog/close-off.gif') no-repeat;
	position:absolute;
	top: 6px;
	right: 7px;
	cursor: pointer;
}
.ui-dialog .ui-dialog-titlebar-close span, .ui-dialog .ui-dialog-titlebar-close span {display: none;}
.ui-dialog .ui-dialog-titlebar-close-hover, .ui-dialog .ui-dialog-titlebar-close-hover {background: url('../img/dialog/close-on.gif') no-repeat;}
.ui-dialog .ui-dialog-title, .ui-dialog .ui-dialog-title {
	margin-left: 5px;
	color: white;
	font-weight: bold;
	position: relative;
	top: 7px;
	left: 4px;
}
.ui-dialog .ui-dialog-content, .ui-dialog .ui-dialog-content {margin: 1.2em;}
.ui-dialog .ui-dialog-buttonpane, .ui-dialog .ui-dialog-buttonpane {
	position: absolute;
	bottom: 8px;
	right: 12px;
	width: 100%;
	text-align: right;
}
.ui-dialog .ui-dialog-buttonpane button, .ui-dialog .ui-dialog-buttonpane button {margin: 6px;}
.list{
background:transparent url('../img/news_icon.jpg') no-repeat; 
height:16px;
padding-left:18px;
}
.max{
background:transparent url('../img/max.png') no-repeat; 
height:16px;
padding-left:18px;
}
.min{
background:transparent url('../img/min.png') no-repeat; 
padding-left:4px;
height:16px;
padding-left:18px;
}
/* This skins resizables */
.ui-resizable { position: relative; }
/* Global handle styles */
.ui-resizable-handle { position: absolute; display: none; font-size: 0.1px; }
.ui-resizable .ui-resizable-handle { display: block; }
body .ui-resizable-disabled .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
.ui-resizable-n { cursor: n-resize; height: 6px; width: 100%; top: 0px; left: 0px; background: transparent url('../img/dialog/resizable-n.gif') repeat scroll center top; }
.ui-resizable-s { cursor: s-resize; height: 6px; width: 100%; bottom: 0px; left: 0px; background: transparent url('../img/dialog/resizable-s.gif') repeat scroll center top; }
.ui-resizable-e { cursor: e-resize; width: 6px; right: 0px; top: 0px; height: 100%; background: transparent url('../img/dialog/resizable-e.gif') repeat scroll right center; }
.ui-resizable-w { cursor: w-resize; width: 6px; left: 0px; top: 0px; height: 100%; background: transparent url('../img/dialog/resizable-w.gif') repeat scroll right center; }
.ui-resizable-se { cursor: se-resize; width: 9px; height: 9px; right: 0px; bottom: 0px; background: transparent url('../img/dialog/resizable-se.gif'); }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: 0px; bottom: 0px; background: transparent url('../img/dialog/resizable-sw.gif'); }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: 0px; top: 0px; background: transparent url('../img/dialog/resizable-nw.gif'); }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: 0px; top: 0px; background: transparent url('../img/dialog/resizable-ne.gif'); }