@charset "utf-8";

* html {
	margin:0;
	padding:0;
}
body {
	margin:0;
	padding:0;
	background:#262626;
/*	background:url(../images/global_site/background_global.jpg) no-repeat #262626 center -10px;*/
	/*background:url(../images/global_site/background_global_winter2010.jpg) no-repeat top center #262626;*/
	background:#ddd;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:white;
}
a {
	font-size:12px;
	color:white;
	text-decoration:underline;
}
body, a, #header_menu a, #header_info_txt {
	color:black;
}
a:hover, a:active {
	text-decoration:none;
}
img {
	border:none;	
}
a img {
	border:none;
}
.tooltip{
position:absolute;
visibility:hidden;
border: 1px solid grey;
-moz-border-radius:6px;
overflow: hidden;
padding:6px;
font-family: Verdana, Arial;
font-size: 10px;
color:white;
background-color:black;
border:1px solid black;
opacity:0.6;
-moz-opacity:0.6;
-khtml-opacity:0.6;
filter:alpha(opacity=60);
z-index:99;
}
#ie6_header {
	height:28px;
	padding-left:11px;
	padding-top:6px;
}
#ie6_header a {
	color:white;
}
#header_infos_txt {
	color:black;
	margin-left:8px;
	margin-top:9px;
	padding-top:7px;
	padding-left:10px;
	line-height:17px;
}
.header_song_infos {
	margin-left:55px;
	width:100px;
	height:32px;
	overflow:hidden;
	font-size:11px;
	line-height:15px;
}
.left_block h2, .right_block h2, .right_block_ad h2, .right_block_double h2, .right_block_triple h2, .classic_big_block h1, .left_block_inpage h2 {
	font-size:14px;
	letter-spacing:1px;
	margin:0;
	padding:0;
	text-align:center;
	font-variant:small-caps;
	padding-top:15px;
	padding-bottom:10px;
}
.left_block {
	width:580px;
	height:300px;
	background:url(../images/global_site/block_content_t.png) no-repeat;	
}
.gradient_left_block {
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICAgIDxzdG9wIG9mZnNldD0iMSUiIHN0b3AtY29sb3I9IiNlY2VjZWMiIHN0b3Atb3BhY2l0eT0iMC44Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNGQ0ZDQiIHN0b3Atb3BhY2l0eT0iMC44Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgba(236,236,236,0.8) 0%, rgba(236,236,236,0.8) 1%, rgba(212,212,212,0.8) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(236,236,236,0.8)), color-stop(1%,rgba(236,236,236,0.8)), color-stop(100%,rgba(212,212,212,0.8))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(236,236,236,0.8) 0%,rgba(236,236,236,0.8) 1%,rgba(212,212,212,0.8) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(236,236,236,0.8) 0%,rgba(236,236,236,0.8) 1%,rgba(212,212,212,0.8) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(236,236,236,0.8) 0%,rgba(236,236,236,0.8) 1%,rgba(212,212,212,0.8) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(236,236,236,0.8) 0%,rgba(236,236,236,0.8) 1%,rgba(212,212,212,0.8) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccececec', endColorstr='#ccd4d4d4',GradientType=0 ); /* IE6-8 */

}
.gradient_dark_block, .h2_footer {
background: rgb(201,201,201); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(201,201,201,1) 0%, rgba(159,156,163,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(201,201,201,1)), color-stop(100%,rgba(159,156,163,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(201,201,201,1) 0%,rgba(159,156,163,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(201,201,201,1) 0%,rgba(159,156,163,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(201,201,201,1) 0%,rgba(159,156,163,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(201,201,201,1) 0%,rgba(159,156,163,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9c9c9', endColorstr='#9f9ca3',GradientType=0 ); /* IE6-9 */

}
.gradient_right_block {
	/* Anciens navigateurs */
	background: #d4d4d4 url("../images/global_site/gradient-bg.png") repeat-x center;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	/* Navigateurs récents */
	background: -webkit-gradient(
		linear,
		left top, left bottom,
		from(#d4d4d4),
		to(#c6c6c6)
	);
	background: -webkit-linear-gradient(
		top,
		#d4d4d4,
		#c6c6c6
	);
	background: -moz-linear-gradient(
		top,
		#d4d4d4,
		#c6c6c6
	);
	background: -o-linear-gradient(
		top,
		#d4d4d4,
		#c6c6c6
	);
	background: linear-gradient(
		top,
		#d4d4d4,
		#c6c6c6
	);
}
:root *> .radius {
	-moz-box-shadow: 0px 0px 7px 0px #9b9b9b;
	-webkit-box-shadow: 0px 0px 7px 0px #9b9b9b;
	-o-box-shadow: 0px 0px 7px 0px #9b9b9b;
	box-shadow: 0px 0px 7px 0px #9b9b9b;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#9b9b9b, Direction=NaN, Strength=7);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #ddd;
	margin:1px 0;
}
.radius {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #ddd;
	margin:1px 0;
}
.left_gradient {
	width:570px;
	height:284px;
}
.classic_left_block {
	width:580px;
	background:url(../images/global_site/white_opac_35.png);
	padding-bottom:10px;
}
.classic_half_block {
	width:445px;
	background:url(../images/global_site/white_opac_35.png);
	padding-bottom:10px;
}
.right_block {
	width:337px;
	height:144px;
	margin-top:7px;
	background:url(../images/global_site/block_content_right_t.png) no-repeat;	
}
.right_gradient_double {
	height:274px;
	width:337px;
}
.right_gradient_double h1, .right_gradient_double h2 {
	font-size:15px;
	letter-spacing:1px;
	margin:0;
	padding:5px 0;
	text-align:center;
	font-variant:small-caps;
}
.right_block_ad {
	width:337px;
	height:287px;
	padding-top:15px;
	background:url(../images/global_site/block_ad_300_250_t.png) no-repeat;	
}
.right_block_form {
	width:337px;
	height:144px;
	margin-top:7px;
	background:url(../images/global_site/block_ad_300_250_t.png) no-repeat;	
}
.right_block_double {
	width:337px;
	height:290px;
	margin-top:3px;
	margin-bottom:10px;
	background:url(../images/global_site/block_right_300_250_t.png);
}
.right_block_triple {
	width:329px;
	height:435px;
	margin-top:2px;
	background:url(../images/global_site/block_oneandhalf_right_t.png) no-repeat;	
}
.legend_radio_header {
	float:left;
	width:218px;
	height:47px;
	padding-left:4px;
	margin:1px 3px;
	/*background:url(../images/global_site/bg_mini_radios/global_t.png) no-repeat;*/
	cursor:pointer;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	border-top-left-radius: 20px;
}
#legend_block_header {
	float:right;
	width:12px;
	height:55px;
	margin-top:0px;
	margin-right:3px;
}
.content_home_news {
	overflow:hidden;
	height:43px;
}
.sous_titre {
}
.legend_radio_header_logo {
	float:left;
	width:50px;
	height:50px;
	padding-right:4px;	
}
#big_header {
	width:926px;
	height:117px;
	background:url(/images/global_site/header/header_bigmenu_group_t.png) no-repeat;
	margin-left:auto;
	margin-right:auto;
}
#header_menu {
	width:700px;
	height:36px;
	padding-top:5px;
	margin-left:10px;
}
#header_menu a {
	color:white;
	display:block;
	float:left;
	padding:8px 12px;
	font-size:16px;
	font-weight:bold;
	letter-spacing:-1px;
	text-decoration:none;
}
#header_menu_login {
	width:200px;
	text-align:right;
	padding-right:10px;
	margin-top:3px;
	color:white;
	position:relative;
	float:right;
	width:220px;
}
#header_menu_login a {
	color:#d7dbf1;
}
/*
#header_menu_login a:active, #header_menu_login a:hover {
	color:white;
}*/
:root *> .classic_big_block {
	-moz-box-shadow: 0px 0px 9px 1px #555;
	-webkit-box-shadow: 0px px 9px 1px #555;
	-o-box-shadow: 0px 0px 9px 1px #555;
	box-shadow: 0px 0px 9px 1px #555;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#555, Direction=NaN, Strength=5);
}
.classic_big_block {
	background:url(../images/global_site/white_opac_75.png);
	margin:10px;
	margin-top:0;
	padding:4px;
	min-height:670px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 5px;
}
.classic_big_block h1, .classic_half_block h1 a {
	text-align:left;
	padding-top:10px;
	height:22px;
	padding-left:20px;
	font-size:17px;
	border-bottom:1px solid #222;
	background:url(/images/global_site/header/header_bigmenu_group_t.png) no-repeat -13px -46px;
	letter-spacing:2px;
	margin-bottom:10px;
}
.classic_half_block h1 a {
	border-bottom:none;
	background:none;
}
.classic_big_block table tr td {
	color:black;
	background:url(/images/global_site/white_opac_50.png);
}
.home_big_block {
	/*background:url(../images/global_site/white_opac_35.png);
	border:1px solid #444;*/
	margin:2px;
	margin-top:-15px;
	padding:4px;
	padding-top:0;
	min-height:600px;
}
@media screen and (min-width:0\0) {
  .home_big_block {
margin-top:2px;
} 
}
.classic_big_block h2, .block_inpage h2 {
	text-align:left;
	padding-top:7px;
	height:21px;
	padding-left:30px;
	padding-right:10px;
	font-size:14px;
	border-bottom:1px solid #222;
	background:url(/images/global_site/header/header_bigmenu_group_t.png) no-repeat -13px -8px;
	color:#efefef;
}
.right_block_ad h1 {
	font-size:14px;
	letter-spacing:1px;
	margin:0;
	padding:0;
	text-align:center;
	font-variant:small-caps;
	padding-top:15px;
	padding-bottom:10px;
	background:none;
}
.h2_footer {
	font-size:15px;
	font-weight:bold;
	padding:8px 33px 8px 20px;
	width:863px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #ddd;
	-moz-box-shadow: 0px 0px 7px 0px #9b9b9b;
	-webkit-box-shadow: 0px 0px 7px 0px #9b9b9b;
	-o-box-shadow: 0px 0px 7px 0px #9b9b9b;
	box-shadow: 0px 0px 7px 0px #9b9b9b;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#9b9b9b, Direction=NaN, Strength=7);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-bottom-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	-moz-border-bottom-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
}
table .listing {
	border-collapse:collapse;
}
.classic_big_block table .listing tr td {
	padding:1px 2px;
}
.classic_big_block table .listing_area tr td {
	padding:6px 4px;
}
/*
.classic_big_block table tr td {
	padding:6px 4px;
}
*/
.listing {
	padding:10px;
	width:450px;
}
#footer_list_m2_artist {
	float:left;
	width:745px;
	height:180px;
	font-size:11px;
}
#footer_list_m2_artist a {
	font-size:11px;
	text-decoration:none;
}
#footer_list_m2_artist a:active, #footer_list_m2_artist a:hover {
	text-decoration:underline;
}
#footer_list_m2_artist a:active {
	color:#ffa3a3;	
}
.tdp
{
	background:url(../images/global_site/white_opac_35.png);
}
.tdi
{
	background:#333;	
}


