@charset "UTF-8";


/* default.css - Type Selector Definition */
body { margin:0;padding:0; font-size:.75em;}

img { border:none; }
label { cursor:pointer; }
form { margin:0; padding:0; }

/* Special Class Selector */
.fr { float:right; }
.fl { float:left; }
.clear { clear:both; }
.fwB { font-weight:bold;}
.tCenter { text-align:center; }
.tRight { text-align:right; }
.tLeft { text-align:left; }
.gap1 { margin-top:.8em; }
.nowrap { white-space:nowrap; }

.iePngFix { behavior:url("./common/js/iePngFix.htc"); } 
.zbxe_info { vertical-align:middle; behavior:url("./common/js/iePngFix.htc"); }

/* Input Style Definition */
.inputTypeText { border:1px solid; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6; height:1.4em; padding:.2em 0 0 .3em; background:#ffffff; font-size:1em; _font-size:9pt; }
*:first-child+html .inputTypeText { font-size:9pt; }
.inputTypeText:hover,
.inputTypeText:focus { background:#f4f4f4; }
.inputTypeTextArea { border:1px solid !important; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6 !important; background:#ffffff; font-size:1em; _font-size:9pt; height:100px;}
*:first-child+html .inputTypeTextArea { font-size:9pt; }

.w40 { width:40px; }
.w60 { width:60px; }
.w70 { width:70px; }
.w80 { width:80px; }
.w90 { width:90px; }
.w100 { width:100px; }
.w110 { width:110px; }
.w120 { width:120px; }
.w130 { width:130px; }
.w140 { width:140px; }
.w150 { width:150px; }
.w160 { width:160px; }
.w170 { width:170px; }
.w180 { width:180px; }
.w190 { width:190px; }
.w200 { width:200px; }
.w210 { width:210px; }
.w220 { width:220px; }
.w230 { width:230px; }
.w240 { width:240px; }
.w250 { width:250px; }
.w260 { width:260px; }
.w270 { width:270px; }
.w280 { width:280px; }
.w290 { width:290px; }
.w300 { width:300px; }
.w400 { width:400px; }

/* editor style */
a.bold { font-weight:bold; }

.editor_blue_text { color: #145ff9 !important; text-decoration:underline !important; }
.editor_blue_text a { color: #145ff9 !important; text-decoration:underline !important; }
.editor_red_text { color: #f42126 !important; text-decoration:underline !important; }
.editor_red_text a { color: #f42126 !important; text-decoration:underline !important; }
.editor_yellow_text { color: #c9bd00 !important; text-decoration:underline !important; }
.editor_yellow_text a { color: #c9bd00 !important; text-decoration:underline !important; }
.editor_green_text { color: #08830B !important; text-decoration:underline !important; }
.editor_green_text a { color: #08830B !important; text-decoration:underline !important; }

.folder_opener { display: block; }
.folder_closer { display: none; }
.folder_area { display: none; }

.xe_content { line-height:1.6; overflow:hidden; }

.zbxe_widget_output { background:url("/common/tpl/images/widget_text.gif") no-repeat center bottom; display:block;}

/* xe layer */
#waitingforserverresponse { border:2px solid #444444; font-weight:bold; color:#444444; padding: 7px 5px 5px 25px; background:#FFFFFF url("/common/tpl/images/loading.gif") no-repeat 5px 5px; top:40px; left:40px; position:absolute; z-index:100; visibility:hidden; }

#popup_menu_area{ position:absolute; background:#fff; border:2px solid #eee; -moz-border-radius:5px; -webkit-border-radius:5px; margin:0; padding:0;}
#popup_menu_area *{ margin:0; padding:0; list-style:none; font-size:12px; line-height:normal;}
#popup_menu_area ul{ border:1px solid #ddd; -moz-border-radius:5px; -webkit-border-radius:5px; padding:10px 10px 5px 10px;}
#popup_menu_area li{ padding:2px 0 2px 20px; background-repeat:no-repeat; background-position:left center; margin-bottom:3px; white-space:nowrap;}
#popup_menu_area li a{ text-decoration:none; color:#000;}
#popup_menu_area li a:hover,
#popup_menu_area li a:active,
#popup_menu_area li a:focus{ font-weight:bold; letter-spacing:-1px;}

/* xe faceoff */
.faceOffManager { position:fixed; _position:absolute; right:3px; top:3px;  height:23px; }
 
/* NHN > UIT Center > Open UI Platform Team > Jeong Chan Myeong(dece24@nhncorp.com) */

/* Anchor Button */
a.button,
a.button span { position:relative; display:inline-block; text-decoration:none !important; background:url("/common/tpl/images/buttonWhite.gif") no-repeat; cursor:pointer; white-space:nowrap; vertical-align:middle;}
a.button { padding:0; background-position:left top; overflow:visible;}
a.button span { left:2px; padding:6px 10px 5px 8px; color:#000; font:12px/12px Sans-serif; background-position:right top; *vertical-align:top;}
/* Large Size */
a.button.large { background-position:left -30px; }
a.button.large span { padding:7px 10px 6px 8px; font:16px/16px Sans-serif; background-position:right -30px;}
/* xLarge Size */
a.button.xLarge { background-position:left -65px; }
a.button.xLarge span { padding:8px 10px 7px 8px; font:20px/20px Sans-serif; background-position:right -65px;}
/* Small Size */
a.button.small { background-position:left -107px; }
a.button.small span { padding:4px 6px 3px 4px; font:11px/11px Sans-serif; background-position:right -107px;}

/* Control Button + Submit Button */
span.button,
span.button button,
span.button input { position:relative; margin:0; display:inline-block; border:0; font:12px Sans-serif; white-space:nowrap; background:url("/common/tpl/images/buttonWhite.gif") no-repeat; vertical-align:middle;}
span.button { padding:0; background-position:left top;}
span.button button,
span.button input { height:23px; left:2px; *vertical-align:top; padding:0 10px 0 8px; line-height:24px; background-position:right top; cursor:pointer; *overflow:visible;}
/* Large Size */
span.button.large { background-position:left -30px;}
span.button.large button,
span.button.large input { height:30px; padding:0 10px 0 8px; font:16px/30px Sans-serif; background-position:right -30px;}
/* xLarge Size */
span.button.xLarge { background-position:left -65px;}
span.button.xLarge button,
span.button.xLarge input { height:35px; padding:0 10px 0 8px; font:20px/36px Sans-serif; background-position:right -65px;}
/* Small Size */
span.button.small { background-position:left -107px;}
span.button.small button,
span.button.small input { height:18px; padding:0 6px 0 4px; font:11px/18px Sans-serif; background-position:right -107px;}

/* Strong Button */
a.button.strong *,
span.button.strong * { font-weight:bold !important;}

/* Icon Add */
a.button .icon { position:relative; border:0; vertical-align:middle;}
span.button .icon { position:relative; left:10px; margin-right:8px; vertical-align:middle;}

/* Color Preset */
a.button.green,
a.button.green span,
span.button.green,
span.button.green button,
span.button.green input { background-image:url("/common/tpl/images/buttonGreen.gif"); color:#fff;}
a.button.black,
a.button.black span,
span.button.black,
span.button.black button,
span.button.black input { background-image:url("/common/tpl/images/buttonBlack.gif"); color:#fff;}
a.button.red,
a.button.red span,
span.button.red,
span.button.red button,
span.button.red input { background-image:url("/common/tpl/images/buttonRed.gif"); color:#fff;}
a.button.blue,
a.button.blue span,
span.button.blue,
span.button.blue button,
span.button.blue input { background-image:url("/common/tpl/images/buttonBlue.gif"); color:#fff;}

/* Offset Debug */
a.button,
span.button{ margin-right:2px;}

/* Button Set */
.buttonSet{ width:16px; height:16px; background-image:url("/common/tpl/images/buttonSet.gif"); background-repeat:no-repeat; border:0; background-color:transparent; vertical-align:middle; display:inline-block; text-decoration:none;}
.buttonSet span{ z-index:-1; font-size:0; line-height:0; visibility:hidden;}
.buttonSet.buttonUp{ background-position:0 0;}
.buttonSet.buttonDown{ background-position:0 -16px;}
.buttonSet.buttonLeft{ background-position:0 -32px;}
.buttonSet.buttonRight{ background-position:0 -48px;}
.buttonSet.buttonInfo{ background-position:0 -64px;}
.buttonSet.buttonCopy{ background-position:0 -80px;}
.buttonSet.buttonSetting{ background-position:0 -96px;}
.buttonSet.buttonActive{ background-position:0 -112px;}
.buttonSet.buttonDisable{ background-position:0 -128px;}
.buttonSet.buttonDelete{ background-position:0 -144px;}
.buttonSet.buttonHomepage{ background-position:0 -160px;}
.buttonSet.buttonBlog{ background-position:0 -176px;}
.buttonSet.buttonCalendar{ background-position:0 -192px;}
.buttonSet.buttonLayoutEditor{ background-position:0 -208px;}
.buttonSet.buttonAddWidget{ background-position:0 -224px;}
.buttonSet.buttonAddContent{ background-position:0 -240px;}

/*全태그에 적용.*/
body{
	background-color:#7db81f !important;
	width:100%;
	/*padding:0px;
	margin:0px;*/
	position:relative;
	text-align:center;
	/*border:1px dotted blue;*/
	margin-left:auto;
	margin-right:auto;
}
input{
	border:1px solid #333333;
	vertical-align:middle;
}
HR{
	width:90%;
	text-align:left;
}


/*보디 레이아웃들*/
#bodyw{
	background-color:#7db81f !important;
	width:1000px;
	/*padding:0 50% 0 50%;*/
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	background:transparent;
	left:50%;
}
#logo{
	position:absolute;
	width:300px;
	height:150px;
	right:32px;
	bottom:72px;
}
/*최상단부*/
#ttop_contents.p{
	font-weight:bold;
	text-align:right;
	font-size:10px;
	color:white;
}
#ttop{
	position:relative;
	width:1000px;
	height:32px;
	margin:0px;
	margin-bottom:3px;
	margin-top:0px;
	padding:0px;
	/*border:1px dotted red;*/
	overflow:hidden;
}
#ttop_left{
	position:relative;
	width:8px;
	float:left;
	height:100%;
	border:0px;
	margin:0px;
	padding:0px;
	background-image:url("/layouts/kotul_dot_net_2009_b/i/ttbor_l.gif");
	background-repeat: repeat-y; 
	background-position: left bottom;
	background-color:transparent;
	z-index:3;
}
#ttop_right{
	position:relative;
	width:8px;
	float:right;
	height:100%;
	border:0px;
	margin:0px;
	padding:0px;
	background-image:url("/layouts/kotul_dot_net_2009_b/i/ttbor_r.gif");
	background-repeat: repeat-y; 
	background-position: right top;
}

#ttop_contents{
	position:relative;
	width:984px; 
	height:100%;
	float:left;
	border:0px;
	margin:0px;
	padding:0px;
	vertical-align:bottom;
	background-image:url("/layouts/kotul_dot_net_2009_b/i/ttbor_m.gif");
	background-repeat: repeat-x; 
	background-position: left top;

	font-weight:bold;
	text-align:right;
	font-size:12px;
	color:white;
}

/*상단부 출력.*/
#top{
	position:relative;
	width:1000px;
	height:256px;
	margin:0px;
	margin-bottom:16px;
	padding:0px;
	background-color:black;
	/*border:1px dotted red;*/
	/*overflow:hidden;*/
}

#qms{
	position:absolute;
	left:32px;
	top:48px;
	width:240px;
	height:64px;
	background-color:transparent;
	background-image:url("/layouts/kotul_dot_net_2009_b/i/qms.gif");
	background-repeat: no-repeat; 
	background-position: left top;
	vertical-align:middle;
	padding:4px;
	margin:0px;
	color:white;
	font-weight:bold;
	font-size:12px;
}
#top_bgs{
	display:none;position:absolute;
	width:120%;
	height:100%;
	margin:0px;
	padding:0px;
	left:0px;
	top:0px;
	background-color:blue;
	background-repeat: repeat; 
	background-position: left bottom;
	z-index:-1;
}
#top_left{
	position:relative;
	width:8px;
	float:left;
	height:100%;
	border:0px;
	margin:0px;
	padding:0px;
	background-image:url("/layouts/kotul_dot_net_2009_b/i/tbor_l.gif");
	background-repeat: repeat-y; 
	background-position: left bottom;
	background-color:transparent;
	z-index:3;
}
#top_right{
	position:relative;
	width:8px;
	float:right;
	height:100%;
	border:0px;
	margin:0px;
	padding:0px;
	background-image:url("/layouts/kotul_dot_net_2009_b/i/tbor_r.gif");
	background-repeat: repeat-y; 
	background-position: right bottom;
	background-color:transparent;
	z-index:4;
}

#top_mid{
	position:relative;
	width:984px; 
	height:100%;
	float:left;
	border:0px;
	margin:0px;
	padding:0px;
	text-align:left;
	vertical-align:baseline;
	background-image:url("/layouts/kotul_dot_net_2009_b/i/tbor_m.gif");
	background-repeat: repeat-x; 
	background-position: left bottom;
	background-color:transparent;
	overflow:hidden;
	z-index:5;
}

/*메뉴부 출력(1차)*/
/*#gnb { 
	position:absolute;
	bottom:1px;
	left:-36px;
	top:0px; left:-40px;
	height:44px;
	overflow:hidden;
	white-space:nowrap;
 margin-bottom:0px;
	float:left;
	padding:0px;
	vertical-align:middle;
}
#gnb li { position:relative;height:44px;width:50px;float:left; list-style:none; padding:0px 0px 0px 0px;   left:0px; white-space:nowrap; font-family : "굴림"; font-size:14px;}
#gnb li a { position:relative;display:block; float:left; padding:8px 8px 8px 8px; height:44px; color:#e8e8e8; white-space:nowrap; text-decoration:none; }
#gnb li a:hover,
#gnb li a:focus { color:#ffff00;background:url("/layouts/kotul_dot_net_2009_b/i/mn_bo.gif") repeat-x center top;height:44px;}
#gnb li.on a,
#gnb li.on a:link,
#gnb li.on a:hover{ font-weight:bold; color:#111111; background:url("/layouts/kotul_dot_net_2009_b/i/mn_o.gif") repeat-x center top;height:44px;}*/

#menu_spacer {
	position:relative;
	width:100%;
	height:210px;
	margin:0px;
	padding:0px;

}
#menu_containor {
	display:block;
	position:relative;
	width:100%;
	height:44px;
	margin:0px;
	padding:0px;
	text-align:left;

}
#gnb { 
	position:relative;
	left:0px;
	top:0px;
	/*width:984px;*/
	height:44px;
	overflow:hidden;
	white-space:nowrap;
	/* margin-bottom:0px;*/
	float:left;
	padding:0px;
	vertical-align:middle;
	margin:0px;
}
#gnb li { position:relative;height:44px;float:left; list-style:none;padding:0px 0px 0px 0px;top:0px;left:0px; white-space:nowrap; font-family : "굴림"; font-size:14px;vertical-align:top;}
#gnb li a { position:relative;display:block; float:left; padding:8px 8px 0px 8px; height:36px;overflow:visible;color:#e8e8e8; white-space:nowrap; text-decoration:none;vertical-align:top; }
#gnb li a:hover,
#gnb li a:focus { color:#ffff00;background:url("/layouts/kotul_dot_net_2009_b/i/mn_bo.gif") repeat-x center top;height:44px;}
#gnb li.on a,
#gnb li.on a:link,
#gnb li.on a:hover{ font-weight:bold; color:#111111; background:url("/layouts/kotul_dot_net_2009_b/i/mn_o.gif") repeat-x center top;height:44px;}

