@charset "utf-8";
/* CSS Document */

body
{
        background-color: #d8d6dc;
		background-image: url(../images/fundo.jpg);
		background-attachment: fixed;
		background-position: top center;
		background-repeat:no-repeat;
		color: #000040;
		font-family: Verdana, Geneva, sans-serif;
		text-align: center;
		margin: 10px 0px;
		
		/* Retirado por problema de impressão
		overflow-x: hidden;
		*/
}

body, h1, h2, h3, h4, h5, h6, form, dl, ul, ol, dt, dd, p, address, img {
	margin:0px;
	padding:0px;
	border: 0px;
}

a:link
{
	text-decoration: none;
	color:#22a1ea;
}

a:visited
{
	text-decoration: none;
	color:#22a1ea;
	
}

a:hover
{
	color: #22a1ea;
	text-decoration: underline;
}

div#internalPage ol, div#internalPage ul
{
	font-size: 14px;
	padding-left: 30px;
	list-style-position: outside;
	font-weight: normal;
	color: #052d7c;
	margin: 10px 0px;
	line-height: 1.5;
	text-indent: 0px;
}

div#internalPage ul
{
    list-style-type: square;   
}

div#internalPage ol
{
    list-style-type: decimal;   
}


div#mainBorder
{
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
	_margin-top:-22px;
	width: 995px;
	/*background-repeat:repeat;*/
	/*position: relative;*/
	background-image: url(../images/transparencia2012.png);
	background-repeat: repeat-y;
}

div#govBorder
{
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
	/*background-color: #043b50;*/
	/*background-color: #033C51;*/
	/*width: 740px;*/
	width: 980px;
	height: 39px;
	text-align:center;
}

div#main
{
	width: 960px;
	text-align: left;
	background-repeat: repeat-y;
	background-position: 0px;
	display: block;
	height:auto;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 17px;
}

img#linkHome
{
	width: 267px;
	height: 120px;
	background-image:url(../images/logo2012.png);
	background-repeat:no-repeat;
	margin-left: -500px;
	margin-top: 15px;
}

.redesociais
{
	padding-left:500px;
}

img#header
{
	width: 720px;
	height: 90px;
	margin: 0px 0px 0px 0px;
	_margin: 0px 0px -3px 0px;
	border: 0px;
	clear: both;
}

div#leftCol
{
	float: left;
	width: 170px;
	margin-top:0px;
	_margin-top: -1px;
	/*background-color: #dae5f7;*/
	z-index:1;
}

ul#menu
{
	width: 170px;
	list-style-type: none;
	font-size: 12.5px;
	font-weight: bold;
	color: #006;
}

ul#menu li
{
	color:#361915;
	border-bottom: 2px solid #FFF;
	padding: 5px 5px 5px 10px;
	background-image:url(../images/fundo_menu.png);
	background-repeat:repeat;
	background-color: #508ac8;
}

ul#menu li.rounded
{
	background-image: url(../images/menuRoundedBack.gif);
}

ul#menu li.secure
{
	background-color: #a2bae0;
	background-image:url(../images/menu_secure.png);
	background-repeat:repeat;
	border-bottom: 2px solid #FFFFFF;
	padding: 5px 5px 5px 10px;
}

ul#menu li.subMenu
{
	padding: 5px 5px 5px 20px;
	background-image: url(../images/btn_menu_sub.png);
	border-bottom: 2px solid #e4e1f7;
}

ul#menu li a { 
	position: relative; 
	z-index: 1;
} 

ul#menu li a:link
{
	color: #361915;
	text-decoration: none;
}

ul#menu li.subMenu a:link
{
	color: #361915;
	text-decoration: none;
}

ul#menu li.subMenu a:hover
{
	text-decoration: underline;
}

ul#menu li.subMenu a:visited
{
	color: #361915;
	text-decoration: none;
}

ul#menu li.secure a:link
{
	color: #361915;
	text-decoration: none;
}

ul#menu li.secure a:visited
{
	color: #194A53;
	text-decoration: none;
}

