
body {
	color: black;
	font-family: Verdana, Arial;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

a {
	color: rgb(255, 33, 33);
}

a:link {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	color: black;
	font-family: Verdana, Arial;
	font-size: 11px;
}

em.bold {
	font-weight: bold;
	font-style: normal;
}

/* Top bar */
#topbar {
	position: absolute;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 77px;
}

/* Top bar */
#sidebar {
	position: absolute;
	top: 77px;
	bottom: 0px;
	left: 0px;
	width: 111px;
	height: 100%;
}

#sidebar img {
	display: block;
	border-image-width: 0;
	margin: 0px;
}

/* Mid bar */
#main {
	position: absolute;
	top: 77px;
	bottom: 0px;
	left: 111px;
	right: 0px;
}

#display {
	width: 681px;
	height: 331px;
	overflow: auto;
}

#contents {
	width: 665px;
	min-height: 331px;
	padding: 10px;
	background-color: rgb(247, 247, 247);
	background-image: url("/cisa/javax.faces.resource/img/img_3pontinhos.gif.xhtml");
	background-repeat: no-repeat;
	background-position: right top;
}

#contents h1 {
	margin-top: 0px;
	color: #FF2222;
	font-size: 14px;
	font-family: Verdana, Arial;
	font-weight: bolder;
}

#contents h2 {
	margin-top: 0px;
	color: #FF2222;
	font-size: 12px;
	font-family: Verdana, Arial;
	font-weight: bold;
}

#contents h3 {
	margin-top: 0px;
	color: black;
	font-size: 12px;
	font-family: Verdana, Arial;
	font-weight: bold;
}

#contents p {
	margin-top: 0px;
	font-family: Verdana;
	font-size: 11px;
	font-weight: 100;
}

#contents strong {
	font-weight: bold;
}

/* South bar */
#southbar {
	width: 100%;
	height: 358px;
}

/* Download table */
table.filelist {
	font-family: Verdana, Arial;
	font-size: 11px;
	background-color: rgb(238, 238, 238);
	width: 98%;
	text-align: center;
}

table.filelist th {
	background-color: rgb(204, 204, 204);
	color: rgb(0, 51, 153);
}

/* Login */
#login {
	background-image: url("/cisa/javax.faces.resource/img/bk_identifica.gif.xhtml");
	text-align: center;
	width: 456px;
	height: 103px;
	padding-top: 90px;
	margin: 0 auto;
}

#login table {
	margin: 0px auto;
}

#loginmessage {
	background-image: url("/cisa/javax.faces.resource/img/img_recados.gif.xhtml");
	text-align: center;
	width: 442px;
	height: 97px;
	margin: 0 auto;	
	padding: 5px;
}

#loginmessage h1 {
	font-size: 11px;
	font-weight: bold;
}


/* Transparent components */
.ui-nobackground tr, .ui-nobackground td {
	background: none;
	background-color: transparent;
}

.menuButtonBase span {
	display: none;
}

.menuButton01 {
	background-image: url("/cisa/javax.faces.resource/img/bt_01.png.xhtml");
	display: block;
	width: 111px;
	height: 84px;
	border: none;
	padding: 0px;
	margin: 0;
}

.menuButton02 {
	background-image: url("/cisa/javax.faces.resource/img/bt_02.png.xhtml");
	display: block;
	width: 111px;
	height: 88px;
	border: none;
	padding: 0px;
	margin: 0;
}

.menuButton03 {
	background-image: url("/cisa/javax.faces.resource/img/bt_03.png.xhtml");
	display: block;
	width: 111px;
	height: 90px;
	border: none;
	padding: 0px;
	margin: 0;
}

.menuButton04 {
	background-image: url("/cisa/javax.faces.resource/img/bt_04.png.xhtml");
	display: block;
	width: 111px;
	height: 95px;
	border: none;
	padding: 0px;
	margin: 0;
}

.roundButton {
	color: #808080;
	background-color: #FFFFFF;
	border-radius: 15px;
	border: 1px solid #808080;
	font-family: Verdana, Arial;
	font-size: 10px;
}

/* Round message box */
div.roundedMessage{
	width: 590px;
	margin: 0 auto;
	text-align: left;
}

div.roundedMessageTitle {
	background: #cccccc;
	color: rgb(0, 51, 153);
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;	
	width: 554px;
	height: 19px;
	padding-top: 13px;
	padding-left: 18px;
	padding-right: 18px;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	margin-bottom: 1px;
}

div.roundedMessageSep {
	width: 100%;
	height: 1px;
	margin: 0px;
	border-top: 1px dotted black;
}

div.roundedMessageBody {
	background: #eeeeee;
	width: 554px;
	padding: 18px;
	margin-top: 1px;
	margin-bottom: 1px;

}

div.roundedMessageFooter {
	background: #cccccc;
	width: 100%;
	height: 7px;
	margin-top: 1px;
	margin-bottom: 8px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}



