@charset "utf-8";
/* CSS Document */

#CommLayer { 
position:absolute;
 top:50%;
 left:50%;
 width:500px;
 height:400px;
 margin-top:-200px;
 margin-left:-250px;
 position:fixed;
 z-index:9998;
 overflow:hidden;
background: rgba(250, 250, 255, 0.95);
border: 1px solid #666666;
box-shadow: 0px 0px 8px #333;
padding: 5px;
display: none; 
 } 
#Header { 
float: left;
width: 100%;
position: relative;
overflow: hidden;
display:block!important;

height: auto!important;
/*
min-height: calc(100% / 3)!important;
*/
border-top-right-radius:5px;
border-top-left-radius:5px; 
 } 
#hor_menu { 
float: left;
width: 100%;
min-height: 30px;
height: auto;
position: relative;
z-index: 5;
background-color: #F00;
background: linear-gradient(#F00, #750000);
/*display: block;*/
border-bottom: 1px solid #EEE; 
 } 
#hor_menu a { 
color: #FFF; 
 } 
#LeftAlbumBox { 
display: block; 
 } 
#LeftNewsBox { 
display: block; 
 } 
#LeftNewsBoxLink { 
display: none; 
 } 
#loading { 
position:absolute;
 top:50%;
 left:50%;
 width:128px;
 height:128px;
 margin-top:-64px;
 margin-left:-64px;
 position:fixed;
 z-index:9999;
 overflow:hidden;
 background-image:url(../../@img/loading.gif);
 background-repeat:no-repeat;
 background-position: center;
 cursor:wait; 
 } 
#main { 
position: relative;
float: left;
width: 100%;
overflow: hidden;
min-height: 600px; 
 } 
#main_center { 
float: left;
left: 12px;
overflow: hidden;
position: relative;
width: calc(100% - 240px);
min-width: 220px;
/*min-width: 280px;*/
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: normal;
color: #999999; 
 } 
#main_left { 
float: left;
left: 5px;
overflow: hidden;
position: relative;
width: 220px;
/*min-width: 200px;*/
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #666666;
font-weight: normal; 
 } 
#right { 
float: right;
overflow: hidden;
position: relative;
width: 155px;
right: 5px;
text-align: center;
/*background-color: #CC3333;*/
padding-left: 5px;
/*border-left: solid 1px #DDD;*/ 
 } 
#slides { 
display: none; 
 } 
#wrapper { 
width: 1140px;
margin: 0px auto;
overflow: hidden;
background-color: #FFF;
box-shadow: 0px 0px 8px #333;
min-height: 900px;
/*border: 1px solid #30A8E9;*/
border-radius:5px; 
 } 
.FullWidth { 
float: left;
position: relative;
width: 100%;
/*background-color: #99FF99;*/ 
 } 
.FullWidthSep { 
float: left;
position: relative;
width: 100%;
height: 7px;
overflow: hidden;
background-image: url(../../@img/sep_bg.png);
background-repeat: repeat-x; 
 } 
.FullWidthSepAdmin { 
float: left;
position: relative;
width: 100%;
min-height: 7px;
overflow: hidden;
background-image: url(../../@img/sep_bg.png);
background-repeat: repeat-x;
margin-top: 20px;
margin-bottom: 10px; 
 } 
.Left { 
float: left;
position: relative;
text-align: left;
width: 50%;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: normal;
color:#333333; 
 } 
.MiniDiv { 
float: left;
position: relative;
padding: 3px;
margin: 2px; 
 } 
.Right { 
float: right;
position: relative;
text-align: right;
width: 50%;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: normal;
color:#666; 
 } 
body { 
margin: 0;
margin-top: 5px;
margin-bottom: 10px;
background-color: #000; 
 } 
