/* CSS DEFAULT */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
}

input,select,textarea {
	font-family: Tahoma; 
	font-size: 11px; 
	color:#747474; 
	background-color:#F7F7F7; 
	border:#999999; 
	border-style:solid; 
	border-width:1px;
}


a {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
a:hover {
	font-family: Tahoma;
	font-size: 12px; 
	color: #333333; 
	text-decoration: underline;
}


/* CSS TEXTOS */

.titulo1 {
	font-family:Tahoma;
	font-size:14px;
	color:#000000;
	font-weight: bold;
	padding-bottom:15px;
	padding-top:15px;
}

.titulo2 {
	font-family:Tahoma;
	font-size:12px;
	color:#000000;
	font-weight: bold;
	padding-bottom:10px;
	padding-top:10px;
}

.txtVerde {
	font-family: Tahoma;
	font-size: 12px; 
	color: #009900; 
	font-weight: bold;
}

.txtVerde2 {
	font-family: Tahoma;
	font-size: 13px; 
	color: #009900; 
	font-weight: bold;
}

.txtVerde3 {
	font-family: Tahoma;
	font-size: 9px; 
	color: #009900; 
	font-weight: bold;
}

.txtLaranja1 {
	font-family: Tahoma;
	font-size: 12px; 
	color: #f5a002; 
	font-weight: bold;
}

.txtBranco1 {
	font-family: Tahoma;
	font-size: 11px; 
	color: #FFFFFF; 
	font-weight: bold;
}

.txtCinza1 {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}

.txtCinza2 {
	font-family: Tahoma;
	font-size: 9px;
	color: #333333;
	font-weight: normal;
}

.txtCinza3 {
	font-family: Tahoma;
	font-size: 9px;
	color: #333333;
	font-weight: bold;
}
.txtCinza4 {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
}
.txtCinza5 {
	font-family: Tahoma;
	font-size: 10px;
	color: #333333;
	font-weight: normal;
}

.txtCinza6 {
	font-family: Tahoma;
	font-size: 17px;
	color: #333333;
	font-weight: normal;
}

.txtAzul {
	font-family: Tahoma;
	font-size: 12px; 
	color: #0000FF; 
	font-weight: bold;
}

.txtAzul2 {
	font-family: Tahoma;
	font-size: 12px; 
	color: #006AC5; 
	font-weight: bold;
}

.txtVermelho {
	font-family: Tahoma;
	font-size: 12px; 
	color: #FF0000; 
	font-weight: bold;
}

.txtVermelho1 {
	font-family: Tahoma;
	font-size: 11px;
	color: #FF0000;
	font-weight: bold;
}

.txtVermelho2 {
	font-family: Tahoma;
	font-size: 13px;
	color: #FF0000;
	font-weight: bold;
	padding:15px;
	text-align:center;
	width:100%;
}

.txtVermelho3 {
	font-family: Tahoma;
	font-size: 13px;
	color: #FF0000;
	font-weight: bold;
}

.txtPreto1 {
	font-family: Tahoma;
	font-size: 12px; 
	color: #000000; 
	font-weight: bold;
}

.info1 {
	font-family: Tahoma;
	font-size: 11px; 
	color: #FFFFFF; 
	background-color:#CC3300; 
	position:absolute; 
	width:120px; 
	height:15px; 
	padding: 4 7 4 7;
}

/* COR PARA ESTATUS DO MONITORAMENTO ATIVO */
.statusVermelho {
	font-family: Tahoma;
	font-size: 12px; 
	color: #FF0000; 
}
.statusAzul {
	font-family: Tahoma;
	font-size: 12px; 
	color: #0000FF; 
}
.statusVerde {
	font-family: Tahoma;
	font-size: 12px; 
	color: #009900; 
}
.statusLaranja {
	font-family: Tahoma;
	font-size: 12px; 
	color: #FF8C00;
}
.statusPreto {
	font-family: Tahoma;
	font-size: 12px; 
	color: #000000; 
}

/* CSS LINKS */

a.linkVerde {
	font-family: Tahoma;
	font-size: 12px; 
	color: #009900; 
	font-weight: bold;
}
a.linkVerde:hover {
	font-family: Tahoma;
	font-size: 12px; 
	color: #009900; 
	font-weight: bold;
}

a.linkVerde2 {
	font-family:Tahoma;
	font-size:13px;
	color:#009900; 
	font-weight: bold;
}
a.linkVerde2:hover {
	font-family:Tahoma;
	font-size:13px;
	color:#009900; 
	font-weight: bold;
}

a.linkBranco1 {
	font-family: Tahoma;
	font-size: 11px; 
	color: #FFFFFF; 
	font-weight: bold;
}
a.linkBranco1:hover {
	font-family: Tahoma;
	font-size: 11px; 
	color: #FFFFFF; 
	font-weight: bold;
}


a.linkCinza1 {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
a.linkCinza1:hover {
	font-family: Tahoma;
	font-size: 12px; 
	color: #333333; 
	font-weight: bold;
	text-decoration: underline;
}


/* CSS TABELAS */

.cabecalho1 {
	font-family:Tahoma;
	font-size:13px;
	color:#009900; 
	font-weight: bold;
	border-bottom:solid;
	border-bottom-color:#009900;
	border-bottom-width:1px;
}

.rodape1 {
	font-family:Tahoma;
	font-size:13px;
	color:#009900; 
	font-weight: bold;
	border-bottom:solid;
	border-bottom-color:#009900;
	border-bottom-width:1px;
	border-top:solid;
	border-top-color:#009900;
	border-top-width:1px;
	padding:5px;
	padding-right:0px;
}


/* CSS FORMULARIOS */

.input1 {
	font-family: Tahoma; 
	font-size: 11px;
	background-color:#FFFFFF;
	border:0px;
}

.botao1 {
	font-family: Tahoma; 
	font-size: 11px; 
	color: #007DC5; 
	background-color:#D5DDFF; 
	border:#007DC5; 
	border-style:solid; 
	border-width:1px;
	width:120px;
	height:25px;
}

.header {
	font-family:Arial;
	font-size:20px;
	color:#45A540;
	font-weight: bold;
	font-style:italic;
	padding-left:12px;
	padding-top:8px;
}

.footer {
	font-family:Arial;
	font-size:10px;
	font-weight: bold;
	color:#45A540;
}
.nowrap_td td{
  white-space: nowrap;
}

/*
	Links dos menus em CSS
*/
a.menu_1  {
	font: bold 1.0em Arial,Verdana,Tahoma,sans-serif;
	color: #ffffff;
	text-decoration: none;
}

a.menu_1:hover  {
	font: bold 1.0em Arial,Verdana,Tahoma,sans-serif;
	color: #33ff00;
	text-decoration: none;
}

a.menu_2  {
	font: bold 1.0em Arial,Verdana,Tahoma,sans-serif;
	color: #ffffff;
	text-decoration: none;
}

a.menu_2:hover  {
	font: bold 1.0em Arial,Verdana,Tahoma,sans-serif;
	color: #33ccff;
	text-decoration: none;
}

div.sair a {
	font: bold 1.4em Arial,Verdana,Tahoma,sans-serif;
	padding: 6px 0 8px 8px;
	text-decoration: none;
}

div.sair a:link {
	color: #ffffff;
	background-position: left bottom;
	text-decoration: none;
}

div.sair a:visited {
	color: #ffffff;
	text-decoration: none;
}

div.sair a:hover {
	font: bold 1.4em Arial,Verdana,Tahoma,sans-serif;
	color: #33ccff;
	background-position: left bottom;
	text-decoration: none;
}

.trClaro {
	font: large cursive;
	border:1px solid #000000;
	background-color:#FFFFFF;
}

.trEscuro {
	font:  large cursive;
	border:1px solid #000000;
	background-color:#E8E8E8;
}

.trDestaque {
	font: large cursive;
	border:1px solid #000000;
	background-color:#98FB98;
}

#file_original {
	opacity: 0.0;
	-moz-opacity: 0.0;
	filter: alpha(opacity=00);
	height: 35px;
	width: 319px;
	font-size:13px;
	position: absolute;
}
#file_falso {
	font-size: 11px;
	font-family: Verdana;
	height: 35px;
	width: 319px;
	margin: 0px;
	background: url(../img/campo_input_file.gif) no-repeat;
	border: 0;
	padding-left: 3px;
}


