@charset "utf-8";
/* CSS Document */
body{
	background-color:#fdfcf3;
	background-image:url(images/bg_index.png);
	background-position:center top;
	background-repeat:no-repeat;
	margin:0 auto;
	width:950px;
	color:#353535;
	font-size:12px;
	
}

#nav{
	margin:40px 0 0 0px;
	border-color:#FFF;
	border-width:1px;
	border-style:solid;
	width:400px;
	height:31px;
	background-image:url(images/nav_bg.png);
	padding:0;
	float:left;
	display:block;
	}
	
#nav li{
	
	float:left;
	width:52px;
	list-style-type:none;
	padding:8px 12px 8px 16px;}
	
a.notice:link, a.notice:visited{
	text-decoration:none;
	color:#6fb5d2;
}

a.nav_link:link, a.nav_link:visited{
	text-decoration:none;
	color:#353535;
}
a.nav_link:hover {color:#888888;}


#notice{
	width:320px;
	margin:0px 124px 20px 0;
	clear: both;}

a.notice:link, a.notice:visited{
	text-decoration:none;
	color:#6fb5d2;
}

a.notice:hover {color:#000000;}

#gallery{
	width:414px;
	height:192px;
	margin:-10px 30px 20px 0;}
#pictures{
	border-color:#71abcf;
	border-width:1px;
	border-style:solid;
	text-align:center}

#panel_login{
	text-align:right;
	padding:30px 30px 10px 0;
	margin:0 0 0 auto;
	line-height:20px;
	vertical-align:middle;
	color:#24587d;
	font-size:12px;
	

}

.filter_light{
	position:absolute;
    padding:4px;
	filter:
		Dropshadow(offx=1,offy=0,color=white)
 		Dropshadow(offx=0,offy=1,color=white)
        Dropshadow(offx=0,offy=-1,color=white)
		Dropshadow(offx=-1,offy=0,color=white);
}

.button{
	width:65px;
	height:24px;
	color:#ffffff;
	background-image:url(images/bg_button.jpg);
	border-style:none;
	border-width:0px;
	cursor:pointer;
	font-size:12px;
	text-align:center;
	line-height:22px;
	margin:auto;
}

.button_more{
	float:right;}

.text_input{height:20px;}

#register{margin-left:430px; margin-top:6px}

#register li{
	width:120px;
	list-style-type:disc;
	float:left
	
}
a.link_register:link, a.link_register:visited{
	text-decoration:none;
	color:#ffffff;
}

a.link_register:hover {color:#000000;}



.title_module{
	width:100px;
	height:30px;
	margin:4px 4px;
	color:#24587d;
	line-height:34px;
	font-size:16px;
	font-weight:bold;}

a.title_module_href:link, a.title_module_href:visited{
	margin:4px 4px;
	padding-bottom:4px;
	color:#24587d;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}

a.title_module_href:hover {color:#000000;}

#notice_content{
	font-size:12px;
	padding:6px;
	margin-top:0px;
	border-color:#e9e6dd;
	border-width:1px;
	border-style:solid;
	background-color:#f0eee7;
	width:400px;
	height:76px;}
	
#main{
	display:block;
	width:950px;
	margin:156px 0 0 0;
}
	
.panel{
	margin:0px 20px 10px 0px;
	width:430px;

}
.table_content{margin:0px 0 0 0}
	
	
.table_content td{
	padding:2px 4px;
	border-color:#71abcf;
	border-width:1px;
	border-style:solid;
	width:50%;
	height:20px;
	text-align:center;
	overflow:hidden;
	text-overflow:ellipsis;
	font-size:12px;
	white-space:nowrap;
}

.table_content th{
	padding:2px 4px;
	border-color:#71abcf;
	border-width:1px;
	border-style:solid;
	width:50%;
	height:20px;
	text-align:left;
	overflow:hidden;
	text-overflow:ellipsis;
	font-size:12px;
	font-weight:normal;
	white-space:nowrap;
}


a.news:link, a.news:visited{
	text-decoration:none;
	color:#353535;
	display:block;
	padding:4px;
}

a.news:hover {
	color:#353535;
	background-color:#ffffff;
}


#copyright {background: transparent; margin:0px 30px 30px 30px; clear:both; font-size:12px; color:#b7aca5;
background:url(images/bg_copyright.jpg);
background-repeat:no-repeat;
color:#5e5e5e;
padding:10px;
height:37px;}

#copyright p{
	display:inline;
	line-height:20px;
	padding:0 20px 0px 10px}

#copyright #left{
	float:left;
	width:400px;}
	
#copyright #right{
	float:left;
	width:470px;}
	
.panel_scroll{
	overflow:scroll;
	overflow-x:visible}

