body{
	background: url('../img/bg.gif');
	cursor: default;
	font-family: Verdana;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

#editorAreaStatic{
	min-height: 550px;
}

h1{
	display: none;
	margin: 0;
	padding-top: 15px;
}

h2{
	color: #d6dbc2;
	font-size: 11px;
	margin-left: 3px;
}

h3{
	background: url('../img/wheel.png') no-repeat;
	color: #fff;
	float: left;
	font-size: 11px;
	font-weight: bold;
	height: 15px;
	margin-left: 15px;
	padding-left: 20px;
}

h4{
	font-size: 14px;
}

a{
	color: #405363;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

/* begin of generic classes */
.left{ float: left; }
.right{ float: right; }
.italic{ font-style: italic; }
.strong{ font-weight: bold; }
.small{ font-size: 11px; }
.clear{ clear: both; }
.padding10{ padding: 10px; }
.padding5{ padding: 5px; }
.margin10{ margin: 10px; }
.margin5{ margin: 5px; }
.hidden_area{ display: none; }
.center{ text-align: center; }
.red{ color: red; }
.blue{ color: blue; }
.green{ color: darkgreen; }
.white{ color: white; }
/* end of generic classes */

.container{
	margin: 0 auto;
	width: 970px;
}

#header{
	margin-top: 15px;
}

#header .logoSubTitle{
	color: #fff;
	font-size: 11px;
}

#header ul.topMenu{
	list-style: none;
}

#header ul.topMenu li{
	display: inline;
}

#header ul.topMenu li a{
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 5px;
	text-decoration: none;
}

#header ul.topMenu li a:hover{
	background: #bee3ff;
	color: #000;
}

#header .lngFlag{
	margin: 0px 5px 5px 0px;
}

#banner{
	background: url('../img/topBg.gif') repeat-x;
	height: 273px;
	margin: 10px 0px;
}

#banner .gbR{
	background: url('../img/rightBg.png') repeat-x transparent;
	height: 273px;
	margin-left: 50%;
	position: absolute;
	width: 50%;
	z-index: 0;
}

#content div#menu{
	width: 205px;
}

#content div#menu ul.leftMenu{
	list-style: none;
}

#content div#menu ul.leftMenu li{
	display: block;
	padding-left: 35px;
}

#content div#menu ul.leftMenu li a{
	font-size: 11px;
	font-weight: bold;
	padding: 1px;
}

#content div#menu ul.leftMenu li a:hover{
	background: #fff;
	color: #000;
	text-decoration: none;
}

#content div#menu .box1{
	background: url('../img/box1-bg.jpg') top left repeat-y;
	color: #a78fbd;
	margin-bottom: 10px;
	padding: 15px 0px;
}

.box1 div.dottedBottom{
	border-bottom: 1px dotted #a78fbd;
	height: 1px;
	margin: 5px 0px;
	width: 100%;
}

.box1 a{
	color: #a78fbd;
}

#content div#menu .box2{
	background: url('../img/box2-bg.jpg') top left repeat-y;
	color: #b3b2ff;
	margin-bottom: 10px;
	padding: 15px 0px;
}

.box2 div.dottedBottom{
	border-bottom: 1px dotted #b3b2ff;
	height: 1px;
	margin: 5px 0px;
	width: 100%;
}

.box2 a{
	color: #b3b2ff;
}

#content div#menu .box3{
	background: url('../img/box3-bg.jpg') top left repeat-y;
	color: #f8b7c1;
	margin-bottom: 10px;
	padding: 15px 0px;
}

.box3 div.dottedBottom{
	border-bottom: 1px dotted #f8b7c1;
	height: 1px;
	margin: 5px 0px;
	width: 100%;
}

.box3 a{
	color: #f8b7c1;
}

#content div#menu .box4{
	background: url('../img/box4-bg.jpg') top left repeat-y;
	color: #7cd58f;
	font-size: 11px;
	margin-bottom: 10px;
	padding: 15px 0px;
}

.box4 div.dottedBottom{
	border-bottom: 1px dotted #7cd58f;
	height: 1px;
	margin: 5px 0px;
	width: 100%;
}

.box4 a{
	color: #7cd58f;
}

#content div#txt{
	font-size: 11px;
	margin-left: 10px;
	width: 755px;
}

#txt ul{
	list-style-type: disc;
	margin-left: 15px;
}

#txt ol{
	list-style-type: decimal;
	margin-left: 15px;
}

#txt .artHead{
	background: #4c4ebc;
	padding: 5px;
}

#txt .artHead h4{
	background: url('../img/wheel.png') no-repeat;
	color: #fff;
	font-weight: bold;
	padding-left: 20px;
}

#txt .artText{
	background: #EFEFEF;
	padding: 5px;
	margin-bottom: 10px;
	/*min-height: 510px;*/
}

#txt .artText p{
	margin-bottom: 5px;
}

.eventBox .eventImage{
	margin-right: 15px;
}

.eventBox h5{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}

.eventBox .eventInfo{
	width: 550px;
}

.eventDots{
	border-bottom: 1px dotted #000;
	height: 1px;
	margin: 5px 0px;
	width: 100%;
}

.paging{
	font-size: 12px;
	margin-right: 10px;
}

.paging .aPage{
	font-weight: bold;
}

.eTab td{
	padding: 3px;
}

.inp{
	border: 1px solid #000;
}

.but{
	background: #fff;
	border: 1px solid #000;
	cursor: pointer;
	padding: 2px;
}

#eventEditor{
	height: 500px;
}

.iBox{
	border: 1px solid #000;
	height: 120px;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 110px;
}

.iBox div{
	height: 100px;
	overflow: hidden;
	padding: 5px 0px 0px 5px;
	width: 100px;
}

.iBox span{
	margin-left: 25px;
}

.iBox2{
	border: 1px solid #000;
	height: 110px;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 110px;
}

.iBox2 div{
	position: absolute;
	height: 100px;
	overflow: hidden;
	padding: 5px 0px 0px 5px;
	width: 100px;
}
