/* CSS du menu vertical, bieler batiste */


.leftCol {
	float: left;
	width: 258px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin: 0px;
}

.homeLeftNav {
	float: left;
	width: 258px;
	margin: 0px;
	padding: 0px;
	height: 212px;
	z-index: 1;
}







/* IE PC selector */
* html #menu li {
    display:inline; /* solve a IE PC list bug */
    float:none; /* solve a IE5 clav nav bug */
    }

</style>


<style type="text/css" media="all">
/* container for all sources */
#releaseSources {
	/*height: 226px;*/
	width: 100%;
	display: block;
	overflow: auto;
	margin: 5px;
}
/* all source logos */
#releaseSources img {
	margin: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* all source logos */
#releaseSources td{
	margin: 5px;
	padding: 5px;
	width: 220px;
	/*border: 1px dashed #CE0000;*/
	vertical-align:top;
    line-height: 150%;
}

#releaseSourcesPrint {
	/*height: 226px;*/
	width: 100%;
	display: block;
	overflow: auto;
	margin: 5px;
}


/* slightly different handling for MW releases */
#mwSources {
	margin: 5px;
	padding: 5px;
}

.mwSource {
	width: 305px;
	margin-top: 5px;
}
#mwSources table {
	float: left;
    border: none;
}

#mwSources img {
	border: none;
}

/* title & subtitle container */
#releaseHeadline {
	padding: 10px;
	clear: both;
}
#releaseHeadline h1 {
	color: #CE0000;
	font-size: 14px;
	font-weight: bolder;
	line-height:20px;
	/*font-variant: small-caps;*/
}
#releaseHeadline h2 {
	font-size: 14px;
	font-weight: bold;
	line-height:20px;
	margin-bottom: 5px;
}
/* release body container */
#releaseBody {
	margin: 0px;
}



/* release body container */
#releaseBody p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
    text-align:left;
}

/* formatting for tables */
#releaseBody pre {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}
/* media & highlighted link containers */
.releaseMedia {
	text-align: left;
	font-size: x-small;
	margin: 5px;
	clear: right;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}

.releaseMedia img{
	float: left;
	padding: 5px;
}


.releaseMediaMW {
	text-align: center;
	float: right;
	clear: right;
	font-size: xx-small;
	width: 300px;
	margin: 10px;
	clear: right;
	
}

.releaseLink {
	text-align: center;
	float: right;
	clear: right;
	font-size: xx-small;
	margin: 10px;
	border: 1px solid #CCCCCC;
	width: 150px;	
}

