

/* ********************* Default styles **************************** */

body {
	font-family: Georgia, Times, serif;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}

ul, li, a, td, tr, h1, h2, h3, h4, h5, h6, p, hr{
	padding:0;
	margin:0
}

ul, li{
	list-style-type:none;
}

img{
	border:none;
}

hr{
	display:none;
}


a{
	color:#99cc33;
}

a:visited{
	color:#99cc33;
}

a:hover{
	color:#444;
}


/* ***************       HEAD   ******************** */

#head{
	text-align:center;
}

#head h1{
	font-size:46px;
	color:#99cc33;
}

#head h1 a{
	text-decoration:none;
}

#head ul.hmenu {
	width:100%;
	padding-top:15px;
	padding-bottom:15px;
	margin-top:10px;
	margin-bottom:10px;
	border-top:3px dotted #999;
	color:#444;
	font-weight:bold;
	font-size:12px;
	word-spacing:0.1em;
}

#head ul.hmenu a{
	color:#444;
}
#head ul.hmenu a:visited{
	color:#444;
}
#head ul.hmenu a:hover{
	color:#FFA500;
}

ul.footer li,
ul.hmenu li{
	display:inline;
}

/* ***************  left panel ****************** */

#panel{
	width:260px;
	margin-right:20px;
	padding-right:20px;
	border-right:2px dotted #ccc;
	margin-bottom:15px;
	float:left;
	overflow: hidden;
}



#main_img img{
	margin-bottom:10px;
}

#actual{
	width:auto;
	padding:15px;
	padding-top:0px;
	background-color:#99cc33;
    background-image: url(img/box_bg.gif);
    background-repeat:no-repeat;
	background-position:206px 0px;
}

.box h2 a{
	color:#fff;
}

.box h2 a:visited{
	color:#fff;
}

.box h2 a:hover{
	color:#444;
}


.box{
	width:260px;
	margin-top:0px;
	margin-right:0px;
	background-color:#99cc33;
    background-image: url(img/box_02.gif);
    background-repeat:repeat-y;
}

.box h2{
	margin-top:0;
}

.box_head{
	width:260px;
	height:10px;
	background-color:#99cc33;
    background-image: url(img/box_01.gif);
	background-color:#fff;
    background-repeat:no-repeat;
}

.box_foot{
	width:260px;
	height:20px;
	background-color:#fff;
    background-image: url(img/box_03.gif);
    background-repeat:no-repeat;
}

.box h2{
	color:fff;
	margin-bottom:7px;
}

/* ***************************************************** Content ************************************************************ */
#content{
	margin-bottom:10px;
	width: 450px;
	float: left;
	overflow: hidden;
}

#content  h2{
	font-size:18px;
	color:#444;
	margin-bottom:10px;
}

#content  h3{
	font-size:12px;
}

#content  h3 a{
	color:#FFA500;
}

#content  h3 a:visited{
	color:#FFA500;
}

#content  h3 a:hover{
	color:#444;
}

#content  p{
	font-size:14px;
	margin-top:4px;
	margin-bottom:8px;
}

#content .list img.big{
	border:1px solid #ccc;
	margin-bottom:8px;
}


#content img.float{
	float:left;
	margin-right:8px;
	margin-top:8px;
}

#content div.col{
	display:block;
	margin-bottom:15px;
}


.hr1{
	height:8px;
	border-bottom: 2px dotted #ccc;
	margin-bottom:15px;
}

.hr2{
	height:8px;

	margin-bottom:15px;
}



/* ************************************************** Main list ********************************************************** */


#main_list{
	clear:left;
	margin-top:0px;
	padding-top:15px;
	margin-bottom:15px;
	padding-left:15px;
	padding-right:15px;
	border-top:3px dotted #999;
}



ul.list li{
	clear:left;
	width:100%;
	border-bottom:2px dotted #ccc;
	margin-bottom:10px;
	padding-bottom:10px;
	height:auto;
	min-height:58px;
}

ul.list li img{
	display:block;
	margin-right:15px;
	margin-bottom:8px;
	float:left;
}

ul.list li img{
	border:1px solid #ccc!important;
}

ul.list p {
	font-size:14px;
}

ul.list  h1{
	font-size:18px;
}

ul.list  h3{
	font-weight:normal;
	font-size:80%;
}

ul.list  h3{
	padding-top:3px;
}

ul.list  h6{
	display:inline;
}

ul.list  h6 a{
	color:#FFA500;
}

ul.list  h6 a:visited{
	color:#FFA500;
}

ul.list  h6 a:hover{
	color:#555;
}

ul.more{
	font-size:12px;
	font-weight:bold;
}

ul.more li{
	border:none;
	height:auto!important;
}

.float{
	float:left!important;
	max-width:660px;
	/*margin-left:0px;*/
}

/* ******************************************** footer ************************************************** */

#footer ul{
	clear:both;
	margin-top:20px;
	padding-top:8px;
	border-top:2px dotted #999;
}

#footer P{
	font-size:12px;
	clear:both;
	text-align:center;
	margin-top:8px;
	padding-top:8px;
}

#footer ul.menu a{
	font-size:12px;
}

#footer  p{
	color:#666;
}
#footer img.eb_img{
	position:relative;
	top:14px;
	margin-right:8px;
}

/* ---------------------------------------- Layout only ------------------------------------------*/

#container{
	width:760px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

.page{
	float:left;
	width:465px;
	margin-right:-10px;
}

.clear{
	height:1px;
	width:100%;
	clear:left;
}
/* ************************************************* form ****************************************** */

form textarea{
	width:90%;
}

td.option{
	border-bottom:1px solid #ccc;
	padding-bottom:2px;
}

/* -------------------- colors ----------------------*/

.grey{
	color:#777;
}

.green{
	color:#99cc33;
}


/* *************************************************extras ****************************************** */

ul.list img,
#content img,
div.abstract img
{
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}

.abstract
{
	margin-top: 8px;
	border-bottom:2px dotted #ccc;
	margin-bottom: 8px;
	padding-bottom: 8px;
	background-image: url(img/button.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
}

.abstract h3 a {
	position:relative;
	top:3px;
	left:8px;
}


#content2
{
	clear: both;
}

ul.foot
{
	margin-top: 8px;
	border-top:3px dotted #999;
	padding-top: 8px;
}

label
{
	display: block;
}

/* ---------------login ---------------------------*/

.login{
	color:#fff;
	border-top:2px dotted #fff;
	padding-top:8px;
	margin-top:14px;
}

.login form{
	margin:0;
	padding:0;
}

.login label {
	font-size:11px;
}

.login input{
	padding:0;
	font-size:10px;
	/*width:100%;*/
}

.login a{
	color:#fff;
	font-weight:bold;
}

.login a:visited{
	color:#fff;
}

.login a:hover{
	color:#444;
}

#panel input{
	padding:0;
	font-size:10px;
}



ul.levellist
{
	margin-top: 8px;
	border-top:3px dotted #999;
	padding-top: 8px;
}

ul.levellist li
{
	display: inline;
	margin-right: 10px;
}