.admin_block_btn_ctrl {
	height:40px;
	margin-bottom:10px;
}
.admin_btn_ctrl {
	border:1px solid #dedede;
	text-align:center;
	margin:2px;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}
.admin_btn_ctrl a {
	display:block;
	padding:2px 4px;
}
.admin_btn_ctrl a:hover, .admin_btn_ctrl a:active {
	text-decoration:none;
	background:#ffcc99;
}
.admin_btn_ctrl a img {
	vertical-align:middle;
}


#ja-mainnav {
	width:945px;
	height:28px;
	margin:auto;
	margin-top:0px;
	padding-top:0;
	padding-left:15px;
}
#ja-mainnav ul {
	list-style:none;
	margin:0;
	padding:0;
}
#ja-cssmenu li {
	float:left;
	font-size:13px;
	/*_border:1px solid white;*/
	/*_width:120px;*/
	
}

#ja-mainnav ul li ul {
	margin-top:12px;
}
#ja-mainnav ul li ul li {
	float:none;
}
#ja-mainnav li a {
	display:block;
	height:24px;
	color:white;
	text-decoration:none;
	_float:left;
	/*padding:10px 21px 0;*/
}
#ja-mainnav ul li ul li {
	background:url(../images/global_site/blacktrans50_t.png);
}
#ja-mainnav ul li ul li a {
	background:url(../images/global_site/blacktrans50_t.png);
	padding-bottom:4px;
	min-width:150px;
}
#ja-mainnav li a strong {
	display:block;
	white-space:nowrap;
	padding:8px 10px 20px;
	font-size:16px;
	letter-spacing:-1px;
	height:9px;
}
#ja-mainnav li a:active strong, #ja-mainnav li a:hover strong {
	background:url(../images/global_site/blacktrans50_t.png);
	height:8px;
	color:#bfbfbf;
}
#ja-mainnav li a:active, #ja-mainnav li a:hover {
	color:#bfbfbf;
}
#ja-cssmenu li ul {
	position: absolute; /* second-level lists */
	z-index: 99;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#ja-cssmenu li:hover ul ul, #ja-cssmenu li:hover ul ul ul,
