*{ margin: 0; padding: 0; font-size:12px; line-height: 1.4; }
ul{ list-style: none; }
input:checked   {outline: solid 3px greenyellow;}
a { color: #FF00FF; text-decoration: underline; }
a:visited { color: #FF00FF; text-decoration: underline; }
a:active { color: #FF00FF; }
a:hover { color: #1d264d; text-decoration: none; }
img{border-style:none;}
body{ background-color:#ff2bb4;
background-image:url(/images/main/main_back.gif);
background-position:top;
background-repeat:repeat-x;
}
div#headmenu{
	width:100%;
	text-align:center;
	padding:10px 0;
	background-color:#141b3a;
	height:45px;
}
table#main,div#head {
	width:1000px;
	margin:auto;
	background-color:#FFFFFF;
}
td#main {
	padding:10px 20px;
}
td#leftmenu {
	width: 200px;
	text-align:center;
	background-color:#fff2f6;
}
a div.leftmenu,a div.leftmenu_selected,div.contents {
	padding: 10px;
	text-align: left;
	border:1px dotted #333333;
	border-style:dotted none none;
	background-color:#FFFFFF;
	color:#333333;
	text-decoration:none;
	
}
a:hover div.leftmenu,a div.leftmenu_selected {
	background-color: #DDDDDD;
	color:#333333;
	text-decoration:none;
}
td#footermenu {
	color:#ffffff;
	text-align: right;
	background-color:#1d264d;
	padding:5px;
}
table.calendar{
	margin:auto;
	background-color:#666666;
}
td.calendar,th.calendar{
	background-color:#ffffff;
	padding:5px;
}
td.today{
	background-color:#ffe7f9;
}
td.calendar,td.today{
	cursor: pointer;
}
th.calendar{
	background-color:#eeeeee;
}
div.description{
	padding:10px;
}
table.data{
	margin:auto;
	width:90%;
}
td.data,th.data{
	border:dotted 1px #333333;
	padding:5px;
	border-style:none none dotted;
}
div.title,h1.title,h2.title{
	background-color:#e20754;
	padding:2px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:left;
}
div.title img,h1.title img,h2.title img { 
	vertical-align: middle;
	padding-right:10px;
}
h2.title2{
	background-color:#061d60;
	color:#FFFFFF;
	padding:2px 10px;
	font-weight:bold;
	background-image:url(/images/main/title2_back.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
div.contents2{
	padding:10px;
	border:1px solid #061d60;
}
.name{
	font-size: medium;
}
div.s_img{
	width:120px;
	height:190px;
	border:1px solid #d7d7d7;
	padding:10px;
	margin:4px;
	float:left;
	overflow:hidden;
}
div.s_img .detail{
	font-size:10px;
}
/*tr.tr2 { background-color: #e0e2ff; }*/

.notice {
	background-color: #990000;
	margin: 12px;
	padding: 12px;
	border: solid 2px gray;
	color: #FFFFFF;
}
.announcement { background-color: #e7e7e7; margin: 12px; padding: 12px; border: solid 2px gray; }

#count {
	padding-right: 10px;
}
.price {
	text-align: right;
}
.loss {
	color: #FF0000;
}
.required {
	color: #FF0000;
}
.numeric {
	text-align: right;
}
.function{
	display:none;
	border:1px;
	border-style:solid;
	width:90%;
	position:absolute;
	z-index: 999;
	background-color: white;
	padding:20px;
	left: 10px;
	margin: auto;
}
.functiontable{
	border:1px;
	 border-style:solid;
	  width:80%;
	  height:200px;
	  left:10%;
	  overflow:scroll;

}
.close_button{
	float:right;
}
.description table td,.description table th{
	padding:10px;
}
.login_left{
	border:solid 1px #FF00FF;
	background-color:#FFCCFF;
	padding:10px;
	margin:10px;
}
div.feature{
	clear:both;
}


	LEVEL ONE
*/
ul.dropdown                         { position: relative; }
ul.dropdown li                      { font-weight: bold; float: left; zoom: 1; background: #ccc; }
ul.dropdown a:hover		            { color: #000; }
ul.dropdown a:active                { color: #ffa500; }
ul.dropdown li a                    { display: block;color: #222; text-align:left; text-decoration:none; }/*padding: 4px 8px; border-right: 1px solid #333;*/
ul.dropdown li:last-child a         { border-right: none;  text-decoration:none;} /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { background: #F3D673; color: black; position: relative; }
ul.dropdown li.hover a              { color: black; }

/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 200px; visibility: hidden; position: absolute; top: 100%; left: 0; }
ul.dropdown ul li 					{ font-weight: normal; background: #f6f6f6; color: #000; border-bottom: 1px solid #ccc; float: none;padding: 4px 8px;}
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; text-decoration:none; } 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }
/*******
tools
********/
#overlay { 
    /*background-image:url(http://static.flowplayer.org/img/overlay/transparent.png); */
	background-color:#FFFFFF;
    color:#000000; 
    /*height:450px;*/
	display:none;
} 
 
/* container for external content. uses vertical scrollbar, if needed */ 
.contentWrap { 
    /*height:441px; */
	/*width:200px;*/
    overflow-y:auto;
	padding:10px;
	font-size:8px;
}
.contentWrap h1{
	border-bottom:solid 1px #333333;
	padding:5px 0;
	font-size:20px;
	color:#333333;
	
}
.contentWrap .detail{
	font-size:10px;
	text-align:right;
	color:#555555;
	padding-top:8px;
	
}
.contentWrap .date{
	font-size:10px;
	float:right;
	color:#555555;
}
.contentWrap .description{
	font-size:14px;
	color:#333333;
	padding:10px 0;
	
}

div#filediv{
	width:200px;
	height:100px;
}
img.page_t_img{
	padding:10px 0;
}

/* close button positioned on upper right corner */ 
.close { 
    background-image:url(../images/icon/close_s_img.png); 
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}