ul#menu li a:visited
{
	color: #194A53;
	text-decoration: none;
}

ul#menu li a:hover
{
	color: #EAF9FF;
	text-decoration: none;
	text-shadow: 1px 1px 1px #0f295e;
	
}

ul#menu li.secure a:hover
{
	color: #FFF;
	text-decoration: none;
}

img.secureImg
{
	margin-left: 10px;
	position: relative;
	margin-top: 2px;
}

address
{
	font-size: 10px;
	font-style: normal;
	font-weight:bold;
	padding: 10px 5px 10px 5px;
	line-height: 20px;
	color: #000066;
	background-image:url(../images/fundo_menu.png);
	background-repeat:repeat;
	background-color: #508ac8;
}

address a:link
{
	color: #22a1ea;
	
}

address a:visited
{
	color: #479ccc;
}

address a:hover {
	color: #02afff;
	text-decoration: underline;
}

div#content {
	float: left;
	width: 780px;
	margin-left:10px;
	z-index:2;
	padding-top: -100px;
	margin-bottom: 10px;
}

div#content_2 {
	position:relative;
	float: left;
	width: 955px;
	margin-left:10px;
	z-index:2;
	_padding-top: -10px;
	padding-top: 25px;
	margin-top:-60px;
}

div#centerCol
{
	border: 0px solid red;
	float: left;
}

div#rightCol
{
	border: 0px solid red;
	width: 265px;
	float: left;
}

img#bannerPrincipal
{
	width: 780px;
	height: 210px;
	margin-bottom: 10px;
	_margin-bottom: 6px;

}

img#bannerCadastro
{
	width: 540px;
	height: 100px;
	margin-bottom: 10px;
	_margin-bottom: 6px;
}

div.menuSpot
{
	_width: 255;
	margin-bottom: 10px;
	padding-left: 10px;
}

div.menuSpot h1 a
{
	color: #ef533f;
	font-size: 15px;
}

div.menuSpot p a
{
	color: #81a5bf;
	font-size: 14px;
}

div.menuSpot p a:hover
{
	color: #2b7bd1;
	font-size: 14px;
}

div#newsBox
{
	width: 260px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right:90px;
	padding-bottom: 10px;
	float:left;
}

div#acadNewsBoximagem
{
	width: 260px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right:90px;
	padding-bottom: 10px;
	float: left;
}
ul#newsList
{
	list-style-type: none;
	font-size: 14px;
	list-style-image: url(../images/bullet.gif);
	padding-left: 30px;
}

ul#newsList li
{
	padding: 0px 30px 2px 0px;
	_padding: 3px 30px 5px 0px;
}

ul#newsList li a:link
{
	color: #508ac8;
	text-decoration: none;
}

ul#newsList li a:visited
{
	color: #839db9;
	text-decoration: none;
}

ul#newsList li a:hover
{
	color: #2b7bd1;
	text-decoration: underline;
}

div.sponsorsBox
{
	width: 265px;
	margin-bottom: 10px;
}

div.logoImpar
{
	float: left;
	padding: 15px;
}

div.logoPar
{
	float: right;
	padding: 15px;
}


div#footer
{
	clear: both;
	padding: 10px;
}

div#internalPage
{
	padding: 10px 25px 10px 10px;
	
	line-height: 1.5;
	font-size: 14px;
	margin-bottom: 10px;
	text-indent: 25px;
	text-align: justify;
	width:900px;
	
	/* Retirado por problema de impressão
	overflow:auto;
	float: left;
	*/
	
}

div#internalPage.publicWidth {
	width:740px;
}

div#internalPage h1, div#internalPage h2, div#internalPage h3, div#internalPage h4, div#internalPage h5, div#internalPage h6
{
	color: #ef533f;
	line-height: 1.5;
	font-weight: bold;
	padding-bottom: 10px;
	text-indent: 0px;
}

div#internalPage h1
{
	font-size: 22px;
}

div#internalPage h2
{
	font-size: 17px;
}

div#internalPage h3
{
	font-size: 15px;
}

