body
{
	margin: 0;
	padding: 0;
	color: #555;
	/*font: normal 10pt Arial,Helvetica,sans-serif;*/	
	font: normal 10pt 'wf_segoe-ui_normal','Segoe UI','Segoe WP','Tahoma,Arial,sans-serif';
}

#page
{
	margin-top: 5px;
	margin-bottom: 5px;	
	background:white url(../images/brasaopmm.png) no-repeat center center;
	/*border: 2px solid #CCCCCC;*/
}

#header
{
	margin: 0;
	padding: 0;	
	background:white url(../images/header.png) no-repeat center top;	
	height:100px;
	margin-top:3px;
	margin-left:5px;
	margin-right:5px;
	
}

.btn{		
	color: #fff;	
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	text-align: center;
	border: 1px solid transparent;
	border-radius: 4px;		
}

.btn-info{
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
	background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
}
.btn-info:hover{
	cursor: pointer;
	background-color: #2aabd2;
	color: #fff;
}

.btn-warning{
	text-shadow: 0 -1px 0 rgba(0,0,0,.2);
	background-image: linear-gradient(to bottom,#f0ad4e 0,#eb9316 100%);
}

.btn-warning:hover{
	cursor: pointer;
	background-color: #eea236;
	color: #fff;
}

.btn-success{
	text-shadow: 0 -1px 0 rgba(0,0,0,.2);
	background-image: linear-gradient(to bottom,#5cb85c 0,#419641 100%);
}

.btn-success:hover{
	cursor: pointer;
	background-color: #449d44;
	color: #fff;
}

.btn-default{
	background-color: #EDEDED;
	color: #333;
	border: 2px solid #ffffff;
}

.btn-default:hover{
	cursor: pointer;
	border: 2px solid #337ab7;
	color: #fff;
}

.btn-primary{
	text-shadow: 0 -1px 0 rgba(0,0,0,.2);
	background-image: linear-gradient(to bottom,#337ab7 0,#3263A6 100%);	
}

.btn-primary:hover{
	cursor: pointer;
	background-color: #337ab7;
	color: #fff;
}

 /* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 0px dotted black; /* If you want dots under the hoverable text */
    height: 21px;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 150px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
} 

#content
{
    padding: 20px;    
}

#paragrafo{
	font-family: Arial,Helvetica,Sans-Serif; 
	font-size: 14px; 
	font-style: normal; 
	font-weight: normal; 
	margin: 0.5em 0; 
	text-align: justify;
	color: #000000;
}

.borda
{
	border: 1px solid #DDDDDD;	
	border-radius: 0.5em 0.5em 0.5em 0.5em;
	background-color:#EEEEEE;
	/*opacity:0.10;
	filter:alpha(opacity=10);*/	
}

#sidebar
{
	padding: 20px 20px 20px 0;
}

#footer
{
	padding: 10px;	
	font-size: 0.8em;
	text-align: center;	
	color: #000000;
	/*background:white url(../images/footer.png) no-repeat center top;*/
	margin-left:5px;
	margin-right:5px;
	margin-bottom:5px;	
}

#logo
{
	padding: 10px 20px;
	font-size: 200%;
}

#mainmenu
{	
	/*background:white url(../images/menu.png) no-repeat center top;*/
	height: 29px;
	font-weight: bold;	
	padding-top:5px;	
	margin-left:5px;
	margin-right:5px;				
}

#date
{				
	height: 50px;
	text-align: right;
	padding-top:10px;	
	margin-right:0px;
	margin-top:-55px;
	color: #000;				
}

#mainmenu ul
{
	padding:6px 20px 5px 0px;
	margin-left:5px;	
}

#mainmenu ul li
{
	display: inline;
}

#mainmenu ul li a
{
	color:#888888;
	/*background-color:#007A37;*/
	background-color:#EEEEEE;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	padding:5px 8px;
}

#mainmenu ul li a:hover /*, #mainmenu ul li.active a*/
{
	color: #ffffff;
	/*background-color:#DA2337;*/
	background-color:#AAAAAA;
	text-decoration:none;
}

#mainmenu ul li.active a
{
	color: #015198;
	background-color:#F7C300;
	text-decoration:none;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
	border-bottom: 1px solid #CCCCCC;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#EFFDFF;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #80CFFF;
}
.botao{
	background-color: #FFEBAD;
	border: 1px solid #CCCCCC;
}