@charset "utf-8";

body,html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
}

.title {
	width: 150px;
	color: 201A24;
	font-weight: bold;
	font-style: normal;
	font-size: 1em;
	padding: 4px 10px 3px;
	margin-right: 1px;
	display: block;
	background: #fff;
	background: #ececec url(/qu/image/table-bg1.png
    ) repeat-x 0 0;
	/*   background: -webkit-linear-gradient(top, #ebebeb 0, #fff 50%); */
	/*   background: -moz-linear-gradient(top, #ebebeb 0, #fff 50%); */
	/*   background: -ms-linear-gradient(top, #ebebeb 0, #fff 50%); */
	/*   background: -o-linear-gradient(top, #ebebeb 0, #fff 50%); */
	/*   background: linear-gradient(to bottom, #ebebeb 0, #fff 50%); */
	border-top: solid 2px #A5A5A5;
	border-left: solid 1px #A5A5A5;
	border-right: solid 1px #A5A5A5;
	border-bottom: 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	z-index: 1
}

.headerTitle {
	padding-left: 2% !important;
}

.headerTitleWrapper {
	line-height: 35px;
	font-weight: bold;
}

.headerTitleWrapper { /*width: 960px;*/
	width: 100%;
	height: 35px;
	/* line-height: 35px; */
	/* font-weight: bold; */
	margin: 15px 0 10px 0;
	z-index: 9999;
	background-color: #DEDFE0;
	border: 1px dotted #A5A5A5;
	border-left-width: 0;
	border-right-width: 0;
}

#header {
	width: 100%;
	height: 76px;
	background: transparent repeat-x url("/qu/image/notice_plan_top_bg.gif");
	z-index: 9999;
}

#headerInner {
	background: no-repeat url("/qu/image/notice_plan_top.jpg");
	width: 100%;
	height: 76px;
}

.button-bottom {
	padding-top: 10px;
	padding-right: 10px;
	background: transparent repeat-x
		url("/qu/image/notice_plan_bottom_new.gif");
	margin-left: 10;
	margin-right: 15;
}

.button-bottom ul {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px
}

.button-bottom ul li {
	padding-top: 10px;
}

.btnSet {
	padding-top: 10px;
	height: 2.5em;
	width: 99.0%;
}

span.buttonset.fr {
	margin-left: 1px;
}

.fr {
	float: right
	
}

.table-pnl table {
	width: 99.0%;
	border-collapse: collapse;
	table-layout: fixed
}

.table-pnl table th,.table-pnl table td {
	padding: 2px 3px 1px;
/* 	background-color: #fff; */
	border: 1px solid #bdbdbd
}

.table-pnl table th {
	font-weight: normal;
	color: #00224f;
	text-align: center;
	text-shadow: 1px 1px 0 #fff;
	background: #ececec url(/qu/image/table-bg1.png
    ) repeat-x 0 0
}

.table-pnl .type-list td {
	text-align: center
}

.table-pnl table ul li {
	margin: 0 0 0 20px;
	list-style-type: disc
}

.state-disabled {
	cursor: default !important;
	-moz-opacity: .6;
	opacity: .6
}

.doaction.state-disabled {
	background: #ddd;
	color: #a0a0a0;
	border: 1px solid #b3b3b3;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	text-shadow: none;
	-moz-opacity: .7;
	opacity: .7
}

.doaction.state-disabled:hover {
	background: #ddd;
	color: #a0a0a0;
	border: 1px solid #b3b3b3;
	text-shadow: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0
}

.doaction {
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	padding: 0 3px;
	text-shadow: 0 0 2px #666;
	border: solid 1px #226385;
	background: #003781 url(/qu/image/bt-bg.png) repeat-x 0 0;
	-moz-box-shadow: 0 1px 2px #b2b2b2;
	-webkit-box-shadow: 0 1px 2px #b2b2b2;
	height: 1.9em;
}

