*{
 margin: 0px;
 padding: 0px;
 font: 12px Verdana;
}

img{
 border: 0px;
}

body{
 background: #d7d7d7;
 background-image: url('../../images/index/background_gray.png');
 background-repeat: repeat-x repeat-y;
 background-position: top left;
 margin: 0px;
 padding: 0px;
 color: #FFF;
}

a:link, a:visited, a:active{
 color: #4bbbe9;
}

a:hover{
 color: #FFF;
}

.color1{
 color: #4bbbe9;
}

h1{
 font-size: 20px;
 font-weight: bold;
 margin-bottom: 20px;
}

h2{
 font-size: 14px;
 font-weight: bold;
 margin-bottom: 20px;
}

h3{
 font-size: 14px;
 font-weight: bold;
}

b{
 font-weight: bold;
}

input{
 border: 1px solid #4bbbe9;
 padding: 2px;
 margin: 0px 3px;
 background: #FFF;
}

.left{
 width: 380px;
 float: left;
}

#header{
 text-align: right;
 height: 150px;
 padding: 5px;
 background: #FFF;
 background-image: url('../../images/index/header.png');
 background-repeat: no-repeat;
 background-position: center left;
}

#picture{
 height: 150px;
}

#container{
 text-align: center;
 margin-right: auto;
 margin-left: auto;
 height: auto;
 width: 800px;
 padding-top: -360px;
 border-left: 1px solid #FFF;
 border-right: 1px solid #FFF;
 min-height: 500px;
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
  enabled=true,
  sizingMethod=scale,
  src="../../images/index/71.png"
 );
}

#container[id]{
 background-image:url('../../images/index/71.png');
}

#menu{
 border-bottom: 1px solid #FFF;
}

.menu{
 margin: 15px 20px;
 cursor: pointer;
}

#main{
 text-align: left;
 padding: 20px 20px;
}

.news{
 float: left;
 width: 340px;
 padding: 20px 20px 0px;
 margin-top: 20px;
 border-top: 1px solid #FFF;
}

.news_pict{
 margin: 0px 0px 30px 20px;
}

#news_expand{
 font-size: 14px;
 font-weight: bold;
 border-top: 1px solid #FFF;
 margin-top: 10px;
 padding: 10px;
}

#old_news{
 display: none;
 width: 600px;
 border-top: 1px solid #FFF;
 border-bottom: 1px solid #FFF;
}

#edit_old_news{
 display: none;
}

#admin_div{
 border-top: 1px solid #FFF;
 margin-top: 40px;
}

.tr_even{
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
  enabled=true,
  sizingMethod=scale,
  src="../../images/index/10.png"
 );
}

.tr_even[class]{
 background-image:url('../../images/index/10.png');
}

.tr_even td{
 padding: 5px;
}

.tr_odd td{
 padding: 5px;
}

p{
 color: #4bbbe9;
}

#administrate{
 margin-top: 30px;
 border-top: 1px solid #FFF;
 padding-top: 30px;
}

#footer{
 text-align: center;
 margin-right: auto;
 margin-left: auto;
 width: 800px;
 clear: both;
 padding: 5px 0px;
 color: #4bbbe9;
 border-left: 1px solid #FFF;
 border-right: 1px solid #FFF;
 border-bottom: 1px solid #FFF;
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
  enabled=true,
  sizingMethod=scale,
  src="../../images/index/71.png"
 );
}

#footer[id]{
 background-image:url('../../images/index/71.png');
}

.clear{
 clear:both;
}