/*2차 메뉴*/
#snb{
	position:relative;
	width:100%;
	height:43px;
	margin:0px;
	padding:0px;
}
#nmn span{
	font-family : "굴림";
	font-size:16px;
	font-weight:bold;
	margin-left:24px;
	margin-bottom:16px;
}
#snb li{
	position:relative;
	height:32px;
	float:left;
	list-style:none;
	padding:0px 0px 0px 0px;
	top:0px;
	left:16px;
	white-space:nowrap;
	font-family : "굴림"; 
	font-size:12px;
	vertical-align:top;
}
#snb li a { 
	border-top:1px dotted #bbbbbb;
	border-bottom:1px dotted #bbbbbb;
	position:relative;display:block; float:left; 
	padding:5px 6px 0px 6px; height:24px;overflow:visible;	color:#336633; white-space:nowrap; text-decoration:none;vertical-align:top; 
	margin:0px 2px 0px 2px;}
#snb li a:link{}
#snb li a:hover,
#snb li a:focus{
	color:#aaaaaa;
	border-top:1px dotted #336633;
	border-bottom:1px dotted #336633;
	background-color:#666666;
	}
#snb li.on a,
#snb li.on link,
#snb li.on hover{
	color:yellow;
	border-top:1px dotted #336633;
	border-bottom:1px dotted #336633;
	background-color:green;
}