div#internalPage h4
{
	font-size: 13px;
}

div#internalPage h5
{
	font-size: 13px;
	color: #22a1ea;
}

div#internalPage h5 a:link
{
	color: #22a1ea;
}

div#internalPage h5 a:visited
{
	color: #479ccc;
}

div#internalPage h5 a:hover
{
	color: #02afff;
	text-decoration: underline;
}

div#internalPage p
{
	color: #000;
	line-height: 1.5;
	font-size: 14px;
	margin-bottom: 10px;
	text-indent: 25px;
	text-align: justify;
}

div#internalPage hr
{
	height: 1px;
	color: #09C;
	margin-bottom: 10px;
	margin-top: 10px;
	border: 0px;
	padding: 0px;
	clear: both;
}

div#internalPage a:link
{
	color: #22a1ea;
	text-indent: 0px;	
}


.formItem, form div.formItem
{
	font-size: 12px;
	font-weight: bold;
	color: #003;
	text-indent: 0px;
	margin-left: 20px;
	border:#1px #00ccff;	
}

form div.formItem {	
	float: left;
}

form div.formItem td {
	font-size: 12px;
	font-weight: normal;
	color: #052d7c;	
}

.imagemItem {
	font-size: 14px;
	font-weight: normal;
	color: #052d7c;
	margin-top:25px;
	text-align:center;
}

form div.formSelect
{
	font-size: 12px;
	font-weight: bold;
	color: #001299;
	clear: both;
	text-indent: 0px;	
	margin-left:20px;
}

select.multiple
{
	clear: both;
	border: 1px solid #00ccff;
	height: 60px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-family: arial, verdana;
	font-size: 12px;
	color: #3E4A45;
	font-weight: bold;
}

form div.formCheck
{
	font-size: 14px;
	font-weight: bold;
	color: #033;
	clear: both;
	text-indent: 0px;	
}

div.formGroup
{
	clear: both;
	background-color: #e4e1f7;
	padding: 3px 10px 3px 10px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	color: #033;
	text-align: center;
	margin: 20px 0px 10px 0px;
	text-indent: 0px;
}

form div.formButton
{
	clear: both;
	text-align: left;
	margin: 20px 10px 10px 10px;
}

input.button
{
	background-image: url(../images/buttonBack.gif);
	border: 1px solid #F90;
	font-weight: bold;
	font-size: 14px;
	padding: 0px 10px 2px 10px;
	height: 20px;
	float: left;
	margin-right: 10px;
	letter-spacing: 1px;
}

.linkbutton, a:visited.linkbutton, a:hover.linkbutton
{
	background-image: url(../images/buttonBack.gif);
	border: 1px solid #F90;
	font-weight: bold;
	font-size: 14px;
	padding: 0px 10px 2px 10px;
	height: 18px;
	float: left;
	margin-right: 10px;
	letter-spacing: 1px;
	color: #000000;
	text-decoration:none;
}

select
{
	clear: both;
	border: 1px solid #F90;
	height: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #3E4A45;
	font-weight: normal;
}

table.list4 select
{
	clear: both;
	border: 1px solid #F90;
	height: 20px;
    width: 100px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #3E4A45;
	font-weight: normal;
}

select.multiple
{
	clear: both;
	border: 1px solid #F90;
	height: 60px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #3E4A45;;
	font-weight: normal;
}


.largeTextInput
{
	border: 1px solid #F90;
	height: 25px;
	width: 300px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight:bold;
	color: #000;
	background-color: #FEFCFA;
}

.largeFreeTextInput
{
	border: 1px solid #00ccff;
	height: 20px;
	width:300px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #3E4A45;
	font-weight: normal;
}

.smallTextInput
{
	border: 1px solid #00ccff;
	height: 20px;
	width: 145px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #3E4A45;
	font-weight: normal;
}

.smallFreeTextInput
{
	border: 1px solid #00ccff;
	height: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #3E4A45;
	font-weight: normal;
}

