@charset "iso-8859-1";
/* CSS Document */
/* Add a black background color to the top navigation */
.topnav {
    background-color: #333;
	list-style:none;
	float:left;
	width:100%;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #ddd;
    color: black;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}

.topnav li{position:relative; float:left; width:120px; }

.topnav li a{text-decoration:none; padding:5px 10px; display:block; width:110px;}

.topnav li a:hover{background:#333; color:#fff; -moz-box-shadow:0 3px 10px 0 #CCC; -webkit-box-shadow:0 3px 10px 0 #ccc; text-shadow:0px 0px 5px #fff; }

.topnav li   ul{position:absolute; top:35px; left:0; background:#333; display:none; }

.topnav li:hover ul, .topnav li.over ul{display:block;}

.topnav li ul li{border:1px solid #c0c0c0; display:block; width:142px; margin-left:-36px;}

.UserName {
	float: right;
	text-align:right;
	font-family:"Courier New", Courier, monospace;
	color:#900;	
}

.ButIserir a { display: inline-block; background-color: #0088CC; color: #FFF; margin:5px 10px 0px 0px; float:right !important ; padding: 5px 10px; text-decoration: none; 
box-sizing: border-box; font-family: Helvetica, Arial, sans-serif; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; font-size: 16px; font-weight:bold; 
border: 0px; text-align: center;   }

.ButIserir a:hover { background-image: linear-gradient(to bottom, transparent, rgba(0,0,0,.15)); cursor: pointer; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }

.rodape {
	background-color:#036 !important;
}