#middle{
	position:relative;
	width:1000px;	margin:0px;
	padding:0px;	
}


#middle_top{
	position:relative;
	width:1000px;
	height:8px;
	padding:0px;
	overflow:visible;
}
#middle_mid{text-align:center;
	position:relative;
	width:1000px;
		padding:0px;
	background-image:url("/layouts/kotul_dot_net_2009_b/i/mbor_m.gif");
	background-repeat: repeat-y; 
	background-position: left top;
overflow:visible;}
#middle_bot{
	position:relative;
	width:1000px;
	height:16px;
	padding:0px;
	overflow:hidden;
}
/*정중앙 내용부 스타일.*/
#middle_lm{display:none;
	position:relative;
	width:8px;
	background-color:red;
	float:left;
	height:100% !important;
	border:0px;
	margin:0px;
	padding:0px;
	background-image:url("/layouts/kotul_dot_net_2009_b/i/mbor_l.gif");
	background-repeat: repeat-y; 
	background-position: left top;
}

#middle_mm{
	position:relative;
	width:984px; 
	background-color:white;
	text-align:justify;
	border:0px;
	margin:0px;
	margin-left:8px;
	margin-right:8px;	
	padding:0px;
	font-size:12px;
	overflow:visible;
}
#middle_rm{
	display:none;position:relative;
	width:8px;
	background-color:blue;
	float:right;
	border:0px;
	margin:0px;
	padding:0px;
	background-image:url("/layouts/kotul_dot_net_2009_b/i/mbor_r.gif");
	background-repeat: repeat-y; 
	background-position: left top;
}


