  body{

	 margin:0px auto;
	 padding:0px;
	 text-align:center;	
	 font-family: 'MS Sans Serif', 'Microsoft Sans Serif'; 
	 font-size: 14px;
	
}

div,td,th{

	 font-size: 14px;
	 font-family: 'MS Sans Serif', 'Microsoft Sans Serif'; 

}


a:link {
	 text-decoration: none;
 }
a:hover {
	 text-decoration: underline;
 }
a:visited {
	  text-decoration: none;
 }


.radio {
	 background: transparent; 
	 text-decoration: none
}

textarea{
	 border :1px solid #666666;
 }

select{ 
	font-size: 10px; 
	border: 1px solid #FFFFFF;
	background: #FFFFFF;

}

input{
    font-size: 12px; 

}


form{

  margin:0px;

}

#clear{

	clear: both;
	line-height:0px;
	height: 0px;


}


/*  webboard */

#outer_board{
	width:800px;
	margin:0 0 10px 0;
}


.hrcolor_topic{
   background:#6699FF;
   height:5px;
   width:98%;
   margin:0 0 5px 0;
}


.table_post td{

   color:#DFC6A1;
   font-weight:bold;

}


.list_table{

   border-top:2px solid #CCCCCC;
 
}
.list_head_topic{

   background:#F2F2F2;
 
}

.list_head_topic th{

   color:#6699FF;
   height:30px;
 
}
.webboard_topic1{
   background:#F2F2F2;
}

.webboard_topic1 td{
     padding:0 0 0 3px;
     color:#666666;
     border-top:1px solid #CCCCCC;
	 height:25px;
}


.webboard_topic2{
     background:#FFFFFF;
}

.webboard_topic2 td{
   padding:0 0 0 3px;
   color:#666666;
   border-top:1px solid #CCCCCC;
   height:25px;
}

.general_text{

 color:#333333;
}

.text_descript{
   color:#F2F2F2;
}


/*comment*/

.webboard_comment_form{

  background:#F2F2F2;
  width:98%;
  margin:8px 0 0 0;

}

.webboard_comment_detail{

  background:#FFFFFF;
  margin:10px;

}


.detail_comment{


 color:#333333;

}


.detail_comment_user{

 color:#333333;

}



/* post detail */


#right_webboard_data{

  margin:0 0 0 5px;

}

#webboard_post_form{

  background:#F2F2F2;
  width:98%;

}

#webboard_post_detail{

  background:#FFFFFF;
  margin:10px;

}

#webboard_post_detail div{

  margin:3px;

}


.topic{

 font-size:16px;
 color:blue;

}


.detail{

}

.detail div{

     text-indent:25px;
	 margin:15px;
	 font-size:16px;
	 color:#333333;

}


/* comment box*/

.webboard_reply{

  width:98%;
  background:#F2F2F2;

}

.webboard_reply_table{

    border-top:2px solid #CCCCCC;
    background:#FFFFFF;
	width:98%;
	margin:0px 0 6px 6px;

}
.webboard_reply_table td{

	color:#333333;
	font-size:14px;

}

/**/

.poll td{

   	color:#333333;

}

.blue{
   color:blue;
   font-weight:bold;
}
.red{
   color:red;
   font-weight:bold;
}
.colleft{
   font-weight:bold;
   background:#F2F2F2;

}
.navy{
  color:#000071;

}

.dot_blue{
     color:#0182FF;
}

.dot_green{
     color:#018A46;
}

.dot_purple{
     color:#6900C7;
}

.dot_red{
     color:#FF0437;
}

.dot_pink{
     color:#FD39CB;
}


.dot_orange{
     color:#FC7C01;
}

