* {
    margin: 0px;
    padding: 0px;
}

body {
	background-color: white;
	font-family: Tahoma;
	font-size: 11px;
}

/* Efeito Rodapé */
html,
body { height: 100%; }

a {
	color: #666;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: none;
}

a img { border: none; }

div.autocomplete ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
div.autocomplete ul li {
    cursor: pointer;
    display: block;
    list-style-type: none;
    margin: 0px;
    padding: 5px;
}

div#body p { padding: 10px; }

div#footer a {
    color: white;
    text-decoration: none;
}
div#footer a:hover { text-decoration: underline; }

div#header div#logo img#solicite {
    float: right;
    margin-right: 15px;
    margin-top: 50px;
}

div#inner a {
    color: #33ccff;
    text-decoration: none;
}

div#inner select {
    border: 1px solid #33CCFF;
    color: #006666;
    font-size: 10px;
}

div#inner div#home div#noticias a {
    color: #006666;
    text-decoration: none;
}
div#inner div#home div#noticias a:hover { text-decoration: underline; }

div#insertMsg  a {
    color: black;
    text-decoration: none;
}

div#menu ul {
    border-bottom: 1px solid #BBB;
    border-top: 1px solid #BBB;
    float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
div#menu ul li { display: inline; }
div#menu ul li a {
	background-color: #EDEDED;
	border-bottom: 3px solid #EDEDED;
	color: #333;
	float: left;
	font-size: 12px;
	margin: 0px 1px;
	padding: 10px 20px;
	text-decoration: none;
}
div#menu ul li a:hover {
	background-color: #AAA;
	border-bottom: 3px solid #EA0;
	color: #FFF;
    font-weight: bold;
}

form#contato input,
form#contato textarea {
    border: 1px solid #33CCFF;
}

form#form fieldset {
	border: 1px solid #ccc;
	padding: 15px;
    width: 100%;
}
form#form input {
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #333;
	border-right: 1px solid #CCC;
	border-top: 1px solid #333;
	color: #0E0659;
	font-size: 13px;
	margin-bottom: 5px;
}
form#form input[type="button"],
form#form input[type="reset"],
form#form input[type="submit"] {
    background-color: #f1f1f1;
	font-size: 12px;
    margin: 5px 0px 0px 0px;
}
form#form input[type="button"]:hover,
form#form input[type="reset"]:hover,
form#form input[type="submit"]:hover {
    background-color: #DDD;
}
form#form input[readonly="readonly"] { background-color: #CCC; }
form#form input[type="password"],
form#form input[type="text"] { width: 300px; }
form#form label {
    border-bottom: 1px solid #f1f1f1;
	color: #444;
	display: block;
    float: left;
    width: 140px;
}
form#form legend {
	color: #c03;
	font-size: 11pt;
	font-weight: bold;
	letter-spacing: 1px;
    margin-bottom: 5px;
}
form#form select {
	border: 1px solid #333;
	color: #0E0659;
	font-size: 13px;
	margin-bottom: 10px;
	width: 300px;
}
form#form span {
	color: #999;
	font-size: 12px;
}
form#form textarea {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #333;
	border-right: 1px solid #ccc;
	border-top: 1px solid #333;
	color: #0E0659;
	font-size: 10px;
	height: 300px;
	margin-bottom: 10px;
	width: 300px;
}

h1 { font-size: 20px; }

hr {
    clear: both;
    color: #BBB;
    height: 1px;
    width: 100%;
}

table#queryList td {
    border: 1px solid silver;
    padding: 5px;
}
table#queryList th {
    background-color: #DDD;
    border: none;
    padding: 5px;
    text-transform: uppercase;
}
table#queryList tfoot td { border: none; }

table#queryList tfoot input[type="button"] {
    border: 1px solid black;
    font-size: 11px;
    margin: 0px 2px;
    padding: 1px 2px;
}
table#queryList tfoot input[type="button"]:hover { background-color: silver; }

ul#errors li,
ul#success li {
    font-weight: bold;
    list-style-image: url(../image/seta.png);
    margin-left: 20px;
    padding: 1px 0px;
}