@import url(browserhacks.css);
@import url(components.css);
@import url(forms.css);
@import url(layouts.css);
@import url(misc.css);
@import url(modules.css);
@import url(navigation.css);

:focus {
	outline:0; /* HACK PARA FIREFOX - TIRA LINHA PONTILHADA NA VOLTA DOS LINKS */
}

body {
	margin:0px;
	/*background-color:#FFF;
	background-image:url(../images/fundo01.gif);*/
}

body,td,th {
	font-family:Arial, Helvetica, sans-serif;
	/*font-size:11px;*/
	color:#333;
	/*background-color:#FFF;*/
}

body.contentpane {
    background-image:none;
	padding:0px 12px;
	font-size:12px;
}

/*** TAMANHO DE FONTE (PARAMS.) INÍCIO ***/
body.tf1, body.tf1 .inputbox {
	font-size:10px;
}

body.tf2, body.tf2 .inputbox {
	font-size:12px;
}

body.tf3, body.tf3 .inputbox {
	font-size:12px;
}

body.tf4, body.tf4 .inputbox {
	font-size:13px;
}
/*** TAMANHO DE FONTE (PARAMS.) FIM ***/


/*** COR/IMG FUNDO (PARAMS.) INÍCIO ***/
body.tb1 {
	/*background-image:url(../images/bg_textura.gif);*/
	background-color:#F3F8F3;
}

body.tb2 {
	background-image:url(../images/bg_diagonal.gif);
}

body.tb3 {
	background-color:#FAFAFA;
}

body.tb4 {
	background:#FFF url(../images/bg_degrade.jpg) top left repeat-x fixed;
}
/*** COR/IMG FUNDO (PARAMS.) FIM ***/

h1 {
	font-size:16px;
	line-height:10px;
	font-weight:bold;
}

h2 {
	font-size:15px;
	line-height:10px;
	font-weight:bold;
}

h3 {
	font-size:14px;
	line-height:10px;
	font-weight:bold;
}

h4 {
	font-size:13px;
	line-height:10px;
	font-weight:bold;
}

h5 {
	font-size:12px;
	line-height:10px;
	font-weight:bold;
}

h6 {
	font-size:11px;
	line-height:10px;
	font-weight:bold;
}

a {
	color:#333;
	text-decoration:none;
}

a:hover {
	color:#000;
	text-decoration:underline;
}

a:visited {
	color:#333;
	text-decoration:none;
}

a.image,
a.image:hover {
	border:0 none;
}

.clr {
	clear:both;
}

#system-message dd ul li {
  display: block;
  height: auto;
}