/*중앙 상단부 세부 스타일*/
#middle_lt{
	position:relative;
	width:8px;
	background-color:green;
	float:left;
	height:8px;
	border:0px;
	margin:0px;
	padding:0px;
	background-image:url("/layouts/kotul_dot_net_2009_b/i/mbor_c.gif");
	background-repeat: no-repeat; 
	background-position: left top;
}

#middle_mt{
	position:relative;
	width:984px; 
	background-color:white;
	height:8px;
	float:left;
	border:0px;
	margin:0px;
	padding:0px;
	background-image:url("/layouts/kotul_dot_net_2009_b/i/mbor_t.gif");
	background-repeat: repeat-x; 
	background-position: left top;
}
#middle_rt{
	position:relative;
	width:8px;
	background-color:black;
	float:right;
	height:8px;
	border:0px;
	margin:0px;
	padding:0px;
	background-image:url("/layouts/kotul_dot_net_2009_b/i/mbor_c.gif");
	background-repeat: no-repeat; 
	background-position: right top;
}
/*하단부 세부 스타일*/
#middle_lb{
	position:relative;
	width:8px;
	background-color:green;
	float:left;
	height:16px;
	border:0px;
	margin:0px;
	padding:0px;
	background-image:url("/layouts/kotul_dot_net_2009_b/i/mbor_c.gif");
	background-repeat: no-repeat; 
	background-position: left bottom;
}