#ja-cssmenu li.sfhover ul ul, #ja-cssmenu li.havechildsfhover ul ul, #ja-cssmenu li.havechild-activesfhover ul ul, #ja-cssmenu li.activesfhover ul ul,
#ja-cssmenu li.sfhover ul ul ul, #ja-cssmenu li.havechildsfhover ul ul ul, #ja-cssmenu li.havechild-activesfhover ul ul ul, #ja-cssmenu li.activesfhover ul ul ul {
	left: -999em;
}

/* This "unhides" the sub-menus (left: -999em is what hides them) */
#ja-cssmenu li:hover ul, #ja-cssmenu li li:hover ul, #ja-cssmenu li li li:hover ul,
#ja-cssmenu li.sfhover ul, #ja-cssmenu li.havechildsfhover ul, #ja-cssmenu li.havechild-activesfhover ul, #ja-cssmenu li.activesfhover ul,
#ja-cssmenu li li.sfhover ul, #ja-cssmenu li li.havesubchildsfhover ul, #ja-cssmenu li li.havesubchild-activesfhover ul, #ja-cssmenu li li.activesfhover ul,
#ja-cssmenu li li li.sfhover ul, #ja-cssmenu li li li.havesubchildsfhover ul, #ja-cssmenu li li li.havesubchild-activesfhover ul, #ja-cssmenu li li li.activesfhover ul {
	left: auto;
}

