.tableau {
border-spacing:5px;
padding-bottom: 30px;
border-bottom: 2px solid black;
}

.tableau td{
border:2px solid #CCC;
padding: 6px;
cursor: pointer;
text-align: center;
vertical-align: middle;
}
.tableau td.noStyle{
border:none;
cursor: auto;
}
.tableau .ligneSupp ul#icons li {
float:right;	
}
.tableau ul#icons li,
.tableau .ligneSupp .supTab ul#icons li {
float:left;	
}
.tableau td.entete{
background: #BBB;
cursor: pointer;
}
.tableau td.acteur{
background: white;
width:150px;
cursor: pointer;
}

.onclick, .pointer {
cursor: pointer;	
}

.tr-tooltip .cart-tooltip {
width: 180px;
padding: 10px;
border: 2px solid #5889EE;
position: absolute;
z-index: 3000;
margin-top: -80px;
background: #FFF;
margin-left:-35px;
text-align: left;
display: none;
}
.tr-tooltip:hover .cart-tooltip {
display: block;
}

input.text.gris {
	background: #dedede;
}

table.tableForm tr td.label.gris {
	background: #dedede;
}

.details_label {
	font-size: 11px;
	font-weight: normal;
}


table.stats_table {
border: none;
border-spacing:5px;
}

table.stats_table td {
border: none;
padding: 10px 15px;
vertical-align: middle;
}
table.stats_table td.border {
border: 1px solid #D2D1D1;
}

table.stats_table td.bold {
font-weight: bold;
}

table.stats_table td.small{
font-size: 11px;
}

table.stats_table td.left {
text-align: left;
}
table.stats_table td.right {
text-align: right;
padding-right: 6px;
}
table.stats_table td.center {
text-align: center;
}

.ui-button.btn_no_pub {
	background-image: url(http://www.mediabong.com/theme/admin/images/no_pub.png) !important; 
	background-repeat: no-repeat !important; 
	background-position: center 5px !important;
	padding-top: 35px !important;
}
.ui-button.btn_no_pub.select {
	background-color: #bcdebf !important;
	border: 1px solid #91b594 !important;
}

.rssControlButton {
	width: 20%;
	height: 60px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #cccccc;
	float: left;
	margin-left: 5%;
	margin-top: 20px;
	font-size: 1.3em;
	text-align: center;
}

.rssControlButton div {
	padding-top: 20px;
	height: auto;
}

ul.listFeeds {
	list-style-type: none;
}

ul.listFeeds li {
	display: block;
	width: auto;
	padding: 10px;
	float: left;
}

.spinner {
	width: 105px;
	height: 105px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 40px;
}

ul#articleList li {
	display: block;
	line-height: 20px;
	padding: 5px;
	border-bottom: 1px solid #dedede;
}

ul#articleList li:hover, ul#searchResultsItems li:hover {
	background-color: #FFFFCF;
	cursor: pointer;
}

ul#articleList li.active:hover {
	background-color: #fff;
}

.articlevideos {
	background-color: #fff;
	width: 1100px;
	display: none;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}

.item-highlight {
	float: left; 
	width: 210px; 
	border: 0px;
	background-color: #fff;
}

.sortableList:after { clear:both; content:'.'; display:block; height:0; line-height:0; font-size:0; visibility:hidden; padding:0; margin:0; }

#doSearch:hover {
	cursor: pointer;
}

li.active span {
	font-weight: bold;
	color: #FF7800;
}

.disabled {
	background: #999999;*
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
	cursor: default;
}

h2.orange {
	color: #FF7800;
}