/* BASIC STYLES
------------------------------------------------------------------------------*/
#wp_flashstat * {
	margin: 0;
	padding: 0;
}
#wp_flashstat a { color: #0052CC; text-decoration: none; border: 0;}
#wp_flashstat a:visited { /*color: #00659C;*/ }
#wp_flashstat a:hover { color: #E60000; text-decoration: none; }

/* MODULE STYLES
------------------------------------------------------------------------------*/
#wp_flashstat .flashstat {

}

#wp_flashstat .module {
 float:left;
 margin:15px 0 0 5px;
 padding:0;
 width:250px;
/* height:198px; */
 font-size:11px;
}

#wp_flashstat .module div {
/* height:162px; */
 width:100%;
 overflow:auto
}

#wp_flashstat .module div table {
 border-left:1px dotted #dfdfdf;
 border-collapse: collapse;
}

#wp_flashstat .module div table th {
 text-align: left;
 white-space: nowrap;
 padding-left: 3px;
 background-color: #dfdfdf;
 width:100%
}
#wp_flashstat .module div table td {
 overflow: hidden;
 padding: 0.2em 3px;
 vertical-align: top;
 white-space: nowrap;
 font-size:11px;
 border-bottom:1px solid #dfdfdf;
}
#wp_flashstat .module div table td.first,
#wp_flashstat .module div table th.first {
	padding-left:5px;
}

#wp_flashstat .module div table td.second,
#wp_flashstat .module div table th.second {
	text-align: right;
	width:15%;
	padding-right: 3px;
	border-left:1px dotted #dfdfdf;
	border-right:1px dotted #dfdfdf
}
#wp_flashstat .module div table td.third,
#wp_flashstat .module div table th.third {
	text-align: right;
	width:15%;
	padding-right: 3px;
	white-space: nowrap;
	border-right:1px dotted #dfdfdf
}