.largeTextInput2
{
	border: 1px solid #00ccff;
	height: 20px;
	width: 300px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-family: arial, verdana;
	font-size: 14px;
	color: #3E4A45;
	font-weight: normal;
	/*background-color: #DAE5F7;*/
        background-color: #99ebff;
}

.largeTextInput_2
{
	border: 1px solid #00ccff;
	height: 20px;
	width: 500px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-family: arial, verdana;
	font-size: 14px;
	color: #3E4A45;
	font-weight: normal;
	/*background-color: #DAE5F7;*/
        background-color: #99ebff;
}

.selectBoxObrigatorio
{
        background-color: #99ebff;
}

.largeFreeTextInput2
{
	border: 1px solid #00ccff;
	height: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-family: arial, verdana;
	font-size: 14px;
	color: #3E4A45;
	font-weight: normal;
        /*background-color: #DAE5F7;*/
        background-color: #99ebff;
}

.smallTextInput2
{
	border: 1px solid #00ccff;
	height: 20px;
	width: 145px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-family: arial, verdana;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
        /*background-color: #DAE5F7;*/
        background-color: #99ebff;
}

.smallFreeTextInput2
{
	border: 1px solid #00ccff;
	height: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-family: arial, verdana;
	font-size: 14px;
	color: #3E4A45;
	font-weight: normal;
        /*background-color: #DAE5F7;*/
    background-color: #99ebff;
}

div#internalPage div.formError
{
	border: 1px solid #663102;
	padding: 10px;
	background-color: #82d7e1;
	color: #003366;
	font-size: 14px;
	text-align: left;
	width: 700px;
}


div#internalPage div.formError ul
{
	line-height: 25px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-type: disc;
	list-style-position: outside;
	width: 600px;
	font-size: 14px;
	padding-left: 0px;
	list-style-position: outside;
}

div#internalPage div.formError ul li
{
 color: #BB1F09;
 padding: 0px;
}

div#internalPage div.message
{
	border: 1px solid #00ccff;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/fundo_menu1.png);
	background-repeat: repeat-y;
	color: #001299;
	font-size: 14px;
	font-style:italic;
	text-align: left;
	list-style-position: outside;
	width: 730px;
}

 div#internalPage div.message ul
{
	line-height: 25px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-type: disc;
	list-style-position: outside;
	width: 600px;
	font-size: 14px;
	padding-left: 0px;
}

div#internalPage div.message ul li
{
	color: #052d7c;
	padding: 0px;
}

img#msgImage
{
float: left;
margin: 10px 25px 10px 25px;
}


table.list, table.list4, table.listNoticias {
	border: 2px solid #2d5083;
	border-collapse: collapse;
	margin-bottom: 10px;
	text-indent: 0px;
	margin-left: auto;
	margin-right: auto;
}

table.list thead tr th, table.list4 thead tr th, table.listNoticias thead tr th, table.list tfoot tr td, table.list4 tfoot tr td, table.listNoticias tfoot tr td
{
	font-family: arial, verdana;
	font-size: 13px;
	border: 1px solid #FFFFFF;
	/*background-color: #3E587B;*/
	background-color: #2d5083;
	padding: 5px 5px 5px 5px;
	color: #FFFFFF;
}

table.list thead tr th a:link, table.list4 thead tr th a:link, table.listNoticias thead tr th a:link {
	/*background-color: #3E587B;*/
	background-color: #2d5083;
	color: #FFFFFF;
	padding: 5px;
}

table.list thead tr th a:visited, table.list4 thead tr th a:visited, table.listNoticias tr th a:visited
{
	/*background-color: #3E587B;*/
	background-color: #2d5083;
	color: #FFFFFF;
}

table.list thead tr th a:hover, table.list4 thead tr th a:hover, table.listNoticias thead tr th a:hover
{
	/*background-color: #3E587B;*/
	background-color: #2d5083;
	color: #00ccff;
	text-decoration: underline;
}

table.list tbody tr td, table.list4 tbody tr td
{
	font-family: arial, verdana;
	font-size: 13px;
	border: 1px solid #e4e1f7;
	padding: 5px 5px 5px 5px;
	color: #3E4A45;
	
}

