@charset "utf-8";
/* CSS Document */
#menuwide
{
	height: 30px;
	padding-left:15px;
	padding-top:2px;
	box-sizing: content-box;
	width:80%
}

#menuinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left:5px;
	text-align:left;
}

#menugroup
{
    margin:0 auto;/*This will make the menu center-aligned. Removing this line will make the menu align left.*/
}

#menugroup ul 
{ 
 	position:absolute;
    list-style-type: none;
    float:left;
    padding:0;margin:0;
}
#menugroup li
{
    float:left;
    list-style-type: none;
    padding:0;margin:0;/*background-image:none;*/
}
/*CSS for background bubble*/
#menugroup li.highlight
{
    background-color:#FF0000;
    top:0px;
    height:2px;
    z-index: 1;
    position: absolute;
    overflow:hidden;
}
#menugroup li a
{
    box-sizing: content-box;
    height:30px;
    padding-top: 8px;
    margin: 0 20px;/*used to adjust the distance between each menu item. Now the distance is 20+20=40px.*/
    color: #000000;
    font: normal 14px arial;
    text-align: center;
    text-decoration: none;
    display: block;
    float:left;
    position: relative;
    z-index: 2;
}

.menuthis {
	background: rgba(248,80,50,0.5);
	background: -moz-linear-gradient(top, rgba(248,80,50,0.5) 0%, rgba(241,111,92,0.5) 50%, rgba(246,41,12,0.5) 51%, rgba(240,47,23,0.5) 71%, rgba(231,56,39,0.5) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,80,50,0.5)), color-stop(50%, rgba(241,111,92,0.5)), color-stop(51%, rgba(246,41,12,0.5)), color-stop(71%, rgba(240,47,23,0.5)), color-stop(100%, rgba(231,56,39,0.5)));
	background: -webkit-linear-gradient(top, rgba(248,80,50,0.5) 0%, rgba(241,111,92,0.5) 50%, rgba(246,41,12,0.5) 51%, rgba(240,47,23,0.5) 71%, rgba(231,56,39,0.5) 100%);
	background: -o-linear-gradient(top, rgba(248,80,50,0.5) 0%, rgba(241,111,92,0.5) 50%, rgba(246,41,12,0.5) 51%, rgba(240,47,23,0.5) 71%, rgba(231,56,39,0.5) 100%);
	background: -ms-linear-gradient(top, rgba(248,80,50,0.5) 0%, rgba(241,111,92,0.5) 50%, rgba(246,41,12,0.5) 51%, rgba(240,47,23,0.5) 71%, rgba(231,56,39,0.5) 100%);
	background: linear-gradient(to bottom, rgba(248,80,50,0.5) 0%, rgba(241,111,92,0.5) 50%, rgba(246,41,12,0.5) 51%, rgba(240,47,23,0.5) 71%, rgba(231,56,39,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827', GradientType=0 );
	height:30px;
}

.rodape {
	position:absolute;
	display:block;
	bottom:0px;
	left:0px;
	background: rgba(255,128,50,0.5);
	height:40px;
	z-index: 2;
	padding-left:20px;
	width:100%;
	overflow:hidden;
}
.rodaselboxes {
	padding-top:5px;
	height:35px;
}

.rodapeoffset {
	margin-top: 4px;
}

.infoactivo {
	background:rgba(255,255,255,0.8);
	height:40px;
	width:100%;
	padding-left:20px;
	padding-right:20px;
	margin-left:20px;
}
.preenchimentobaixo {
	height:50px;
}

/*
 * MENU-DROP-DOWN CSS
 */


#sddm
{	margin: 0;
	padding: 0;
	z-index: 30;
	width:100%;
}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial;
}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	background: #5970B2;
	color: #FFFFFF;
	width: 130px;
	text-align: left;
	text-decoration: none;
	overflow:hidden;
}

#sddm li a:hover
{	background: #49A3FF;
}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2;
	display: grid;
}

#sddm div a
{	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #EAEBD8;
	color: #2875DE;
	font: 11px arial;
}

#sddm div a:hover
{	background: #49A3FF;
	color: #FFFFFF
}

