#sendmail {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : #660000;
	
	padding-top : 5px;
	padding-left : 10px;
	padding-right : 10px;
	padding-bottom : 5px;
}

/* for top row of mail inbox */

#mailtop {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #000000;
	
		
	border-top : 0px none;
	border-left : 0px none;
	border-right : 0px none;
	border-bottom : 1px solid #990000;
	
	padding-top : 0px;
	padding-left : 0px;
	padding-right : 0px;
	padding-bottom : 5px;
}

#mailtop A:LINK, #mailtop A:ACTIVE, #mailtop A:VISITED {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #000000;
	text-decoration : none;
}

#mailtop A:HOVER {
	color : #000000;
	text-decoration : underline;
}

/* for each mail item in the inbox  */

#mailitem {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : #333333;
	
	border-top : 0px none ;
	border-left : 0px none ;
	border-right : 0px none ;
	border-bottom : 1px solid #CCCCCC;
	
	padding-top : 2px;
	padding-left : 0px;
	padding-right : 5px;
	padding-bottom : 2px;
}

#mailmessage {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : #333333;
	
	background-color : #F3F3F3;
	
	border-top : none;
	border-left : none;
	border-right : none;
	border-bottom : none;
	
	padding-top : 10px;
	padding-left : 10px;
	padding-right : 10px;
	padding-bottom : 10px;
}

/* definitions for mailbox row colors */

TR.top {
	background-color : #FFFFFF;
}

TR.new {
	background-color : #F3F3F3;
}

TR.old {
	background-color : #FFFFFF;
}