#middle_mb{
	position:relative;
	width:984px; 
	background-color:white;
	height:16px;
	float:left;
	border:0px;
	margin:0px;
	padding:0px;

	background-image:url("/layouts/kotul_dot_net_2009_b/i/mbor_b.gif");
	background-repeat: repeat-x; 
	background-position: left bottom;
}
#middle_rb{
	position:relative;
	width:8px;
	background-color:black;
	float:right;
	height:16px;
	border:0px;
	margin:0px;
	padding:0px;

	background-image:url("/layouts/kotul_dot_net_2009_b/i/mbor_c.gif");
	background-repeat: no-repeat; 
	background-position: right bottom;
}
#con_bottom{
	position:relative;
	width:984px;
	height:24px;
	vertical-align:bottom;
}
/*하단부 출력*/
#tails{
	width:1000px;
	height:100px;
	margin-top:15px;
	position:relative;
}
#tail_left{
	width:8px;
	height:100px;
	float:left;
	position:relative;
	background-image:url("/layouts/kotul_dot_net_2009_b/i/bbor_l.gif");
	background-repeat: no-repeat; 
	background-position: left bottom;
}
#tail_right{
	width:8px;
	height:100px;
	float:right;
	position:relative;
	background-image:url("/layouts/kotul_dot_net_2009_b/i/bbor_r.gif");
	background-repeat: no-repeat; 
	background-position: right bottom;
}
#tail_contents{
	width:984px;
	height:100px;
	float:left;
	position:relative;
	background-image:url("/layouts/kotul_dot_net_2009_b/i/bbor_m.gif");
	background-repeat: repeat-x; 
	background-position: left top;
	padding-top:8px;
	padding-bottom:8px;
	text-align:justify;
	/*border:1px solid black;*/
}

