@charset "utf-8";
/* CSS Document */

body{
	font-family: Tahoma, Arial, "Arial Black";
	font-size: 11px;
	color:#333333;
	

}

img{
	border: 0px;
}

.clear{
	clear: both;
}


#body{
	background:url(../images/bg001.gif);

}

/*------------MAIN --------------------*/
#main{	
	background:#FFFFFF; 	
	width: 1000px;
	/*min-height: 400px;*/
	text-align: left;
	/*border: solid 1px #cfcdcd;*/
	
	
}
/*---------------TOP ---------------------*/
#top{
	height: 36px;
	background-color: #3b3b3b;
	color: #ffffff;
	
	font-size: 11px;
	/*
	padding-top: 6px;
	padding-left: 73px;*/
}
#top .top-line{
	top: 6px;
	margin-left: 73px;
	position: relative;
	
}
#top .top-left{
	float:left;
	
}

#top .top-right{
	float:right;
	
}

input{
	border: solid 1px #5f5f5f;
	background-color: #484848;	
	padding: 2px;
	
}

.button{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#FFFFFF;
	height: 22px;
}
a.linktop:link, a.linktop:visited{
	color: #b6cc9f;
	text-decoration: none ;
	display: inline !important;
	font-weight: normal;
	padding:  0px !important;

}

a.linktop:hover{
	color: #FFFF00;
	text-decoration: underline;
}


/*-----------------Banner--------------*/
#banner{
	height: 110px;
	background: url(../images/bground-banner.gif) bottom repeat-x;
}

#banner #logo{
	float:left; top: 23px; position:relative; left: 33px;
}
#banner #adv{
	float: right; top: 7px; margin-right: 26px; position:relative;
}
/*-----------------Menu--------------*/
#menu{
	height: 35px;
	border-bottom: solid 1px #dbd9d9;
	border-top: solid 1px #dbd9d9;
	background-color: #eeeeee;
}

#menu ul{
  top: 5px;
  margin-left: 14px;
  position: relative;
}

#menu ul li{
	float: left;
	list-style-type: none;
	border: solid 1px #cccccc;
	margin-right: 6px;
	/*padding: 5px 12px;*/
	
}

#menu .current-li{
	background:url(../images/bg-menu-item.gif);
	padding: 5px 12px;
	color: #FFFFFF;
	font-weight: bold;
}

#menu a.linkTop:link, a.linkTop:visited{
	padding: 5px 12px;
	display: block;
	color: #333333;
	font-weight: bold;
	text-decoration: none;

 }
#menu a.linkTop:hover{ 
	padding: 5px 12px;
	background:url(../images/bg-menu-item.gif);
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}


/* ----------------- Main-Content ----*/
#main-content{
	min-height: 400px;
}

/* ----------------- Left ----*/
#left{
	width: 710px;
	min-height:400px;
	float: left;
	
}


#frmMain{
	margin: 15px 10px 15px 15px;
}

#frmMain .top-left{
	height: 10px;
	background: url(../images/bl-top-left.gif) left  no-repeat;
}

#frmMain .top-right{
	height: 10px;
	background: url(../images/bl-top-right.gif) right no-repeat;
	
}

#frmMain .top-center{
	height: 10px;
	border-top: solid 1px #cfcdcd; 
	margin: 0px 10px;
	
}

#frmMain .bottom-left{
	height: 10px;
	background:url(../images/bl-bottom-left.jpg) left  no-repeat;
}

#frmMain .bottom-right{
	height: 10px;
	background: url(../images/bl-bottom-right.jpg) right no-repeat;
	
}

#frmMain .bottom-center{
	height: 10px;
	border-bottom: solid 1px #cfcdcd; 
	margin: 0px 10px;
	
}

#frmMain .content-center{
	background:url(../images/bg-bottom.jpg) bottom repeat-x;
	
}

#frmMain .content-inner{
	border-left: solid 1px #cfcdcd;
	border-right: solid 1px #cfcdcd;
	padding:0 13px;
	text-align:justify;
	/*min-height: 300px;*/
}

#frmMain .img-top{
	padding-right: 20px;
}

#frmMain .hot-news{
	width: 250px; 
	background:url(../images/bg_023.jpg) top repeat-x;
	border-top: solid 1px #dbd9d9;
	border-left: solid 1px #dbd9d9;
	border-right: solid 1px #8e8e8e;
	border-bottom: solid 1px #8e8e8e;
	padding: 10px 15px;
	float: left;
}

#frmMain .img{
	border: solid 1px #cccccc; padding: 3px; float:left;  margin-right: 5px; 

}

