a:link, a:visited, a:hover {
 color: #000000;
 text-decoration: none;
}
a:hover {
 text-decoration: underline;
}

body {
 margin: 0px;
}

body,td,th,input,button,select,textarea {
 font-family: Tahoma; font-size: 10pt;
}

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

button * {
 vertical-align: middle;
}

h2, h3, h4 {
 padding: 4px;
 margin: 0px;
}

h2 {
 font-size: 13pt;
 background: #F5F5F5;
 border-bottom: 1px dashed #CCCCCC;
}

h3 {
 font-size: 8pt;
 color: red;
}

h4 {
 font-size: 9pt;
 background: #F5F5F5;
 border-bottom: 1px dashed #CCCCCC;
}

.menu {
 font-family: Tahoma;
 font-size: 8pt;
 font-weight: bold;
 border: 1px solid #000000;
 background-color: #FFFFFF
}

#admin {
	width: 40%;
	float: left;
	text-align: left;
	display: inline;
}

#admin ul, #admin li {
 list-style: none;
 padding: 8px 8px 8px 40px;
}

#admin li a { 
	background: url('../imagens/icones/edit.gif') left center no-repeat;
 margin: 10px;
	padding: 6px 20px;
}
#admin a:hover {
 margin-left: 15px;
}
#admin a img {
 vertical-align: middle;
}

.sobre tr td {
 border-bottom: 1px dashed #CCCCCC;
}

/*
.sobre tr:hover td {
 background: #F5F5F5;
}
*/

.sobre thead tr, .sobre tfoot tr {
 cursor: pointer; cursor: hand;
 background: #F5F5F5;
}

#erro { border: 1px solid #FF0000; margin: 4px; padding: 4px; background-color:#FFFFFF; }
.erro { border: 1px solid #FF0000; margin: 4px; padding: 4px; background-color:#FFFFFF; }

/****************************************************************************/
/****************************************************************************/
/****************************************************************************/

/*
* {
 -moz-box-sizing:border-box;box-sizing:border-box;
 
}

.compact {
 white-space:nowrap;
 text-overflow:ellipsis;
 overflow:hidden;
}

.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
}

.clearfix { display: inline-block; }

* html .clearfix {height: 1%;}
.clearfix {display: block;}
*/
