/**************************************************************
 FOLHA DE ESTILOS

 Autor: Adriano Fialho / adriano.fialho@ibonfim.com
 
 Desenvolvimento: iBONFIM - Agência Online
 				  http://www.ibonfim.com
***************************************************************/


/*********************************************** TAGS HTML ***********************************************/
body{
	width:94%;
	margin:10px 15px 15px 15px;
    padding:0px;
	text-align:left;
    font-family:Arial, Tahoma, Verdana, "Trebuchet MS";
    font-size:11px;
	color:#000000;
}

select, input, textarea {
	border:1px solid #E9E9E9;
	padding:5px;
	font-size:11px;
	color:#000000;
    font-family:Arial, Tahoma, "Trebuchet MS";
	background:#F5F5F5;
}

a{color:#AC0000;text-decoration:underline;}
a:active{color:#AC0000;text-decoration:underline;}
a:visited{color:#690000;text-decoration:underline;}
a:hover{color:#EE0000;text-decoration:underline;}

h1,h2,h3,h4,h5,h6{margin:0px;}
h1{font-size:11px;}
h1 img{border:0px;margin:0px;padding:0px;}
h2{font-size:12px;}
h3{font-size:15px;margin:20px 0px 0px 0px;}
h4{font-size:17px;}
h5{font-size:20px;margin-bottom:10px;}
h6{font-size:22px;}

p{margin:5px 0px 10px 0px;line-height:15px;}

img{border:none;padding:0px;margin:8px;}

ul{
	margin:5px 0px 15px 0px;
	padding-left:10px;
	list-style:none;
	list-style-position:inside;
	list-style-image:url("../imgs/li_Firefox.gif");
}
li{margin:0px 0px 5px 0px;}

table{margin:0px;padding:0px;}
table td{text-align:left;}
table th{text-align:right;font-weight:normal;}

form{margin:0px;}

/*********************************************** BOX CONTENT ***********************************************/
.boxContent{
	float:left;
	width:100%;
	margin-bottom:15px;
}

.boxContent input{width:178px;}
.boxContent .inputDuplo{width:377px;}

.boxContent .checkBox{
	border:none;
	width:15px;
	background:none;
}

.boxContent .botao{
	background:#DADADA;
	border:none;
	color:#000000;
	font-weight:bold;
	width:100px;
}

.boxContent .thTrans{color:#AC0000;text-align:left;}
