@charset "UTF-8";

body {
	font-size: 12px;
	font-family: Verdana, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

body.pagina {
	background: #f0f0f0 url(../images/fundo.gif) repeat center top;
	overflow: auto;
	cursor: default;
}

#fckbody {
	color: #000000;
	background-color: #ffffff;
	padding: 5px;
	text-align: justify;
}

table {
	font-size: 12px;
	font-family: Verdana, Helvetica, sans-serif;
}

a {
	cursor: pointer;
	cursor: hand;
	color: #333399;
	text-decoration: none;
}

a:hover {
	color: #cc3333;
}

a img {
	border: 0px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	text-align: center;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 110%;
}

p {
	line-height: 1.5em;
	text-indent: 20px;
	text-align: justify;
	margin: 0px;
	padding: 0px;
}

.sideborder {
	background: url(../images/border.gif) repeat-y center top;
	width: 10px;
}

.box_big_l {
	background: #ffffcc url(../images/box_big_l.gif) repeat-y center top;
	padding: 0px 14px 0px 10px;
	text-align: justify;
}

.box_big_top {
	background: url(../images/box_big.gif) no-repeat center top;
	height: 10px;
	font-size: 8px;
}

.box_big_bottom {
	background: url(../images/box_big.gif) no-repeat center bottom;
	height: 14px;
	font-size: 8px;
}

.box_med_l {
	background: #ffffcc url(../images/box_med_l.gif) repeat-y center top;
	padding: 0px 14px 0px 10px;
	text-align: justify;
}

.box_med_top {
	background: url(../images/box_med.gif) no-repeat center top;
	height: 10px;
	font-size: 8px;
}

.box_med_bottom {
	background: url(../images/box_med.gif) no-repeat center bottom;
	height: 14px;
	font-size: 8px;
}

.box_med_caixa {
	height: 175px;
	overflow: auto;
	padding-right: 6px;
	margin-right: -3px;
	margin-bottom: 3px;
}

#rodape {
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	background: url(../images/rodape.gif) no-repeat center bottom;
	height: 60px;
	padding-bottom: 4px;
}

#menu ul {
	font-size: 10px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	width: 170px;
	background: url(../images/estante_mid.gif) repeat-y center top;
	list-style-type: none;
}

#menu li {
	background: url(../images/livro.gif) no-repeat center top;
	width: 154px;
}

#menu a {
	text-align: left;
	color: #eeeeee;
	margin-left: 8px;
	width: 130px;
	white-space: nowrap;
	display: block;
	line-height: 20px;
	height: 20px;
}

#menu a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#background {
	position: fixed;
	top: 0px;
	left: 0px;
	display: none;
	background-color: #000000;
	filter: alpha(opacity=80);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	z-index: 1;
	width: 100%;
	height: 100%;
	_position: absolute;
	_top: expression(eval(document.compatMode && document.compatMode=="CSS1Compat") ? documentElement.scrollTop : document.body.scrollTop);
	_left: expression(eval(document.compatMode && document.compatMode=="CSS1Compat") ? documentElement.scrollLeft : document.body.scrollLeft);
}

#overlay {
	position: fixed;
	top: 50%;
	left: 50%;
	_position: absolute;
	display: none;
	color: #0f0f0f;
	border: 2px ridge #0066EE;
	z-index: 2;
}

#overlay table {
	color: #0f0f0f;
	font-size: 12px;
	font-family: Verdana, Helvetica, sans-serif;
}

#overlay #janela {
	overflow: auto;
	padding: 3px;
}

#overlay #titlebar {
	color: #ffffff;
	background: #0066EE url(../images/titlebar.gif) repeat-x scroll top left;
	line-height: 22px;
	padding-left: 5px;
	font-weight: bold;
}

.titulo {
	color: #CC5010;
	border-bottom: 2px solid #CC5010;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 175%;
	text-indent: 10px;
	margin-bottom: 8px;
}

.subtitulo {
	color: #CC5010;
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 3px;
}

.titulo span, .acao {
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 5px;
	color: #666666;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
}

.acao {
	padding-left: 0px;
}

#overlay .titulo {
	border-bottom-width: 0px;
}

#overlay a {
	color: #0000FF;
}

#overlay a:hover {
	color: #000099;
}

.notificacao {
	text-align: center;
	font-weight: bold;
	margin: 12px 6px;
}

.check_sucesso {
	padding-right: 25px;
	background: #ffffff url(../../includes/images/sucesso.gif) no-repeat scroll center right;
}

.check_falha {
	padding-right: 25px;
	background: #ffffff url(../../includes/images/falha.gif) no-repeat scroll center right;
}

.sucesso {
	color: #009900;
}

.falha {
	color: #AA0000;
}

.noticia_titulo {
	margin: 5px 5px 0px 0px;
	font-weight: bold;
}

.noticia_descr {
	font-style: italic;
	padding-bottom: 5px;
}

.noticia_data {
	text-align: left;
	font-size: 10px;
	color: #333333;
	margin: 2px 10px;
}

.evento_titulo {
	margin-left: 5px;
	font-weight: bold;
}

.evento_descr {
	text-indent: 20px;
	text-align: justify;
	font-style: italic;
	font-size: 12px;
}

.evento_data {
	font-size: 14px;
	color: #333333;
	margin-bottom: 10px;
	text-align: center;
}

ul.clickpoesia {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

table.form th {
	text-align: right;
	padding-right: 0.5em;
}

.field {
	margin-top: 8px;
	padding: 8px;
	border: 1px solid #AAAAAA;
	font-size: 10px;
	background-color: #efefdf;
}

.field form {
	padding: 0px;
	margin: 0px;
}

.label {
	position: relative;
	top: -15px;
	left: 0px;
	padding: 5px 10px;
	background: #F6F6F6;
	border: 1px solid #AAAAAA;
	color: #000000;
	font-weight: bold;
	font-size: 11px;
}

.tabela_academico th {
	text-align: left;
}

.nome_academico {
	font-size: 130%;
	font-style: italic;
}

a.popup {
	cursor: default;
}

a.popup span {
	display: none;
}

a.popup span div {
	border-bottom: 1px #666666 solid;
	padding: 4px;
	margin: -4px;
	margin-bottom: 4px;
}

a.popup:hover {
	text-indent: 0px;
}

a.popup:hover span {
	display: block;
	position: absolute;
	margin-left: 36px;
	margin-top: -17px;
	_margin-left: 2px;
	_margin-top: -2px;
	border: 1px #333333 solid;
	border-color: #CCCCCC #333333 #333333 #CCCCCC;
	color: #000000;
	background-color: #FFFFCC;
	padding: 4px;
	text-align: left;
	white-space: nowrap;
}

a.botao {
	background-color: #FCFCFC;
	color: #3333FF;
	border: 1px solid #000000;
	border-color: #D0D0D0 #303030 #303030 #D0D0D0;
	padding: 3px 9px;
	_padding: 0px 9px;
	height: 20px;
	line-height: 20px;
	text-decoration: none;
}

a.botao:hover {
	background-color: #E9F6FF;
}