
 body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}



table
{
	font: 12px, Verdana, Arial;
	color: #000000;
}

th
{
	font-weight: bold;
	text-align: left;
	font-size: 11px;
	background: #EEEEEE;
}

.box
{
	width: 400px;	
	background: #FFFFFF;
	border: 1px solid #CCCCCC; 
	padding: 0px;
}

.title
{
	font: 12px, Verdana, Arial;
	color: #002040;
	letter-spacing:1pt;
	font-weight:800;
}

.textGrey
{
	font: 12px, Verdana, Arial;
	color: #999999;
}

a:link { text-decoration: none; font: 12px, Verdana, Arial; color:#002040; }
a:visited { text-decoration: none; font: 12px, Verdana, Arial; color:#002040; }
a:hover { text-decoration:  underline; font: 12px, Verdana, Arial; color:#0099CC; }
a:active { text-decoration: underline; font: 12px, Verdana, Arial; color:#0099CC; }

a.menu:link { text-decoration: none; font: 12px, Verdana, Arial; color:#FFFFFF; }
a.menu:visited { text-decoration: none; font: 12px, Verdana, Arial; color:#FFFFFF; }
a.menu:hover { text-decoration: underline; font: 12px, Verdana, Arial; color:#0099CC; }
a.menu:active { text-decoration: underline; font: 12px, Verdana, Arial; color:#0099CC; }

table.linhasAlternadas tr:nth-child(even) /* CSS3 */ {
	background: #F0FFFF;
}
table.linhasAlternadas tr.even /* estilo explícito */ {
	background: #F0FFFF;
}
 
table.linhasAlternadas th {
	border-bottom: 2px solid green;
	background: #F0FFF0;
}

table.linhasAlternadas tr:hover {
	background-color: #FFFFCC;

}
table.linhasAlternadas a:hover {
	background-color: #FFFFCC;
}
.login {
	background:url('../gfx/user.gif') no-repeat 95% 1em;
}
.contact {
	background:url('../gfx/email2.gif') no-repeat 95% 1em;
}
fieldset div {
	margin:0.3em 0;
	clear:both;
}
form {
	margin:1em;
	width:auto;
}
label {
	float:left;
	width:13em;
	text-align:right;
	margin-right:1em;
	color: #666666;
	clear:both;

}
legend {
	color:#0b77b7;
	font-size:1.2em;
}
legend span {
	width:10em;
	text-align:right;
}
input {
	padding:0.15em;
	width:auto;
	border:1px solid #ddd;
	background:#fafafa;
	font:bold 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}

input:hover, input:focus {
	border-color:#c5c5c5;
	background:#f6f6f6;
} 
fieldset {
	border:1px solid #ddd;
	padding:0 0.5em 0.5em;
}
.date input {
	background-image:url('../gfx/calendar-small.gif');
	background-repeat:no-repeat;
	background-position: 100% 50%;
}

.date fieldset label {
	float:none;
	display:block;
	text-align:left;
	width:auto;
}
.date fieldset div {
	float:left;
	clear:none;
	margin-right:0.2em;
}
.radio, .date {
	position:relative;
}
.radio fieldset, .date fieldset {
	border:none;
	width:auto;
	padding:1px 0 0 11em;
}
.radio legend, .date legend {
	font-size:1em;
	color:#000;
}
.radio legend span, .date legend span {
	position:absolute;
	left:0;
	top:0.3em;
	width:10em;
	display:block;
}
.radio label, .radio input {
	vertical-align:middle;
	display:inline;
	float:none;
	width:auto;
	background:none;
	border:none;
}
.radio div {
	float:left;
	white-space:nowrap;
	clear:none;
}

.email {
	width:14em;
}

input.default {
	color:#bbb;
}

#submit-go {
	margin-top:1em;
	width:100px;
	height:60px;
	text-indent:-9999px;
	overflow:hidden;
	border:0px none;
	background:url('images/enviar.png') no-repeat 0 0;
	display:block;
	cursor:pointer !important; cursor:hand !important
}
#submit-go:hover { 
	background-position:0 -1px;
} 
.clear { clear: both; }
