body {
	height: 100%; 
	overflow-y: scroll;
	background-color: #EBEBEB;
}

body, form {
	padding: 0px;
	margin: 0px;
}

body, input, select, table, textarea, tr {
	color: #000000; 
	font-size: 11px; 
	font-family: Verdana;
}

body, table, tr {
	line-height: 18px;
}

thead tr {
	height: 23;
	
	background-image: url("../images/thead_bg.png");
	background-repeat: repeat-x;
	
	color: #000000;
	font-size: 11px;
	font-family: Verdana;
	font-weight: bold;
}

a {
	color: #3232C8;
	text-decoration: none;
}

.menu {
	display: block;
	width: 155px;
	
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 6px;
	
	background-repeat: no-repeat;
	background-image: url("../images/menu_1.png");
	color: #000000;
		
	font-size: 9px; 
	font-weight: bold;
	line-height: 25px;
}
	
.menu:hover {
	background-image: url("../images/menu_2.png");
	color: #FFFFFF; 
}

.seta {
	background-image: url("../images/menu_1_seta.png");
}
	
.seta:hover {
	background-image: url("../images/menu_2_seta.png");
}

.submenu {
	position: absolute;
	z-index: 100;
	overflow: hidden;
	
	margin-top: -28px;
	margin-left: 160px;
	
	background-color: #FFFFFF; 
	border: 1px solid #C3C3C3;
	width: 170px;
}
	
.titulo {
	color: #6F6F6F;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	
	border:1px solid #C3C3C3;
	background-color: #FFFFFF;
	
	padding-left: 2px;
	padding-right: 2px;
	
	margin-bottom: 10px;
}

.subTitulo {
	color: #BABABA; 
	font-size: 9px; 
	font-family: Verdana;
	text-decoration: none;
	font-weight: normal;
	line-height: 10px;
}
	
.texto, .texto:link, .texto:visited, .texto:active {
	color: #000000; 
	font-size: 11px; 
	font-family: Verdana;
	text-decoration: none;
	
	line-height: 18px;
}

.texto:hover {
	text-decoration: underline;
}

.erro {
	color: #FF0000;
	font-size: 10px;
	font-family: Verdana;
	font-weight: bold;
	
	line-height: 20px;
}

.sucesso {
	color: #0000FF;
	font-size: 10px;
	font-family: Verdana;
	font-weight: bold;
	
	line-height: 20px;
}

.data {
	color: #BABABA; 
	font-size: 9px; 
	font-family: Verdana;
	text-decoration: none;
	line-height: 10px;
}

.linkIMG, .linkIMG:link, .linkIMG:visited, .linkIMG:active, .linkIMG:hover {
	text-decoration: none;
}

fieldset {
	border: 1px solid #C3C3C3;
}

.caixaTitulo {
	color: #6F6F6F;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	
	border-bottom:1px solid #C3C3C3;
	background-color: #FFFFFF;
	
	padding-left: 2px;
	padding-right: 2px;
}

.caixa {
	border:1px solid #C3C3C3;

	position: relative;
	line-height: 20px;
}

.tooltip {
	position: absolute;
	display: none;

	background-color: #FFFFFF;
	color: #000000;
	font-size: 10px;
	font-family: Verdana;
	text-decoration: none;
	
	border:1px solid #BABABA;
	padding:5px;
	
	z-index: 1000;
	overflow: hidden;
}

div.tituloBarra {
	position: absolute; 
	text-align: right; 
	width: 100%; 
	margin-top: -29px; 
	margin-left: -5px;
}

#cenapad-cabecalho {
	background-image:url(../images/cabecalho.png);
	background-repeat:repeat-x;
	height:72px;
	padding:0px;
}

#cenapad-rodape {
	background-image:url(../images/rodape.png);
	background-repeat:repeat-x;
	height:72px;
	padding:0px;
}

#ufc-cabecalho {
	background-image:url(../images/ufc_banner_background.gif);
	background-repeat:repeat-x;
	height:70px; /* altura exata da imagem ufc_banner_background.gif */
	width:100%;
	border:0px;
}

#ufc-cabecalho-logo {
	padding-left:14px;
	width:62px; /* largura exata da imagem do ufc_banner_brasao.gif */
}

#ufc-cabecalho-barra {
	/* a cor da barra esta no ufc_banner_background.gif */
	height:18px;
}

#menu-title {
	background-color: #0062A8;
	height: 24px;
	padding-left: 15px;
	
	color: #FFFFFF; 
	font-size: 11px;
	font-weight: bold; 
	font-family: Verdana;
	text-decoration: none;
	
	line-height: 18px;
}

#disabledBlackZone {
	position: fixed;
    z-index: 500;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.75;
}

#dialogZone {
	position: fixed;
	z-index: 501;
	background: #FFFFFF;
	border: 2px solid #C3C3C3;
	width: 500px;
	height: 300px;
    left: 0;
    top: 0;
}

#dialogZoneButtonBar {
	position: absolute;
	width: 100%;
	text-align: right;
	margin-top: 5px;
	margin-left: -5px;
}

#dialogZoneTitleBar {
	width: 100%;
	height: 23px;
	line-height: 23px;
	background-image: url('../images/thead_bg.png');
	background-repeat: repeat-x;
	color: #000000;
	font-size: 11px;
	font-family: Verdana;
	font-weight: bold;
}

#dialogZoneTitle {
	padding-left: 5px;
}

#dialogZoneMessage {
	padding: 5px;
}

#disabledAjaxLoaderZone {
	position: fixed;
    z-index: 1000;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.75;
}

#ajaxLoaderZone {
	position: fixed;
	z-index: 1001;
    right: 10px;
    top: 10px;
}