@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}
body {
    background: url("imagens/bg.gif") repeat-x scroll center top transparent;
    height: 100%;
    margin: 0;
    padding: 0;
}
#box{
	width:1024px;
	margin:0 auto;
}

a {text-decoration:none; font-family:Tahoma, Geneva, sans-serif;}
a:hover {font:Tahoma, Geneva, sans-serif; text-decoration:underline; color:#06F;}

div.button { height:70px; top:0px; left: 0px; float:left;}
div.button a  {  height:23px;height:70px; margin-left:1px; display:block;float:left; padding-top:8px;padding-left:20px; padding-right:20px;
font-size: 14px; text-align:center; font:Tahoma, Geneva, sans-serif;}
div.button a:link {color: black; text-decoration:none;}
div.button a:visited {color: black; text-decoration:none;}
div.button a:active {color: black; text-decoration:none;}
div.button a:hover {color:#Fff; height:70px;  text-decoration:none; background-image:url("./imagens/bg_menu.gif"); background-position:top center;}

div.idioma{height:20px; float:right; left:5px; margin-right:35px; margin-top:4px;}

ul.selectReplacement {
    background: url("imagens/top.jpg") no-repeat scroll left top transparent;
    height: 21px;
    margin: 5px 3px;
    padding: 0;
    position: relative;
    width: 121px;
    z-index: 1000;
}

ul.selectFocused {
    background-image: url("imagens/top-focus.jpg");
}
	
select.replaced {
    left: -999em;
    position: absolute;
    width: 1px;
}

ul.selectReplacement li {
    background: none repeat scroll 0 0 #E5E5E5;
    color: #000000;
    cursor: pointer;
    display: none;
    font-size: 11px;
    line-height: 21px;
    list-style: none outside none;
    margin: 0;
    padding: 1px 12px;
    width: 97px;
}

ul.selectOpen li {
    display: block;
}
ul.selectReplacement li.selected {
    background: url("images/bottom.gif") no-repeat scroll left bottom transparent;
    color: #000000;
    display: block;
}
ul.selectOpen li.selected {
    background: none repeat scroll 0 0 #D9D9D9;
    border: 0 none;
    display: block;
}
ul.selectOpen li:hover, ul.selectOpen li.hover, ul.selectOpen li.selected:hover {
    background: none repeat scroll 0 0 #D9D9D9;
    color: #000000;
}
#top_menu { background:url("imagens/menu_bg.gif") top repeat-x; height:37px; font-size:14px;  padding:1px 0 0 25px;}
.line { border-top:solid 1px #CCCCCC; margin-top:1px;}
.seta_pontos {position:absolute; margin-left:-25px; margin-top:4px;}

#logo{
	width:400px;
	margin-top:35px;
	margin-left:20px;
}

#logo h1{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:25px;
	color:#0077B0;
	text-shadow: #6374AB 1px -1px 2px;

}

#logo h2{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#09F;
}



#slide{
	width:1024px;
	height:208px;
	margin-top:20px;
}


#conteudo{
	margin-top:35px;
	padding:2px;
	
}

#conteudo h1{
	border-bottom: 1px solid #09F;
	font:15px Tahoma, Geneva, sans-serif;
	text-transform:uppercase;
	color:#06F;
	text-shadow:1px #333;
	margin-bottom:20px;
}

#conteudo h2{
	font:13px Tahoma, Geneva, sans-serif;
	color:#06F;
}

#conteudo p{
	margin:6px;
	font:12px Tahoma, Geneva, sans-serif;
}
	
#menu_lateral{
	float:right;
	width:150px;
}
#footer{
	height:24px;
	width:1024px;
	background-color:#CCC;
	background-position:center;
}
.style #logo div h4 {
	font-size: 18px;
}

.clear{
	clear:both;
}

#main-container{
	width:400px;
	margin:30px auto;
}

#form-container{
	background-color:#f5f5f5;
	padding:15px;
	
	-moz-border-radius:12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius:12px;
}

td{
	white-space:nowrap;
}

a, a:visited {
	color:#00BBFF;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

h1{
	color:#777777;
	font-size:22px;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:5px;
}

h2{
	font-weight:normal;
	font-size:10px;
	
	text-transform:uppercase;
	
	color:#aaaaaa;
	margin-bottom:15px;
	
	border-bottom:1px solid #eeeeee;
	margin-bottom:15px;
	padding-bottom:10px;
}

label{
	text-transform:uppercase;
	font-size:10px;
	font-family:Tahoma,Arial,Sans-serif;
}

textarea{
	color:#404040;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}

td > button{
	text-indent:8px;
}

.error{
	background-color:#AB0000;
	color:white;
	font-size:10px;
	font-weight:bold;
	margin-top:10px;
	padding:10px;
	text-transform:uppercase;
	width:240px;
}

#loading{
	position:relative;
	bottom:9px;
	visibility:hidden;
}

.tutorial-info{
	color:white;
	text-align:center;
	padding:10px;
	margin-top:10px;
}
