/* CSS Document */
div.content{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
}

td.formlabel{
	text-align:right;
	vertical-align:top;
	font-size:12px;
}

td.forminput{
	font-size:12px;
	vertical-align:top;
}

table.form{
	border: #999999 thin dotted;
	background-color: #F5F5F5;
}

table.userform{
	border: #000000 thin  dotted;
	background-color: #F5F5F5;
	font-weight:bold;
}

table.userform td.formlabel{
	text-align:right;
	vertical-align:top;
	font-size:12px;
}

p.success{
 	color:#006600;
	text-align:left;
}
p.success-centered{
 	color:#006600;
	text-align: center;
}

p.error{
	color:red;
	text-align:left;
}

p.error-centered{
	color:red;
	text-align:center;
}

table.list{
	border: #00CC00 thin dotted;
	background-color: #DFFFDF;
}

table.list th{
	font-size:13px;
}

table.list td{
	font-size:11px;
	border-bottom: #009900 solid thin;
}

table.userlist{
	border: #000000 thin dotted;
	background-color: #DFFFDF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

table.userlist td{
	border-bottom: #000000 thin dotted;
}

table.userlist2 td.bordered{
	border-bottom: #000000 thin dotted;
	font-size:9px;
}

table.userlist2{
	border: #000000 thin dotted;
	background-color: #D7D7FF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

table.profile{

}

table.profile td{

}

p.links{
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

p.unread-message{
color:#FFFFFF;
background-color:#0000CC;
font-size:20px;
}

p.unread-message a{
color:#FFFFFF;
font-weight:bold;
text-decoration:none
}

p.unread-message a:hover{
text-decoration: underline;
}

span.note{
font-size:11px;
font-style:italic;
}

td.myreferrals{
font-size:12px;
}

td.topreferrers{
font-size:13px;
border:#330099 thin solid;
background-color:#E6CCFF;
}

td.results{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}