/* Global Setting --------------------------------------------------*/
* {	
    padding: 0;
}
body {
	margin: 0 0 0 0px; padding: 0;
    font: 12px/160% Arial;
	color: #868686;
	scrollbar-highlight-color:#FFFFFF; 
	scrollbar-3dlight-color:#CBD6E1; 
	scrollbar-face-color:#B6C0C6; 
	scrollbar-shadow-color:#F6F7F9; 
	scrollbar-darkshadow-color:white; 
	scrollbar-track-color:#F9F9F9; 
	scrollbar-arrow-color:#CBD6E1;
}

}
td, th {
    font: 12px/160% Arial;
	color: #404041;
}
img	{
	border: 0 !important;
	text-align: absmiddle;
}
b {
    font-weight: bold;
}
select, textarea, radio, checkbox {
    font: 12px/160% Arial;
    border: 1px solid #C6C6C6; 
    color: #474747;    
}
input {	
	font: 12px/150% Arial;
    border: expression((this.type=='checkbox' || this.type=='radio' || this.type=='image') ? '0':'1px solid #C6C6C6' );
	height: expression((this.type=='image') ? '':'20px' );
}
a:link, a:visited, a:active {
	color: #868686;
	text-decoration: none;
}
a:hover {
	color: #4B77A7;
	text-decoration: underline;
}

/* line space */
td.pad_3  {height: 3px; font-size: 1px;}
td.pad_5  {height: 5px; font-size: 1px;}
td.pad_10  {height: 10px; font-size: 1px;}
td.pad_20  {height: 20px; font-size: 1px;}
td.pad_25  {height: 20px; font-size: 1px;}
td.pad_30  {height: 30px; font-size: 1px;}
td.pad_40  {height: 40px; font-size: 1px;}

/* LeftMenu --------------------------------------------------*/

.leftmenu_list {
    height: 26px;	
    border-bottom: 1px solid #E5E5E5; 
}


/* Contents --------------------------------------------------*/

.bg {	
	background: url(http://www.kmortho.com/images/common/bg/contents_bg.gif) repeat-x ;
}

.date {
	color: #A0A0A0;
	font:10px/150% Arial;
