/* Efeito Rodapé */
div#body {
    background: url('../image/background.gif') center repeat-y;
    color: #006666;
    font-size: 12px;
	height: auto !important; /* Efeito Rodapé */
	height: 100%; /* Efeito Rodapé */
    min-height: 100%; /* Efeito Rodapé */
    position: relative;
}

div#center {
    height: 100%;
    margin: auto;
    width: 760px;
}

div#cnt {
    /*border: 1px solid black;*/
    margin: auto;
    position: relative;
    width: 760px;
}
div#cnt div#menu {
    background-color: #006666;
    float: left;
    width: 157px;
}

div#content {
    margin: 10px 0px 0px 38px;
    width: 700px;
}

div#footer {
    background-color: #33ccff;
    bottom: 0 !important; /* Efeito Rodapé */
    color: white;
    height: 20px;
    padding-top: 5px;
    position: absolute; /* Efeito Rodapé */
    width: 100%;
}

div#foto {
    float: left;
    height: 120px;
    margin: 5px 4px;
}

div#foto_frota {
    float: left;
    height: 120px;
    margin: 5px;
    width: 187px;
}

div#header {
    background-image: url('../image/background_header.gif');
    height: 150px;
}
div#header div#bar {
    color: white;
    font-weight: bold;
    margin-right: 15px;
    padding-top: 6px;
    text-align: right;
}
div#header div#logo {
    height: 125px;
}

div#inner {
    border-bottom: 1px solid white;
    padding: 10px 0px 0px 0px;
}
div#inner div#home {
    float: right;
    margin: 10px 10px 10px 0px;
    width: 380px;
}
div#inner div#home div#noticias {
    background: url('../image/bottom_noticias.jpg') no-repeat bottom #72DCFF;
    height: 125px;
    margin-top: 35px;
}

div#insertMsg {
    background-color: #bbeeff;
    border: 1px solid #33ccff;
    font-size: 12px;
    padding: 10px;
    text-align: center;
}
div#insertMsg:hover {
    background-color: #33ccff;
    border-color: #bbeeff;
    font-weight: bold;
}

div#main {
	background-color: #FFF;
	border: 1px solid #CCC;
	left: 50%;
	margin-left: -395px;
	padding: 7px;
	position: absolute;
	top: 20px;
	width: 780px;
}

form#form {
    margin-left: 125px;
    width: 450px;
}
form#form div#info {
    background-color: #EEE;
    border: 1px solid #DDD;
    color: #444;
    font-weight: bold;
    margin: 5px 0px 20px 0px;
    padding: 10px;
}

table#queryList {
    margin-top: 10px;
    width: 100%;
}

ul#errors {
    background-color: #F7CACA;
    border: 1px solid #EF9696;
    margin: 0px 0px 10px 125px;
    padding: 10px 15px;
    width: 450px;
}
ul#success {
    background-color: #CCF7CA;
    border: 1px solid #96EFBC;
    margin: 0px 0px 10px 125px;
    padding: 10px 15px;
    width: 450px;
}