@charset "utf-8";
/* CSS Document */
.time_left{
	margin-top:4px;
	background:url(../img/loading_baars.png) 0 0 no-repeat;
	background-color:#e5e5e5;
	width:251px;
	height:16px;
	line-height:16px;
}
.time_left_color{
	width:75px;
	float:left;
	height:16px;
	background:url(../img/loading_baars.png) 0 0 no-repeat;
	background-color:#33cc33;
}
.time_left_txt{
	font-size:11px;
	float:right;
	text-align:left;
	width:95px;
}

.report_buttons{
	padding:4px 0 8px 0;
	border-bottom:1px solid #e5e5e5;
}

.report_buttons a, .report_buttons a:visited{
	display:block;
	color:#818181;
	text-decoration:none;
	font-weight:bold;
	padding:5px 0 4px 12px;
	_height:19px;
}
.report_buttons a:hover{
	background-color:#f0f0f0;
}
.report_buttons a.sel, .report_buttons a:hover.sel, .report_buttons a:visited.sel{
	background-color:#aaaaaa;
	color:#FFFFFF;
}
.report_buttons a img{
	float:left;
	margin:-2px 9px 0 2px;
}
.report_buttons a.report_analysis img, .report_buttons a.report_check img{
	margin-right:12px;
}
.report_buttons a.report_analysis{
	padding-left:9px;
}


.spec_boxes{
	list-style-type:none;
	height:21px;
	padding:6px 0 9px 0;
}
.spec_boxes li{
	display:block;
	float:left;
}
.spec_boxes li.adv_text_right{
	width:148px;
	margin-right:4px;
}

.office_cols{
	width:237px;
	float:left;
	margin-right:15px;
}

/* STATS BOX */

.ico_split{
	color:#e5e5e5;
	margin:0 6px 0 7px;
	float:left;
}
.icons_cell img{
	float:left;
}

.stats_user{
	border:1px solid #e5e5e5;
	margin:0 12px 12px 12px;
	padding:8px 9px;
	font-size:11px;
	line-height:14px;
	color:#818181;
}
.stats_user a{
	color:#818181;
}
.stats_user table tr td{
	vertical-align:top;
}
.stats_user table tr td.bord_left{
	border-left:1px solid #e5e5e5;
	padding-left:10px;
}
.stats_user strong.name{
	display:block;
	font-size:12px;
	line-height:10px;
	padding-bottom:12px;
}

.stats_box{
	background:url(../img/beta_mid.gif) 0 0 repeat-y;
}
.stats_box_bottom{
	background:url(../img/beta_bot.gif) 0 100% no-repeat;
}
.stats_box_content{
	background:url(../img/beta_top.gif) 0 0 no-repeat;
	padding:12px 0;
}
.stats_box_item{
	padding:0 13px;
}

.stats_table{
	font-size:11px;
}
.stats_table a, .stats_table a:visited{
	color:#818181;
	text-decoration:none;
}
.stats_table a:hover{
	text-decoration:underline;
}
.stats_table table{
	border-collapse:collapse;
}
.stats_table tr td, .stats_table tr th{
	border:1px solid #e5e5e5;
	padding:6px 8px;
}
.stats_table tr th{
	background-color:#aaaaaa;
	color:#FFFFFF;
	line-height:11px;
	padding:10px 8px;
	vertical-align:top;
}
.stats_table tr.yellow th{
	background-color:#ffcc33;
}
.stats_table tr.green th{
	background-color:#66cc33;
}
.stats_table tr.dark td{
	background-color:#f8f8f8;
}
.stats_table tr.light_title th, .stats_table tr th.light_title{
	background-color:#cecece;
}
.stats_table tr.show_links td a, .stats_table tr td.show_links a{
	color:#2971a7;
}
.stats_table tr.highlight_mo td{
	padding:0;
}
.stats_table tr.highlight_mo td a, .stats_table tr.highlight_mo td a:visited{
	display:block;
	padding:6px 8px;
}
.stats_table tr.highlight_mo td a:hover{
	background-color:#aaaaaa;
	color:#FFFFFF;
}
.stats_table tr td.client{
	background-color:#DAFFDA;
}
.stats_table tr td.partner{
	background-color:#FFFFCC;
}

/* TABBOX ADDITIONAL FOR STATS */
.tabbox_stats ul li a{
	padding-left:6px;
}
.tabbox_stats ul li a span{
	display:block;
	pointer:cursor;
	padding-left:28px;
}
.ic_mid_check{
	background:url(../img/ico/office_mid_check_bw.png) 0 0 no-repeat;
}
.tabbox_stats ul li a:hover span.ic_mid_check, .tabbox_stats ul li.sel a span.ic_mid_check{
	background-image:url(../img/ico/office_mid_check.png);
}
.ic_mid_analyse{
	background:url(../img/ico/office_mid_analyse_bw.png) 0 0 no-repeat;
}
.tabbox_stats ul li a:hover span.ic_mid_analyse, .tabbox_stats ul li.sel a span.ic_mid_analyse{
	background-image:url(../img/ico/office_mid_analyse.png);
}
.ic_mid_group{
	background:url(../img/ico/office_mid_group_bw.png) 0 0 no-repeat;
}
.tabbox_stats ul li a:hover span.ic_mid_group, .tabbox_stats ul li.sel a span.ic_mid_group{
	background-image:url(../img/ico/office_mid_group.png);
}
.ic_mid_media{
	background:url(../img/ico/office_mid_media_bw.png) 3px 2px no-repeat;
}
.tabbox_stats ul li a:hover span.ic_mid_media, .tabbox_stats ul li.sel a span.ic_mid_media{
	background-image:url(../img/ico/office_mid_media.png);
}
