/* Styles as defined in properties.xml */
.default {
	clear: both;
	display: block;
}

.left {
	float: left;
}

.right {
	float: right;
}
a {
color:rgb(115, 153, 198);
}
/* Other styles */
html {
	margin: 0px;
	padding: 0px;

}

body {
	margin: 0px;
	padding: 0px;
	background-image: url('../../../uploads/images/background.jpg');
}

#wrapper {
    position: relative;
    top: 30px;
    width: 840px;
    margin: auto;
}

#bordertop {
	position: relative;
	width: 875px;
	height: 122px;
    background-image: url('../img/back_top.png');
	background-repeat: no-repeat;
}

#bordermiddle {
	position: relative;
    width: 875px;
	background-image: url('../img/back_middle.png');
	background-repeat: repeat-y;
}

#borderbottom {
	position: relative;
	width: 875px;
	height: 340px;
    background-image: url('../img/back_bottom.png');
	background-repeat: no-repeat;
}

#header {
    text-align: center;
	width: 760px;
	height: 160px;
	margin: 0px 40px 0px 40px;
	padding: 10px 0px 20px 0px;
}

#topmenu {
	width: 760px;
	height: 20px;
	margin: 10px 40px 10px 40px;
	background-color: rgb(210,215,185);
}

#mainwrapper {
	margin: 0px 40px 0px 40px;
	padding: 30px 0px 10px 0px;
}

#mainleft {
	float: left;
	width: 160px;
}
#mainleft p{
	color:#64814B;
}

#mainleft img {
	padding-bottom:4px;
	max-width:158px;	
}

#main {
	float: left;
	width: 420px;
	margin-left: 10px;
	margin-right: 10px;
}

#main img {
	padding-bottom:4px;
	max-width:418px;
}

#main iframe {
	border:none;
}

#main h1,h2,h3 {
	color: #7399c6;
}

#mainright {
	float: left;
	width: 160px;	
}
#inlogdiv {
background-image: url(../img/bg_login.png);
background-repeat: no-repeat;
height:151px;
color:#fff;
padding-left:10px;
font-family: Calibri, Verdana, sans-serif;
font-size:9pt;
}
    #inlogdiv h2{
        color:#fff;
    }
    #inlogdiv input{
        background-color:#f0f2e6;
        width:130px;
        margin:2px;
        padding:3px;
        border:0px solid black;
        color: #7498ca;
    }
    #inlogdiv .button{
        background-color:#7498ca;
        float:right;
        width:auto;
        margin:2px;
        padding:3px;
        border:0px solid black;
        color: #fff;
        font-size:12pt;
        
    }
#mainright img {
	padding-bottom:4px;
	max-width:158px;	
}
.tagcloud a{
    color:rgb(115, 153, 198);
	font-family: Calibri, Verdana, sans-serif;
}
.tagcloud span{ 
	font-family: Calibri, Verdana, sans-serif;
}




#footer {
	width: 760px;
	margin: 0px 40px 0px 40px;
	padding: 150px 0px 0px 0px;
}

#bottommenu {
	z-index: 200;
	text-align: center;
	margin-top: -10px;
	font-family: Calibri, Verdana, sans-serif;
	font-size: 12px;
	color: #677719;
	font-weight: bold;
}

#bottommenu a {
	text-align: center;
	margin-top: -20px;
}

.box1 {
	width: 140px;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #d1d6b9;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
 	behavior: url(ie-css3.htc);
	z-index: 5;
}

.box2 {
	width: 140px;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #e1e4d1;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
 	behavior: url(ie-css3.htc);
	z-index: 5;
}

.box3 {
	width: 140px;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #f0f1e7;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
 	behavior: url(ie-css3.htc);
	z-index: 5;
}

#boxinner p {
	z-index: 15;
}

/* Menu */
ul.menu {
	margin: 0px;
	padding: 0px;
	z-index: 10;
}

ul.menu li {
	display: block;
	float: left;
	list-style: none;
	margin: 0px;
	margin-right: 5px;
	padding: 0px 10px 0px 10px;
	z-index: 10;
}

ul.menu li ul {
	display: none;
	position: absolute;
	padding: 5px;
	margin-left: -10px;
	background-color: rgb(210,215,185);
	z-index: 10;
}

ul.menu li ul li {
	display: block;
	clear: both;
	padding: 5px;
	z-index: 10;
}

ul.menu li:hover ul {
	display: block;
}

/* Menu Vertical */
ul.menu_vertical {
	margin: 0px;
	padding: 0px;
	z-index: 10;
}

ul.menu_vertical li {
	position: relative;
	display: block;
	list-style: none;
	margin: 0px 0px 15px 0px;
	padding: 5px;
	background-color: #f0f1e7;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
 	behavior: url(ie-css3.htc);
	z-index: 10;
}

ul.menu_vertical li a {
	/*color: #1261ec;*/ /*#008fd0;*/
	color : rgb(115, 153, 198);
}

#overlay_background {
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background-color: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	display: none;
}

#overlay {
	background-color: #fff;
	position: fixed;
	top: 50px;
	left: 50%;
	margin-left: -350px;
	width: 700px;
	height: 500px;
	padding: 10px;
	overflow: auto;
	display: none;
}


/* FORM */
label {
width:120px;
float:left;
display: inline-block;
}
form.formbuilder{
-moz-border-radius: 5px;
background-color: #bac090;
padding:5px;
background-image: url(../img/form_top.png);
background-repeat: no-repeat;
-webkit-border-radius: 5px;
padding-top:40px;
padding-bottom: 20px;
padding-left:10px;
}
form.formbuilder h1 {
color:#fff !important;
}
form.formbuilder label{
    float: none;
    width: 120px;
}
form.formbuilder input, form.formbuilder textarea {
background-color:#fff;
border:0px solid black;
padding:2px;
color:#818e3e;
font-family: Calibri,Verdana,sans-serif;
font-size:12px;
}

form.formbuilder textarea {
width:290px;
}
