html,body {margin:0;font-family:Arial,Tahoma;font-size:13px;}
body {}

a,a:visited {color:#666666;text-decoration:none}
a:hover {color: #000000}

h1,h2,h3,h4 {margin:0px; color: #333333;}

.ml10 {margin-left:10px}
.mb10 {margin-bottom:5px}

input,textarea { font-family:Arial,Tahoma;font-size:13px;border:1px solid #CCCCCC; border-radius: 4px 4px 4px 4px;padding-left:5px;color:#444444}
input[type=text] {height:25px}
input[type=textarea],textarea {height:80px;padding-top:3px;}
input[type=password] {min-width:200px;height:25px}


select {
	font-family:Arial,Tahoma;font-size:13px;
	border:1px solid #CCCCCC; padding-top:4px; border-radius: 4px 4px 4px 4px;padding-left:5px;color:#444444;
    height: auto;
	height:28px;
	min-width:200px;
}

select[multiple] {
    height: auto;
}

#header {
	width:100%;
	height:60px;
	background:#FFFFFF;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.15);
	position:fixed;
}

#content {clear:both;padding-top:65px;padding-bottom:50px;}

#bottom {background:#666666;border-top:1px solid #CCCCCC;margin-top:40px;position:fixed;bottom:0;width:100%;height:30px;}
#bottom div {font-size:11px;color:#FFFFFF;font-size:15px;font-weight:bold;padding-top:5px;padding-left:5px;}

.logo {padding-left:5px;padding-top:2px;text-align:center;}
.logo img {max-height:57px;}

#loader_overlay {
	position: fixed;
	z-index: 99998;
	width: 100%;
	height: 150%;
	background: #FFFFFF;
	opacity: 0.8;
	display:none;
}

.login {margin:0px auto;width:300px;margin-top:30px;}
.logado {padding-top:5px;font-size:14px;}

.topo_secao {padding-left:10px;width:99%;color:#666666;margin-top:7px;margin-bottom:7px;text-align:center;}

.content {width:99%;text-align:center;}

.clear {clear:both}
.left {float:left}
.right {float:right}

.box {float:left;width:48%;height:80px;border:1px solid #CCCCCC;margin-right:3px;}
.box_title {clear:both;width:100%;text-align:center;font-weight:bold;font-size:15px;border-bottom:1px solid #CCCCCC;background: linear-gradient(to bottom, #F2F5F6 0%, #E3EAED 37%, #C8D7DC 100%) repeat scroll 0 0 transparent;}
.box_content {margin:0px auto}

.erro {
	color: #FFFFFF;
	padding:4px;
	font-size:12px;
	font-weight:bold;
	width:80%;
	margin:0 auto;
	border-radius:3px;
	text-align:center;

	
	background: rgb(169,3,41); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,3,41,1)), color-stop(44%,rgba(143,2,34,1)), color-stop(100%,rgba(109,0,25,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */

}


.msg {
	color: #000000;
	padding:4px;
	font-size:12px;
	font-weight:bold;
	width:80%;
	margin:0 auto;
	border-radius:3px;
	text-align:center;

	background: #f1e767;
	background: -moz-linear-gradient(top, #f1e767 0%, #feb645 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1e767), color-stop(100%,#feb645));
	background: -webkit-linear-gradient(top, #f1e767 0%,#feb645 100%);
	background: -o-linear-gradient(top, #f1e767 0%,#feb645 100%);
	background: -ms-linear-gradient(top, #f1e767 0%,#feb645 100%);
	background: linear-gradient(to bottom, #f1e767 0%,#feb645 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645',GradientType=0 );
}

.busca {width:940px;margin:0px auto;}
.busca div {height:40px;}
.buscaCampo {float:left;margin-left:10px;width:290px;}
.buscaLabel {float:left;width:100px;text-align:right;padding-top:5px;}
.buscaInput {float:left;margin-left:10px;width:110px;text-align:left;}

.lista{}

.tabela {width:900px;margin:0px auto}

.tabela th{
	border-right:1px solid #CCCCCC;
	text-align:center;
	padding:3px;
	color:#000000;
	height:20px;
	background: rgb(242,245,246); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(242,245,246,1) 0%, rgba(227,234,237,1) 37%, rgba(200,215,220,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,245,246,1)), color-stop(37%,rgba(227,234,237,1)), color-stop(100%,rgba(200,215,220,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc',GradientType=0 ); /* IE6-9 */
}
.tabela th a{ color:#000000 }

.tabela td{
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	text-align:center;
	vertical-align:middle;
}

.tabela td:hover{
	cursor:default;
	color:#000000;

	background: rgb(246,248,249); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(246,248,249,1) 0%, rgba(229,235,238,1) 50%, rgba(215,222,227,1) 51%, rgba(245,247,249,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,248,249,1)), color-stop(50%,rgba(229,235,238,1)), color-stop(51%,rgba(215,222,227,1)), color-stop(100%,rgba(245,247,249,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* IE6-9 */

}
.tabela tr:hover{
	background:#F7F8D6;
	cursor:default;
}

.tr_preto {
	color:black;
}
.tr_verde {
	color:green;
}
.tr_vermelho {
	color:red;
}
.tr_laranja {
	color:orange;
}
.tr_cinza {
	color:#CCCCCC;
}

.tabela .alerta1 {
	background:#CB2C1A ;
	border-radius: 3px 3px 3px 3px;
  	color: #FFFFFF;
    font-size: 11.844px;
    font-weight: bold;
    line-height: 14px;
    padding: 2px 4px;
	margin-bottom:1px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    white-space: nowrap;
}

.tabela .alerta2 {
	background:#F89406;
	border-radius: 3px 3px 3px 3px;
  	color: #FFFFFF;
    font-size: 11.844px;
    font-weight: bold;
    line-height: 14px;
    padding: 2px 4px;
	margin-bottom:1px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    white-space: nowrap;
}

.tabela .alerta3 {
	background:#468847;
	border-radius: 3px 3px 3px 3px;
  	color: #FFFFFF;
    font-size: 11.844px;
    font-weight: bold;
    line-height: 14px;
    padding: 2px 4px;
	margin-bottom:1px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    white-space: nowrap;
}

.barraBotoes {height:40px;padding-left:10px;margin:0px auto}

.botao {
	font-family:Arial,Tahoma;
    border-color: #CCCCCC #CCCCCC #B3B3B3;
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #006699;
    cursor: pointer;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 4px;
    margin-left: 6px;
    margin-right: 5px;
    min-height: 16px;
	padding:5px;
    
	background: #f2f5f6;
	background: -moz-linear-gradient(top, #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f5f6), color-stop(37%,#e3eaed), color-stop(100%,#c8d7dc));
	background: -webkit-linear-gradient(top, #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%);
	background: -o-linear-gradient(top, #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%);
	background: -ms-linear-gradient(top, #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%);
	background: linear-gradient(to bottom, #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc',GradientType=0 );
}
.botao:hover {
	
	background: -moz-linear-gradient(top, #e3eaed 0%, #f2f5f6 37%, #c8d7dc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3eaed), color-stop(37%,#f2f5f6), color-stop(100%,#c8d7dc));
	background: -webkit-linear-gradient(top, #e3eaed 0%,#f2f5f6 37%,#c8d7dc 100%);
	background: -o-linear-gradient(top, #e3eaed 0%,#f2f5f6 37%,#c8d7dc 100%);
	background: -ms-linear-gradient(top, #e3eaed 0%,#f2f5f6 37%,#c8d7dc 100%);
	background: linear-gradient(to bottom, #e3eaed 0%,#f2f5f6 37%,#c8d7dc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3eaed', endColorstr='#c8d7dc',GradientType=0 );	
}
.botao a{ color: #006699; }

.botaoVerde:hover {
    border: 1px solid #666666;
	color:#000000;
}

.botaoVerde {
    border: 1px solid rgba(228,239,192,1);
    color: #FFFFFF;background: #c9de96;
	background: -moz-linear-gradient(top, #c9de96 0%, #8ab66b 44%, #398235 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c9de96), color-stop(44%,#8ab66b), color-stop(100%,#398235));
	background: -webkit-linear-gradient(top, #c9de96 0%,#8ab66b 44%,#398235 100%);
	background: -o-linear-gradient(top, #c9de96 0%,#8ab66b 44%,#398235 100%);
	background: -ms-linear-gradient(top, #c9de96 0%,#8ab66b 44%,#398235 100%);
	background: linear-gradient(to bottom, #c9de96 0%,#8ab66b 44%,#398235 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9de96', endColorstr='#398235',GradientType=0 );
}

.botaoVerde:hover {
    border: 1px solid #666666;
	color:#FFFFFF;

	background: -moz-linear-gradient(top, #8ab66b 0%, #c9de96 44%, #398235 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8ab66b), color-stop(44%,#c9de96), color-stop(100%,#398235));
	background: -webkit-linear-gradient(top, #8ab66b 0%,#c9de96 44%,#398235 100%);
	background: -o-linear-gradient(top, #8ab66b 0%,#c9de96 44%,#398235 100%);
	background: -ms-linear-gradient(top, #8ab66b 0%,#c9de96 44%,#398235 100%);
	background: linear-gradient(to bottom, #8ab66b 0%,#c9de96 44%,#398235 100%);
}

.botaoSalvar {
    padding-top:2px;
	height:30px;
	width:100px;
}

.botaoLogin {
    padding-top:2px;
	height:40px;
	width:240px;
	font-size:15px;
}

.grupoForm {
    background-color: #FBFBFB;
    float: left;
    margin: 0 auto;
    padding-bottom: 20px;
    padding-top: 20px;
    width: 100%;
	padding:10px;
}

.grupoFormBloco {
    float: left;
    width: 99%;
}

.grupoFormTitulo {
    background: -moz-linear-gradient(center top , #F0F0F0, #DBDBDB) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(#F0F0F0),	to(#DBDBDB) );
    border-bottom: 1px solid #CCCCCC;
    color: #254B72;
    cursor: pointer;
    float: left;
    width: 99%;
	height:25px;
	padding-top:4px;
	font-weight:bold;
	padding-left:18px;
	font-size:19px;
}

.form_linha {   float: left;
    padding-bottom: 2px;
    padding-left: 1%;
    padding-top: 2px;
    min-height:50px;
}

.form_label {   float: left;
    padding-bottom: 2px;
    padding-left: 1%;
    padding-top: 2px;
	font-size:14px;
    
}
.erro_input input {
	border: 2px solid #FF0000;
	-moz-border-radius: 5px 5px 5px 5px; /* FF1+ */
	-webkit-border-radius: 5px 5px 5px 5px; /* Saf3-4 */
	border-radius: 5px 5px 5px 5px; /* Opera 10.5, IE 9, Saf5, Chrome */
}























@media only screen and (max-width: 640px) {
	.unseen{ display: none;}
		


}


.modal_load {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('../images/loading.gif') 
                50% 50% 
                no-repeat;
}