#frmMain .content-user{
	border-left: solid 1px #cfcdcd;
	border-right: solid 1px #cfcdcd;
	padding:0 13px;
	text-align:justify;
	/*min-height: 300px;*/
}

#frmMain .content-user h2{
	text-align:center;	
}

#frmMain .content-user .avatar{
	text-align: center;
	padding: 5px;
}

#frmMain .content-user .avatar img{
	background:#FFF;
	border: solid 1px #CCC;
	padding: 2px;
}

#frmMain .content-user .group{
	text-align: center;
	padding: 2px;
	font-size: 12px;
	font-weight: bold;
	
}

#frmMain .content-user .ranking{
	text-align: center;
	padding: 2px;
	font-size: 12px;
	font-weight: bold;
	border-bottom: solid 1px #CCC;
}

#frmMain .content-user .row{	
	padding: 5px 0px 3px 20px;
	font-size: 11px;	
}


/*---------------column-left--------------*/
#column-left{
	width: 100%;
}

#frmMain #news{
	padding: 0px 10px 0px 10px;
	line-height: 16px; 
}

#frmMain  .date{
	padding: 10px 0px;
	font-weight: bold;
	
}
#frmMain #news h1{	
	font-size: 20px;	
	font-family: "Times New Roman", Georgia,  Times, serif;
	color: #4161A8;
	padding: 5px 0px;
}

#frmMain #news .title{	
	font-size: 20px;	
	font-family: "Times New Roman", Georgia,  Times, serif;
	color: #4161A8;
	padding: 5px 0px;
	font-weight: bold;
}

#frmMain #news p{	
	padding-bottom: 10px;
	font-family: "Times New Roman", Georgia,  Times, serif;
	font-size: 14px;
	line-height: 18px; 
	             
}



#news a.linkInContent:link, a.linkInContent:visited{
	color: #F47D21;
	text-decoration: none;
}

#news a.linkInContent:hover{
	color: #F47D21;
	text-decoration: underline;
}

#news a:link, a:visited{
	color: #F47D21;
	text-decoration: none;
}
#news a:hover{
	color: #F47D21;
	text-decoration: underline;
}

#news pre {
	font-size: 12px;
	padding: 0;
	margin: 5px 0px 10px 0px;
	padding-left: 30px;
	background: #f0f0f0;
	border-left: 1px solid #cfdddd;
	border-top: 1px solid #cfdddd;
	border-right: 1px solid #cfdddd;
	line-height: 20px;
	background: url(../images/pre_code_bg.gif) repeat-y left top;
	width: 610px;
	max-height: 300px;
	overflow: auto;
	overflow-Y:auto;
}


#news .source-by{
	padding: 10px 0px 15px 0px;
	text-align: right;
	font-weight: bold;
	font-style: italic;
}

#frmMain #news a.linkTitle:link, a.linkTitle:visited{
	color: #4161a8;
	text-decoration: none;
}

#frmMain #news a.linkTitle:hover{
	color: #4161a8;
	text-decoration: underline;
}


#frmMain #news h1{	
	font-size: 20px;	
	font-family:"Times New Roman", Georgia,  Times, serif;
}
#frmMain  a.link-button:link,  a.link-button:visited{
	border: solid 1px #484848;
	padding: 5px 10px 5px 10px;
	background:url(../images/bg_button.jpg) bottom repeat-x #557fdf;	
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;

}
#frmMain .line{
	height: 2px;
	background-color: #dedede;
}

#frmMain  a.link-button:hover{
	border: solid 1px #484848;
	padding: 5px 10px 5px 10px;
	background:url(../images/bg_button_hover.jpg) top repeat-x #557fdf;	
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;

}
#frmMain .linkButton{
	padding: 5px 10px 10px 23px;
	float: right;

}

#frmMain .content-user{
	border-left: solid 1px #cfcdcd;
	border-right: solid 1px #cfcdcd;
	padding:0 13px;
	text-align:justify;
	/*min-height: 300px;*/
}

#frmMain .content-user h2{
	text-align:center;	
}

#frmMain .content-user .avatar{
	text-align: center;
	padding: 5px;
}

#frmMain .content-user .avatar img{
	background:#FFF;
	border: solid 1px #CCC;
	padding: 2px;
}

#frmMain .content-user .group{
	text-align: center;
	padding: 2px;
	font-size: 12px;
	font-weight: bold;
	
}

#frmMain .content-user .ranking{
	text-align: center;
	padding: 2px;
	font-size: 12px;
	font-weight: bold;
	border-bottom: solid 1px #CCC;
}