/*프린트를 위한 가림*/
@media print {
#ttop { display:none; }
#top{ display:none; }
#tails{ display:none; }
}

/*특정 클래스 적용*/
.copyy{
	font-size:12px;
	color:black;
	text-align:right;
}
.copyy a:link{
	text-decoration:none;
	color:black;
}
.copyy a:visited{
	text-decoration:none;
	color:black;
}
.copyy a:hover{
	color:gray;
	text-decoration:none;
	border-bottom: 1px dotted green;
	color:gray;
}
.copyy a:active{
	color:gray;
	text-decoration:none;
	border-bottom: 1px dotted green;
	color:gray;
}
.sect_head{
	position:relative;
	width:400px;
	height:36px;
	background-color:transparent;
	background-image:url("/layouts/kotul_dot_net_2009_b/i/sect_hd.gif");
	background-repeat: no-repeat; 
	background-position: left top;
	vertical-align:middle;
	padding:4px;
	padding-left:40px;
	margin-left:40px;
	margin:0px;
}
.sect_head H3{
	position:relative;
	vertical-align:middle;
	color:#517b0d;
}
.sect_icon{
	position:absolute;
	background-image:url("/layouts/kotul_dot_net_2009_b/i/ico_main.gif");
	width:32px;
	height:32px;
	top:2px;
	left:8px;
	padding:0px;
	margin:0px;
}
.div_cont{
	position:relative;
	width:984px;
	height:150px;
}
.div28_left{
	position:relative;
	float:left;
	height:100%;
	width:20%;
}
.div28_right{
	position:relative;
	float:right;
	height:100%;
	width:80%;
}
.div82_left{
	position:relative;
	float:left;
	height:100%;
	width:80%;
}
.div82_right{
	position:relative;
	float:right;
	width:20%;
	height:100%;
	overflow:hidden;
}
.img_mm{
	vertical-align:middle;
}

