/*---- NEWS ----*/


#wrapperSectionContent #contentAside .co2 {
	margin-top: -.8em;
	margin-bottom: .8em;
	}
	
#wrapperSectionContent #contentAside .mtv {
	margin-top: 0;
	}	

#wrapperSectionContent #contentAside .co2 a {
	display: block;
	border: 1px solid #fff;
	padding: 6px 6px 8px 42px;
	background: transparent url(../img/bg-co2.jpg) no-repeat;
	background-position: 4px .4em;
	font-size: .89em;
	color: #505050;
	}
	
#wrapperSectionContent #contentAside .mtv a {
	background: transparent url(../img/bg-mtv.gif) no-repeat;
	background-position: 6px .7em;
	}	
	
#wrapperSectionContent #contentAside .co2 a:hover {
	border: 1px solid #f7de01;
	}	
	
#wrapperSectionContent #contentAside .co2 p {
	line-height: 1.25em;
	}	

#wrapperSectionContent #contentMain h3.navLink span {
	position: relative;
	display: block;
	float: right;
	font-family: "Trebuchet MS", sans-serif;
	text-transform: uppercase;
	font-size: .7em;
	}

#wrapperSectionContent ul.news {
	margin: 0 0 1em 0;
	padding: 0;
	list-style-type: none;
	}
	
#wrapperSectionContent #contentMain ul.news li {
	margin: 0;
	padding: .4em;
	padding-bottom: 0;
	}	

#wrapperSectionContent .news li a {
	display: block;
	border-bottom: 0 none;
	padding-left: 14px;
	line-height: 1.2em;
	background: transparent url(../img/bg-news-bullet.gif) no-repeat;
	background-position: left .2em;
	}
	
#wrapperSectionContent .news li a:hover {
	background: #FDF39A url(../img/bg-news-bullet.gif) no-repeat;
	background-position: left .2em;
	color: #111;
	}
	
#wrapperSectionContent .news li a.inline {
	padding-left: 0;
	display: inline;
	background: transparent none;
	color: #FF0066;
	}
	
#wrapperSectionContent .news li a.inline:hover {
	background-color: #FDF39A;
	}	

.news strong {
	/*display: block;
	float: left;
	width: 3em;
	margin-right: .4em;*/
	font-weight: normal;
	text-transform: uppercase;
	/*text-align: right;*/
	color: #f06;
	}
	
/*---- NEWSLETTER ----*/

#wrapperSectionContent #go {
	position: relative;
	float: right;
	background: #f06;
	padding-bottom: .2em;
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
	color: #fff;
	}
	
.boxDates {
	padding-top: .4em;
	padding-bottom: .6em;
	background: #FDF39A;
	}
	
.boxDates label {
	text-align: right;
	padding-right: .4em;
	color: #111;
	}
	
#wrapperSectionContent #contentMain p.success {
	border: 2px solid #f7de01;
	/*background: #FDF39A;*/
	padding: .4em;
	color: #111;
	}
	
#wrapperSectionContent #contentMain p.warning {
	border: 2px solid #f06;
	/*background: #FDF39A;*/
	padding: .4em;
	font-weight: bold;
	color: #111;
	}	