table.listNoticias tbody tr td
{
	font-family: arial, verdana;
	font-size: 13px;
	border: 1px solid #063;
	padding: 5px 5px 5px 5px;
	color: #3E4A45;
	
}


h5.pagination img
{	position: relative;
	top: 3px;
}

h5.pagination a:link
{
	color: #063;
}

h5.pagination a:visited
{
	color: #006633;
}

h5.pagination b
{
	color: #FFFFFF;
}

ul#internalNewsList
{
	list-style-type: none;
	font-size: 14px;
	list-style-image: url(../images/bullet.gif);
	padding-left: 30px;
}

ul#internalNewsList li
{
	padding: 0px 30px 2px 0px;
	_padding: 3px 30px 5px 0px;
}

ul#internalNewsList li a:link
{
	color: #22a1ea;
	text-decoration: none;
}

ul#internalNewsList li a:visited
{
	color: #479ccc;
	text-decoration: none;
}

ul#internalNewsList li a:hover
{
	color: #02afff;
	text-decoration: underline;
}

form#filterForm
{
	/*	background-color: #F8FAF1; */
	/*background-color: #DAE5F7; */
	background-color: #d9e6f6;
	padding: 10px;
	border: 1px solid #cccccc;
	text-indent: 0px;
}

form#filterForm div.formSelect {
	float: left; 
	clear: none;
	display: block;
	margin-left:20px;
}

form#filterForm div.formItem {
	float: left;
	clear: none;
	border: 0px solid red;
	display: block;
	margin-left:20px;
}

div#content div#internalPage table {
	width: 730px;
}

div.logo {
	width: 150px; 
	height: 75px ;
	text-align: center;
	vertical-align: center;
	float: left; 
}

div.logo img {
	vertical-align: center;
}


div#internalPage table {
    border: 2px solid #2d5083;
    border-collapse: collapse;
    width: 730px;
    margin-bottom: 10px;
    text-indent: 0px;
}

div#internalPage table tbody tr td.tableHead
{
    font-family: arial, verdana;
    font-size: 13px;
    border: 1px solid #FFFFFF;
    /*background-color: #EEF5D6;*/
    padding: 5px 5px 5px 5px;
    color: #423F2E;
    font-weight: bold;
    text-align: center;
    
}

div#internalPage table tbody tr td.table
{
    font-family: arial, verdana;
    font-size: 13px;
    border: 1px solid #2d5083;
    padding: 5px 5px 5px 5px;
    color: #666666;
}

div#internalPage table tbody tr.tableAlt
{
    background-color: #FFFFFF;
}

div#internalPage table tbody tr
{
    /*background-color: #DAE5F7;*/
   /* background-color: #cfeec9; */
}

div#internalPage table.list tbody tr.odd, div#internalPage table.list4 tbody tr.odd, div#internalPage table.listNoticias tbody tr.odd
{
	/*background-color: #DAE5F7;*/
	background-color: #d9e6f6;
}

div#internalPage table.list tbody tr.yellow, div#internalPage table.list4 tbody tr.yellow, div#internalPage table.listNoticias tbody tr.yellow
{
	/*background-color: #DAE5F7;*/
	background-color: #eeed95;
}

div#internalPage table.list tbody tr.even, div#internalPage table.list4 tbody tr.even, div#internalNoticias table.list4 tbody tr.even
{
	background-color: #FFFFFF;
}

div#printIcon
{
	color: #333333;
	font-size: 13px;
	line-height: 1.5;
	text-align: left;

}
div#printIcon a:link
{
	color: #090;	

}
div#printIcon a:visited
{
	color: #666;
}

div#printIcon a:hover
{
	color: #052d7c;
	background-color: #6C9;
	text-decoration: none;
}

table.list2
{
        border: 3px solid #000000;
        border-collapse: collapse;
        margin-bottom: 10px;
        text-indent: 0px;
}
                                                                                                                                                                            
