/*********************************************
 * FILENAME				: manager.css
 * COPYRIGHT			: www.bizmailer.co.kr
 * MAKE						: BizSpring Inc.
 * DATE   				: 2008.06
 * LASTER UPDATE	: 2009.01.20
**********************************************/



/* @import url( default.css );
@import url( common.css );
@import url( main.css );
@import url( popup.css );
@import url( sub.css ); */
@import url( font.css );
@import url( table.css );
@import url( form.css );
@import url( clickInsight.css );
@import url( SpryCollapsiblePanel.css );
@import url( ie.css );


/* DEFAULT */
BODY		{ margin:0px 10px 0px 10px;background:transparent;}

A:link		{ COLOR:#3a64bb; text-decoration:none; font-weight:normal; }
A:hover		{ COLOR:#3a64bb; text-decoration:underline; font-weight:normal; }
A:visited	{ COLOR:#3a64bb; text-decoration:none; font-weight:normal; }
A:active	{ COLOR:#3a64bb; text-decoration:none; font-weight:normal; }

/* tab_style_purple */
div.tab_style_purple {height:32px; margin-top:10px; border-bottom:2px solid #744faf;}
div.tab_style_purple a {margin-top:-1px; color:#666; font-size:13px; width:120px; height:32px; line-height:32px; text-align:center; border:1px solid #ddd; border-bottom:none; display:inline-block; zoom:1; *display:inline; -moz-transition: all 0.2s; -webkit-transition: all 0.2s; -ms-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s linear;}
div.tab_style_purple a:hover {background:#f9f9f9;}
div.tab_style_purple a.on {background:#744faf !important; border:1px solid #744faf; border-bottom:none; color:#fff;}

div.tab_style_gray {height:32px; margin-top:10px; /* border-bottom:2px solid #dadada; */}
div.tab_style_gray a {cursor: pointer; text-decoration: none; margin-top:-1px; color:#666; font-size:13px; width:160px; height:32px; line-height:32px; text-align:center; border:1px solid #a9a9a9; /* border-bottom:none; */ display:inline-block; zoom:1; *display:inline; -moz-transition: all 0.2s; -webkit-transition: all 0.2s; -ms-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s linear;}
div.tab_style_gray a:hover {background:#f9f9f9;}
div.tab_style_gray a.on {background:#dadada !important; border:1px solid #a9a9a9; /* border-bottom:none; */ color:#000;}

/* Page Loading Div */
div.loading-invisible{
	display:none;
}  
div.loading-visible{
	display:block;
	position:absolute;
	top:0px;
	left:0;
	height:130%;    
	width:101%;
	text-align:center;
	background:#fff;
	filter: alpha(opacity=90);
	-khtml-opacity: 0.90;
	-moz-opacity: 0.90;
	opacity: 0.75;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;  
}

#heraderBar { background-color: #313131; width: 100%; height: 30px; }
#heraderBar table { width: 1001px; border-spacing: 0px; border: 0px; border-collapse: collapse; white-space: nowrap; }
#heraderBar th, td { padding: 0px; }

/* makeMail -> mailTemplate li */
#mailTmpBox { list-style: none; margin: 0px; padding: 0px; }
#mailTmpBox li{ display: inline-block; padding: 15px; margin-bottom: 5px; font-size: 12px; cursor: pointer; text-align: center; }

.file_input_div { position: relative; width: 100px; height: 37px; overflow: hidden; cursor: pointer;}
.file_input_button { width: 100%; background: transparent; color: #FFFFFF; border: none; font-weight: bold; cursor: pointer; padding-left: 0px; padding-right: 0px;}
.file_input_hidden { font-size: 45px; position: absolute; right: 0px; top: 0px; opacity: 0;  filter: alpha(opacity=0); -ms-filter: "alpha(opacity=0)"; -khtml-opacity: 0; -moz-opacity: 0; cursor: pointer;}

/* 퀵배너 영역 */
div.quick_ban_box {position:absolute; top:0px; right:-132px;}