@CHARSET "UTF-8";

/** tooltip for mootools 1.1 **/
.tip-mod-ranking-tip {
   color: #000;
   width: 130px;
   z-index: 13000;
}

.tip-mod-ranking-title {
   font-weight: bold;
   font-size: 11px;
   margin: 0;
   color: white;
   padding: 8px 8px 4px;
   background: grey;
   border-bottom: 1px solid grey;
}

.tip-mod-ranking-text {
   font-size: 11px;
   padding: 4px 8px 8px;
   background: lightgrey;
}
/** end of tooltip for mootools 1.1 **/

table.table_style_blue tbody tr 
{
	background:none repeat scroll 0 0 #F2F2F2;
	border:1px solid #DDDDDD;
	-webkit-transition:all 800ms ease-in-out;
	-moz-transition:all 800ms ease-in-out;
	-o-transition:all 800ms ease-in-out;
	transition:all 800ms ease-in-out;
}
table.table_style_blue tbody tr:hover
{
	background:none repeat scroll 0 0 #E5E5E5;
	-webkit-transition:all 300ms ease-in-out;
	-moz-transition:all 300ms ease-in-out;
	-o-transition:all 300ms ease-in-out;
	transition:all 300ms ease-in-out;
}
table.table_style_blue tbody tr td 
{
	line-height:22px;text-indent:5px;
	border:1px solid #DDDDDD;
}
table.table_style_blue caption
{
	color:#FFFFFF;font-weight:700;
	line-height:22px;
	text-align:center;
	text-transform:uppercase;
}
table.table_style_blue caption 
{ 
	background:none repeat scroll 0 0 #3E6A86;
}