@charset "utf-8";
/* CSS Document */

body{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
a{
	text-decoration: none;
	color: #003399;
}
a:hover{
	text-decoration: underline;
	color: #003399;
}
a.right{
	float:right;
	margin-left: 5px;
}
h2{
	color:#6CA6D1;
}
h3{
	margin: 0px;
	padding: 0px;
}
select.custom_select {
    width: 212px;
}
/*
*** overview page
*/
#wl_content{
	padding: 10px;
	width: 1110px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#wl_content_top{
	background-image: url(../images/tns_logo_2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 112px;
	position: relative;
}
#wl_content_top a#homeLink{
	position:absolute;
	top:10px;
	left:10px;
	width:160px;
	height:100px;
	display:block;
}
#wl_content_top a#homeLink:hover{
	text-decoration:none;
}
#wl_content_bottom{
	background-image: url(../images/bg_footie_1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 28px;
	position: relative;
}
#wl_content_top_menu{
	position: absolute;
	/*background-color: #EA8B48;*/
	top: 76px;
	left: 188px;
	width: 915px;
	height: 32px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DBE3E6;
}
#wl_content_top_menu li{
	float: left;
	line-height: 31px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C3D1D6;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C3D1D6;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C3D1D6;
	margin-right: 4px;
	background-color: #DBE3E6;
	/*-moz-border-radius: 10px 10px 0px 0px;*/
}
#wl_content_top_menu li .inner{
	padding-left: 10px;
	padding-right: 10px;
	background-color: #E9EEF1;
}
#wl_content_top_menu li a{
	font-size:0.9em;
}
#wl_content_top_menu li div.selected{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #FFFFFF;
}
div#wl_content_container{
	padding-left: 15px;
	padding-right: 12px;
	background-image: url(../images/containerbg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#wl_header{
	
}
#wl_header h1 {
	padding-left: 10px;
	line-height:35px;
}
#wl_selections{
	display:block;
	padding: 10px;
}
#wl_selections #wl_yearweek,
#wl_selections #wl_categ{
	float:left;
}
#wl_selections #wl_yearweek{
	padding-left: 10px;
	padding-right: 10px;
}
#wl_selections #wl_categ{
	padding-left: 10px;
	padding-right: 10px;
}
#wl_list{
	clear:both;
}
#wl_list #wl_list_content{
	/*border: 1px solid #333;*/
	display:block;
}
#wl_list #wl_list_content table{
	border: 1px solid #FFF;
	border-collapse:separate;
	font-size: 0.8em;
}
#wl_list #wl_list_content table td,
#wl_list #wl_list_content table th{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
}