table.list2 thead tr th, table.list2 tfoot tr td
{
	font-family: arial, verdana;
	font-size: 13px;
	border: 1px solid #000066;
	background-color: #2d5083;
	padding: 5px 5px 5px 5px;
	color: #052d7c;
}
                                                                                                                                                                            
table.list2 thead tr th a:link
{
	background-color: #EEF5D6;
	color: #052d7c;
	padding: 5px;
}
                             
                                                                                                                                                                           
table.list2 thead tr th a:visited
{
	background-color: #EEF5D6;
	color: #063;
}
                                                                                                                                                                            
table.list2 thead tr th a:hover
{
	background-color: #696;
	color: #052d7c;
	text-decoration: none;
}
                                                                                                                                                                            
table.list2 tbody tr td
{
        font-family: arial, verdana;
        font-size: 13px;
        border: 1px solid #000066;
        padding: 5px 5px 5px 5px;
        color: #666666;
                                                                                                                                                                            
}

.blogView .blogTitle .blogAuthor {
	font-size:12px;
	text-align:right;
	margin-top:-15px;
}

.author_label {
	text-align: left;
	padding:0px;
	margin-top:10px;
}

.div_titulo {
	color:#052d7c;
	font-size:21px;
	font-weight:bold;
	margin-bottom:15px;
}

.open_post {
	float:right;
	margin-top:-46px;
	font-size:11px;
	margin-bottom:15px;
}

.post_text {
	background-color:#F3F8E4;
	border-left:1px solid #22a42b;
	border-top:1px solid #22a42b;
	border-bottom:3px solid #22a42b;
	border-right:3px solid #22a42b;
	margin-top:15px;
	margin-bottom:15px;
	padding:10px;
}

.divImg {
	padding:none;
}

.show_img {
	position: absolute;
	text-align: center;
	background-color:#EEF8E4;
	border-left:1px solid #22a42b;
	border-top:1px solid #22a42b;
	border-bottom:3px solid #22a42b;
	border-right:3px solid #22a42b;
}

.show_img {
}

.show_img img {
	margin-left:-25px;;
}

.separador {
	background: url("/images/separador_red.gif");
}

.separador h5 {
	display:none;
}

.showButton {
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	font-weight: bold;
	padding: 0px;
	height: 20px;
	float: left;
	margin-right: 10px;
	letter-spacing: 1px;
	font-size: 14px;
	list-style-position: outside;
	color: #052d7c;
	text-decoration:underline;
	cursor: pointer;
}

/*****   VERSAO 2010 - 6 OBMEP   ******/


.cabecalho {
	text-align: center;
	height: 160px;
	background-repeat:repeat-x;
	width: 995px;
	margin: 0px auto 0px auto;
	background-image: url(../images/borda_tabela.png);
	padding: 0px 0px 0px 0px;
}

#newsTitle {
	margin-right:10px;
}
	
#acadNewsBoximagem {
	margin-right: 0px;
}

#bannerpremiacao {
	margin-bottom: 20px;
}

.tablepremiacao {
	background-color: #FFF;
	
}

img#menuAdmin {
	width: 200px;
	height: 64px;
	/*position: relative;*/
	float:left;
	/*background-image: url(../images/menuAdmin.png);*/
	background-repeat:no-repeat;
	/*margin-top:68px;*/
	/*margin-left: 10px;*/
}

img#menuPublico {
	width: 200px;
	height: 64px;
	position: relative;
	float:left;
	/*background-image: url(../images/menuPublico.png);*/
	background-repeat:no-repeat;
	/*margin-top:68px;*/
	/*margin-left: 0px;*/
	z-index:102;
}

img#menuNome {
	width: 36px;
	height: 64px;
	position: relative;
	float:left;
	background-image: url(../images/menuNome.png);
	background-repeat:no-repeat;
	margin-top:68px;
	margin-left: 230px;
	z-index:102;
}

#mnAdmin
{
	width: 220px;
	position: relative;
	_position: absolute;
	background-repeat:no-repeat;
	margin-left: 712px;
	_margin-left: 665px;
	margin-top: 15px;
	_margin-top: -115px;
	z-index:111;
}

