<!-- Links -->

<!-- Patch para Firefox -->
a.normal:active  {font-family: verdana; font-size: 10px; color: olive; text-decoration: none}
a.normal:link    {font-family: verdana; font-size: 10px; color: olive; text-decoration: none}
a.normal:visited {font-family: verdana; font-size: 10px; color: olive; text-decoration: none}
a.normal:hover   {font-family: verdana; font-size: 10px; color: gray; text-decoration: underline}

a.menu_link:active  {font-family: verdana; color: black; text-decoration: none;}
a.menu_link:link    {font-family: verdana; color: black; text-decoration: none;}
a.menu_link:visited {font-family: verdana; color: black; text-decoration: none;}
a.menu_link:hover   {font-family: verdana; color: gray; text-decoration: underline;}

<!-- webMenu -->

.menu_item{
	padding: 2px;
	margin-left: 2px;
	list-style-type: none;
}

.menu_grupo{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: white;
	background-color: #cccccc;
	width: 100%;
	padding: 4px;
	margin-top: 5px;
}

.menu_grupo a:link   {color: white}
.menu_grupo a:visited{color: white}
.menu_grupo a:hover  {color: gray}

<!-- Aplicados a todos objetos HTML -->

input {
	font-family: verdana;
	font-size: 11px;	
}

input[type="text"], input[type="submit"], input[type="button"] {
	font-family: verdana;
	font-size: 11px;	
}

textarea {
	font-family: verdana;
	font-size: 11px;	
}

select {
	font-family: verdana;
	font-size: 11px;
}

body {	
	font-family: verdana; 
	font-size: 10px;
}

p{
	font-family: verdana;
	font-size: 10px;
}

hr{
	color: Gray;
	height: 1px;
}

<!-- Opcionais -->

li.lista{
	padding: 4px;	
	list-style-type: none;
}

p.linha{
	width: 100%;
	font-weight: bold;
	text-align: left;
	color: Maroon;
	padding-bottom: 3px;
	border: 1px;
	margin-top: 20px;
	margin-bottom: 10px;
	border-bottom-style: solid;
	border-bottom-color: gray;
}

p.center{
	text-align: center;
}

select.limitado {
	width: 100%;
}

input.label {	
  font-size: 10px;
	color : #666666;	
	border-style: none;	
	background-color: White;
}

input.right {	
	text-align: right;	
}

ul.none{
	margin-left: 0px;
	padding-left: 0px;
	text-align: left;
	list-style-type: none;
}

table.normal tr td {
  line-height: 16px;
	font-family: verdana; 
	font-size: 10px;
	border:0;
}

table.table_list {
	border-collapse: collapse;	
	font-family: verdana; 
	font-size: 10px;
}

table.table_list tr td {
	border:1px solid #DCDCDC;
	padding: 3px;
}

tr.table_list_header {
	font-weight: bold;
	color: Black;
	background-color: #EFEFEF;
	padding: 2px;
}

<!-- Layout -->
#web_cabecalho{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	width: 100%;
}

#web_cabecalho_mensagem{
	padding: 8px;
	color: Red;
	font-size: 10px;
	border: 1px solid #DCDCDC;
	background-color: #FFFFEE;
	text-align: center;
}

#web_rodape_voltar{
	padding-top: 20px;
	text-align: left;
	width: 100%;
}

#web_rodape_creditos{
    padding-top: 5px;
	text-align: center;
	width: 100%;
}

#web_mensagem{
    color: Maroon;   
    text-align: center;
}

.ocultar {
	display: none;
}

div.growlUI { background: url(../images/logo_usp.gif) no-repeat 10px 10px }
div.growlUI h1, div.growlUI h2 {
	color: white; padding: 5px 5px 5px 75px; text-align: left
}

/* autocomplete */
.ui-autocomplete {
	max-height: 200px;
	overflow-y: scroll; 
	overflow-x: hidden;
}
.ui-autocomplete-input{
	border-width: 1px;	
	border-style: solid;
	border-color: #9a9a9a;
	background: white url("../images/busca.gif") right center no-repeat;
}
.ui-autocomplete-loading {
	background: white url("../images/ajaxLoaderPeq.gif") right center no-repeat;
}