﻿/* CSS Document */
html { height: 100%; max-height: 100%; border: 0px; overflow-y:scroll; }
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

form { padding:0; margin:0; }

table, tr, td, select, textarea, input{
	font-family: Dotum, Verdana, Arial Black;
	font-size: 9pt;
	color: #6d6d6d;
	font-style: normal;
	line-height:140%;
	font-weight: none;
	text-decoration: none;
}

input
{
	line-height:1.0;
}

a,area { blr:expression(this.onFocus=this.blur()) } /* for IE */
:focus { -moz-outline-style: none; } /* for Firefox */ 

a:visited {
	font-family: Dotum, Verdana, Arial Black; 
	font-size: 9pt; 
	font-style: normal; 
	line-height: 140%; 
	color: #6d6d6d; 
	text-decoration: none;
}
a:hover {
	font-family: Dotum, Verdana, Arial Black; 
	font-size: 9pt; 
	font-style: normal; 
	line-height: 140%; 
	color: #000000; 
	text-decoration: none;
}
a:link {
	font-family: Dotum, Verdana, Arial Black; 
	font-size: 9pt; 
	font-style: normal; 
	line-height: 140%; 
	color: #6d6d6d; 
	text-decoration: none;
}

.input {
	border: 1px #8691a5 solid; 
	background-color: #8691a5; 
	font-size: 8pt; 
	font-weight: none; 
	color: #ffffff;
	width: 124px;
	height: 10px;
}
.logintext {
	font-family: Dotum, Verdana, Arial Black; 
	font-size: 9pt; 
	line-height: 140%;
	color: #1d305a; 
	font-weight: none; 
	text-decoration: none;
}

.leftMenu:visited {
	font-family: Dotum, Verdana, Arial Black; 
	font-size: 9pt;
	font-style: normal; 
	line-height: 140%; 
	color: #000000; 
	font-weight: bold;
	text-decoration: none;
}
.leftMenu:hover {
	font-family: Dotum, Verdana, Arial Black; 
	font-size: 9pt; 
	font-style: normal; 
	line-height: 140%;
	color: #000000; 
	font-weight: bold;
	text-decoration: underline;
}
.leftMenu:link {
	font-family: Dotum, Verdana, Arial Black; 
	font-size: 9pt; 
	font-style: normal; 
	line-height: 140%; 
	color: #000000; 
	font-weight: bold;
	text-decoration: none;
}

.event:visited {
	font-family: Dotum, Verdana, Arial Black; 
	font-size: 9pt; 
	font-style: normal;
	 font-weight: bold; 
	 line-height: 140%; 
	 color: #b50011; 
	 text-decoration: none;
}
.event:hover {
	font-family: Dotum, Verdana, Arial Black; 
	font-size: 9pt; 
	font-style: normal; 
	font-weight: bold; 
	line-height: 140%; 
	color: #b50011; 
	text-decoration: underline;
}
.event:link {
	font-family: Dotum, Verdana, Arial Black; 
	font-size: 9pt; 
	font-style: normal; 
	font-weight: bold; 
	line-height: 140%; 
	color: #b50011; 
	text-decoration: none;
}

.text1 {
	font-family: Dotum, Verdana, Arial Black; 
	font-size: 9pt; 
	font-style: normal; 
	font-weight: normal; 
	line-height: 140%; 
	color: #b50011; 
	text-decoration: none;
}
.text2 {
	font-family: Dotum, Verdana, Arial Black; 
	font-size: 11pt; 
	font-style: normal; 
	font-weight: bold; 
	line-height: 140%; 
	color: #000000; 
	text-decoration: none;
}

.TitleTD
{
	text-align:center;
	text-weight:bold;
}

.Content_Center
{
    text-align:center;
}


.Content_Left
{
    padding-left:10px; 
    text-align:left;
}

.modalbackground
{

    cursor : move;
    background-color : #DDDDDD;
    border-style : solid ;
    border-color : Gray;
    color :Green;
    filter:alpha(opacity=70);
    opacity:0.7;       

}

#Layer1 {
	position:absolute;
	left:580px;
	top:605px;
	width:277px;
	height:126px;
	z-index:1;
}
.ListRow
{
	border-style: none none solid none;
	border-bottom-width: 1px;
	border-bottom-color: #e0e0e0;
}