#ja-cssmenu li ul a:hover,
#ja-cssmenu li ul a:active,
#ja-cssmenu li ul a:focus,
#ja-cssmenu ul li:hover,
#ja-cssmenu ul li.sfhover,
#ja-cssmenu ul li.havesubchildsfhover,
#ja-cssmenu ul li.havesubchild-activesfhover,
#ja-cssmenu ul ul li:hover,
#ja-cssmenu ul ul li.sfhover,
#ja-cssmenu ul ul li.havesubchildsfhover,
#ja-cssmenu ul ul li.havesubchild-activesfhover {
	color: #FFFFFF;
	background: #333333;
}


#ja-cssmenu li ul a {
	margin: 0;
	padding: 0 10px;
	border: none;
	white-space: nowrap;
	font-weight: normal;
	font-size: 100%;
	line-height: 30px;
}

.block_link_suite {
	text-align:right;
	padding-right:30px;
}
.block_link_suite a {
	text-decoration:none;
}
.block_link_suite a:active, .block_link_suite a:hover{
	text-decoration:underline;
}
:root *> #footer_artists {
	-moz-box-shadow: 0px 0px 7px 0px #555;
	-webkit-box-shadow: 0px 0px 7px 0px #555;
	-o-box-shadow: 0px 0px 7px 0px #555;
	box-shadow: 0px 0px 7px 0px #555;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#555, Direction=NaN, Strength=7);
}
#footer_artists {
	width:916px;
	height:221px;
	margin:4px auto 0 auto;
	padding:0;
	font-size:10px;
	border:1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-left-radius: 0;
	-webkit-border-left-radius: 0;
	-moz-border-right-radius: 0;
	-webkit-border-right-radius: 0;
	border-radius: 5px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	overflow:hidden;
	background:#555;
}
#footer_artists table {
	width:100%;
}
#footer_artists table tr td a {
	text-decoration:none;
	font-size:10px;
}
#footer_artists .radio_footer {
	font-size:11px;
	padding-left:2px;
}
#footer_artists .radio_footer a:hover {
	background:#666;
}
#footer_artists .artist_footer {
	padding-left:5px;
}
#footer_artists .artist_footer a:hover {
	color:white;
}