#frmMain .content-user .row{	
	padding: 5px 0px 3px 20px;
	font-size: 11px;	
}
/*----------NewsOther---------*/
#newsOther{
	margin: 15px 10px 15px 15px;
	font-family: Tahoma, Arial;
	font-size: 11px;
	line-height: 14px;
}

#newsOther a.link-other:link, a.link-other:visited{
	color: #333333;
	text-decoration: none;
	padding-left: 15px;
}

#newsOther a.link-other:hover{
	color: #4161a8;
	text-decoration: underline;
	padding-left: 15px;
}

/* ----------------- Right ----*/
#right{
	width: 290px;
	min-height:400px;
	float: right;
	background-color: #FFFFFF;	
}

#right h1{
	background-color: #3b3b3b;
	font-size: 14px;
	color:#CCC;
	padding: 5px;
}

#right h2{	
	padding: 5px 10px;
	font-size: 14px;
	border-bottom: solid #CFCDCD 1px;
}

#right .show-tile{
	list-style: decimal;
	list-style-position:inside;
	font-size: 12px;
	
}

#right .show-tile li{
	padding: 7px 0px 0px 10px;
	
}
#right a.rightMenu:link, a.rightMenu:visited{
	color:#4c72c7;
	text-decoration: none;	
}

#right a.rightMenu:hover{
	color:#333333;
	text-decoration: underline;	
}

#right .show-tile a:link, a:visited{
	color:#333333;
	text-decoration: none;	
}

#right .show-tile a:hover{
	color:#4c72c7;
	text-decoration: underline;	
}


#right .menu-right{
	list-style: circle;
	list-style-position:inside;
	font-size: 12px;
	
}

#right .menu-right li{
	padding: 7px 0px 0px 10px;
	
	
}

#right .menu-right a.linkMenu:link, a.linkMenu:visited{
	color:#4161a8;
	text-decoration: none;
	display: inline !important;
}

#right .menu-right a.linkMenu:hover{
	color:#4161a8;
	text-decoration: underline;	
}


/*-----------Footer-----------------*/
#footer{
	
	
}

#footer .tab{
	float: left;
	width: 25%;
	text-align: center;
	padding: 5px 0px;
}

#footer img{
	padding: 5px;
	border: solid 1px #CCC;
}
/*--------------bottom-page-----------*/
#bottom-page{
	background-color: #3b3b3b;
	height: 50px;
	color: #ffffff;
	text-align: center;
	padding-top: 15px;
}
/*---------------form-------------------*/
#form-input{
	
}
#form-input select, textarea{
	border:1px solid #999999;
	font-size:12px;
	
}

#form-input h1{
	background-color:#717171;
	color: #FFFFFF;
	font-size:14px;
	padding:5px;
}

#form-input .row{	
	border-bottom: solid 1px #CCC;
	padding: 5px 0px;
	clear: both;
}

#form-input .label{
	float: left;
	padding: 6px 10px 5px 30px;
	font-weight:bold;
	text-align: right;
	width: 120px;
}

#form-input input{
	background:#FFF;
	border: solid 1px #999;
	font-size: 12px;
	
}

#form-input .paddingLeft{	
	padding-left: 160px;
}

#form-input img{
	border: solid 1px #CCCCCC;
	padding: 1px;
	margin-top:  4px;
}

#form-input .button{		
	padding: 5px 0px;
	clear: both;
}
#form-input .button input{
	padding:  3px 5px;
	font-weight: bold;
	color: #6c6c6c;
}

/*----------errors------------*/
#errors{
	border: solid 1px #ff8383;	
	padding: 5px 10px;
	background-color: #ffcaca;
	font-size: 12px;
	margin-bottom: 5px;
}

#errors li{
	list-style-position:inside;
}

/*-------success---------*/
#success{
	border: solid 1px #04a300;	
	padding: 5px 10px;
	background-color: #a3ffa1;	
	margin-bottom: 5px;
	font-size: 12px;
}

#ucp{
	margin: 10px 0px;
}
#ucp li{
	float: left;
	width: 25%;
	text-align: center;
	list-style-type: none;
	padding: 5px 0px;
}
/*-------bbcode---------*/
#bbcode{
	text-align: left;
	background-color: #ddd;
}
#bbcode .bbcode-button{
	padding: 0px !important;
	margin: 1px !important;
}

/*---------course-----------*/
#course{
	padding: 15px 10px;
	border: dashed 1px #999;
	line-height: 16px;
	margin: 0px;
}

#course .course-title{
	padding: 4px 4px 4px 8px;
	background-color: #9abaff;
	font-size: 12px;
	font-weight: bold;
}

