body, * {
	margin: 0;
	padding: 0;
	border: none;
}
body {
	font-size: 0.75em;
}
.banner * {
	font-family:Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: white;
	white-space: nowrap;	
}
 
.banner-title {
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;	
}

.banner-subtitle {
	font-size: 9px;	
}

.banner-settings {
	vertical-align: middle;	
	font-size: 11px;
	margin-bottom: 50px;
}

body, #closeBar {
	background-image: url(../images/V6/redirection/smub-bar-background.png); 
	background-repeat: repeat-x;
}
.banner {
	background-image: url(../images/V6/redirection/smub-bar-background.png); 
	background-repeat: repeat-x;
	z-index: 1000000; 
	position: absolute; 
	left: 0px; 
	float: left:
	top:0px; 
	height: 48px;
	width: 100%; 
	overflow: hidden;
	/*background-image: url(../images/V6/redirection/smub-bar-background.png); 
	background-repeat: repeat-x;*/
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}			
.cell {
	padding: 4px 5px;
	vertical-align: middle;
}
#cell-settings{
	padding-bottom: 12px;
}
.bcell {
	padding: 4px 5px;
	vertical-align: middle;
}
.icell {
	padding: 4px 0px;
	vertical-align: middle;
}
.c-cell {
	padding-top: 8px;
}
.c-cell td {
	vertical-align: top;
}
.tipCell {
	background-image: url(../images/V6/tips/tips.png);
	background-position: 20px 11px;
	background-repeat: no-repeat;
}
.tipCell a {
	white-space: normal;
}

.share-link {
	padding: 0px 3px;
	vertical-align: middle;
}
a {
	text-decoration: underline;
}
img.share-icon {
	width: 29px;
	height: 32px
}
a.no {
	text-decoration: none;
}
a.close {
	text-decoration: none;
	background-repeat: no-repeat;
	background-image:url(../images/V6/redirection/close.png);
	display: block;
	margin-left:5px;
	height:24px;
	width:24px;
}
a.close:HOVER {
	background-image:url(../images/V6/redirection/close.png);
} 
a.pref-open {
	text-decoration: none;
	background-repeat: no-repeat;
	background-image:url(../images/V6/redirection/settings-open.png);
	display: block;
	height:24px;
	width:16px;
}
a.pref-open:HOVER {
	background-image:url(../images/V6/redirection/settings-open.png);
}
a.pref-close {
	text-decoration: none;
	background-repeat: no-repeat;
	background-image:url(../images/V6/redirection/settings-close.png);
	display: block;
	height:24px;
	width:16px;
}
a.pref-close:HOVER {
	background-image:url(../images/V6/redirection/settings-close.png);
}
a.scrollL, a.scrollR {
	text-indent: -2000px;
	float: left;
	width: 16px;
	background-repeat: no-repeat;
	background-image:url(../images/V6/redirection/carrousel.png);
	height: 32px;
	outline: none;
}
a.scrollL {
}
a.scrollR {
	background-position: -18px 0px;
}
a.scrollL:HOVER {
	background-position: 0px -32px;
}
a.scrollR:HOVER {
	background-position: -18px -32px;
}

div.pref-panel {
	background-color: #2d4049;
	background-image: url(../images/V6/redirection/smub-bar-pref-background.png); 
	background-repeat: repeat-x;
	height: 58px;

}

div.title {
	position: relative;
	height: 20px;
	border-bottom:1px solid #2B3E47;
}
div.title h1{
	height:16px;
	position:absolute;
	font-size: 14px;
	left:0;
}
div.title a{
	height:16px;
	position:absolute;
	right:0;
}

input.hidebar {
	margin-right:3px;
	position:relative;
	top:2px;
}

div.form {
	/*border-top:1px solid #FFFFFF;*/
	position:relative;
	padding-top: 5px;
}

div.detail, div.detail a {
	font-weight: normal;
	font-size: 10px;
	position:relative;
}