.knotice{
color:blue;
font-size:12px;
}

.khelpbox{
width:85%;
height:100%;
color:tellow;
}
/*포트폴리오 페이지*/
.port_result{
	position:relative;
	width:750px;
	height:256px;
	overflow:visible;
	border-bottom:1px dotted #000045;
	overflow:visible;

}
.port_result .port_l{
	position:relative;
	width:320px;
	height:256px;
	float:left;
	overflow:visible;
}
.port_result .port_r{
	position:relative;
	width:430px;
	height:240px;
	float:right;
	overflow:visible;
}
.port_result .port_r p{
	text-align:left;
}
/*연혁페이지용*/
.yy{
	width:600px;
	height:100%;
	font-size:14px;
	margin-left:64px;
}
.yy .yyl{width:100px;border-left:3px dotted green;float:left;vertical-align:middle;}
.yy .yyr{width:494px;border-left:3px dotted blue;float:right;}

fieldset input{
border:0px;
}

/*캐릭터검색 페이지 검색결과용.*/
.char_cont{
	position:relative;
	width:750px;
	height:100%;
	background-color:#FFFFCC;
	overflow:visible;
	padding:8px 8px 8px 8px;
	margin-bottom:16px;
	text-align:left;
	border-bottom:1px dotted #000045;
}

/*내용 문서용 디자인*/
#middle_mm .wtable{
  border:1px solid #333333;
  text-align:middle;
}