#mnPublico
{
	width: 200px;
	position: relative;
	_position: absolute;
	background-repeat:no-repeat;
	margin-left: 502px;
	_margin-left: 0px;
	margin-top: 15px;
	_margin-top: 0px;
	z-index:110;
}

ul#menuPublico, ul#menuAdmin
{
/*	position: relative; */
	list-style-type: none;
	font-size: 14px;
	font-weight: bold;
	color:#006633;
}

ul#menuPublico
{
	width: 200px;
	padding-top:120px;
}

ul#menuAdmin
{
	width: 220px;
	padding-top:120px;
	z-index:101;
}

ul#menuPublico li, ul#menuAdmin li
{
	color:#361915;
	border-bottom: 2px solid #FFF;
	padding: 5px 5px 5px 10px;
	background-color:#FFC;
	background-repeat:repeat;
}

ul#menuPublico li.rounded, ul#menuAdmin li.rounded
{
	background-image: url(../images/menuRoundedBack.gif);
}

ul#menuPublico li.secure, ul#menuAdmin li.secure
{
	background-color: #960;
	background-image:url(../images/menu_secure.png);
	background-repeat:repeat;
	border-bottom: 2px solid #FFFFFF;
	padding: 5px 5px 5px 10px;
}

ul#menuPublico li.subMenu, ul#menuAdmin li.subMenu {
	padding: 5px 5px 5px 20px;
	background-color: #F7FFDF;
	background-image: none;
	border-bottom: 2px solid #e4e1f7;
}

ul#menuPublico li a:link, ul#menuAdmin li a:link {
	color: #361915;
	text-decoration: none;
}

ul#menuPublico li a:visited, ul#menuAdmin li a:visited {
	color: #361915;
	text-decoration: none;
}

#sddm {	
	margin: 0;
	padding: 0;
	z-index: 30
}

#sddm li {	
	margin: 0;
	margin-top:68px;
	margin-right:10px;
	width:200px;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial
}

#sddm li a {	
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}


#sddm div {	
	position: absolute;
	visibility: hidden;
	margin: 0;
	_margin-left:-100px;	
	width:220px;
	padding: 0;
	padding-left: 10px;
	z-index:110;
}

#sddm div a {	
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	text-align: left;
	text-decoration: none;
	background: #2d5083;
	color: #000;
	font: 11px arial;
	font-weight:bold;
	border-left:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
}

#sddm div a:hover {	
	background: #ECDCC3;
	color: #000;
	font-weight:bold;
}
		
table.tblForm {
	border:0px;
}

table.tblForm table {
	border:0px;
}

table.list tbody tr.alertRed td {
	background-color: #ef533f;
	color:#FFFFFF;
	font-weight:bold;
}

table.list tbody tr.alertRed2 td {
	background-color: #FC6;
	color:#000000;
	font-weight:bold;
}

div.group {
	padding-right: 10px; 
	border:0px solid #000000;  
	min-height: 35px; 
	line-height: 30px; 
	text-align: right;
	color:#000000;
	font-size:18px; 
	font-weight:bold;
}

.destaqueTD
{
	font-family: arial, verdana;
	font-size: 13px;
	border: 1px solid #FFFFFF;
	/*background-color: #3E587B;*/
	background-color: #2d5083;
	padding: 5px 5px 5px 5px;
	color: #FFFFFF;
	font-weight:bold;
}

.normalTd {
	font-family: arial, verdana;
	font-size: 13px;
	border: 1px solid #e4e1f7;
	padding: 5px 5px 5px 5px;
	color: #3E4A45;
}

.footer {
	text-align:center;
}

 .popupMsg {
 	font-size:24px;
 }

.fontVerde, td.fontVerde {
	color:#03C129;
}

.fontVermelha, td.fontVermelha {
	color:#F72A2A;
}

/**************** menu codigo 2012 *****************/
#menus {
	width: 750px;
	/*background: #eee;*/
	margin-top: -44px;
	margin-left: 420px;
}

