 A			  { text-decoration: none; color:black}  
 A:hover      { text-decoration: none; color:blue}
  
BODY
{
	font-family : "¸¼Àº °íµñ", verdana; 
	font-size : 12px;
	margin-left : 0;
	margin-top : 0;
	margin-bottom : 0;	
}

FONT, P, PRE
{
	font-family : "¸¼Àº °íµñ", verdana; 
	font-size : 12px;
	line-height:1.5em;
} 

INPUT, TEXTAREA, SELECT
{
	font-family : "¸¼Àº °íµñ", "µ¸¿ò";
	font-size : 12px;
	line-height:1.3;
}

td.header
{
	height:23px;
	background-color:#efefef;
	width:80px;
	text-align:center;
}

input.tagging
{
	width:20px;
	padding:0px;
}

.link
{
	border:0px;
	cursor:pointer;
}

img.link
{
	border:0px;
	cursor:pointer;
}

img.toList
{
	border:0px;
	cursor:pointer;
}

div.code
{
	border:solid 1px silver;
	padding:5px;
	background-color:#efefef;
}

.pageLinkUnselected
{
	color:black;
}

.pageLinkSelected
{
	color:Orange;
}

.MainMenu
{
	height : 18px ;
	text-align : center;
	padding-top : 1px;
	font-size:11px;
	cursor : pointer;
} 

.MainMenuSeperator
{
	width : 3px;
	height : 18px ;
	text-align : center;
	padding-top : 3px;
	font-family:verdana; 
	font-size:10px;
	color : silver;
} 
		
.LoginArea
{
	position : absolute;
	left: 10px;
	top: 10px;
	
	/* MS ¸Þ´º ½ºÅ¸ÀÏ·Î ²Ù¹Ì´Â ºÎºÐ */
	z-index:100;
	background:white;
	border:1px solid #7F9DB9;
	padding:1px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color="silver", Direction=135, Strength=4) alpha(Opacity=90);
	-moz-opacity:0.9;
}

.Head
{
	font-family:¸¼Àº °íµñ;
	font-size: 18px;
	font-weight:bold;
	text-align:center;	
}

.ReportCell
{
 	padding:7px;
 	background-color:White;
}

.MultiTextBox
{
	overflow-x : hidden;
	overflow-y : auto;
}

.MultiTextBoxDisable
{
	padding:5px;
	overflow-x : auto;
	overflow-y : auto;
	background-color : Ivory;
}

.Box
{
	border:solid 1px black;
	text-align:center;
}

.WatermarkText
{
	color:Silver;
}

.ListSection
{
	line-height : 1.5;
}


/* modalBackground */
#modalBackground { background-color:#dddddd; }

/* modalContainer */
#modalContainer 
{ 
	font-family:"¸¼Àº °íµñ";
	color:#4295C2;
	height:100px; 
	width:200px;
	text-align:left; 
	background:white; 
	border:1px solid #336699;
}

/* Dialog
----------------------------------*/
.ui-dialog { position: relative; padding: .2em; width: 300px; }
.ui-dialog .ui-dialog-titlebar { padding: .5em .3em .3em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 0 .2em; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
