/* Folha de estilo do Sistema SAS			*/
/* Autor: Bruno Dantas						*/
/* Alteração: 12/06/2006					*/

/* LINKS */

a:link {
	color: #005DAD;
	text-decoration: none;
	}
a:visited {
	color: #005DAD;
	text-decoration: none;
	}
a:hover {
	color: #00C5F2;
	text-decoration: underline;
	}
a:active {
	color: #FF0000;
	text-decoration: underline;
	}
	
/* FUNDOS */

.background1 {
	background: #FFFFFF;
	}	
.background2 {
	background: #D7D7D7;
	}
.background3 {
	background: #EEEEEE;
	}
.background4 {
	background: #242B35;
	}
	
/* MENU LATERAL */

span.menu_item a.menu, menu_item a:link {
	color: #000000;
	float: left;
	display: block;
	font: 12px 'Arial';
	width: 100%;
	height: 20px;
	padding: 3px 0 0 15px;
	background: url('images/menu_arrow.gif') no-repeat;
	background-position-y: center;
	}

span.menu_item a:hover {
	background: #D7D7D7 url('images/menu_arrow.gif') no-repeat;
	background-position-y: center;
	text-decoration: none;
	}
	
/* TEXTOS */

.code {
	font: 12px 'Courier New';
	color: #000000;
	}
.text1 {
	font: 11px 'Arial';
	color: #FFFFFF;
	}	
.text2 {
	font: 12px 'Arial';
	color: #FFFFFF;
	}
.text3 {
	font: 10px 'Arial';
	color: #606060;
	}
.text4 {
	font: 11px 'Arial';
	color: #000000;
	}
.text5 {
	font: 12px 'Arial';
	color: #000000;
	}
.highlight1 {
	font: bold 11px 'Arial';
	color: #FFFFFF;
	}
.highlight2 {
	font: bold 12px 'Arial';
	color: #FFFFFF;
	}
.highlight3 {
	font: bold 11px 'Arial';
	color: #606060;
	}
.highlight4 {
	font: bold 12px 'Arial';
	color: #606060;
	}
.highlight5 {
	font: bold 11px 'Arial';
	color: #00C5F2;
	}
.highlight6 {
	font: bold 12px 'Arial';
	color: #005DAD;
	}
.highlight7 {
	font: bold 16px 'Arial';
	color: #B88F00;
	}	
.highlight8 {
	font: bold 12px 'Arial';
	color: #FF0000;
	}
.highlight9 {
	font: bold 16px 'Arial';
	color: #FF0000;
	}
.highlight10 {
	font: bold 12px 'Arial';
	color: #000000;
	}
	
/* TABELAS */

.map {
	font: 10px 'Arial';
	border: 1px solid #BBBBBB;
	background: #D7D7D7;
	}
.help {
	font: 11px 'Arial';
	line-height: 150%;
	border: solid 1px #D3BE96;
	background: #FCF0D8;
	}
.box1 {
	border: solid 5px #DCDCDC;
	}
.box2 {
	border: solid 2px #DCDCDC;
	}
.table_top {
	font: bold 12px 'Arial';
	background: #CCCCCC;
	}
.table_top-selected {
	font: bold 12px 'Arial';
	background: #AAAAAA;
	}
.table_item1 {
	font: 12px 'Arial';
	color: #000000;
	}
.table_item2 {
	font: 12px 'Arial';
	color: #000000;
	background: #F5F5F5;
	}
.table_item-highlight1 {
	font: 12px 'Arial';
	color: #FF0000;
	background: #FFCACA;
	}
.table_item-highlight2 {
	font: 12px 'Arial';
	color: #CA9800;
	background: #FFF7C0;
	}
.table_item-disable {
	font: 12px 'Arial';
	color: #606060;
	background: #D7D7D7;
	}
	
/* CONTROLES */

.textbox {
	font: bold 12px 'Arial';
	border: 1px solid #BBBBBB;
	background: #FFFFFF;
	}
.textbox_a {
	font: bold 12px 'Arial';
	border: 1px solid #BBBBBB;
	background: #D7D7D7;
	color: #0000FF;
	}
.textbox-search {
	font: bold 12px 'Arial';
	border: 1px solid #BBBBBB;
	background: #FFFFFF;
	width: 200px;
	}
.textbox-search_a{
	font: bold 12px 'Arial';
	border: 1px solid #BBBBBB;
	background: #D7D7D7;
	color: #0000FF;
	width: 200px;
	}
.dropdown-search {
	font: bold 12px 'Arial';
	border: 1px solid #BBBBBB;
	background: #FFFFFF;
	width: 90px;
	}
.dropdown-search_a {
	font: bold 12px 'Arial';
	border: 1px solid #BBBBBB;
	background: #D7D7D7;
	color: #0000FF;
	width: 90px;
	}	
.button {
	font: bold 12px 'Arial';
	color: #DFE9FE;
	background: #0092D7;	
	border: 1px solid #03B8F0;
	border-right: 1px solid #007DC0;
	border-bottom: 1px solid #007DC0;
	width: 85px;
	height: 20px;
	}