/*Reset*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	border: 0px;
	margin: 0px;
	padding: 0px;
	/*vertical-align: middle; --> estava deixando tudo que é negrito ou itálico 
	deslocado para baixo.*/
}

/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}

body {
	background-color:#FFFFFF;
	line-height: 1.5;
}


ol, ul {
	list-style: none;
}

blockquote,q {
	quotes: none;
}


blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: separate;
}

/*Reset*/

/* Conjunto de classes de cores */
.cor-primaria {
	color: #900;
}

.cor-secundaria {
	color: #999;
}

/* Conjunto de classes de fontes */
.font-padrao {
	color: #555;
}

/*Em /siga/jsp/siga/academico/preMatricula/HandlerTelaNormasUploadArquivoPreMatricula.jsp*/
.tbl {
	font-family: 'Trebuchet MS',sans-serif; font-size: 11px; width: 600px;
}


/* Conjunto de classes de tamanho */
.tam-1 {
	width: 40px;
}

.tam-2 {
	width: 100px;
}

.tam-3 {
	width: 160px;
}

.tam-4 {
	width: 220px;
}

.tam-5 {
	width: 280px;
}

.tam-6 {
	width: 340px;
}

.tam-7 {
	width: 400px;
}

.tam-8 {
	width: 460px;
}

.tam-9 {
	width: 520px;
}

.tam-10 {
	width: 580px;
}

.tam-11 {
	width: auto;
}

.tam-12 {
	width: 700px;
}

.tam-13 {
	width: 760px;
}

.tam-14 {
	width: 820px;
}

.tam-15 {
	width: 880px;
}

.tam-16 {
	width: 940px;
}

.tam-17 {
	width: 1000px;
}

.tam-18 {
	width: 1060px;
}

.tam-19 {
	width: 1120px;
}

.tam-20 {
	width: 1180px;
}

.tam-21 {
	width: 1240px;
}

.tam-22 {
	width: 1300px;
}

.tam-23 {
	width: 1360px;
}

.tam-24 {
	width: 1420px;
}

/* Classes de recuo */
.tab-1 {
	margin-left: 10px;
}

.tab-2 {
	margin-left: 20px;
}

.tab-3 {
	margin-left: 30px;
}

.tab-4 {
	margin-left: 40px;
}

.tab-5 {
	margin-left: 50px;
}

.tab-6 {
	margin-left: 60px;
}

.tab-7 {
	margin-left: 70px;
}

.tab-8 {
	margin-left: 80px;
}

.tab-9 {
	margin-left: 90px;
}

.tab-10 {
	margin-left: 100px;
}

.tab-11 {
	margin-left: 110px;
}

.tab-12 {
	margin-left: 120px;
}

.tab-13 {
	margin-left: 130px;
}

.tab-14 {
	margin-left: 140px;
}

.tab-15 {
	margin-left: 150px;
}

.tab-16 {
	margin-left: 160px;
}

/*Conjunto de classes de arredondamento*/
.ui-corner-tl {
	border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
}

.ui-corner-tr {
	border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
}

.ui-corner-bl {
	border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
}

