@CHARSET "UTF-8";
/* 좌측 메뉴 start */
#left_menu{
	float: left;
	width: 175px;
	height: 100%;
	margin-top: 0px;
	margin-left: 0px;
}
.leftMenuList{
	list-style-type: none;
	margin: 0px;
	padding: 0px 15px 0px 15px;
}
.leftMenuList li{
	height:24px;
}
.leftMenuList li a{
	padding: 0px 0px 0px 0px;
	margin: 0px;
	border-bottom: 1px solid #D2D2D2;
}
/* 좌측 메뉴 end */

/* 쿽 메뉴관련 start */
#quickDiv {
	position:absolute;
	left:902px;
	top:197px;
	width:80px;
	z-index:50;
	visibility: visible;
}
.quickMenuDiv{
	background-image: url("../images/smpploan/quickbox_02.gif");
	width:82px;
	height:100%;
	text-align: center;
}
.quickMenuBar{
	list-style-type: none;
	margin: 13px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.quickMenuBar li{
	margin-bottom: 6px;
	padding-left: 0px;
}
/* 쿽 메뉴관련 end */

/* 테이블 스클롤 관련 */
.scrollArea
{
overflow-y: auto;
}

.staticTHead
{
position: relative;
top: expression(this.offsetParent.scrollTop-1);
}
/* 현재나의상태 */
.my_state{
	border-top: 2px solid #EAEAEA;
	border-left: 5px solid #EAEAEA;
	border-right: 5px solid #EAEAEA;
	border-bottom: 5px solid #EAEAEA;
	text-align:center;
	padding-top: 17px;
	padding-bottom: 10px;
}
.my_state div{
	width:635px;
	text-align:left;
}
.my_state div p{
	height:20px;
	margin:0px;
}
.my_state .adminArea{
	background-color:#efefef;
	margin-top:11px;
	padding-top:10px;
	padding-bottom:10px;
}
.adminArea textarea{
	border: 1px solid #CDCDCD;
}
/* 현재나의상태 */

p {
    font-size:9pt;
    font-family:"돋움";
    color:#000000;
    text-decoration: none;
    margin:6px;
}