body, p, div, td, input, select, textarea {
	font-family: verdana,arial,helvetica;
	font-size:10px;
	text-decoration: none;
	cursor: auto;
}
input,textarea {
	@if (is.ie) {
		color: #efefef; background-color:#efefef; border: 0px solid #060606 ;
		/*border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; */
	}
}
textarea { overflow:auto }


a:link, a:active, a:visited
{ 
color : #CC9900;
text-decoration	: none
}

a:hover
{
color : #FFCC00;
text-decoration	: none
}

a
{
color : #CC9900;
text-decoration	: none
}


body
{
scrollbar-face-color: #000000;
scrollbar-shadow-color: #CCCCCC;
scrollbar-highlight-color: #CCCCCC;
scrollbar-3dlight-color: #CCCCCC;
scrollbar-darkshadow-color: #CCCCCC;
scrollbar-track-color: #CCCCCC; 
scrollbar-arrow-color: #CCCCCC;
 }
 
.forumline .row-forum {
	padding: 1px 2px 2px 2px;
}

.row {
	background-color: #000000;
	border: solid 1px #FFF;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	text-align: left;
}

.row:hover, .rowHover { 
	background: #FFFFFF; 
	border-top-color: #F8F8F8;
	border-left-color: #F8F8F8;
	border-bottom-color: #D0D0D0;
	border-right-color: #D0D0D0;
}
.total{text-decoration: none; font: Verdana; color: #000000; cursor: hand;}
A.total:hover{text-decoration: underline;
}.inputMessNome {
	width: inherit;
}
.inputMessNomeCopy {
	width: 60px;
	height: 25px;
}