@charset "utf-8";

html, body
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #0C0C0C;
	text-align: center;
	margin: 0px;
	background-color: #FFF;
}

a
{
	text-decoration: underline;
	color: #2E91FF;/*#009900;*/
}
a:hover
{
	text-decoration: underline;
  color: #0C0C0C;
}

.header
{
  height: 45px;
  width: 100%;
  margin-bottom: 50px; 
  background-image: url(../../images/bg_top.png); 
  background-repeat: repeat-x;
  border-bottom: 1px solid #5E6267;
  padding: 5px 0px 5px 0px;
}

#top
{
  font-size: 14px;
	text-align: center;
	font-weight: bold;
  margin-bottom: 10px;
}
#top p 
{ 
  display:inline;
}
#top a 
{
  color: #2E91FF;
}
#top a:hover
{
  color: #0C0C0C;
  text-decoration: underline;
}

.footer
{
  background-image: url(../../images/bg_bottom.png); 
  background-repeat:repeat-x;
  height: 25px;
}
.footer p
{
  padding-top: 10px;
}

input, select
{
	border: 1px solid #5E6267;
}


table
{
	margin: 0px;
	empty-cells: show;
}

td
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	padding: 4px;
}

img
{
	border: 0;
}

div.header a
{
	margin: 1px;
	text-decoration: none;
	padding: 1px;
  color: #191919;
}





.row1, cell1
{
	background-color: #F2F0F0;
}

.row2, .cell2
{
	background-color: #E0DFDF;
}

.row3 , .row4, .cell3
{
	background-color: #99CCFF; /*#6699FF#8CC1FD*/
	color: #0C0C0C;
}

.no_entry
{
	background-color: #F2F0F0;
	text-align: center;
}



.stats_title
{
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	color: #0C0C0C;/*F67409*/
}

.navigation_bar div.stats_title {}

.stats_title span.unformatted
{
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
}

.stats_start
{
	font-style: italic;
	margin-bottom: 15px;
	text-align: center;
	font-weight: normal;
  color: #696969;
}

.access_stats_start
{
	font-weight: bold;
	font-size: 10pt;
	font-family: Georgia, Verdana;
	font-size: 15px;
	color: #000000;
}

.stats_spacer
{
	clear: left; 
	height: 60px;
}



.bar_common_1, .bar_common_2
{
	height: 10px;
	background-color: #3486AF;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.bar_access_stats_1
{
	height: 15px;
	background-color: #3486AF;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.bar_access_stats_2
{
	height: 15px;
	background-color: #FF0000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.number_selected
{
	font-weight: bold;
}

.number_unselected
{
}



.table_data_and_records
{
	border: 1px solid #5E6267;
	border-spacing: 1px;
	width: 350px;
	text-align: left;
	margin-bottom: 10px;
}

.box_containing_2_centered_boxes
{
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	text-align: center;
}


.left_box_of_2_centered_boxes
{
	right: 50%;
	float: left;
	width: 385px;
	margin-right: 30px;
	text-align: right;
}

.right_box_of_2_centered_boxes
{
	left: 50%;
	width: auto;
	text-align: left;
}


div.left_box_of_2_centered_boxes table
{
	margin-left: auto;
	text-align: left;
	width: 382px;
	border-spacing: 1px; 
}


div.right_box_of_2_centered_boxes table
{
	margin-right: auto;
	text-align: left;
	width: 382px;
	border-spacing: 1px;
}


div.left_box_of_2_centered_boxes.table_stats, div.right_box_of_2_centered_boxes.table_stats
{

	border: 0px;
}


div.center
{
	text-align: center; /* IE Fix */
}
div.center table
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
div.center table.table_stats
{
	border-spacing: 1px;
	border: 0px;
}


.counter_info
{
	font-size: 10px;
  color: #0C0C0C;
}