#middle_mm .wtable th{
  border:1px solid #333333;
  background-color:#00CC66;
}
#middle_mm .wtable td{
  border:1px solid #333333;
  background-color:#CCFFCC;
}
#middle_mm chks{
  border-color:white;
}
#middle_mm .searchtextbox{
  border:1px solid #222222;
}
.fc_01 { color:#797771; }
.fc_02 { color:#eeeeee; }
.fc_02 a:link { color:#eeeeee;text-decoration:none; }
.fc_02 a:visited { color:#eeeeee;text-decoration:none; }
.fc_02 a:hover { color:#eeeeee;text-decoration:none;border-bottom:1px dotted green; }

/*.box_login { border:solid 0px #D5D8DB; background:#FFFFFE; margin-bottom:10px;}*/
.box_login {vertical-align:middle;float:right;position:relative;color:#eeeeee;}
.box_login .user_info { padding:5px 0 0 5px; height:22px; }

.box_login .hr_dot_01 { background:url("/widgets/login_info/skins/kotul_dot_net_2009b/images/default/hr_dot_01.gif") repeat-x; height:2px; overflow:hidden; clear:both; margin:6px; }
.box_login .item { background:url("/widgets/login_info/skins/kotul_dot_net_2009b/images/default/bul_01.gif") no-repeat 5px 5px; height:16px; padding:3px 0px 0px 20px; margin-left:5px; margin-top:2px; }
.box_login .item a { color:#666666; text-decoration:none; }
.box_login .item { font-size:11px; letter-spacing:-1px; margin-right:10px; padding:3px 0px 0px 20px; white-space:nowrap; }
.box_login .profile { width:70px; float:left; background:url("/widgets/login_info/skins/kotul_dot_net_2009b/images/default/icon_profile.gif") no-repeat left; }
.box_login .message { width:70px; float:left; background:url("/widgets/login_info/skins/kotul_dot_net_2009b/images/default/icon_note.gif") no-repeat left; }
.box_login .friend { float:left; background:url("/widgets/login_info/skins/kotul_dot_net_2009b/images/default/icon_friend.gif") no-repeat left; }
.box_login .administrative { float:left; background:url("/widgets/login_info/skins/kotul_dot_net_2009b/images/default/icon_key.gif") no-repeat left; margin-right:0px; }
.box_login .administrative a { color:#D80D0F; }
.box_login .lastlogin { clear:both; padding-bottom:5px;}

.box_login .form_field { float:left; margin:9px 9px 0 9px; margin:3px 3px 0 3px; height:55px; }
.box_login .form_field div { margin-top:2px; margin-bottom:3px; }
.box_login input.submit { width:45px; height:24px; background:url("/widgets/login_info/skins/kotul_dot_net_2009b/images/default/login_btn_submit.gif") no-repeat; border:none; margin:9px 0 0 0; cursor:pointer; }
.box_login .input { width:100px; background-color: #ffffff;  border:0px solid; border-bottom:1px dotted;border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6;  padding:0px; height:18px; margin:0px; cursor:text; color:#666666;}
.box_login ul { margin:0; padding:0; }
.box_login ul.option { clear:both; height:20px; margin:0 0 0 9px;}
.box_login ul.option li { float:left; list-style:none;}
.box_login ul.option li a.btn { background:url("/widgets/login_info/skins/kotul_dot_net_2009b/images/default/bul_01.gif") no-repeat left; padding-left:10px; margin-left:14px; }
.box_login .checkbox  { width:15px; height:15px; margin:-1px 0px 0px -1px; margin-right:2px; border:1px solid #000000;}
.box_login .clear { clear:both; }
.box_login ul { margin:0; padding:0; }
.box_login ul.extra_option { clear:both; height:40px; }
.box_login ul.extra_option li a {text-decoration:none;}
.box_login ul.extra_option li a.btn { background:url("/widgets/login_info/skins/kotul_dot_net_2009b/images/default/bul_01.gif") no-repeat left; padding-left:10px; margin-left:10px; }

.openid_login { clear:both; height:38px; border:3px solid #D5D8DB; background-color:#FFFFFF; margin:0 0 10px 0; }
.openid_login .openid_user_id { width:110px; background: url("/widgets/login_info/skins/kotul_dot_net_2009b/images/openid_login_bg.gif") left no-repeat; background-color: #ffffff; background-position: 0 50%; padding:3px 3px 3px 18px; border:1px solid; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6; height:16px; line-height:1em; vertical-align:middle; margin-bottom:.5em; color:#666666;}

.openid_login .wButtonTypeA { display:block; cursor:pointer; background:url("/widgets/login_info/skins/kotul_dot_net_2009b/images/default/buttonTypeACenter.gif") repeat-x left center; line-height:100%; overflow:visible; color:#3f4040; margin:0 1px; white-space:nowrap;border:0px;}
.openid_login .wButtonTypeA:hover { text-decoration:none;}
.openid_login .wButtonTypeA img { vertical-align:middle;}
.openid_login .wButtonTypeA input { border:none; cursor:pointer; background:url("/widgets/login_info/skins/kotul_dot_net_2009b/images/default/buttonTypeACenter.gif") repeat-x left center; line-height:100%; overflow:visible; color:#3f4040; margin:0 1px; white-space:nowrap;border:0px;  vertical-align:middle; }
.openid_login .wButtonTypeA .leftCap { width:2px; height:24px; background:url("/widgets/login_info/skins/kotul_dot_net_2009b/images/default/buttonTypeALeft.gif") no-repeat; margin:0 .3em 0 0;  position:relative; left:-1px;}
.openid_login .wButtonTypeA .rightCap { width:2px; height:24px; background:url("/widgets/login_info/skins/kotul_dot_net_2009b/images/default/buttonTypeARight.gif") no-repeat; margin:0 -1px 0 .4em;}
.openid_login .wButtonTypeA .icon { margin:0 .2em;}
.openid_login .wButtonWrite ul { text-align:center; clear:both; display:block; margin:0; padding:0; }
.openid_login .wButtonWrite li { margin-top:.5em; float:left; margin-left:.3em; list-style:none;}

#wcc{position:absolute;display:none; top:32px;right:0px;width:80px;height:50px;background-color:yellow;text-align:left;}

