* {
	margin:0;
	padding:0;
}
body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background:#FFFFFF;
	color:#515151;
}
img {
	border:0;
}
h1 {
	color:#dd8551;
	font-size:24px;
	font-family:tahoma, arial;
	font-weight:bold;
	padding:0 0 25px 0;
}
h2 {
	color:#dd8551;
	font-size:24px;
	font-family:tahoma, arial;
	padding:0 0 25px 0;
}
h3 {
	color:#dd8551;
	font-size:24px;
	font-family:tahoma, arial;
	padding:0 0 5px 0;
}
.aboutUs {
	background:#ececec;	
	padding:40px;
}
.photo_table{
	background:#ececec;	
}
.boxes {
	padding:5px 0;
}
.box {
	float:left;
	width:273px;
	padding:0 25px 20px 25px;
}
.boxButton {
	float:right;
}
.box p {
	padding:10px 0;
}
.buttonStyle {
	border:0;
	cursor:pointer;
	font-size:14px;
	color:#ffffff;
	background:#dd8551;
	padding:2px 7px 2px 7px;
}
.icons {
	float:right;
	background:#FFFFFF;
	margin:4px 3px 0px 3px;
	padding:40px 0 0 0;
}
.icons li {
	list-style:none;
	display:inline;
}
a {
	color:#dd8551;
	text-decoration:underline;
}
a:hover {
	color:#dd8551;
	text-decoration:none;
}
#container { 
	width: 1160px;  
	margin: 0 auto;
} 
#header { 
}
.menu {
	background:#0b0b08;
	padding:15px 0;
}
.menu li {
	list-style:none;
	display:inline;
	padding:5px 25px 5px 25px;
	border-right:1px solid #787877;
}
.menu a {
	color:#bdbdbd;
	font-size:12px;
	text-decoration:none;
}
.menu a:hover {
	color:#ffffff;
	font-size:12px;
	text-decoration:none;
}
.menu #active a {
	color:#ffffff;
}
.logoContainer {
	padding-top:30px;
	float:left;
	width:100%;
	padding-bottom:0px;
	background:#FFF;
}
.logo {
}
.slogan {
	color:#747474;
	font-size:12px;
}
.headerPicContainer {
	padding:25px 0;
	background:url(../images/headerBackground.jpg) no-repeat left top;
	height:230px;
	width:980px;
}
.headerText1 {
	font-size:48px;
	color:#dd8551;
	padding:50px 0 0 50px;
}
.headerText2 {
	font-size:18px;
	color:#FFFF08;
	padding:0 0 0 50px;
}
.headerPic {
	float:left;
	padding:0 20px 0 0;
}
.headerPicBody {
} 
.welcome {
	padding:20px 0;
}
.picRight {
	float:right;
	padding:0 0 15px 20px;
}
#footer {
	background:#ffffff url(../images/footerBackground.jpg) repeat-x;
	color:#515151;
	padding:30px 0;
	font-size:11px; 
}
#footer p {
	text-align:center;
} 
#footer a {
	color:#dd8551;
	text-decoration:underline;
	font-size:11px;
}
#footer a:hover {
	color:#dd8551;
	text-decoration:none;
	font-size:11px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#projectInfo{
	text-align:justify;
	width:960px;
}

.register_table{
	width:800px;
}


.register_table tr{
	height:26px;
}

.t_label{
	width:350px;
}

.fileText{
	padding-left:10px;
	padding-right:10px;
}

.del_l{
	padding-left:20px;
	cursor:pointer;
	color:#F00;
}
.p_member{
	padding-left:40px;
	
}
.jl_c_t{ 
	border:#000 1px solid;	
}
.jl_c_t tr td{ 
	border:#000 1px solid;
	padding:4px;
	text-align:left;	
}
.jl_c_t_h{
	font-weight:bold;
}
.pc_l_t{
	
}

.pc_l_t tr td{
	padding:4px;
}

.pc_info {
	width:768px;
	text-align:justify;
	padding-bottom:10px;
}

.pc_info p {
	line-height:20px;	
}
.pd_table{
	
}

.pd_table tr td{
	padding-bottom:4px;
}

.p_d_t{ 
	border:#000 1px solid;	
}
.p_d_t tr td{ 
	border:#000 1px solid;
	padding:4px;
	text-align:left;	
}

.p_d_t_h{
	font-weight:bold;	
}

