/* CSS Document */

/* 페이지(Page) 스타일 */
body 
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	scrollbar-face-color: #eeeeee;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-shadow-color: cccccc;
	scrollbar-darkshadow-color: #cccccc;
	scrollbar-track-color: #f0f0f0;
	scrollbar-arrow-color: #cccccc}
	
A:link { color:#525252;text-decoration: none;}
A:active { color:#525252;text-decoration: none;}
A:visited { color:#525252;text-decoration: none; }
A:hover {color:#525252;text-decoration:underline;}

/* 폰트(Font) 스타일 */
table
{
font-family: "굴림";
font-size: 9pt;
color:#525252;
}

.small_font
{font-family: "돋움";font-size: 11px;color:#525252;}
.small_bfont
{font-family: "돋움";font-size: 11px;color:#0000FF;}
.small_waterfont
{font-family: "돋움";font-size: 11px;color:#777777;}


.b_font {font-family:굴림; font-size:9pt; color:#000066;}
.o_font {font-family:굴림; font-size:9pt; color:#FF6600;}
.red_font {font-family:굴림; font-size:9pt; color:#ff0000;}
.blue_font {font-family:굴림; font-size:9pt; color:#0000FF;}
.darkb_font {font-family:굴림; font-size:9pt; color:#0B4BAB;}
.gr_font {font-family:굴림; font-size:9pt; color:#B6B6B6;}

.darkb_fontb {font-family:굴림; font-size:9pt; color:#000066;font-weight:bold}
.fat_font {font-family:굴림; font-size:9pt; color:#525252;font-weight:bold}
.violet_fontb {font-family:굴림; font-size:9pt; color:#3E00AF;font-weight:bold}
.blue_fontb {font-family:굴림; font-size:9pt; color:#1B72B7;font-weight:bold}

.big_bfont
{font-family: "돋움";font-size: 15px;color:#0C5193;font-weight:bold}
.big_font
{font-family: "돋움";font-size: 15px;color:#525252;font-weight:bold}


/* 폼(Form) 스타일*/
.art_input
{
	color: #525252;
	font-family: "굴림";
	font-size: 9pt;	
	BORDER-BOTTOM: #CCCCCC 1px solid; 
	BORDER-LEFT: #CCCCCC 1px solid; 
	BORDER-RIGHT: #CCCCCC 1px solid; 
	BORDER-TOP: #CCCCCC 1px solid}
	
.art_input2
{
	color: #525252;
	font-family: "굴림";
	font-size: 9pt;	
	BORDER-BOTTOM: #CCCCCC 1px solid; 
	BORDER-LEFT: #CCCCCC 1px solid; 
	BORDER-RIGHT: #CCCCCC 1px solid; 
	BORDER-TOP: #CCCCCC 1px solid;
	background-color:rgb(247,247,247)}	
	
.small_input	
{
	font-family:돋움;
	font-size:11px;
	color: #525252;}
	
.art_textarea
{
	padding: 20px;
	color: #525252;
	font-family: "굴림";
	font-size: 9pt;	
	BORDER-BOTTOM: #CCCCCC 1px solid; 
	BORDER-LEFT: #CCCCCC 1px solid; 
	BORDER-RIGHT: #CCCCCC 1px solid; 
	BORDER-TOP: #CCCCCC 1px solid
	}
	
/* tab_history */
.history{float:right;position:relative;overflow:hidden;width:680px;margin:0 auto;text-align:center;backgroundmargin:0;padding:0; border:0}
.history ul{position:relative;width:680px;display:block;margin:0;padding:0; border:0;border-top:2px solid #788092;border-bottom:2px solid #788092;margin-bottom:20px}
.history ul li{display:inline-block;width:165px;text-align:center;font-weight:bold;font-size:14px;margin:0;padding:0;border:0;list-style:none}
.history ul li a{display:block;text-decoration:none;line-height:45px}
.history ul li a.on{color:#f30}
.history ul li a:hover{color:#f30}

/* tbl_history */
.tbl_history{float:left;width:100%;border-collapse:collapse;line-height:18px;margin-left:30px;margin-bottom:50px}
.tbl_history th{font-weight:bold;color:#06c;text-align:center;font-size:14px}
.tbl_history td{padding:6px 5px; overflow:hidden;text-align:left}
.tbl_history td.month{font-weight:bold;text-align:center;font-size:14px}
.tbl_history td hr{background:#ccc;height:1px;margin:10px 0;border:0}
