@CHARSET "EUC-KR";


a			{font-size: 9pt;color:#5F5F5F;text-decoration:none;}
a:link		{font-size: 9pt;color:#003333;text-decoration:none;}
a:active	{font-size: 9pt;color:#003333;text-decoration:none;}
a:visited   {font-size: 9pt;color:#003333;text-decoration:none;}
a:hover	    {font-size: 9pt;color:#3399FF;text-decoration:none;}

body {
	font-family: Arial, Comic Sans MS, MS Sans Serif;
	font-size: 9pt;
}

.dojoDialog {
	background : #9F9F9F;
	border : 1px solid #eee;
	-moz-border-radius : 1px;
	padding : 1px;
}
#secondary_nav {
    background-color: #49382a;
}
form {
	margin-bottom : 0;
}
input.btn{
   color:#000000;
   font-size:10pt;
   background-color:#FFE146;
   border:0px solid;
  }
input.btn2{
   color:#000000;
   font-size:10pt;   
   background-color:#E6E6FA;
   border:1px solid;
  }
  
input.text{
   color:#000000;
   font-size:10pt;
   background-color:#EBFBFF;
   border:0px solid;
  }
  
.box {
	position: relative;
	background-color: white;
	border: 1px solid #999;
	padding: 1px;
	margin: 4px;}
	
div.container {
	background-color: white;
   	border: 2px solid black;
	width: 200px;
	height: 600px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

.label , .content {
   	width: 200px;
}

.contentPane {
   border: 2px solid #99ccff;
}
.dojoMenuBar2 {
			border-top:4px solid #ffcc00;
	}
		table {
  		    font-size:10pt;			
		}
		* html div.tableContainer {	/* IE only hack */
			width:95%;
			border:1px solid #fff;
			height: 9em;
			overflow-x:hidden;
			overflow-y: auto;
		}
		
		html>body tbody.scrollContent {
			height: 262px;
			overflow-x:hidden;
			overflow-y:hidden;
		}

		
.roundcont {
	width: 300px;
	background-color: #f90;
	color: #fff;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(images/tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(images/br.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}
		

tbody.scrollContent td, tbody.scrollContent tr td {
	background: #FFF;
	padding: 2px;
}

tbody.scrollContent tr.alternateRow td {
	background: #e3edfa;
	padding: 2px;
}

tbody.scrollContent tr.selected td {
	background: yellow;
	padding: 2px;
}
tbody.scrollContent tr:hover td {
	background: #a6c2e7;
	padding: 2px;
}
tbody.scrollContent tr.selected:hover td {
	background: #ff3;
	padding: 2px;
}		
#c2 a:link{
 color:#efefef;
 background:#ffffff;
}
#c2 a:active{
 color:#ffffff;
 background:#efefef;
}
#c2 a:visited{
 color:#efefef;
 background:#ffffff;
}
#c2 a:hover{
 font-style:italic;
 color:#1040b0;
 background:#efefef;
}