#wl_list #wl_list_content table td.increase,
#wl_list #wl_list_content table td.decrease{
	background-image: url(../images/op.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#wl_list #wl_list_content table td.decrease{
	background-image: url(../images/ned.gif);
}
#wl_list #wl_list_content table tr.wl_list_headers th{
	background-color: #CCC;
	text-align: center;
	font-weight: normal;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 20px;
	white-space: nowrap
}
#wl_list #wl_list_content table tr.wl_list_subheaders th{
	background-color: #FFF;
	text-align: center;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 20px;
	white-space: nowrap
}
#wl_list #wl_list_content table tr.wl_list_headers th.DESC,
#wl_list #wl_list_content table tr.wl_list_headers th.ASC{
	background-image: url(../images/arrow_down.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#wl_list #wl_list_content table tr.wl_list_headers th.ASC{
	background-image: url(../images/arrow_up.png);
}
#wl_list #wl_list_content table tr.wl_list_headers th.sort{
	color: #003399;	
}
#wl_list #wl_list_content table tr.wl_list_headers th.sort:hover{
	text-decoration: underline;
	background-color:#C1C1C1;
	cursor:pointer;
	cursor:hand;
}
#wl_list #wl_list_content table tr.wl_list_headers th.disabled{
	color: #000000;	
}
#wl_list #wl_list_content table tr.wl_list_headers th.disabled:hover{
	cursor: auto;
	text-decoration: none;
	background-color:#CCCCCC;
}
#wl_list #wl_list_content table td.wl_list_subdatarow_td{
	padding: 0px;
	font-size:1.2em;
}
#wl_list #wl_list_content table td.wl_list_subdatarow_td table{
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
#wl_list #wl_list_content table td.wl_list_subdatarow_td .wl_list_headers{
	
}
#wl_list #wl_list_content table td.wl_list_subdatarow_td table tr.lightrow td,
#wl_list #wl_details_content #listContainer table tr.lightrow td{
	background-color:#e6f4f4;	
}
#wl_list #wl_list_content table td.wl_list_subdatarow_td table tr.darkrow td,
#wl_list #wl_details_content #listContainer table tr.darkrow td{
	background-color:#dce7e7;	
}
#wl_list #wl_list_content .loading{
	height: 40px;
	display:block;
	background-image: url(../images/loading_icon.gif);
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #E6E6E6;
}
#wl_list #wl_list_content table .row_number{
	width:6%;
}
#wl_list #wl_list_content table td.has_subnetworks{
	width:6%;
	text-align:center;
}
#wl_list #wl_list_content table td.has_subnetworks span{
	display: block;
}
#wl_list #wl_list_content table td.network_title{
	text-align:left;
	width: 25%;
}
#wl_list #wl_list_content table td.wl_list_subdatarow_td td.network_title{
	padding-left: 25px;
}
#wl_list #wl_list_content table td.col_users{
	width:13%;
}
#wl_list #wl_list_content table td.col_users_pct{
	width:6%;
}
#wl_list #wl_list_content table td.col_sessions{
	width:13%;
}
#wl_list #wl_list_content table td.col_sessions_pct{
	width:6%;
}
#wl_list #wl_list_content table td.col_impressions{
	width:13%;
}
#wl_list #wl_list_content table td.col_impressions_pct{
	width:6%;
}
#wl_list #wl_list_content table td.col_frequence{
	width:6%;
}
#wl_list #wl_list_content table tr.lightrow td{
	background-color: #FFF;
}
#wl_list #wl_list_content table tr.darkrow td{
	background-color: #E6E6E6;
	
}
#wl_list #wl_list_content table td{
	padding:3px;
	padding-right: 10px;
	/*padding-left: 5px;*/
	white-space:nowrap;
	text-align:right;
}
#wl_list #wl_list_content table .wl_list_subtree{
	color: #003399;
}
#wl_list #wl_list_content table .wl_list_subtree:hover{
	text-decoration: underline;
	cursor:pointer;
	cursor:hand;
}
/*
*** notices
*/
#wl_list #wl_list_explanation{
	text-align:left;
	font-size: 1em;
	margin-top: 15px;
	display:block;
}
#wl_list #wl_list_explanatio_content{
	padding-top: 15px;
	padding-bottom: 5px;
	display:block;
	/*border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;*/
}
/*
*** notices
*/
#wl_list #wl_list_notices{
	text-align:left;
	font-size: 0.8em;
}
#wl_list #wl_list_notices .miscNotice{
	margin-top:15px;
}
#wl_list #wl_list_notices h2{
	margin-top:15px;
	margin-bottom: 5px;
}
#wl_list #wl_list_notices .notice{
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
/*
*** details page
*/
#wl_details_content{
	font-size: 0.8em;
}
.yearWeek{
	width: 90px;
	/*height:17px;
	line-height:17px;*/
	float:left;
	text-align: right;
	line-height:27px;
}
.yearWeek .text{
	padding-right:3px;
}
#chartContainer{
	/*background-color:#CCCCCC;
	padding:10px;*/
	width:500px;
	/*margin-left:auto;
	margin-right:auto;*/
	float:left;
	margin-left:20px;
}
#listContainer{
	float:left;
	margin-left: 40px;
}
#detailsContainer{
	position: relative;
	width:500px;
	background-color:#E3E3E3;
	/*margin-left:auto;
	margin-right:auto;*/
	background-color:#E3E3E3;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
#detailsTitles{
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
}
#detailsTitles .yearWeek
{
	background-color:#FFF;
	height:100%;
}
#titlesContainer{
	position:absolute;
	/*float:left;*/
	top:0px;
	left:90px;
	width:410px;
	height:100%;
	z-index:1;
}
#titlesContainer .chartTitle
{
	height:100%;
	position:absolute;
	top:0px;
	border-right-width: 1px; 
	border-right-style: solid; 
	border-right-color: #F00;
	text-align:right;
}
#titlesContainer .chartTitle .chartTitleText
{
	color:#000;
	padding-right:5px;
	line-height:20px;
}
.rowContainer{
	width:100%;
	clear:left;
}
.barContainer{
	width: 410px;
	float:left;
}

#weeklistChart
{
	background-color:#32D17E;
	position:absolute;
	padding-top:25px;
	float:left;
}

#yearWeekContainer
{
	float:left;
	margin-top:25px;
}
#weeklistBars
{
	text-align:left;
	padding-top: 20px;
	z-index:2;
	position:relative;
}

#weeklistBars .bar
{
	float:left;
	background-color:#6FB8DB;
	text-align:right;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	margin-top:4px;
	margin-bottom:4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-right-color: #666;
	border-bottom-color: #333;
}

#weeklistBars .bar .text
{
	margin-bottom:2px;
	margin-top:2px;
	margin-right:2px;	
}
#wl_list #wl_details_content #listContainer table{
	/*margin-top: 25px;
	margin-left:auto;
	margin-right:auto;*/
	border: 1px solid #666666;
	border-collapse:separate;
}
#wl_list #wl_details_content #listContainer table td{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
}
#wl_list #wl_details_content #listContainer table tr#wl_list_headers td{
	background-color: #CCCCCC;
}
#wl_list #wl_details_content #listContainer table td{
	padding:3px;
}
#wl_list #wl_details_content #listContainer table td.leftColum{
	text-align:left;
}
#wl_list #wl_details_content #listContainer table td.rightColum{
	text-align:right;
}