#course .course-lesson{
	padding: 6px 6px 6px 20px;
	border-bottom: solid 1px #CCC;
	border-right: solid 1px #CCC;
	border-left: solid 1px #CCC;
	
	
}
#course .course-lesson a.lesson-link:link, a.lesson-link:visited, a.lesson-link:active{
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	
}

#course .course-lesson a.lesson-link:hover{
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
	
}

#course .course-lesson .lesson-status{
	float: right;
}

/*-------lesson ------------*/
#lesson{
	
}

#lesson .lesson-title{
	text-align:center;
	font-size: 14px;
	background-color: #99baff;
	font-weight: bold;
	padding: 5px;
}

#lesson .lesson-content{
	padding: 5px;
	border: dashed 1px #999;
	line-height: 16px;
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
}

#lesson .lesson-icon{
	float: left;
	width: 33%;
	text-align:center;
	padding: 5px 0px;
}

#lesson .lesson-img{
	padding: 2px;
	border: solid 1px #CCC;
	
}

#news a:link, a:visited{
	color: #4161a8;
	text-decoration: none;
}
#news a:hover{
	color: #F47D21;
	text-decoration: underline;
}
/*-------------------------*/
.tip-icon{
	float: left;
	margin: 0px 3px 5px 0px;
}
/*-----ID: comment ---------*/

#comment{
	margin:15px 10px 15px 15px;
}

#comment a.link-button:link, a.link-button:visited {
	background:url("../images/bg_button.jpg") repeat-x scroll center bottom #557FDF;
	border:1px solid #484848;
	color:#FFFFFF;
	font-size:10px;
	padding:5px 10px;
	text-decoration:none;
}

#comment .linkButton {
	float:right;
	padding:5px 10px 10px 23px;
}


/*-----ID: comment-area ---------*/
#comment-area{
	width: 684px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color:#333333;
	margin:15px 10px 15px 15px;
	
}
#comment-area #comment-form{
	border: solid 1px #bcbbbb;
	padding: 20px;
	background-color:#f3f5f2;
}

#comment-area #comment-form .comment-title{	
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #4161a8;
	padding-bottom: 6px;
}

#comment-area #comment-form .comment-note{
	background-color:	#FFF;
	margin: 3px 0px;
	padding: 5px;
	text-align:justify;
	border: solid 1px #CCC;
	width: 625px
}
#comment-area #comment-form .comment-button{
	padding: 3px 7px;	
	border: solid 1px #999;
	background-color:#FFF;
}
#comment-area #comment-form .dname{
	width: 200px; float:left; margin-right: 20px;
}

#comment-area #comment-form .demail{
	width: 420px;	float:left; 
}

#comment-area #comment-form .dcontent{
	margin-bottom: 10px;
}

#comment-area #comment-form .content{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color:#666;
	padding: 3px;
	border: solid 1px #CCC;
}

#comment-area #comment-form .label{
	
	padding: 5px 0px;
	font-weight: bold;
}

#comment-area #comment-form .input{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color:#666;
	padding: 3px;
	border: solid 1px #CCC;
	background-color: #fff;
	
}

#comment-area #comment-form .diem{
	font-size: 11px;
	color:#666;
	padding: 2px 2px 4px 2px;
	border: solid 1px #CCC;
	background-color: #FFF;
}

#comment-area #comment-item{
	min-height: 80px;
	border: solid 1px #bcbbbb;
	padding: 20px;
	
}

#comment-item .comment-content{
 width: 500px;
 text-align:justify;
 float:left;
 line-height: 16px;
}

#comment-item .comment-img{
	float: right;	
}

#comment-item .comment-name{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #4161a8;
	
	border-bottom: solid 2px #4b77d9;
}
#comment-item .comment-date{
	font-style:italic;
	color: #999;
}

#comment-area .comment-drop-bg{
	height: 6px;
	background:url(../images/comment-drop-bg.gif) repeat-x;
	margin-bottom: 15px;
}

#comment-area a.commentLink:link,a.commentLink:active, a.commentLink:visited{
	border:1px solid #484848;
	color:#FFFFFF;
	font-size:11px;
	padding:4px 10px;
	background: url(../images/bg_button.jpg);
	text-decoration: none;
	font-weight: bold;
}

#comment-area a.commentLink:hover{
	border:1px solid #484848;
	color:#FFFFFF;
	font-size:11px;
	padding:4px 10px;
	background: url(../images/bg_button_hover.jpg);
	text-decoration: none;
	font-weight: bold;
}

#comment-area #comment-form{
	border: solid 1px #bcbbbb;
	padding: 20px;
	background-color:#f3f5f2;
}
#comment-area #comment-form .comment-close-form{
	float: right;
	font-size: 12px;
	font-weight: bold;
}