.ui-corner-br {border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

.ui-corner-top {
	 border-top-left-radius: 8px;
	 border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}

.ui-corner-bottom {
	 border-bottom-left-radius: 8px;
	 border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

.ui-corner-right {
	 border-bottom-right-radius: 8px;
	 border-top-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}

.ui-corner-left {
	 border-bottom-left-radius: 8px;
	 border-top-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-top-left-radius: 8px;
}

.ui-corner-all {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/* Conjunto de classes para formulários */
.form-corpo {
	        border-radius: 3px;
	border: 1px solid #cdcdcd;
	float: left;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 50px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 11px;
	min-width: 93.5%;
	padding: 45px 20px 20px 20px;
	position: relative;
	   -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.form-corpo .form-titulo {
	background: #fff;
	display: block;
	font-family: 'Trebuchet MS',Arial,Helvetica,sans-serif;
	font-size: 15px;
	margin: 0;
	padding: 0 5px;
	position: absolute;
	top: -10px;
}

/*Botões de formulários*/
.form-btn,.form-box-btn input,.form-box-btn input.botao,.form-box-btn .botao,.form-box-btn .botao_desativado {
	font-size: 11px;
	height: 30px;
	line-height: 30px;
	padding: 0 15px 0 15px;
}

.form-box-btn {
	display: inline-block;
	width: 100%;
}

.form-btn:hover,.form-box-btn input:hover,.form-box-btn input.botao:hover,.form-box-btn .botao:hover,html body .botao:hover {
	cursor: pointer;
}

.form-btn-vermelho {
	background: url(/siga/imagens/siga/vermelho.png);
	border: 1px solid #ab1818;
}

.form-btn-vermelho:hover {
	background: url(/siga/imagens/siga/vermelho1.png);
}

/*.form-btn-verde{background: url(/siga/imagens/siga/verde.png);border: 1px solid #108B08;}
.form-btn-verde:hover{background: url(/siga/imagens/siga/verde1.png);}*/
.form-btn-azul {
	background: url(/siga/imagens/siga/azul.png);
	border: 1px solid #2c8cab;
}

.form-btn-azul:hover {
	background: url(/siga/imagens/siga/azul1.png);
}

.form-btn-amarelo {
	background: url(/siga/imagens/siga/amarelo.png);
	border: 1px solid #c79e13;
}

.form-btn-amarelo:hover {
	background: url(/siga/imagens/siga/amarelo1.png);
}

.form-texto,.form-corpo input[type=text] {
	border-radius: 3px;
	border: 1px solid #ccc;
	color: #555;
	height: 18px;
	padding: 2px;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.form-texto:focus,.form-corpo input[type=text]:focus,.form-corpo input[type=radio] {
	border: 1px solid #4eb3fc;
}

.form-texto-box,.form-corpo textarea {
	border-radius: 3px;
	border: 1px solid #ccc;
	color: #555;
	font-size: 12px;
	height: 15px;
	height: 200px;
	margin-bottom: 5px;
	padding: 2px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.form-texto-box:focus,.form-corpo textarea:focus {
	border: 1px solid #4eb3fc;
}

.form-corpo select,.form-select {
	border: 1px solid #ccc;
	font-size: 11px;
	padding: 0 0 0 5px;
	   -moz-border-radius: 0;
	-webkit-border-radius: 0;
}

/* Botão de ajuda "?" */
a.form-ajuda {
	background-color: #e7e7e7;
	background: url(../imagens/comum/inter.png) no-repeat;
	        border-radius: 10px;color: #888;
	display: block; float: right;
	height: 15px;
	text-decoration: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

a.form-ajuda span.ver {
	display: block;
	float: left;
	overflow: hidden;
	width: 0;
}

a.form-ajuda div {
	float: left;
	margin-left: 20px;
	overflow: hidden;
	width: 35px;
}

a.form-ajuda span {
	color: #333;
	display: block;
	float: right;
	font-family: 'Trebuchet MS',sans-serif;
	font-size: 11px;
	height: 15px;
	line-height: 15px;
	width: 35px;
}

a.form-ajuda:hover {
	background-image: url(../imagens/comum/inter2.png);
	color: #900;
}

a.form-ajuda:active {
	background: url(../imagens/comum/inter.png) no-repeat;
}

/* Botão de adicionar atalho */
#setinha,.form-add-atalho,a.form-add-atalho:active {
	background-color: #e7e7e7;
	        border-radius: 10px;
	cursor: pointer;
	float: right;
	height: 20px;
	height: 15px;
	margin-right: 5px;
	overflow: hidden;
	right: 30px;
	top: 10px;
	   -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.box-botoes .form-add-atalho div {
	float: left;
	margin-left: 20px;
	overflow: hidden;
	width: 40px;
}

.box-botoes a.form-add-atalho div span.ver {
	display: block;
	float: left;
	overflow: hidden;
	width: 0;
}

.box-botoes a.form-add-atalho div span {
	color: #333;
	display: block;
	float: right;
	font-family: 'Trebuchet MS',sans-serif;
	font-size: 11px;
	height: 20px;
	line-height: 15px;
	width: 40px;
}


#setinha:hover,.form-add-atalho:hover {
	background-color: #e7e7e7;
	color: #333;
	text-decoration: none;
}

#setinha:hover,.form-add-atalho:hover span {
	color: #333;
}

/* Botão de remover atalho presente no cabeçalho das transações "?" */
a.form-remover-atalho {
	background-color: #e7e7e7;
	        border-radius: 10px;
	color: #888;
	display: block;
	float: right;
	height: 15px;
	margin-right: 5px;
	text-decoration: none;
	   -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

a.form-remover-atalho span.ver {
	display: block;
	float: left;
	overflow: hidden;
	width: 0;
}

a.form-remover-atalho div {
	float: left;
	margin-left: 20px;
	overflow: hidden;
	width: 40px;
}

a.form-remover-atalho span {
	color: #333;
	display: block;
	float: right;
	font-family: 'Trebuchet MS',sans-serif;
	font-size: 11px;
	height: 15px;
	line-height: 15px;
	width: 40px;
}

/* box para os botoes tipo boninha - ajuda e atalho */
.box-botoes {
	float: right;
	margin-right: 50px;
	overflow: auto;
	position: relative;
	top: 70px;
	width: 20%;
	z-index: 50;
}

/* Conjunto de Classes para tabelas */
.tabela {
	border-bottom: 1px solid #dfdfdf; color: #333;font-size: 11px;
}

.tabela-cabecalho {
	color: #fff;
	font-weight: bold;
	height: 30px;
	padding: 0;
	text-align: center;
}

.tabela tr:hover.tabela-linha1 {
	background: #f5f5f5;
}

.tabela tr:hover.tabela-linha2 {
	background: #d6d4d4;
}

.tabela-cabecalho td,.tabela-cabecalho th {
	background-color: #a00;
	background-image: url(CabecalhoColuna.png);
	font-size: 11pt;
}

.tabela-cabecalho td {
	padding: 0;
}

.tabela td {
	padding: 6px 10px;
}

.tabela .tabela-cabecalho td {
	height: 30px;
	padding: 0;
}

/* Botões de tabelas */
.tabela-btn-visualizar,.tabela-btn-editar,.tabela-btn-excluir {
	background-color: transparent;
	background-repeat: no-repeat;
	border: none;
	height: 16px;
	margin-left: 4px;
	width: 18px;
}

.tabela-btn-visualizar:hover,.tabela-btn-editar:hover,.tabela-btn-excluir:hover {
	cursor: pointer;
}

.tabela-btn-visualizar {
	background-image: url(Visualizar.png);
}

.tabela-btn-visualizar:hover {
	background-image: url(Visualizar1.png);cursor: pointer;
}

.tabela-btn-editar {
	background-image: url(Editar.png);
}

.tabela-btn-editar:hover {
	background-image: url(Editar1.png);
}

.tabela-btn-excluir {
	background-image: url(Excluir.png);
}

.tabela-btn-excluir:hover {
	background-image: url(Excluir1.png);
}

/* Alternação das cores de linha da tabela */
.tabela-linha1 {
	background-color: #fff;
}

.tabela-linha2 {
	background-color: #dfdfdf;
}

/* Conjunto de classes de paginação */
.paginacao,.paginacao ul {
	color: #999;
	font-family: 'Trebuchet MS',Helvetica,Jamrul,sans-serif;
	font-size: 13px;
	height: 35px;
	list-style: none;
}

.paginacao {
	margin-top: 10px;
}

.paginacao a {
	color: #999;
	text-decoration: none;
}

.paginacao-link,a.paginacao-link,li.paginacao-link,.paginacao a {
	background: #fff;
	border-bottom: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	border-top: 1px solid #cdcdcd;
	float: left;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px;
}

.paginacao li.paginacao-link:hover,a.paginacao-link:hover,input.paginacao-link:hover,.paginacao a:hover {
	background: #e9e9e9;cursor: pointer;
}

.paginacao .paginacao-anterior {
	border-bottom-left-radius: 3px;
	border-left: 1px solid #cdcdcd;
	border-top-left-radius: 3px;
	width: 75px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
}

.paginacao .paginacao-proximo {
	border-bottom-right-radius: 3px;
	border-right: 1px solid #ccc;
	border-top-right-radius: 3px;
	width: 75px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
}

/* Conjunto de classes para Criação de Abas */
.aba-corpo * {
	margin: 0;
	padding: 0;
}

.aba-corpo {
	display: block;
}

.aba-corpo div {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	/*border: 1px solid #d3d3d3;*/
	border-top: 1px solid #e3e3e3;
	display: none;
	margin-top: 1px;
	padding: 30px 30px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

.aba-corpo div.aba-visivel {
	display: block;
}

.aba-menu {
	display: block;
	height: 43px;
	list-style: none;
	margin-left: 5px;
}

.aba-menu li a {
	background: #f9f9f9;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #333;
	display: block;
	font-size: 12px;
	height: 40px;
	line-height: 140%;
	padding: 3px 3px 0 3px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	width: 100px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

.aba-menu li a:hover {
	background: #fff;
}

.aba-menu li {
	border-bottom-color: #e3e3e3;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border: 1px solid #eee;
	float: left;
	margin: 0 4px 0 4px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

.aba-menu li:hover {
	/*background: #FFF; border: 1px solid #CCC; border-bottom-color: #FFF;*/
}

.aba-menu li:hover a {
	color: #900;
}

.aba-menu li.aba-visivel {
	background: #fff; 
	 border-bottom-color: #fff; 
	 border-bottom-color: #fff; 
	 border: 1px solid #d3d3d3; 
	 margin: 0;
}

.aba-menu li.aba-visivel a {background: #fff;
	background: #fcfcfc; /* Old browsers */
	background:    -moz-linear-gradient(top,  #fcfcfc 0%, #fff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#fff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#fff 100%); /* Chrome10+,Safari5.1+ */
	background:      -o-linear-gradient(top,  #fcfcfc 0%,#fff 100%); /* Opera 11.10+ */
	background:     -ms-linear-gradient(top,  #fcfcfc 0%,#fff 100%); /* IE10+ */
	color: #900; width: 114px;
}

/* ------------------------------sucess--------------------------------*/

.form-corpo .btn.primary,.form-btn-verde,.form-btn,.form-box-btn .botao,.form-box-btn .botao_desativado,html body .botao {
	background-color: #0064cd;
	background-image:    -moz-linear-gradient(top, #049cdb, #0064cd);
	background-image:     -ms-linear-gradient(top, #049cdb, #0064cd);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
	background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
	background-image:      -o-linear-gradient(top, #049cdb, #0064cd);
	background-image:         linear-gradient(top, #049cdb, #0064cd);
	background-repeat: repeat-x;
	border-color: #0064cd #0064cd #003f81;
	border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}

.form-corpo .btn,.form-corpo .form-btn-verde,.form-btn,.form-box-btn .botao,.form-box-btn .botao_desativado,html body input.botao {
	background-color: #e6e6e6;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), color-stop(25%, #fff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(#fff, #fff 25%, #e6e6e6);
	background-image:    -moz-linear-gradient(top, #fff, #fff 25%, #e6e6e6);
	background-image:     -ms-linear-gradient(#fff, #fff 25%, #e6e6e6);
	background-image:      -o-linear-gradient(#fff, #fff 25%, #e6e6e6);
	background-image:         linear-gradient(#fff, #fff 25%, #e6e6e6);
	background-repeat: no-repeat;
	border-bottom-color: #bbb;
	border-radius: 4px;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
	color: #333;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	line-height: normal;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
	transition: .1s linear all;
	-moz-border-radius: 4px;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
	-moz-transition: .1s linear all;
	-ms-transition: .1s linear all;
	-o-transition: .1s linear all;
	-webkit-border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
	-webkit-transition: .1s linear all;
}

.form-corpo .btn.success,.alert-message.success,.form-corpo .form-btn-verde {
	background-color: #57a957;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
	background-image:    -moz-linear-gradient(top, #62c462, #57a957);
	background-image:     -ms-linear-gradient(top, #62c462, #57a957);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
	background-image: -webkit-linear-gradient(top, #62c462, #57a957);
	background-image:      -o-linear-gradient(top, #62c462, #57a957);
	background-image:         linear-gradient(top, #62c462, #57a957);
	background-repeat: repeat-x;
	border-color: #57a957 #57a957 #3d773d;
	border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
}

.btn:hover,.form-btn-verde:hover,.form-btn:hover,.form-box-btn .botao:hover,html body .botao:hover {
	background-position: 0 -15px;
	text-decoration: none;
}

html body .form-box-btn .botao_desativado,.form-corpo .botao_desativado {
	cursor: default;
	font-size: 11px;
	        opacity: .5;

	   -moz-opacity: .5;
	-webkit-opacity: .5;
	filter: alpha(opacity=50);
}

/* botões internos */
.form-corpo .botao2:hover,.form-corpo .botao:hover,html body .botao2:hover,html body .botao:hover {
	background-position: 0 -15px;
	text-decoration: none;
}

.form-corpo .botao2,.form-corpo .botao,.form-box-btn .botao_desativado,html body .botao2,html body .botao,.form-corpo .botao_desativado {
	background-color: #e6e6e6;
	background-image: -moz-linear-gradient(center top , #fff, #fff 25%, #e6e6e6);
	background-repeat: no-repeat;
	border-color: #ccc #ccc #bbb;
	border-radius: 4px 4px 4px 4px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, .2) inset, 0 1px 2px rgba(0, 0, 0, .05);
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 10px;
	font-weight: normal;
	padding: 0 5px 0;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
	-moz-border-image: none;
	-moz-transition: all .1s linear 0s;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
}

#btnAtualizarTelefone {
	font-size: 12px;
	margin-top: 8px;
	padding: 2px;
}

/* Estilo para a interface em ícones */
ul.atalhos-box {
	padding-top: 5px;
}

ul.atalhos-box li {
	background: #f2f2f2;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	box-shadow: 0 0 3px #aaa;
	float: left;
	height: 60px;
	list-style: none;
	margin-bottom: 10px;
	margin-right: 10px;
	width: 170px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-box-shadow: 0 0 3px #aaa;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-box-shadow: 0 0 3px #aaa;
}

ul.atalhos-box li:hover,ul.atalhos-box li:focus {
	background: #e9e9e9;
}

html body ul.atalhos-box .descricao-atalho {
	color: #333;
	display: table-cell;
	font-size: 12px;
	height: 60px;
	padding-left: 35px;
	vertical-align: middle;
	width: 130px;
}

html body ul.atalhos-box .descricao-atalho p {
	color: #333;
	margin-left: 14px;
	padding-top: 22px\9; /*Hack para IE8*/
	*padding-top: 22px;   /*Hack para IE6 e IE7*/
	_padding-top: 22px;   /*Hack para IE6 */
}

html body ul.atalhos-box a:hover .descricao-atalho:hover {
	text-decoration: none;
}

.box-icone {
	background-position: 17px 17px;
	background-repeat: no-repeat;
	background-size: 26px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	cursor: pointer;
	display: block;
	float: left;
	height: 60px;
	width: 170px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
}

.box-icone:hover {
	text-decoration: none;
}

.painelAtalhos {
	padding-right: 0;
	padding: 5px;
	width: 900px;
}

/* Estilos para a barra de navegação  */
.container_barra_navegacao {
	clear: both;
	display: table;
}

#barra_navegacao {
	        border-radius: 3px;
	float: left;
	margin: 10px 0 6px 0;
	width: auto;
	   -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#barra_navegacao * {
	color: #777;
	display: inline-block;
	font: 11px 'Trebuchet MS',sans-serif;
	list-style: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#barra_navegacao ul {
	display: inline-block;
}

#barra_navegacao li {
	float: left;
	margin-right: 0;
}

#barra_navegacao a {
	background-image: url(../imagens/comum/seta_barra_navegacional.png);
	background-position: right 3px;
	background-repeat: no-repeat;
	height: 20px;
	line-height: 20px;
	padding: 0 20px 0 10px;
}

#barra_navegacao li:last-child a {
	background-image: none;
}

#barra_navegacao a:hover,#barra_navegacao a:focus {
	color: #333;
}

#barra_navegacao a.no-link:hover,#barra_navegacao a.no-link:focus {
	color: #777;
	cursor: default;
}

.divisor {
	background: #ccc;
}

/* estilos para botão vermelho*/
.btn {
	background-color: #f5f5f5;
	background-image:    -moz-linear-gradient(top, #fff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
	background-image:      -o-linear-gradient(top, #fff, #e6e6e6);
	background-image:         linear-gradient(to bottom, #fff, #e6e6e6);
	background-repeat: repeat-x;
	border-bottom-color: #a2a2a2;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
	border-radius: 4px;
	border: 1px solid #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0;
	padding: 4px 14px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
	vertical-align: middle;
	-moz-border-radius: 4px;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
	-webkit-border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
	*display: inline;
	/* IE7 inline-block hack */
	*zoom: 1;
	*line-height: 20px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	*background-color: #e6e6e6;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	*border: 0;
	*margin-left: .3em;
}

.btn:hover {
	background-color: #e6e6e6;
	/* Buttons in IE7 don't get borders, so darken on hover */
	background-position: 0 -15px;
	color: #333;
	text-decoration: none !important;
	transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	-webkit-transition: background-position .1s linear;
	*background-color: #d9d9d9;
}

/*Estilo comum para o botão de atualizacao cadastral na tela principal*/
.btn-danger {
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/* Estilos para tela de ajuda */
.ui-widget-content {
	background: #fff
	url(../imagens/jquery-ui/a80606/ui-bg_flat_75_ffffff_40x100.png) 50% 50%
	repeat-x;
	border: 1px solid #ccc;
	color: #222;
}

.ui-dialog {
	box-shadow: 0 0 23px rgba(21, 23, 23, .25);
	overflow: hidden;
	-moz-box-shadow: 0 0 23px rgba(21, 23, 23, .25);
	-webkit-box-shadow: 0 0 23px rgba(21, 23, 23, .25);
}

.ui-dialog .ui-dialog-title {
	color: #555;
	content: '';
	float: left;
	font-family: 'Trebuchet MS',sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.ui-dialog .ui-dialog-title-before {
	content: '';
	display: block;
	float: left;
	height: 18px;
	margin-right: 5px;
	width: 18px;
}

.ui-dialog .ui-dialog-content,.ui-dialog .ui-dialog-content .textoAjuda {
	color: #555;
}

.textoAjuda a,.textoAjuda a:hover {
	font-size: 9pt;
}

.ui-dialog .ui-dialog-content hr {
	background-color: #ddd !important;
	color: #fff;
}

.ui-dialog  .tituloTela {
	color: #555 !important;
	font-size: 15px;
	height: 40px !important;
}

.ui-widget-header {
	background: #f2f2f2;
	border-bottom: 1px solid #ccc;
	color: #333;
}

.ui-widget-header .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-focus.ui-corner-all {
	background: none;
	border-radius: 0;
	border: 0 !important;
}

.ui-widget-header.ui-corner-all {
	border-radius: 0;
}

#stlWindowAjudaTitulo img,.tituloTela img {
	display: none;
	height: auto;
	width: 138px;
}

.ui-widget-header {
	border-color: #ccc !important;
}

.destaqueAjuda {
	background-color: #f9edbe;
	border-bottom-color: #f9edbe;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-style: solid;
	border-bottom-width: 4px;
	border-top-color: #f9edbe;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-top-style: solid;
	border-top-width: 4px;
	color: #222;
	-moz-border-image: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
}

.textoAjuda li {
	margin-bottom: 10px;
	margin-top: 4px;
}

/* FIM DOS ESTILOS PARA TELA DE AJUDA  */

/*Estilo para a dialog de sair*/
.dialog-sair p {
	padding: 10px 10px 10px 10px;
	width: 95%;
}

.dialog-sair .container-botoes-sair,#dialogAdicionarAtalho .container-botoes-sair,.container-botoes-sair {
	padding: 10px 10px 10px 10px;
	text-align: right;
	width: 95%;
}

.dialog-sair .info-sair {
	background-color: #ffffbf;
	background-image: url('../imagens/comum/info.png');
	background-position: 8px center;
	background-repeat: no-repeat;
	border-radius: 10px;
	border: 1px solid #e1e1e8;
	color: #666;
	font-size: 12px;
	padding-left: 40px;
	padding: 8px;
}

/*Estilo para a dialog de Ajuda Geral*/

div #dialogAjudaGeral {
	padding-top: 30px;
}

.dialogAjudaGeral ul {
	padding-left: 40px;
}

.dialogAjudaGeral p {
	padding: 10px;
}

/* Estilos para dialog padrao */
.dialogPadrao {
	color: #555;
	display: none; /* fica visivel ao ser chamado pelo dialog() do jQuery */
	font-family: 'Trebuchet MS',Arial,Helvetica,sans-serif;
	font-size: 12px;
}

.dialogPadrao p {
	padding: 10px;
}

/*Estilo da máscara para deixar a página escura com destaque apenas na dialog*/
.mascara {
	background: #000 !important;
	display: none;
	height: 100%;
	left: 0;
	opacity: .5;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 997;
	filter: alpha(opacity=50); /* internet explorer */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50) !important; /* Next 2 lines IE8 */
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(opacity=50)' !important; /*IE8*/
	-khtml-opacity: .5;      /* khtml, old safari */
	-moz-opacity: .5;       /* mozilla, netscape */
}

.cursor-zoom,.cursor-zoom * {
	cursor: url(../imagens/comum/magnify.cur);
	cursor:    -moz-zoom-in;
	cursor: -webkit-zoom-in;
}

/* Estilo para caixa de aviso */
div div.caixaAviso {
	background-color: #fcf8e3;
	background-image: none;
	background-position: 8px 8px;
	background-repeat: no-repeat;
	border-radius: 3px;
	border: 1px solid #e1e1e8;
	color: #666;
	font-family: 'Trebuchet MS', Droid, sans-serif;
	font-size: 10px;
	line-height: 14px;
	padding: 5px;
	position: absolute;
	width: 193px;
	z-index: 1;
}

div .btnFechar-caixaAviso {
	background-image: url('../imagens/comum/fechar.png');
	cursor: pointer;
	float: right;
	height: 15px;
	position: relative;
	width: 15px;
}

div .btnFechar-caixaAviso:hover {
	background-image: url('../imagens/comum/fecharHover.png');