.doaction:hover {
	color: #226385;
	cursor: pointer;
	background: #eeeded;
	background: -webkit-linear-gradient(top, #fff 0, #ebebeb 100%);
	background: -moz-linear-gradient(top, #fff 0, #ebebeb 100%);
	background: -ms-linear-gradient(top, #fff 0, #ebebeb 100%);
	background: -o-linear-gradient(top, #fff 0, #ebebeb 100%);
	background: linear-gradient(to bottom, #fff 0, #ebebeb 100%);
	border: solid 1px #226385;
	text-shadow: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px
}

button.state-disabled,.table-pnl button.state-disabled,#content .dosearch.state-disabled
	{
	filter: alpha(opacity = 70);
	background: #ddd;
	color: #a0a0a0;
	border: 1px solid #b3b3b3;
	text-shadow: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0
}

.state-disabled {
	cursor: default !important;
	-moz-opacity: .6;
	opacity: .6;
}

.state-disabled {
	filter: alpha(opacity = 60);
}

.dolink:hover,.dosubmit:hover,.doclose:hover,.doaction:hover,.dofile:hover
	{
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',
		endColorstr='#ebebeb' )
}

button {
/*	outline: 0;*/
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background: 0;
	vertical-align: middle;
}

.table-pnl .dolink,.table-pnl .dosubmit,.table-pnl .doaction {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',
		endColorstr='#ebebeb' )
}

.table-pnl .dolink:hover,.table-pnl .dosubmit:hover,.table-pnl .doaction:hover
	{
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',
		endColorstr='#ebebeb' )
}

.table-pnl .dolink,.table-pnl .dosubmit,.table-pnl .doaction {
	color: #00728f;
	background: #eeeded;
	background: -webkit-linear-gradient(top, #fff 0, #ebebeb 100%);
	background: -moz-linear-gradient(top, #fff 0, #ebebeb 100%);
	background: -ms-linear-gradient(top, #fff 0, #ebebeb 100%);
	background: -o-linear-gradient(top, #fff 0, #ebebeb 100%);
	background: linear-gradient(to bottom, #fff 0, #ebebeb 100%);
	border: solid 1px #00a0af;
	text-shadow: none;
	height: 1.6em;
	padding: 0 .2em;
	-moz-box-shadow: none;
	-webkit-box-shadow: none
}

.table-pnl .dolink:hover,.table-pnl .dosubmit:hover,.table-pnl .doaction:hover
	{
	color: #6e6e6e;
	background: #eeeded;
	background: -webkit-linear-gradient(top, #fff 0, #ebebeb 100%);
	background: -moz-linear-gradient(top, #fff 0, #ebebeb 100%);
	background: -ms-linear-gradient(top, #fff 0, #ebebeb 100%);
	background: -o-linear-gradient(top, #fff 0, #ebebeb 100%);
	background: linear-gradient(to bottom, #fff 0, #ebebeb 100%);
	border: solid 1px #c8c8c8;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px
}

td {
	text-decoration: none;
	font-size: 9pt;
	color: #666666;
	font-family: 돋움, verdana;
	line-height: 17px;
}

a:link {
	font-size: 9pt;
	color: #666666;
	font-family: 돋움, verdana;
	text-decoration: none;
}

a:visited {
	font-size: 9pt;
	color: #666666;
	text-decoration: none;
}

a:active {
	font-size: 9pt;
	color: #3DA2C5;
	text-decoration: none;
}

a:hover {
	font-size: 9pt;
	color: #3DA2C5;
	text-decoration: underline;
}

select,input,textarea,form {
	font-size: 9pt;
	font-family: 돋움, seoul, helvetica;
	margin-bottom: -2;
}

select:focus,input:focus,textarea:focus,form:focus,button:focus {
	outline-size:2px;
	outline-style:solid;
	outline-color:navy;
}

input {
	font-size: 9pt;
	font-family: 돋움, seoul, helvetica;
}

IMG {
	border: none;
}

.access-deny {
	background: #000;
	-moz-opacity: .5;
	opacity: .5;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	position: fixed
}

.access-deny.state-load-data {
	background: #000 url(/qu/image/loading.gif
    ) no-repeat center center;
	-moz-opacity: .5;
	opacity: .5;
	z-index: 9999
}

.access-deny.state-load-page {
	background: #fff url(/qu/image/loading2.gif
    ) no-repeat center center;
	z-index: 9999
}

.access-deny {
	filter: Alpha(Opacity =   50)
}

.access-deny.state-load-data {
	filter: Alpha(Opacity =   50)
}

.state-disabled {
	filter: alpha(opacity =   60)
}

.inside
{
    background: #bcd4ec;
}