#menus ul {
list-style: none;
margin: 0;
padding: 0;
float: left;
margin-top:-4px;
}

#menus a, #menus h2, #menus h2 a, #menus h2 a:hover {
font: bold 14px verdana, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #105633 #888 #000 #bbb;
margin: 0;
padding: 2px 3px;
}

#menus h2, #menus h2 a, #menus h2 a:hover {
color: #fff;
background: #A66E37;
text-transform: uppercase;
text-decoration:none;
}

#menus h2 a, #menus h2 a:hover {
border:0px;
}

#menus a {
color: #000;
background-image: url(../images/btn_menu_normal.png);
text-decoration: none;
background-position:top;

}

#menus a:hover {
color: #000000;
/*background: #FFFFFF;*/
background-image: url(../images/btn_menu_over.png);
}

#menus li {
position: relative;
z-index:900;
}

#menus ul ul {
position: absolute;
z-index: 500;
left: 0px;
}

#menus ul ul ul {
position: absolute;
top: 5px;
left: 100%;
width: 250px;
}

#menus ul ul ul li a {
background-image: url(../images/btn_menu_sub.png);
}

div#menus ul ul,
div#menus ul li:hover ul ul,
div#menus ul ul li:hover ul ul
{display: none;}

div#menus ul li:hover ul,
div#menus ul ul li:hover ul,
div#menus ul ul ul li:hover ul
{display: block;}

[if IE]>
<style type="text/css" media="screen">
 #menus ul li {float: left; width: 100%;}
</style>
<![endif]
[if lt IE 7]>

<style type="text/css" media="screen">
body {
behavior: url();
font-size: 100%;
}

#menus ul li a {height: 1%;} 

#menus a, #menus h2 {
font: bold 14 verdana, helvetica, sans-serif;
}
#menus ul li a:hover ul li a:hover ul.left {left:-70px;}
</style>
<![endif]
/**************** menu codigo fim *****************/
fieldset
{
	background: #A66E37;
	width: 85%;	
}
/***********tooltip - balão de mensagem**************/

#bubble_tooltip{
	width:147px;
	position:absolute;
	display:none;
}
#bubble_tooltip .bubble_top{
	background-image: url(../images/bubble_top.gif);
	background-repeat:no-repeat;
	height:16px;	
}
#bubble_tooltip .bubble_middle{
	background-image: url(../images/bubble_middle.gif);
	background-repeat:repeat-y;	
	background-position:bottom left;
	padding-left:7px;
	padding-right:7px;
}
#bubble_tooltip .bubble_middle span{
	position:relative;
	top:-8px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:11px;
}
#bubble_tooltip .bubble_bottom{
	background-image: url(../images/bubble_bottom.gif);
	background-repeat:no-repeat;
	background-repeat:no-repeat;	
	height:44px;
	position:relative;
	top:-6px;
}
/***********fim tooltip - balão de mensagem**************/


/*** EXTRAÍDO DO HTML PRA EDIÇÃO *****/

#newsList{		
	width: 230px;		
	list-style-type: none;		
	font-size: 14px;		
	list-style-image: url(../images/bullet.gif);		
	margin:0px;		
	padding-left:20px;	
}	

#newsList li a:link {		
	color: #7B5F42;		
	text-decoration: none;	
}	

#newsList li a:visited {		
	color: #7B5F42;		
	text-decoration: none;	
}	

#newsList li a:hover {		
	color: #7B5F42;		
	text-decoration: none;	
}

#acadNewsContent {
	margin-left:10px;
}

#destaques2012 {
	width:238px;
	height:233px;
	background-image: url(../images/postit.png);
	background-repeat:no-repeat;
	padding-top:100px;
	
	}

ul#menu li.menuCorEspecial
{
	background-color:#3790ea;
	background-image:url(../images/fundo_menu_especial.png);
	background-repeat:repeat;
	border-bottom: 2px solid #FFFFFF;
	padding: 5px 5px 5px 10px;
}
