/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	outline: none;
	resize: none;
}

body {
	font-family: Arial;
	font-size: 11px;
}



/* BACKGROUND */
.bg_green {
	background: #84C225;
}

.bg_light {
	background: #CCC;
}

.bg_dotted {
	background: url(../imagens/dotted.png);
}

.bg_dotted_white {
	background: url(../imagens/dotted_white.png);
}

.bg_white {
	background: #FFF;
}

.bg_bronze {
	background: url(http://www.dialweb.com.br/imagens/ico_bronze.png) no-repeat;
	background-position: 120px 18px;
}

.bg_prata {
	background: url(http://www.dialweb.com.br/imagens/ico_prata.png) no-repeat;
	background-position: 120px 18px;
}

.bg_ouro {
	background: url(http://www.dialweb.com.br/imagens/ico_ouro.png) no-repeat;
	background-position: 120px 18px;
}

.bg_diamante {
	background: url(http://www.dialweb.com.br/imagens/ico_diamante.png) no-repeat;
	background-position: 120px 18px;
}



/* BORDA */
.border_top5 {
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	padding: 5px;
}

.border_top10 {
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	padding: 10px;
}

.border_bottom5 {
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	padding: 5px;
}

.border_bottom10 {
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	padding: 10px;
}

.border10 {
	padding: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.border5 {
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.borderl10 {
	padding: 10px 0px 0px 0px;
	border-radius: 10px 0px 0px 0px;
	-moz-border-radius: 10px 0px 0px 0px;
	-webkit-border-radius: 10px 0px 0px 0px;
}

.border_green {
	border: 1px solid #84C225;
}

.border_light {
	border: 1px solid #CCC;
}



/* TEXTO */
.text_white {
	color: #FFF;
}

.text_titulo_green {
	font-size: 16px;
	font-weight: bold;
	color: #84C225;
}

.text_titulo_white {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}

.text_titulo {
	font-size: 14px;
	font-weight: bold;
}

.text_titulo_light {
	font-size: 14px;
}

.text_titulo_mini {
	font-size: 10px;
}



/* MENU */
#menu {
	padding: 0px 10px;
	font-weight: bold;
}

.menu {
	color: #000;
	text-decoration: none;
}

.menu:hover {
	color: #84C225;
	text-decoration: none;
}



/* FORMULÁRIO */
input, select, textarea {
	font-family: Arial;
	font-size: 11px;
	background: #F5F5F5;
	padding: 3px 5px 3px 5px;
	border: 1px solid #CCC;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

input:hover, select:hover, textarea:hover {
	border: 1px solid #999;
	box-shadow: 0px 0px 2px #999;
	-moz-box-shadow: 0px 0px 2px #999;
	-webkit-box-shadow: 0px 0px 2px #999;
}

.botao_green {
	color: #FFF;
	font-family: Arial;
	background: #84C225;
	padding: 3px 5px 3px 5px;
	border: 1px solid #84C225;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-weight: bold;
}

.botao_green:hover {
	color: #84C225;
	background: #FFF;
	border: 1px solid #84C225;
	box-shadow: 0px 0px 2px #84C225;
	-moz-box-shadow: 0px 0px 2px #84C225;
	-webkit-box-shadow: 0px 0px 2px #84C225;
}

.botao_white {
	color: #84C225;
	font-family: Arial;
	background: #FFF;
	padding: 3px 5px 3px 5px;
	border: 1px solid #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-weight: bold;
}

.botao_white:hover {
	color: #FFF;
	background: #84C225;
	border: 1px solid #FFF;
	box-shadow: 0px 0px 2px #FFF;
	-moz-box-shadow: 0px 0px 2px #FFF;
	-webkit-box-shadow: 0px 0px 2px #FFF;
}




/* LINKS */
a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

.abotao_green {
	color: #FFF;
	text-decoration: none;
}

.abotao_green:hover {
	color: #84C225;
	text-decoration: none;
}



/* PADDING */
.padding5 {
	padding: 5px;
}

.padding10 {
	padding: 10px;
}

.nopadding {
	padding: 0px;
}
