﻿html
{
    background-image: url(images/body_bg.gif);
}

body
{
    width: 880px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 6px;
    font-family: Verdana, Tahoma, Helvetica, Trebuchet MS;
    font-size: 80%;
    background-color: #ffffff;
}

.headerCCLCP
{
    width: 100%;
    height: 175px;
    background-image: url(images/headerCclcp00.jpg);
    background-repeat: no-repeat;
}

.headerJA
{
    width: 100%;
    height: 175px;
    background-image: url(images/headerJca00.jpg);
    background-repeat: no-repeat;
}

.headerMAS
{
    width: 100%;
    height: 175px;
    background-image: url(images/headerMas00.jpg);
    background-repeat: no-repeat;
}

#container
{
    background-image: url(images/containerBg.png);
    background-repeat: repeat-y;
    border-top: solid 1px #eeeeee;
    border-bottom: solid 1px #eeeeee;
}

#menutree
{
    float: left;
    width: 175px;
    color: #aaaaaa;
}

#content
{
    float: left;
    width: 505px;
    text-align: justify;
}

#campaigns
{
    float: right;
    font-weight: bold; 
    width: 180px;
    text-align: right;
}

.treeview
{
    max-width: 505px;
    overflow: auto;
}

div#campaigns .img 
{
    border: solid 2px #cccccc;
    float: right;
}

#lblTitulo, #lblNoticias, #lblAssunto
{
    width:480px;
}

#clear
{
    clear: both;
}

#footer
{
    width: 100%;
    margin-top: 10px;
    text-align: right;
    font-style: italic;
    font-size: smaller;
    color: #aaaaaa;
}

p
{
    text-align: justify;
}


/* INICIO MENU DROPDOWN */

#navbar
{
    height: 34px;
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	width:100%;

}
		
#navbar a
{
	text-align: center;
	display:block;
	white-space:nowrap;
	border: 5px solid #ffffff;
	margin:0;
	padding: 0.3em;
	background-image: url(images/navbarCorner.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	font-weight: bold;
}

#navbar a:link, #navbar a:visited, #navbar a:active	
{
	color: white;
	background-color: #999999;
	text-decoration: none;
}
	
#navbar a:hover	
{
	color: white;
	background-color: #cccccc;
	text-decoration: none;
}	

#navbar ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 125px;	
}

#navbar li
{
	position:relative;
    min-height: 1px; 		
    vertical-align: bottom; 
}

#navbar ul ul
{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
}

#navbar ul ul ul
{
	top:0;
	left:100%;
}

div#navbar li:hover
{
	cursor:pointer;
	z-index:100;
}

div#navbar li:hover ul ul,
div#navbar li li:hover ul ul
{
    display:none;
}

div#navbar li:hover ul,
div#navbar li li:hover ul
{
    display:block;
}

/* FIM DO MENU DROPDOWN*/