BODY
{
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

#logo {
	width:147px;
	height:102px;
	margin-top:7px;
	margin-left:17px;
	background-image:url(../../especific_files/imgs/logo.jpg);
}

.top_line_header {
	background-image: url(../imgs/header_top_bg.jpg);
}

.top_line_logo {
    background-image: url(../imgs/borda.jpg);
	background-repeat:no-repeat;
}

TD {
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

TH {
	text-align: left;
	font-size: 11px;
}

input.none {
   BORDER-RIGHT: #FFFFFF 0px solid; 
   BORDER-TOP: #FFFFFF 0px solid; 
   BORDER-BOTTOM: #FFFFFF 0px solid; 
   BORDER-LEFT: #FFFFFF 0px solid; 
   background-color: #FFFFFF;
}


input, textarea, select
{  BORDER-RIGHT: #bbbbbb 1px solid; 
   BORDER-TOP: #bbbbbb 1px solid; 
   FONT-SIZE: 11px; 
   BORDER-LEFT: #bbbbbb 1px solid; 
   COLOR: #000000; 
   BORDER-BOTTOM: #bbbbbb 1px solid; 
   FONT-FAMILY: Verdana, Arial; 
   BACKGROUND-COLOR: white; 
   font-weight: normal; 
   background : #ffffff;
}

select {
   FONT-FAMILY: Arial; 
}

a:link {
	text-decoration: underline;
	color: #000000;
}

a:visited {
	text-decoration: underline;
	color: #999999;
}

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

a:active {
	text-decoration: underline;
	color: #000000;
}

a.none:link {
	text-decoration: none;
	color: #000000;
}

a.none:visited {
	text-decoration: none;
	color: #000000;
}

a.none:hover {
	text-decoration: none; 
	color: #000000;
}

a.none:active {
	text-decoration: none;
	color: #000000;
}


.alignright {
	text-align: right;
}

#alerta {
	align: center;
	width: 490px;
	padding-bottom: 1;
	margin: 0;
	background-color: #F6F6F6;
	border:1px solid #D1D1D1;
    margin-left: 3;
    margin-top: 2; 
}

/* abas - tabs */

.basictab{
	padding: 3px 0;
	margin-left: 0;
	font: bold 12px Verdana;
	border-bottom: 1px solid gray;
	list-style-type: none;
	text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
	display: inline;
	margin: 0;
}

.basictab li a{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid gray;
	border-bottom: none;
	background-color: #e5e5e5;
	color: black;
}


.basictab li a:visited{
	color: black;
	text-decoration: none;
}

.basictab li a:hover{
	background-color: #ffffff;
	text-decoration: none;
	color: #666666;
}

.basictab li a:active{
	color: black;
	
}

.basictab li.selected a{ /*selected tab effect*/
	position: relative;
	top: 1px;
	padding-top: 4px;
	background-color: #ffffff;
	color: black;
	background-image: url(../imgs/back_tab_selected.gif);
	background-repeat:repeat-x;
}
