/* MESSAGE CENTRE */

#ctl00_ctl00_messagePanel {
}

.messageCenter {
clear:both; color:#000000; width:95%; margin:0px auto; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px;
}

.messageCenter .message {
border: 2px solid #FFF;border-collapse: collapse; color: #FFFFFF; font-weight:normal; padding: 5px 5px 10px 10px; background-color: #990000; margin-bottom: 10px; text-align:left; 
}
	
.messageClose {/* the X in top right */
float: right; margin-bottom: 2px; margin-top:0px; 
}
	
.messageClose a {/* the X in top right */
height: 15px; width: 15px; display:block; background-image:url(http://images.sportsdirectinc.com/fantasy/shared/messages/close_off.gif);
}
	
.messageClose a:hover {/* the X in top right */
height: 15px; width: 15px; display:block; background-image:url(http://images.sportsdirectinc.com/fantasy/shared/messages/close_over.gif);
}

.messageHeader {
font-weight: bold; background-color: #333333; padding: 2px; border-bottom: 1px solid #000; margin: 10px 10px 0px 0px; text-align:left; font-size:11px;
}

.messageId {
display:none;
}

.messageDate {
float:right; display:inline; padding-right: 5px; text-transform:none; color:#CCCCCC;
}

.subject {
text-transform:uppercase;
}

.messageBody {
padding: 5px; clear:both; text-align:left; font-size:11px;
}

.messageRead a:link, .messageRead a:visited {
color:#CCCCCC; font-size:11px;
}

.messageRead a:hover, .messageRead a:active  {
color:#FFF; font-size:11px;
}

/*This is specific to the Pickem contests game rows (tr) and should probably be broken out to another shared stylesheet */
.GameNotPicked {background-color:#FFFF99;}


