/*
Skin
By bitnu.com
*/

/****** General Styles ******/
body {
	font-size: 12px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	background:url('images/bg.jpg');
	margin: 0px;
	line-height:20px;
	color:#999;
}
a {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: none;
	color:#61C0CE;
}
table {
	font-family: Tahoma, Arial;
	color: #6F6F6F;
	font-size: 12px;
}

/****** Form Controls Styles ******/
form {
	display: inline;
}
input {
	font-family: Tahoma, Arial; 
	font-size: 12px; 
}
input.text {
	height: 16px;
	border: 1px solid #E0FBFF;
	color: #61C0CE; 
	background-color: #fff;
	margin-bottom:1px;	
}
input.button {
	height: 20px;
	width:50px;
	border: 1px solid #61C0CE;
	color: #61C0CE; 
	background-color: #E0FBFF;
}
textarea { 
	font-size: 12px;  
	font-family: Tahoma, Arial; 
	color: #E97D81;
	border: 1px solid #E0FBFF;
	background-color: #fff;
	width:400px;
}
/****** Main Layout Styles ******/
#wrapper {
	margin:0 auto;
	width:810px;
	overflow:hidden;
	height:auto;
	margin-top:50px;
                  margin-bottom:50px;
}
#innerWrapper{
    width: 100%;
}
#header{
    width: 820px;
	height:263px;
	background:url('images/logo.jpg') no-repeat;
	overflow:hidden;
	margin:0px;
	float:left;
}

/****** Header Elements Styles ******/
/* nav menu */
#menu{
	font-size:14px;
    margin-top:232px;
	height:36px;
	overflow:hidden;
}
#menu ul{
	margin-top:0px;
}
#menu li{
	list-style: none;
	text-align: left;
	font-weight:bold;
	display: inline;
	padding-right: 10px;
	padding-left: 5px;
	border-right: 1px solid #C8C7C3;
}
#menu a{
	font-weight:bold;
	color: #FFFFFF;
}
#menu a:hover{
	color: #FF6600;
	font-weight:bold;
}

/****** Content Layout ******/
#mainWrapper{
    padding:0px;
	margin:0px;
	background:url('images/wbg.gif') repeat-y;
	height:auto;
	overflow:hidden;
	width:982px;
	float:left;
}
.sidebar{
	width:160px;
	float:right;
	height:auto;
	padding-left:10px;
}
.content{
	width:802px;
	float:right;
	height:auto;
	padding-left:10px;
}
.bar{
	float:right;
	width:160px;
	overflow:hidden;
	height:auto;
	padding-left:15px;
	padding-right:10px;
	border-left: 1px dotted #79DFED;
}
#innerContent{
	float:left;
	width:612px;
	height:auto;
}



.innerSidebar{
	margin:0px;
	float:left;
}

/* a style which makes mainWrapper touch the bottom of sidebar and content */
.clear{
	border-top:1px solid transparent !important;
	margin-top:-1px !important;
	border-top:0;
	margin-top:0;
	clear:both;
	visibility:hidden;
}

/****** Sidebar Panels ******/
panel{ 
	margin:0px;
}
.panel h5 {
	background:url("images/panbg.gif") no-repeat;
	height:25px;
	color:#999;
	padding-top:5px;
	padding-left:15px;
	text-align: left;
	overflow:hidden;
	font-size:12px;
	margin:0px;
	margin-top:10px;
}
.panel-content{
	width:145px;
	margin:0px;
	height:auto;
	padding-left:15px;
	color:#61C0CE;
	overflow:hidden;
	line-height:20px;
}
.panel-content ul{
	padding:0px;
	margin: 0px;
}
.panel-content li{
	padding: 0px;
	margin: 0px;
	color: #666;
	list-style: url("images/dd.gif") inside circle;
	line-height:20px;
}
.panel-content ul ul li{
	padding: 0px;
	background-repeat: no-repeat;
}

/* user panel login form */
#loginForm {
	width: 95%;
}

/* calendar panel */