.big_info {
	margin:8px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 0px 2px 8px #ccc;
	-webkit-box-shadow: 0px 2px 8px #ccc;
	box-shadow: 0px 2px 8px #ccc;
	padding:6px 6px 18px 6px;
	background:url(/images/global_site/bg_footer_t.png) no-repeat center -40px;
}
.img_info {
	float:left;
	width:32px;
	height:32px;
	padding:0 10px;
}
#result_form {
	display:none;
}
#info_submit h2, #result_form h2 {
	background:none;
	border:none;
	margin:5px 0;
	color:black;
}
#progress_bar {
	background:#666;
	color:white;
	height:18px;
	padding:3px;
	margin:10px auto;
	min-width:40px;
	text-align:center;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
#img_submit {
	float:left;
	width:64px;
	height:64px;
	padding:0 10px;
}
.btn_vote_proposition {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 1px 2px 4px #efefef; 
	-webkit-box-shadow: 1px 2px 4px #efefef; 
	box-shadow: 1px 2px 4px #efefef;
	height:19px;
	width:45px;
	padding:3px 2px;
	display:block;
	font-size:13px;
	margin:0;
	background:url(/images/global_site/bg_footer_t.png) no-repeat center -100px;
	text-decoration:none;
	text-align:center;
}
.btn_vote_proposition img {
	width:16px;
	height:16px;
}
#outer_btn_prop {
	padding:5px;text-align:center;width:600px;margin:0 auto;
}
#outer_btn_prop #inner_btn_prop {
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 0px 2px 8px #ccc;
	-webkit-box-shadow: 0px 2px 8px #ccc;
	box-shadow: 0px 2px 8px #ccc;
	background:url(/images/global_site/bg_footer_t.png) no-repeat center -100px;
	height:29px;
	padding:0px 3px;
	margin:10px;
	display:block;
	color:white;
	text-decoration:none;
}
#ad_iphone_android_apps {
	width:916px;
	height:78px;
	margin:5px auto;
}
#ad_iphone_android_apps, #ad_iphone_android_apps a {
	font-weight:bold;
	font-size:16px;
	letter-spacing:1px;
	font-family:"Century Gothic", Arial;
	text-decoration:none;
}
.btn_link_app {
	float:left;
	width:280px;
	height:66px;
	padding:6px 10px;
	margin:0;
}
#intro_txt {
	font-size:14px;
	width:300px;
}
#btn_android {
	width:210px;
	margin:0 30px;
}
#header_in_radio {
	color:black;
	position:relative;
	width:100%;
	height:20px;
	opacity:0.9;
	margin-bottom:6px;
	font-size:11px;
}
#header_in_radio a {
	color:black;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
}
.link_header_in_radio {
	float:left;
	padding:0 5px;
	border-left:1px solid black;
}
#little_apps_footer {
	float:right;
	width:176px;
	height:90px;
	margin:0px 0px 5px 2px;
	overflow:hidden;
}
#little_apps_footer a {
	text-decoration:none;
	font-weight:bold;
	display:block;
	padding:4px 0px;
	border-top:1px solid #ccc;
	text-align:center;
}
#little_apps_footer a:active, #little_apps_footer a:hover {
	background:#bbb;
}
.h2list{
background:#f4f4f4;
text-align:center;
color:#265EAD;
margin-top:18px;
padding-top:8px;
padding-bottom:6px;
margin-bottom:2px;
letter-spacing:2px;
font-weight:bold;
border:1px solid #265EAD;
}
td,textarea,input{
font-size:12px;
}
th{
text-align:center;
border-bottom:1px solid black;
font-size:13px;
letter-spacing:2px;
}

.suggestionsBox {
    position: relative;
    left: 30px;
    margin: 10px 0px 0px 0px;
    width: 200px;
    background-color: #212427;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border: 2px solid #000;
    color: #fff;
}
 
.suggestionList {
    margin: 0px;
    padding: 0px;
}
 
.suggestionList li {
    margin: 0px 0px 3px 0px;
    padding: 3px;
    cursor: pointer;
}
 
.suggestionList li:hover {
    background-color: #659CD8;
}

.user, .tweet, .timePosted {
	display:inline;
}

#m2radiolasttweet {
	display:inline;
	margin:0;
	padding:0;
}

#m2radiolasttweet a {
	font-size:11px;
}

.user a span  span{
	display:none;
}
.user a img {
	display:none;
}