body, h1, h2, h3, h4, h6, p, ol, ul, form, blockquote {
	padding:0;
	margin:0;
}
h1, h2, h3, h4, h6, pre, code {
	font-size:1em;
}
a {
	text-decoration:none;
}
a img {
	border:none;
}
.clear {
	min-height: 1px;
}
* html .clear {
	height: 1px;
}
br.clear {
	clear:both;
}

a:link { color:#666; }
a:visited { color:#666; }
a:hover { color:#ff6600; text-decoration:underline; }


/* Form Style */
input,textarea,select {
	border:solid 1px #999;
	font-size:1em;
	font-family:"Verdana";
	background-color:#fff;
	padding:1px 2px 1px 2px;
	margin:2px 0px 2px 0px;
}

select {
	padding:0px;
	margin:0px;
	font-size:0.9em;
}

input[type="checkbox"] {
	border:none;
	background-color:#fff;
	margin:0px;
	padding:0px;
}
/* Form Style End */

/* Paragraph Style */
body {
	font-size:11px;
	font-family:"verdana";
	line-height:150%;
	color:#333;
}
h1 {
	font-family:"Trebuchet MS","Malgun Gothic";
	font-size:1.5em;
	margin-bottom:10px;
}
h2 {
	font-family:"Trebuchet MS","Malgun Gothic";
	font-size:1.2em;
	margin-top:10px;
	margin-bottom:5px;
}
p {
	text-align:justify;
	margin-bottom:10px;
}
/* Paragraph Style End */


/* Page Layout Style */
#header {
	height:35px;
	background-image:url(/img/header_bg.gif);
	color:#999;
	border-bottom:solid 1px #aaa;
	position:fixed;
	left:0px;top:0px;
	width:100%;
}
#header .logo {
	float:left;
}
#header .split {
	float:left;
	background:url(/img/header_split.gif) center no-repeat;
	height:35px;
	width:10px;
}

#header #loginContainer {
	float:left;
}

#header #mainMenu a { text-decoration:none; }
#header #mainMenu a:link { color:#ccc; text-decoration:none; }
#header #mainMenu a:visited { color:#ccc; text-decoration:none; }
#header #mainMenu a:hover { color:#fff; text-decoration:none; }
#header #mainMenu {
	float:left;
	list-style-type:none;
	padding-top:9px;
}
#header #mainMenu li {
	float:left;
	font-weight:bold;
	font-size:1.1em;
	padding:0px 10px 0px 10px;
}


#header .subMenuDiv {
	position:absolute;
	z-index:1;
	display:none;
	width:220px;
	background-image:url(/img/menu_bg.png);
	background-position:center bottom;
	background-repeat:no-repeat;
}
#header ul.subMenu a { text-decoration:none; display:block; border:solid 1px #fff; padding:0px 2px 0px 2px; }
#header ul.subMenu a:link { color:#333; text-decoration:none; }
#header ul.subMenu a:visited { color:#333; text-decoration:none; }
#header ul.subMenu a:hover { color:#333; text-decoration:none; border:solid 1px #ddd; background-color:#eee;}
#header ul.subMenu {
	list-style-type:none;
	border:solid 1px #aaa;
	background-color:#fff;
	padding:3px 4px 3px 4px;
	margin:3px;
	margin-top:0px;
}
#header ul.subMenu li {
	padding:2px 0px 2px 0px;
}
#header #headerbottom {
	height:5px;
	background:url(/img/header_bottom_bg.gif) repeat-x;
	clear:both;
}

#content {
	margin-left:10px;
	margin-right:10px;
	padding-top:50px;
	padding-bottoM:40px;
	width:980px;
}

#footer {
	background-color:#fff;
	display:block;
	border-top:solid 1px #ccc;
	font-size:0.9em;
	color:#888;
	padding:3px 0px 3px 10px;
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
}
/* Page Layout Style End */




/* Table Style */
#content table.table1 {
	width:100%;
	border-collapse:collapse;
}
#content table.table1 thead {
	font-weight:bold;
}
#content table.table1 thead td {
	border:solid 1px #999;
	text-align:center;
	background:url(/img/table_thead.gif) repeat-x right bottom;
}

#content table.table1 td {
	padding:4px 8px 4px 8px;
	border-bottom:solid 1px #ddd;
}
#content table.table1 tr.even  td {
	background-color:#fff;
}
#content table.table1 tr.odd  td {
	background-color:#f8f8f8;
}
#content table.table1 td.classY {
	background-color:#ffcccc;
}
#content table.table1 td.classN {	
	background-color:#ccccff;
}
#content table.table1 tbody tr:hover td {
	background-color:#e4e4e4;
}
#content table.table1 tbody td.split {
	border-bottom:solid 1px #999;
	border-right:solid 1px #999;
	padding:1px;
	padding-left:5px;
	background-color:#ccc;
	font-weight:bold;
	font-size:0.9em;
}

#content .searchDiv {
	height:28px;
}
#content .searchDiv .wrap1 {
	padding-top:8px;
	font-size:0.9em;
	float:left;
}
#content .searchDiv .wrap2 {
	float:right;
}
#content .searchDiv .wrap2 input,select {
	vertical-align:middle;
}
#content .searchDiv .wrap2 input {
	height:14px;
}
#content .searchDiv .wrap2 select {
	height:18px;
}
/* Table Style End */

/* List Style */
#content ul {
	list-style-type:none;
	margin-top:5px;
	margin-bottom:5px;
}
#content ul li {
	margin-left:10px;
}
/* List Style End */

/* ETC Style */
#content .navDiv {
	background-color:#eee;
	border-bottom:solid 1px #999;
	padding:2px 5px 2px 5px;
	height:19px;
	margin-bottom:10px;
}
#content .navDiv .wrap1 {
	font-size:0.9em;
	float:left;
}
#content .navDiv .wrap1 select {
	font-weight:bold;
	vertical-align:middle;
}
#content .navDiv .wrap1 img {
	vertical-align:middle;
}

#content .navDiv .wrap2 {
	font-size:0.9em;
	float:right;
}

a.button {
	padding:1px 4px 2px 3px;
	border-top:solid 1px #999;
	border-left:solid 1px #999;
	color:#666;
	background:url(/img/button_bg.gif) no-repeat right bottom;
}
a.button:hover {
	color:#333;
	text-decoration:none;
	background-color:#ccc;
	background-image:none;
}

a.button2 {
	padding:2px 7px 3px 6px;
	border-top:solid 1px #999;
	border-left:solid 1px #999;
	color:#666;
	font-weight:bold;
	background:url(/img/button_bg.gif) no-repeat right bottom;
}
a.button2:hover {
	color:#333;
	text-decoration:none;
	background-color:#ccc;
	background-image:none;
}




#content .topNavigation {
	margin-top:-5px;
	margin-bottom:15px;
	font-size:0.8em;
	color:#666;
}

#content .navigation {
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}
#content .box {
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	border:solid 1px #bad5c4;
	background-color:#ecf9f2;
	margin-bottom:5px;
}
#content .boxTable {
	border:solid 1px #bad5c4;
	margin-bottom:5px;
}
#content .boxTable td {
	background-color:#ecf9f2;
	padding-top:2px;
	padding-bottom:2px;
}
#content .fixedFont {
	font-family:"Courier New", "Courier";
}

.altLayer {
	border:solid 1px #000;
	position:absolute;
	z-index:2;
	padding:2px;
	font-family:"Verdana";
	font-size:10px;
	color:#000;
	background-color:#80ea99;
	display:none;
}
