/* These sytles are only used by the current theme. The can be adjusted in any way.*/
/*
Theme colours
Red: ce0632
Blue: 26d3ff
*/
body{
	padding: 0;
	margin: 0;
	background-color: #FFF;
	font-size: 11pt;
	font-family: "Trebuchet MS","Lucida Grande", "Lucida Sans Unticode", "Lucida Sans",Verdana, Arial;
	color: #2E2E2E;
}
h1,h3,h4{
	margin: 0px;
	color: #FF8C00;
	text-decoration: none;
	font-weight: bold;
	background-color: #E6E6E6;
	-moz-border-radius: 5px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border: 1px solid #E6E6E6;
	padding: 2px;
}
h1{font-size: 20pt;}
h2{font-size: 16pt;color: orange;font-weight: bold;}
h3{font-size: 14pt;}
h4{font-size: 12pt;}



p,table{margin: 0 10px}
p{padding-bottom:1em}
img {border:0;}
form{margin:0;padding:0;}

a{text-decoration: underline;}
a:link  {
	color: #000000;
} 
a:visited {color: #000000;}
a:active {color: #000000;}
a:hover {text-decoration: underline;color: orange;background-color: #FFFFE0;}

a:sitemap {text-decoration: underline;color: white;}
a:link.sitemap  {color: white;} 
a:active.sitemap {color: white;}
a:visited.sitemap {text-decoration: underline;color: white;}
a:hover.sitemap {text-decoration: none;color: white;background-color: transparent;}

div#container{
	margin: 0 auto;
	width: 780px;
	text-align: left;
	border: 0;
	border-style: solid solid solid solid;
}

div#head{padding-bottom:25px;}
div#header{
	width: 780px;
	height: 103px;
	margin: 0px;
	background: transparent url(../img/barra_top10.jpg) no-repeat top;}
	
#link a{
	display:block;
	width:780px;
	left:0;
	height:103px;
	margin-left: 0px;
	background : None;
}


div#sidebar{
	float: left;
	padding-left: 10px;
	margin-left: 5px;
	width: 180px;
	border-left: 1px dotted #DDD;
}

div#news{padding:0 0 10px 0;border: 0px solid #DDD;}

div#login{margin:25px 0;padding:0 0 10px;font-size: 8pt;border: 0px solid #DDD;}

.podHeader{color:#26d3ff;font-size:12pt;font-weight:bold;text-decoration:none;
	letter-spacing:0.9em;padding:0 0 5px 5px;margin:5px 5px 0;}
	
div#content{float:left; z-index:1; width:500px;
	margin:0px; border: 0px solid #DDD; overflow-x: hidden; }

div#footnote{
	float: right;
	width: 100%;
	margin: 0px 0 0;
	color: #ddd;
	font-size: 1px;
	text-align: left;
	border-top: 1px solid;
}

div#footer{
	float: left;
	width: 100%;
	margin: 10px 0 0;
	font-size: 14px;
	text-align: left;
	border: 1px solid;
	color: #ddd;
	background: transparent url(../img/footer.jpg);
}


.title{
	font-size: 20pt;
	margin: 5px;
	color: Gray;
	text-decoration: none;
	font-weight: bold;
	font: small-caps;}

.select{
	font-size: 10pt;
	margin: 5px;
	color: black;
	text-decoration: none;
	font-weight: bolder;
}

.but1{ background: #52C6DD; FONT-WEIGHT: bold; COLOR: #000000; font-family:"Trebuchet MS", tahoma, Arial, sans-serif;font-size:10pt; }


.cssform p{
width: 380px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform select{ /*width of text boxes. IE6 does not understand this attribute*/
width: 145px;
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 200px;
height: 70px;
}