#MsgServer,#CheckChatServer{
	display:none;
}

input[type='button'] , input.mainoption, .yw_button
 {
	-moz-box-shadow:inset 0px 1px 0px 0px #9cdaa5;
	-webkit-box-shadow:inset 0px 1px 0px 0px #9cdaa5;
	box-shadow:inset 0px 1px 0px 0px #9cdaa5;
	background-color:#39b549;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #278935;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:12px;
	padding:2px 18px;
	text-decoration:none;
	text-shadow:0px -1px 0px #2f6627;
	margin:10px;
	
 }

input[type='button'] a, input[type='submit'] a, button a, input.mainoption a, .yw_button a
 {
	color:#ffffff;
	font-weight:bold;
 }
.yw_button:hover {
	background-color:#31a841;
}

input.post_l { direction:ltr;}


input[type='button'] a, input[type='submit'] a, button a, input.mainoption a, .yw_button a
 {
	color:#ffffff !important;
	font-weight:bold;
 }
.yw_button:hover {
	background-color:#31a841;
}

input.post_l { direction:ltr;}



input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea
{
	padding:5px; border:1px solid #ccc; 
	-webkit-border-radius: 5px;
	font-family: 'tahoma';
}
input:focus {border-color:#333; }



input:focus
{
	outline:0;
}



input[type=checkbox],
input[type=radio]
{
	width:13px;
	height:13px;
	
}


input[type=checkbox],
input[type=radio   ]{
  width   : 28px;
  margin  : 0;
  padding : 0;
}



textarea 
{
	/* Move the label to the top */
	vertical-align:top;
	
	/* Turn off scroll bars in IE unless needed */
	overflow:auto;
}







.yw_table
{
	display: table;
	border:0;
	margin: 0 0;
}
.yw_table_bord
{
	display: table;
	border:#DFDADA thin solid;
	margin: 0 0;
}
.yw_ttitle
{
	display: table-caption;
	text-align: center;
	font-weight: bold;
	font-size: larger;
}
.yw_theading
{
	display: table-row;
	font-weight: bold;
	background-color:#F1EEEE; 
}
.yw_trow
{
	display: table-row;
}
.yw_tcell
{
	display: table-cell;
	border: 0;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align:middle;
}
.yw_tcell_bord
{
	display: table-cell;
	border: solid;
	border-width: thin;
	padding-left: 5px;
	padding-right: 5px;
}


.cnews_div, .cnews_div a  {
	line-height:2.5em;
	text-align:justify;
}




.list_style {
	margin:15px;
	text-align:justify;
}
.list_style li {
	background:url(../images/arrow2.png) right no-repeat;
	margin:20px 10px;
	padding:0 15px 0 0;
}





.tbl {
  border-collapse: collapse;
  border: 2px solid #C8C5C5;
  }
  
.tbld, .tbld_even, .tbld_odd, .tblh, .tblf  {
  border: 1px solid #C8C5C5;
  padding: .3em;
  }

.tblh {
  background-color: #F1F1F1; font-weight:bold;
  }
  
.tbld_odd {
  background-color:#FCFCFC;
  }
  
.tbld_even {
  background-color:#FEFEFE;
  }




