/* BASIC */
* {
    margin: 0px;
    padding: 0px;
}
html, body
{
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-size: 13px;
	color: #000;
	background-color: #FFF;
}

/* HEADER */
#head {
	width: 100%;
	height: 40px;
	background-image: url(../images/headerBase.jpg);
	/*background: #000;*/
	padding: 0px;
}
h1 {
	background: url(../images/headerCenter.jpg) no-repeat center top;
	font-size: 18px;
	font-weight: normal;
	height: 40px;
	/*float: left;
	color: #EDEDED;*/
	color: #FFF;
	padding: 5px 0px 0px 5px;
}
h1 small {
	font-size: 11px;
	margin-left: 20px;
}
#head strong {
	height: 23px;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 11px;
	position: relative;
	left: 15px;
	top: 12px;
}

/* FRAME LAYOUT */
#MySplitter {
	min-width: 500px;
	min-height: 300px;
	border: 6px solid #FFF;
	background-color: #FFF;
}

#LeftPane {
	background-color: #FFFFFF;
	border: 1px solid #A5A5AD;
	overflow: hidden;
}
.Lead {
	height: 25px;
	/*background-image: url(../images/bg_leftHead.gif);
	background-repeat: repeat-x;*/
	background: #A5A5AD;
	padding: 1px 5px 0px 0px;
	border-bottom: 1px solid #A5A5AD;
	min-width: 150px;
}
.Lead p {
	height: 25px;
	line-height: 25px;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	margin-left: 8px;
	text-align: left;
}

#LeftPane ul {
	width: 100%;
	list-style-type: none;
	font-size: 11px;
	font-weight: bold;
	color: #CA6B2E;
	margin: 6px 0px 6px 3px;
	min-width: 150px;
}
#LeftPane li {
	width: 100%;
	height: 16px;
	list-style-type: none;
	color: #090909;
	font-weight: normal;
	line-height: 16px;
}
#LeftPane li.hover {
	width: 100%;
	background-color: #EEEEEE;
}
#LeftPane a {
	display: block;
	width: 100%;
	height: 16px;
	text-decoration: none;
	color: #090909;
	margin-left: 12px;
}
#LeftPane a:hover {
	text-decoration: none;
	color: #8D959A;
}

#RightPane {
	overflow: auto;
	background-color: #FFFFFF;
	border: 1px solid #A5A5AD;
}
#MySplitter .vsplitbar {
	width: 4px;
	background: #FFF url(vgrabber.gif) repeat-y center;
	border-left: 1px solid #A5A5AD;
}
#MySplitter .vsplitbar.active, #MySplitter .vsplitbar:hover {
	background: #FFF url(vgrabber.gif) repeat-y center;
	border-left: 1px solid #A5A5AD;
}

/* BOX */
.Box {
	position: relative;
	padding-top: 10px;
}
.boxCenter {
	padding:6px 6px 6px 10px;
	background-color: #FFF;
	/*
	background-color: #F8F8F8;
	border-left: 1px solid #E0E2E1;
	*/
	border-right: 1px solid #E0E2E1;
	border-bottom: 1px solid #E0E2E1;
	
}
.boxCap {
	height: 5px;
	background-image: url(../images/box_cap.gif);
}
#loginBox {
	width: 325px;
	margin-left: auto;
	margin-right: auto;
}
.contents {
	margin: 10px;
	border: 1px solid #FFA73F;
}
.backColor {
	background-color: #FBFAF9;
}
.inside {
	margin: 10px;
}
.inside p{
	font-size: 12px;
}

/* Start Page */
.msg_title {
	width: 100%;
	font-size: 14px;
	line-height: 150%;
	border-bottom: 1px solid #D3D0DF;
	color: #555555;
	font-weight: bold;
}


/* Sortable ul li */
ul.sortable {
	list-style-type: none;
	display: inline;
}
ul.sortable li {
	list-style-type: none;
	float: left;
	margin-bottom: 6px;
}
ul.sortable table {
	background-color:#FFFFFF;
	border:2px solid #DDDDDD;
	line-height: normal;
	margin-right: 6px;
}
.sortableHandle1 {
	background-color: #AFAF78;
	cursor:move;
	width: 40px;
}
.sortableHandle2 {
	background-color: #AFAF78;
	cursor:move;
	width: 40px;
}
.sortableHandle3 {
	background-color: #AFAF78;
	cursor:move;
	width: 40px;
}
.sortableremove{
	float: right;
	width: 18px;
	height: 18px;
	cursor:pointer;
}



/* BASIC TAG&class */
h2 {
	height: 40px;
	background-image: url(../images/box_top.jpg);
	font-size: 18px;
	color: #000;
	line-height: 30px;
	padding-left: 12px;
}
label {
	padding:0px 15px 5px 0px;
	position:relative;
	width:100px;
	z-index:2;
}
a {
	color: #4885C0;
	text-decoration: underline;
}
a:hover {
	color: #4885C0;
	text-decoration: none;
}
dl {
	display: table;
	width:100%;
	height: auto;
	margin:0px 0px 10px 0px;
	padding: 0px;
	border-bottom: 1px dashed #CCC;
}
dl dt{
	display: table;
	width: 100px;
	height: 100%;
	text-align:right;
	vertical-align: top;
	line-height: 28px;
	font-size: 13px;
	padding-right: 6px;
}
dl dd{
	display: table-cell;
	width:100%;
	height: auto;
	line-height: 28px;
	font-size: 13px;
	padding-left: 6px;
	vertical-align: top;
}
.btnTd div a{
	text-align: center;
	vertical-align: center;
	margin-left: auto;
	margin-right: auto;
}
input,textarea {
	background: #FFFFFF url(../images/text_bg.gif) repeat-x scroll 0 0;
	border: 1px solid #B5B8C8;
	padding: 1px 3px;
	margin: 4px 0px;
	font-size: 13px;
	color: #090909;
}
select {
	margin: 4px 0px;
	font-size: 11px;
	color: #090909;
}
.btn {
	background: url(../images/btn.gif);
	border: none;
	padding: 1px 3px;
	margin: 4px 0px;
	width: 76px;
	height: 24px;
	font-size: 12px;
	font-weight: normal;
	color: #EDEDED;
	cursor: pointer;
}
.caution {
	color: #D34444;
	font-size: 12px;
}

.updbtn {
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	background: #8190A2;
	padding: 2px;
	margin: 0px;
	width: 73px;
	height: 24px;
	font-size: 12px;
	font-weight: normal;
	color: #EDEDED;
	text-align: center;
	cursor: pointer;
}
