@CHARSET "ISO-8859-1";

#header {
	text-align: center;
}

img.logo {
	display: inline;
	float: left;
}

h1 {
	padding-top: 1em;
}

h2 {
	text-align: center;	
}

#footer {
	font-size: x-small;
	position: relative;
	bottom: -5px;
}

.centralizado {
	text-align: center;
}

.menubar {
	background-color: #2E769E;
	border-color: #2E769E;
}

.bordless {
	border-style: hidden !important;
}

.ui-menu {
	background-color: #2E769E;
	border-color: #2E769E;
}
 
span.ui-menuitem-text {
	color: white;
}

span.ui-menuitem-text:hover {
	color: black;
}

li.ui-menuitem{
	background-color: #2E769E;
	border-color: #2E769E;
}

li.ui-menuitem:hover {
	color: black;
}

ul.ui-widget-content{
	background-color: #2E769E;
	border-color: #2E769E;
}

#logoff {
	color: white;
	float: right;
	margin-top: 3px;
	margin-right: 1em;
	text-decoration: none;
}

.nav2 {
    background: #fff url(../images/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    //background-color: #ffffef;
    margin: 5px 15px; 
    padding: 7px 12px;
    font: 11px verdana, arial, helvetica, sans-serif;    
}

.nav2 a:link, a:visited, a:hover {
    color: #666;
    font-weight: bold;
    text-decoration: none;
}

.menuButton {
    font-size: 10px;
    padding: 0 5px;
}

.menuButton a {
    color: #333;
    padding: 4px 6px;
}

.menuButton a.home {
    background: url(../images/house.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

.menuButton a.list {
    background: url(../images/database_table.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

.menuButton a.create {
    background: url(../images/database_add.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

.userInfo {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: small;
}