/*form .form_disabled {
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	background-color: #F7F7F7;
	border: 1px solid #E1E1E1;
}

form .form {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
form fieldset {
	margin: 3px;
	padding: 3px;
	border: 1px dotted #BBD7DF;
}
form .button {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0099CC;
	background-repeat: repeat-x;
	background-position: left top;
	height: 20px;
	width: auto;
	float: right;
	margin: 2px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
form {
	width: 80%;
	margin: 0px auto;
	text-align: center;
}

form legend {
	font-size: 12px;
	color: #64A0BD;
	text-decoration: none;
	background-color: #FFFFFF;
	margin-right: 2px;
	margin-left: 2px;
	padding-right: 2px;
	padding-left: 2px;
}
form label {
	color: #333333;
	font-size: 12px;
	float: left;
	clear: left;
	display: block;
	text-decoration: none;
}
label {
	display: block;
	float: left;
	width: auto;
	clear: left;
	margin: 1px;
}
label.float {
	clear: none;
	float: left;
	display: block;
	width: auto;
}
label.float .pre_form {
	width: auto;
	margin-left: 5px;
}
form label.interno{
	float: left;
	clear: none;
	width: auto;
	padding: 0px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
}
form .pre_form {
	float: left;
	display: block;
	width: 100px;
	text-align: right;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	margin: 1px;
	vertical-align: middle;
	height: 16px;
	padding: 0px;
	clear: none;
	font-weight: bold;
}


.confirmacao {
	display: block;
	width: 50%;
	clear: left;
	padding: 10px;
	background-color: #CAF2A6;
	border: 1px dashed #668B41;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.confirmacao p {
	margin: 10px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.alerta {
	display: block;
	width: 50%;
	clear: left;
	padding: 10px;
	background-color: #FFFF99;
	border: 1px dashed #FFCC00;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.alerta p {
	margin: 10px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
* {
	font-size: 12px;
	font-weight: normal;
}
h1 {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}
table .borda_geral {
	border: solid 1px #000000;
}
table td{
	margin: 3px;
	padding: 0px;
}
table .linha_esq {
	border-left: solid 1px #000000;
}
table .linha_dir {
	border-right: solid 1px #000000;
}
table .linha_inferior {
	border-bottom: solid 1px #000000;
}
table .linha_superiror {
	border-top: solid 1px #000000;
}
.buttons {
	margin: 0px auto;
	text-align: center;
}
.button {
	text-align: center;
	background-repeat: repeat-x;
	background-image: url(../images/bt_enviar.jpg);
	display: block;
	width: auto;
	background-color: #369;
	font-size: 12px;
	font-weight: bold;
	color:#369;
	margin: 5px;
	padding: 5px;
	border: solid 1px #CCC;
}
input.button {
	height: 28px;
	text-align: center;
	background-repeat: repeat-x;
	background-image: url(../images/bt_enviar.jpg);
	width: auto;
	background-color: #369;
	font-size: 12px;
	font-weight: bold;
	color:#369;
	margin: 5px;
	padding: 5px;
	border: solid 1px #CCC;
}


table th * {
	color: #FFF;
}
table {
	background-color: #DEEDDC ;
	border: solid 1px #7CBD79;
	
}
table tr th.tipo2{
	background-color: #2E706D;
	color: #FFF;
}
table tr th {
	background-color: #007a88;
	color: #FFF;
}
table td{
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
table .linha_par {
	background-color: #d6dfe2;
}
table .linha_impar {
 background-color: #e6f0fc;
}
table .linha_esq {
	border-left: solid 1px #000000;
}
table .linha_dir {
	border-right: solid 1px #000000;
}
table .linha_inferior {
	border-bottom: solid 1px #000000;
}
table .linha_superiror {
	border-top: solid 1px #000000;
}*/

div#alertaMsg{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99;
}

div#alertaMsg div{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: -1;
}

div#alertaMsg p{
    width: 300px;
    background-color:#fff;
    color: #333;
    left: 50%;
    top: 50%;
    position: absolute;
    margin-left: -170px;
    margin-top: -150px;
    text-align: center;
    border: 2px solid #e8e8e8;
    padding: 20px 15px;
}

div#alertaMsg p img{
    margin-bottom: 10px;
}

div#alertaMsg p a{
    border: 1px solid #e8e8e8;
    padding: 3px 15px;
    font-weight: bold;
	text-decoration: none;
	color: #333;
}
form .erro {
	background-color: #FFE8E9 !important;
	border: solid 1px #D6A9A9 !important;
}