/* CSS by Discovery Puglia */

html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.5;
}


#mainframe {
	width: 960px;
	border-top:10px dotted #4CA1CE;
	border-right:10px dotted #4CA1CE;
	border-left:10px dotted #4CA1CE;
	margin: 10px auto;
	background-color: #ffffff;

}

/* Normal link */
a:link, a:visited {
	color: #625753;
	text-decoration: none;
}


a:hover, a:active {
	color: #A08C82;
/*	text-decoration: underline; */
}

a img {
	border: none;
}

/* Heading */
h1 {font-size: 20px; font-weight: bold; color: #625753}
h2 {font-size: 16px; font-weight: bold; color: #0B6F9A}
h3 {font-size: 16px; font-weight: bold; color: #0B6F9A}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6  {
	margin: 5px 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 0px;
}

.elenco {
	list-style-type: square;
	list-style-position: inside;

}

.separator{
	font-size: 26px;
	font-weight: bold;
	margin-left:-20px;
}

.module {
	padding-bottom:15px;
	/*border-bottom: 1px dotted #827269;*/
}

.menutitle {
	font-size: 20px; 
	font-weight: bold; 
	color: #4CA1CE;
	}

ol li {
	margin-left: 35px;
}

th {
	font-weight: bold;
	padding: 8px;
	text-align: left;
}

fieldset {
	padding: 5px 5px;
	border: none;
}

fieldset a {
	font-weight: bold;
}

fieldset.input {
	padding: 0;
	background: none;
}

hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px dotted #EEEEEE;
	height: 1px;
}

br {
	height: 1px;
	font-size: 1px;
}

td, th, div {
	font-size: 100%;
	text-align: left;
}

.containerheader{
	width: 960px;
	margin: 0 auto;
}

.containercontent{
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	border-top:1px dotted #827269;
}

.container{
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

#footermenu{
	width: 700px;
	margin: 0 auto;
	overflow: hidden;
}



/*================================ HEADER ============================*/
.header1{
	width: 100%;
	height: 100px;
	/*background-image:url(../images/header-bg.jpg);*/
	background-repeat: repeat-x;
	background-color:#E9E5E2;
	padding:10px 0px 10px 0px;
}

.header2 {
	width:100%;
}

.header3 {
	width: 960px;
	margin: 0 auto;
}

.logobg{
	width: 270px;
	height: 80px;
	margin-top:10px;
    float: left;
}

#social{
	  	width: 400px;
    	   height: 50px;
    	   float: right;
    	   display:block;
		   margin:15px 0px 7px 0px;
 
              	  
}

#lang {
	float:right;
	
}

#topmenuright{
	   width: 545px;
    	   height: 37px;
    	   float: right;
    	   display:block;
    	   margin-top:70px;
    	   margin-right: 8px;
    	      	  
}


#search{
	width: 150px;
	height: 29px;
	margin: 25px 0px 0px 340px;
	padding: 5px 0px 0px 40px;
	float: left;
	background-image: url(../images/searchbg.gif);
	background-position: left top;
	background-repeat: no-repeat;
}


.headeratas{
	width: 100%;
	height: 160px;
}

#topmenuatas {
	background-color: #E9E5E2;
	height:61px;
}

#banneratas {
	
}

#topmenu{
	clear:both;
	display:block;
	height: 40px;
	width: 960px;
	margin: 0 auto;
	padding:0px 0px 0px 0px;
	border-top:1px dotted #827269;
}

/*================================ MAINBODY ============================*/
/*Left*/
.mainbodybg{
	width: 100%;
	overflow: hidden;
}

.leftcolumn{
	width: 250px;
	overflow: hidden;
	background-color: #C58C00; 
	float: left;
	margin-top: 15px;
}

.leftcolumnatas{
	width: 100%;
	background-image: url(../images/kiriatas.gif);
	background-position: left top;
	background-repeat: no-repeat;
	overflow: hidden;
}
	
.leftcolumnbawah{
	width: 100%;
	background-image: url(../images/kiribawah.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	overflow: hidden;
	padding: 10px;
}

.leftmain{
	width: 230px;
	overflow: hidden;
}

/*Center*/
.centercolumn{
	width: 490px;
	float: left;
	overflow: hidden;
	margin-top: 15px;
}

.boxcontent {

	width: 720px; 
	float: left; 
	padding-bottom: 20px; 
	border-bottom: 1px dotted #827269; 
	text-align: justify;
}

._boxcontent {

	width: 720px; 
	float: left; 
	text-align: justify;
	margin:10px 0px 0px 0px;
}

.boxtext {

	width: 449px; 
	float: left;
}

.boximg {
margin: 10px 0px 0px 18px; 
}

#pathway{
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	float:left;
}

#banner{
	margin: 10px auto 0px auto;
	width:960px;
}


/*Right*/
.rightcolumn{
	width: 200px;
	float: left;
	overflow: hidden;
	margin: 35px 0px 0px 0px;
	padding-left:20px;
}
	
/*================================ FOOTER ============================*/
.footerbg{
	width: 100%;
	overflow: hidden;
}

.footer1, .footer2, .footer3{
	width: 283px;
	overflow: hidden;
	margin-right: 10px;
	float: left;
}


/*============================== COPYRIGHT ============================*/
.copyrightbg{
	width: 100%;
	background-color: #E9E5E2;

}

.copyright{
	text-align: center;
}

.copyright span{
	color: #996600;
}
/*============================== BUTTON ============================*/

#searchboxInc form .but button {
    margin-bottom: 0.5em;
}

#b2searchresultsPage #searchboxInc form .but button, #searchboxInc form .but button {
    font-size: 1.8em;
    margin-bottom: 0;
    overflow: visible;
    padding: 0.3em 1em;
    text-transform: capitalize;
}
div.but button {
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    float:left;
}
.bigbluebutton, button.bigbluebutton {
    -moz-background-clip: padding;
    -moz-border-radius: 6px;
    -moz-box-shadow: 1px 1px 2px #999999;
    background-color: #0F709B;
    border: 4px none #FFFFFF;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
	padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.bigbluebutton:hover, button.bigbluebutton:hover, button.bigbluebutton_hover {
    background-color: #625753;
    cursor: pointer;
}
a.bigbluebutton {
    color: #FFFFFF;
    text-decoration: none;
}

button {
    color: #0C6F9A;
    font: small/1.2em Arial,Helvetica,sans-serif;
}