/* Importa layout do site */
@import url("layout.css");

/* Definições essenciais de TAGs*/
body {
	font: 12px Tahoma, Arial, Verdana, sans-serif; color: #333333;}

td {font: 12px Tahoma, Arial, Verdana, sans-serif; }
th {font: normal bold 12px Tahoma, Arial, Verdana, sans-serif; }

a {color: #333333;}
a:visited {color: gray;}
a:hover {color: #ff713c;}
a:active {color: #ff713c; text-decoration: underline;}

h1 {font-size: 2em;}
h2 {font-size: 1.85em;}
h3 {font-size: 1.4em;}
h4 {font-size: 1.25em; color: #777; margin: 0; padding: 0;}
h5 {font-size: 1.1em; color: #777; margin: 10px 0 0; padding: 0;}
h6 {font-size: 1em; color: #777; margin: 10px 0 0; padding: 0;}

/* FORM TAGS */
form {
	/*margin: 20px 100px 20px 80px;*/
	margin:0;
	padding: 0;
	font: normal normal 12px Tahoma, Arial, Verdana, Helvetica, sans-serif;	}

input, select, textarea, label, button {
	font: normal normal 12px Tahoma, Arial, Verdana, Helvetica, sans-serif;
	padding: 1px;	}

input, textarea {
	/*border: 1px solid #dcdcdc;	*/
	border-top: 1px solid #999999;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #999999;}

.btnPadrao {
	line-height: 0.9em;
	border-top: 1px solid #E7E3DC;
	border-right: 1px solid #979590;
	border-bottom: 1px solid #979590;
	border-left: 1px solid #E7E3DC;
	background-color: #D4D0C8;
	margin: 0 3px;	}

/* Classes essenciais */
.SemBorda {border: none !important;}
.Underline {text-decoration: underline !important;}
.Hidden {display: none !important;}

.Rel {position: relative;}
.Abs {position: absolute;}
.Container {width: auto; position: relative;}
.Clearing {
	width: 0;
	height: 0;
	line-height: 0;
	margin: 0;
	padding: 0;	}

a.SemUnderline {text-decoration: none !important;}
a.SemUnderline:hover {text-decoration: underline !important;}

.BordaImg {background: white; padding: 3px; border: 1px solid #cacaca;	}

.legenda { font: 0.8em Tahoma, Arial, Verdana, Helvetica, sans-serif; color: #999999;}
.asterisco {color: #FF6600;}

.tbPadrao {
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
	background: transparent;	}

.tbPadrao td, .tbPadrao th {
	border-top: 0px dotted #5f75ac;
	border-right: 0px dotted #5f75ac;
	border-bottom: 1px dotted #5f75ac;
	border-left: 0px dotted #5f75ac;
	padding: 3px;	}

.tbPadrao th {
	background-color: #f6f3e1;	}

.tbPadrao caption {
	padding: 5px;
	color: #CC3300;
	font-style: italic;	}