#calendar {
	magrin-right:10px;
	width:98%;
}
.calendar-top {
	color:#000000;
}
.calendar-top  a:hover{
	color:#718C13;
}
.calendar-year,
.calendar-month {
	color:#61C0CE;
}
.calendar-weekday-cell {
	color:#61C0CE;
	text-align:center;
}
.calendar-day,
.calendar-day-blank,
.calendar-saturday,
.calendar-sunday,
.calendar-today{
	color:#999;
	text-align:center;
}
.calendar-saturday,
.calendar-sunday {
	font-weight:bold;
}
.calendar-today { 
	color:#fff;
	background:#61C0CE;
	font-weight:bold;
}
.calendar-day a, .calendar-saturday a, .calendar-sunday a {
	color:#61C0CE;
	background:#E0FBFF;
	font-weight:bold;
	text-decoration: none;  
	display:block;
}
.calendar-day a:hover, .calendar-saturday a:hover, .calendar-sunday a:hover {
	color:#fff;
	font-weight:bold;
	text-decoration: none;  
	display:block;
}


/****** Announcement Box ******/
.announce{
	margin-top:10px;
	margin-bottom:10px;

}
.announce-content{
	word-wrap: break-all;
	color:#61C0CE;
	line-height:20px;
	height:auto;
	magrin:0px;
}
.prev-article{ 
	float: left; 
	padding-top:0px;
	padding-bottom:0px;
}
.next-article{ 
	float: right; 
	padding-top:0px;
	padding-bottom:0px;
}

/****** Defaul Page Elements ******/
.article-top{
    margin-top:10px;
	width:100%px;
	height:15px;
	color: #999;
	overflow:hidden;
	margin-bottom:10px;
}
.article-top a{
    color: #61C0CE;
}
.article-top a:hover{
    color: #C8C7C3;
}
.article-bottom{
    margin-top:10px;
	width:100%px;
	height:15px;
	color: #999;
	overflow:hidden;
	float:left;
}
.article-bottom a{
    color: #61C0CE;
}
.article-bottom a:hover{
    color: #C8C7C3;
}

/* text box */
.textbox{
	padding-bottom: 25px;
	margin-bottom: -30px;
	clear: both;
	background-position: 50px 20px;
}

.textbox-title{
	background:url("images/line.gif") repeat-x;
	width:610px;
	height:60px;
	overflow:hidden;
	padding-top:0px;
	margin-top:0px;
}
.textbox-title h4{
	font-size: 18px;
	display: inline;
	line-height:22px;
	padding-top:0px;
}
.textbox-title h4 a{
	color:#999;
}
.textbox-title h4 a:hover{
	color:#61C0CE;
}
.textbox-label{
	margin-top:8px;
	color:#999;
	height:20px;
	overflow:hidden;
}
.textbox-label a{
	color:#61C0CE;
}
.textbox-label a:hover{
	background-color:#E0FBFF;
}
.textbox-content{
	color:#999;
	width:610px;
	overflow:hidden;
}
.textbox-fontsize{
	color:#999999;
	float:right;
	text-align: right;
	font-size:12px;
	padding-top:10px;
}
.tags{
	margin-top:8px;
	margin-bottom:5px;
}
.textbox-bottom{
	margin-bottom:8px;
	border-bottom:2px #E2FBFF solid;
	padding-bottom:3px;
}
.textbox-bottom a{
	color:#61C0CE;
}
.textbox-bottom a:hover{
	background-color:#E0FBFF;
}
/* comments wrapper */
.comment-wrapper{}

/* comments top box */
.comment-top{
	padding:5px;
	padding-top: 0px;
	margin: 5px;
	color: #000;
	text-align: right;
}
.comment-pages{
	padding:5px;
	margin: 5px;
	color: #000;
}

/* commnet box */
.commentbox, .trackbackbox {
	word-wrap: break-word;
	padding: 0px;
	margin: 5px;
}
.commentbox-odd {
	background: #FBFEFF;
	border-top: 1px solid #A9DBF6;
}
.commentbox-couple {
	background: #fff;
	border-top: 1px solid #A9DBF6;
}
.trackbackbox {
	background: #E9FDF1;
	border-top: 1px solid #A9DBF6;
}
.commentbox-title, .trackbackbox-title{
	padding: 5px;
	font-size: 14px;
	color: #0D80BD;
}
.commentbox-title a, .trackbackbox-title a{
 	color: #0D80BD;
	font-weight: bold;
}

.commentbox-label, .trackbackbox-label{
	display: block;
	color: #000;
	font-size: 12px;
}
.commentbox-label a, .trackbackbox-label a{
	font-weight: normal;
}

