
/* INFO */
span.info-header {
	font-family:'Times New Roman', Times, serif;
	font-size:24px;
	color:#A9A585;
	margin-left:5px;
}

span.info-photo {
	vertical-align:top;
	float:left;
	margin-left:5px;
}

span.info-date-location {
	font-size:12px;
	color:#999999;
	vertical-align:top;
	text-align:right;
	display:block;
}

span.info-body {
	font-size:9px;
	color:#666666;
	display:block;
	margin:5px;
}

span.info-link {
	font-size:12px;
	text-align:right;
	display:block;
	border-bottom:solid 1px #CCCCCC;
	margin-bottom:30px;
}

a.info-link {
	/*text-decoration:none;*/
	color:#AAAAAA;
}

a.info-link:hover {
	/*text-decoration:underline;*/
}

img.info-link {
	vertical-align:middle;
	border:0px;
}

/* NEWS */
span.news-title {
	font-family:'Times New Roman', Times, serif;
	font-size:14px;
	color:#FFFFFF;
	background-color:#681412;
	vertical-align:top;
	text-align:right;
	display:block;
	padding-right:5px;
}

/* RDV */
span.rdv-title {
	/*font-family:'Times New Roman', Times, serif;*/
	font-size:16px;
	color:#FFFFFF;
	background-color:#336666;
	vertical-align:top;
	text-align:center;
	display:block;
	font-weight:bold;
	/*padding-right:5px;*/
}

td.rdv-header-td{
	background-color:#336666;
}

td.rdv-header-td span.info-header {
	font-size:36px;
}

td.rdv-td {
	background-color:#336666;
}

td.rdv-td span.info-date-location {
	color:#FFFFFF;
	text-align:center;
}

td.rdv-td span.info-link {
	margin-bottom:auto;
	position:relative;
	top:-15px;
}


/* MEMBERS */
span.see-title {
	font-family:'Times New Roman', Times, serif;
	font-size:14px;
	color:#FFFFFF;
	background-color:#000066;
	vertical-align:top;
	text-align:right;
	display:block;
	padding-right:5px;
}

