/**********************************************************************
* index.css
* Magos Silvertape Original StyleSheet
* Author: Magos Multimidia
* ********************************************************************/

*{
	font-family: "Trebuchet MS";
	}

body{
	background: url(/static/tema/bg.png) center repeat-y #4b4b4b; 
	font-family: "Trebuchet MS";
	font-size: 14px;
	}

a{
	color: yellow;
	text-decoration: none;
	}
	
a:hover{
	text-decoration: underline;
	}

#wrapper{
	width: 840px;
	margin: 0px auto;
	padding: 30px;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #1B1B1B;
	color: white;
	}

#header{
	position: relative;
	height: 100px;
	margin-bottom: 15px;
	}
	
#header #logo{
	position: absolute;
	left: 0px;
	top: -10px;
	z-index: 3;
	}
	
#menu{
	position: absolute;
	bottom: -10px;
	right: 0px;
	border: 1px solid white;
	padding: 8px;
	background: url(/static/tema/bg-white.png);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	z-index: 1;
	}

#menu li{
	display: inline;
	margin-right: 20px;
	position: relative;
	}
	
#menu li img{
	position: absolute;
	bottom: -16px;
	left: 40%;
	}
	
#menu li a{
	color: #2D2D2D;
	text-decoration: none;
	}
	
#menu li.ativo a{
	color: black;
	}
	
#locale{
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 5px;
	background: rgba(0,0,0,0.9);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index: 10;
	}
	
	
#locale li{display: inline;}

#conteudo{
	margin-bottom: 40px;
	min-height: 350px;
	position: relative;
	}
	
#conteudo #TituloModulo{
	display: none;
	}

#conteudo .limpador{
	clear: both;
	border: none;
	}

#conteudo table.list{
	width: 100%;
	border: 1px solid #424242;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	padding: 2px;
	}
	
#conteudo table.list td{padding: 4px;}
	
#conteudo table.list tr.table-header td{
	background: #141414;
	color: yellow;
	}
	
#conteudo table.list td.w17{
	width: 17px;
	}
	
#conteudo p{
	font-weight: 12px;
    line-height: 1.3em;
    }

#footer{
	clear: both;
	background: url(/static/tema/rodape.png) top repeat-x;
	margin-left: -30px;
	margin-right: -30px;
	margin-bottom: -30px;
	padding: 30px;
	}
=======
body{
	padding: 20px;
	}
	
h1{font-size: 30px;}
h2{font-size: 25px;}
h3{font-size: 20px;}
h4{font-size: 18px;}
h4{font-size: 16px;}

p,h1,h2,h3,h4,h5,ul{
	margin-bottom: 15px;
	}

#Erros li{color: red; margin-bottom: 10px;}
#Sucessos li{color: green; margin-bottom: 10px;}
#Avisos li{color: orange; margin-bottom: 10px;}