.commentbox-content, .trackbackbox-content{
	padding: 3px;
	padding-bottom: 14px;
}


/* comment form wrapper */
#commentForm {
	width: 100%;
}

/****** normal message box ******/
.messagebox{
 width: 550px;
 margin-top: 120px;
 border: 1px solid #A9DBF6; 
 border-top: 0px; 
 text-align: center; 
 background-color: #A9DBF6;
}
.messagebox-title{
 color: #FFFFFF; 
 font-weight: bold; 
 padding: 5px;
}
.messagebox-content{
 color: #000; 
 background:#FFFFFF;
 padding: 10px; 
 padding-bottom: 20px; 
 text-align: left;
}
.messagebox-bottom{
 color: #000; 
 background-color: #E6EEF7; 
 padding: 5px;
}


/****** Input Form Styles (table) ******/
.formbox{}
.formbox-comment{
	padding-top: 10px;
	border-top: 10px solid #BEE6FD;
}

.formbox-title,
.formbox-comment-title{
	color: #000;
	font-weight: bold;
	font-size: 14px;
}

.formbox-rowheader {
	padding: 5px;
	font-weight: bold;
}

.formbox-content {
	padding: 5px;
}

/****** UBB Code Custom Styles ******/
/* IE fix for ul */
.code {
	word-wrap: break-all;
	border-left: 4px solid #BEE6FD;
	background-color: #FBFEFF;
	color: #000000;
	margin: 5px;
	padding: 10px;
}

.quote{
	padding-left:50px;
	margin: 0px;
	width:530px;
	word-wrap: break-word;
	overflow:hidden;
}
.quote-title{
	padding-top:6px;
	font-size:12px;
	color:#666666;
	padding-left:10px;
	margin-top:5px;
	border-bottom:1px #E0FBFF solid;
}
.quote-title a{
	color:#61C0CE;
}
.quote-title a:hover{
	color:#B2C25F;
}
.quote-content{
	color:#61C0CE;
	padding-left:10px;
	height:auto;
	width:520px;
	overflow:hidden;
	margin-bottom:5px;
}



.formbox-comment{
	margin-top:10px;
	margin-bottom:10px;
	width:580px;
	overflow:hidden;
	border:1px #E0FBFF solid;
	magrin-left:-5px;
}
.formbox-comment-title{
	background:url("images/cbg.gif") repeat;
}
.formbox-comment-rowheader{
	padding-left:1px;
}


.messagebox{
	 width: 350px;
	 margin-top: 120px;
	 border: 1px solid #E0FBFF; 
	 border-top: 0px; 
	 text-align: center; 
}
.messagebox-title{
	background-color: #61C0CE; 
	color: #fff; 
	font-weight: bold; 
	padding: 5px;
	border-bottom: 1px solid #E0FBFF; 
}
.messagebox-content{
	 color: #61C0CE; 
	 padding: 10px; 
	 padding-bottom: 20px; 
	 text-align: left;
	 background-color:#fff;
}
.messagebox-bottom{
	 color: #FCF1DA; 
	 background-color: #E0FBFF; 
	 padding: 5px;
}



.listbox {
	padding-bottom: 5px;
}
.listbox-table {
	width: 100%;
}
.listbox-header {
	font-weight: bold;
	text-align: center;
	background:url("images/cbg.gif") repeat;
	color: #999;
	padding:5px;
	border-top:1px solid #E0FBFF;
	border-bottom:1px solid #E0FBFF;
}
.listbox-entry {
	word-wrap: break-all;
	border-bottom: 1px dotted #E0FBFF;
}
.listbox-entry a{
	word-wrap: break-all;
	color:#999;
}
.listbox-entry a:hover{
	word-wrap: break-all;
	background-color:#E0FBFF;
	color:#61C0CE;
}


.linkover {
	margin-bottom: 50px;
	height: auto;
	clear: both;
}
.linkbody {
	margin-top: 5px;
	width: 33%;
	float: left;
}
.linktxt {
	float: left;
}
.linktitle a {
	magrin:0px;
	padding:0px;
}
.linkgroup {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 2px;
	color: #61C0CE;
}



