@CHARSET "UTF-8";

html {
	overflow: hidden;
	height: 100%;
}

/* 메뉴버튼용 */
.menuDiv {
	width: 80px;
	height: 30px;
	background-color: white;
	font-weight: bold;
	border-radius: 0px;
	text-align: center;
	border-width: 1px;
	border-color: silver;
	color: silver;
	margin-left: -5px;
	font-size: 12px;
}

.menuDiv:first-child {
	color: black;
} 

.menuDiv:hover {
	background-color: #BFBFBF;
	color: black;
}

/* DIV 구획 설정 */
.page {
	clear: both;
	width: 100%;
	margin: 0px auto;
	display: block;
	height: 100%;
}

.page > div {
	margin-bottom: 0px;
}

.page > div:first-child {
	margin-bottom: 1px;
}

.systemBase {
	clear: both;
	height: 45px;
	background-image: url("../images/bg_main_left_cascade.jpg");
}

.areaLogo {
	float: left;
}

.systemBase .areaTopBar {
	float: left;
	height: 45px;
	width: 675px;
	background-image: url("../images/bg_main_left.jpg");
}

.systemBase .areaUserControl {
	float: right;
}

.areaWelcome {
	clear: both;
	text-align: center;
	background-image: url("../images/bg_user.gif");
	background-repeat: repeat-x;
	color: #333;
	font-size: 12px;
	height: 38px;
	padding-top: 10px;
	padding-left: 22px;
}

.areaWelcome > div {
	float: left;
	padding-right: 2px;
}

.areaWelcome > div:last-child {
	padding-top: 2px;
	text-align: left;
	color: #333;
}

.areaWelcome img {
	cursor: pointer;	
}

.areaWelcome font {
	font-weight: bold;
	color: #333;
	font-size: 12px;
}

.areaMenuDiv {
	padding: 4px 10px 0px 10px;
	background-color: transparent;
}

.areaMenuDiv > div:first-child {
	text-align: center;
}

.areaMenuDiv > div:last-child {
	text-align: left;
	padding-left: 8px;
}

.areaMenuDiv input {
	background-image: url("../images/bg_tree_tab.png");
	background-repeat: repeat-x;
	border-color-right: #939393;
	border-color-bottom: #939393;
	border-color-top: #bdbdbd;
	border-color-left: #bdbdbd;
}

/* 중앙영역 */
.areaUserProgram {
	clear: both;
	height: 100%;
}

.areaUserProgram > div {
	float: left;
	height: 100%;
}

.areaUserProgram .leftSide {
	background-color: #F8F8F8;
	overflow-x: hidden;
	overflow-y: scroll;
}

.areaUserProgram .menuSlide {
	border-width: 0px 1px 0px 1px;
	color: silver;
	border-style: solid;
	width: 6px;
	background-image: url('../images/ico_tab_arrow_left.gif');
	background-repeat: no-repeat;
	background-position: center center;
}

.areaUserProgram .menuSlide:hover {
	background-color: #AFAFAF;
}

.areaUserProgram .areaContents {
	text-align: center;
	overflow: auto;
	background-image: url("../images/bg_bodytop.jpg");
	background-repeat: repeat-x;
	background-position: center top;
}

/* 좌측 메뉴 설정  */
.areaSideLeft {
	clear: both;
}

.areaSideLeft > .menuMain {
	height: 100%;
	float: left;
	width: 200px;
	padding-top: 0px;
	display: table-cell;
	vertical-align: top;
	text-align: left;
	padding-left: 0px;
}

.areaSideLeft > .menuMain li {
	list-style-type: none;
	cursor: pointer;
}

.areaSideLeft font {
	vertical-align: 2px;
}

.areaSideLeft > .menuMain .menuProgram:hover, 
.areaSideLeft > .menuMain a:hover {
	color: blue;
	font-weight: bold;
}

.areaSideLeft > .menuMain .menuRoot:before {
	content: url("../images/ico_tree1.gif");
}

.areaSideLeft > .menuMain .menuFolder:before {
	content: url("../images/ico_tree2.gif");
}

.areaSideLeft > .menuMain .menuProgram:before {
	content: url("../images/ico_tree3.gif");
}

.areaSideLeft .userFavorite {
	display: none;
}

/* 하단 */
.areaEnd {
	clear: both;
	width: 100%;
	position: fixed;
	left: 0px;
}

.areaFooter {
	clear: both;
	padding: 0px 31px 0px 0px;
	background-image: url("../images/bg_bottom.gif");
	height: 20px;
	border-width: 0px;
}

.areaFooter > .footerMain {
	float: right;
	padding: 0px;
	color: white;
	box-sizing: border-box;
	margin-top: 5px;
}

/* User programs */
.hTitle:hover {
	color: #FF0000;
	cursor: pointer;
}

.hTitleFavorated:after {
	content: url("../images/ico_favorate.png");
}

.areaUserProgram .main {
	clear: both;
	width: auto;
	padding: 0px 16px 0px 16px; 
}

.main .dataListOption {
	float: left;
}

.main .dataArray {
	clear: both;
	display: inline-block;
}

.main .listPager {
	text-align: center;
}

/* user4Control */
.areaUserControl .userControl {
	float: right;
	height: 100%;
	width: 381px;
}

.areaUserControl .userControl .userControlLeft {
	float: left;
	width: 20px;
	height: 45px;
	background-image: url("../images/bg_user_control_left.jpg");
	background-repeat: repeat-x;
}
	
.areaUserControl .userControl .ECtrl {
	float: right;
	padding: 5px 20px 0px 45px;
	background-image: url("../images/bg_main_right.jpg");
	background-repeat: repeat-x;
	height: 42px;
}

.areaUserControl .userControl .userControlRight {
	float: left;
	width: 20px;
	height: 45px;
	background-repeat: repeat-x;
}

.areaUserControl .userControl li {
	float: left;
	list-style-type: none;
	display: block;
	text-align: center;
	padding: 0px 5px 5px 5px;
	color: #A5C361;
}

.ECtrl a {
	color: white;
	font-size: 12px;
	font-weight: normal;
	display: block;
	cursor: pointer;
}

.ECtrl a:hover{
	color: #014260;
}