.Newsletter a, .Newsletter a:link, .Newsletter a:hover, .Newsletter a:visited{font-family:arial; font-size:11px; font-weight:bold; color:#FFFFFF; padding:2px 0 0 10px;}

.membersTable tr.membersHeading, td.membersHeading, th.membersHeading {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background-color: #464C39;
	color: #FFF;
	width:100%;
}

.membersTable td {
	vertical-align:top;
}

.membersSystemMessage {
	color: #4F8A10;
	background-color: #DFF2BF;
	border:1px dashed;
	padding: 5px;
	margin-bottom:10px;
}

.membersLeopardTable tr {
	background: #CCCCCC;
}

.membersLeopardTable tbody tr:nth-child(odd) {
	background-image: -moz-linear-gradient(top, rgba(255,255,255,.5) 50%, rgba(255,255,255,.5) 50%);
	background-image: -ms-linear-gradient(top, rgba(255,255,255,.5) 50%, rgba(255,255,255,.5) 50%);
	background-image: -o-linear-gradient(top, rgba(255,255,255,.5) 50%, rgba(255,255,255,.5) 50%);
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,.5) 50%, rgba(255,255,255,.5) 50%);
	background-image: linear-gradient(top, rgba(255,255,255,.5) 50%, rgba(255,255,255,.5) 50%);
}

.membersLogout {
	color: #464C39;
	text-align:center;
	border-left:0px solid #FFFFFF;
	float:right;
	display:block;cursor:pointer;
	width:80px;
	background-color:#e8e7d5;
	height:28px;
	line-height:28px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border:1px solid #626469;
}

.membersLogout a, .membersLogout a:link, .membersLogout a:hover, .membersLogout a:visited {
	font-weight:bold;
	text-decoration: none;
	color: #464C39;
}