#footer{
                  float:left;
                  margin-bottom:130px;
	background:url(images/fbg.gif) no-repeat bottom;
	width:100%;
	height:100px;
}
#innerFooter{
	margin-top:0px;
                  margin-bottom:130px;
	height:350px;
	text-align:center;
	overflow:hidden;
	width:810px;
	margin-left:0px;
	background:#FFFFFF;
}

.bartt{
	background:url("images/panbg.gif") no-repeat;
	height:25px;
	color:#999;
	padding-top:5px;
	padding-left:15px;
	text-align: left;
	overflow:hidden;
	font-size:12px;
	margin:0px;
	font-weight:bold;
	float:left;
	width:145px;
}


.pl{
	width:160px;
	margin:0px;
	height:auto;
	padding-left:0px;
	overflow:hidden;
	float:left;
}
.xpl ul{
	margin:0px;
	padding:0px;
	float:left;
	padding-top:5px;
	padding-bottom:10px;
}
.xpl li{
	color: #666;
	line-height:20px;
	list-style: url("images/dd.gif") inside circle;
	padding:0px;
	padding-left:5px;
}



.lj{
	width:160px;
	margin:0px;
	height:auto;
	padding-left:0px;
	overflow:hidden;
	float:left;
}
.link ul{
	margin:0px;
	padding:0px;
	float:left;
	padding-top:5px;
	padding-bottom:10px;
}
.link li{
	color: #888;
	line-height:20px;
	list-style: url("images/dd.gif") inside circle;
	padding:0px;
	padding-left:5px;
}




.gd{
	width:160px;
	margin:0px;
	height:auto;
	padding-left:0px;
	overflow:hidden;
	float:left;
}
.guidang ul{
	margin:0px;
	padding:0px;
	float:left;
	padding-top:5px;
	padding-bottom:10px;
}
.guidang li{
	line-height:20px;
	list-style: url("images/dd.gif") inside circle;
	padding:0px;
	padding-left:5px;
}


.gg{
	width:160px;
	margin:0px;
	height:auto;
	padding-left:0px;
	overflow:hidden;
	float:left;
}
.ggn{
	width:160px;
	margin:0px;
	height:auto;
	padding-left:10px;
	overflow:hidden;
	float:left;
	margin-bottom:10px;
	color:#61C0CE;
	padding-top:5px;
}



.fl{
	width:160px;
	margin:0px;
	height:auto;
	padding-left:0px;
	overflow:hidden;
	float:left;
}
.fln ul{
	margin:0px;
	padding:0px;
	float:left;
	padding-top:5px;
	padding-bottom:10px;
}
.fln li{
	color: #666;
	line-height:20px;
	list-style: url("images/dd.gif") inside circle;
	padding:0px;
	padding-left:10px;
}



.rl{
	width:160px;
	margin:0px;
	height:auto;
	padding-left:0px;
	overflow:hidden;
	float:left;
}
.rln{
	width:140px;
	margin:0px;
	height:auto;
	padding-left:10px;
	padding-right:10px;
	overflow:hidden;
	float:left;
	margin-bottom:10px;
	padding-top:5px;
}


.zx{
	width:160px;
	margin:0px;
	height:auto;
	padding-left:0px;
	overflow:hidden;
	float:left;
}
.zx ul{
	margin:0px;
	padding:0px;
	float:left;
	padding-top:5px;
	padding-bottom:10px;
}
.zx li{
	color: #666;
	line-height:20px;
	list-style: url("images/dd.gif") inside circle;
	padding:0px;
	padding-left:10px;
}




.qt{
	width:160px;
	margin:0px;
	height:auto;
	padding-left:0px;
	overflow:hidden;
	float:left;
}
.qtn{
	width:140px;
	margin:0px;
	height:auto;
	padding-left:15px;
	padding-right:10px;
	overflow:hidden;
	float:left;
	margin-bottom:10px;
	padding-top:5px;
	color:#61C0CE;
}



.tj{
	width:160px;
	margin:0px;
	height:auto;
	padding-left:0px;
	overflow:hidden;
	float:left;
}
.tjn{
	width:140px;
	margin:0px;
	height:auto;
	padding-left:15px;
	padding-right:10px;
	overflow:hidden;
	float:left;
	margin-bottom:10px;
	padding-top:5px;
	color:#61C0CE;
}