.tr_hide{
	display: none !important;
}
.register_form tr td{
  line-height: 28px;	
}

.register_a, .signin_a{
	text-decoration:none;
	float:left;
	display:block;
	width: 200px;
	font-size:16px;
	height:24px;
	line-height:24px;
	text-align: center;
	color:#ffffff;
	font-weight:bold;
	background-color: #CCCCCC;
}
.register_text{
	padding-left: 10px;
	line-height:24px;
	font-weight: bold;
}

.content_info{
	line-height: 20px;
	text-align: justify;
}
.content_info ul{
	 padding-left: 20px;
}


input{
	background-color:#FFFFFF;
}
.c_input {
	display: inline-block;
	outline: none;
	text-decoration: none;
	padding: .4em 0.5em .4em;
	-webkit-border-radius: .25em;
	-moz-border-radius: .25em;
	border-radius: .25em;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	border: solid 1px #C9C9C9;
	line-height:normal;
}

.c_input:focus {
	border: 1px solid #f7a626; 
}

.c_input_email{
	width: 200px;
}
.c_select {
	display: inline-block;
	outline: none;
	text-decoration: none;
	padding: .4em 0.5em .4em;
	-webkit-border-radius: .25em;
	-moz-border-radius: .25em;
	border-radius: .25em;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	border: solid 1px #C9C9C9;
	line-height:normal;
}

.c_select:focus {
	border: 1px solid #f7a626; 
}


.button {
  background-color: #9c9898; 
  border: none;
  color: white;
  padding: 6px 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}
.page_menu{
	width: 90%;
	padding-bottom: 8px;
	border-bottom: 1px solid  #3c3c3c; 
	margin-bottom: 10px;
}
.page_menu .menu_btn{
	 background-color: #9c9898; 
  border: none;
  color: white;
  padding: 6px 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.page_menu .menu_btn_active{
	 background-color: #3c3c3c !important; 
}


/*poster*/
.poster_btn{
	
}
.poster_data{
padding-top:8px;
}
.forum_data_table{
	
}

.forum_data_table td{
	border:#000 1px solid;
	padding-left:2px;
	padding-top:4px;
	padding-bottom:4px;
}

.forum_data_table .d_table_h{
	font-weight:bold;
}

.poster_form{
		padding-top:8px;
		padding-bottom:8px;
}

.poster_form .title{
	 padding-left:4px;
		padding-top:2px;
		padding-bottom:2px;
	 margin-top: 8px;
  margin-bottom: 8px;
		
}
.poster_content{
		border:#cccccc 1px solid;
		padding-left:4px;
		padding-top:8px;
		padding-bottom:8px;
}
.poster_content .poster_content_data{
	
}
.poster_content .poster_info{
		padding-top:4px;
		font-size:12px;
}

.poster_reply_data_list{
		padding-top:8px;
		padding-bottom:8px;
}

.poster_reply_data_list .poster_reply{
		border:#cccccc 1px solid;
		padding-left:4px;
		padding-top:8px;
		padding-bottom:8px;
		margin-bottom: 10px;
}

.poster_reply_data_list .poster_reply .poster_reply_info{
	
		padding-top:4px;
		font-size:12px;

	}
	
	.poster_content_data p,
	.poster_reply_content p{
	font-size:14px;
	}
	
	.tiny_content{
 	width:560px;
 	height:480px;
	 }
	 .hide_stat{
	 display:none;
	 }
	 .tinymce{
	 
	 }
	 .mce-content-body{
	 height:480px;
	 }

	 .red_highlight{
	   color:red;
	 }

	 .bold{
	   font-height:bold;
	 }
	 .title_input{
	 width:250px;
	 }

	 input, select{
   	padding: 6px 10px;
   	font-size: 14px;
   }

   input[type="button"] {
   	display: inline-block;
   	padding: 6px 10px;
   	margin-right: 6px;
   	font-size: 14px;
   	text-align: center;
   	text-decoration: none;
   	cursor: pointer;
   	border: none;
   	border-radius: 5px;
   	outline: none;
   	transition: background-color 0.3s, color 0.3s, transform 0.2s;
   }

   input[type="button"]:hover {
   	background: linear-gradient(to bottom, #2980b9, #3498db);
   	color: #ffffff;
   	transform: scale(1.05);
   	box-shadow: 0px 4px 10px #888888;
   }

   input[type="button"]:active {
   	transform: scale(0.95);
   }