/* SPIN BUTTON */
.spin{
	text-align: center;
	vertical-align: middle;
	height: 21px;
	border-top:1px solid #c7e5c5;
	border-bottom:1px solid #c7e5c5;
	border-left:1px solid #c7e5c5;
	border-right:1px solid #c7e5c5;
	background:none;
}

.tooltip {
	position: relative;
	background: #eaeaea;
	/*cursor: help;*/
	display: inline-block;
	color: #222;
	outline: none;
}
	a.tooltip {
		text-decoration: none;
		background-color: transparent;
	}
	.tooltip span {
		visibility: hidden;
		position: absolute;
		bottom: 20px;
		left: 50%;
		z-index: 999;
		width: 230px;
		margin-left: -127px;
		padding: 10px;
		border: 2px solid #ccc;
		opacity: 10;
		border-radius: 4px;
		background-color: #ffffff;
		background-image: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
		box-shadow: 0 0 20px black;
		text-decoration: none;
		font-family: verdana;
		color: black ;
	}
	.tooltip:hover {
		border: 0; /* IE6 fix */
	}
	.tooltip:hover span {
		visibility: visible;
	}
	.tooltip span:before,
	.tooltip span:after {
		content: "";
		position: absolute;
		z-index: 1000;
		bottom: -10px;
		left: 124px;
		margin-left: -8px;
		border-top: 8px solid transparent;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-bottom: 0;
	}
	.tooltip span:before {
		border-top-color: #ffffff;
		bottom: -8px;
	}


