/************ FILE LOCATION 130911
EDIT / MASTER FILE:
(ALWAYS EDIT AND SAVE STYLESHEET TO THIS)
C:\BG\BHMI\www\assets\css\do0hitcountstyle.css
*************/
body {
	font-family: "trebuchet ms";
	font-size: 10pt;
	background: #f9f9f9 url("/assets/img/do0hitcountviewbg.gif");
	margin: 20px auto;
	text-align: center;
}

h1 {
	font-size: 16pt;
	text-transform: uppercase;
	letter-spacing: 3px;
	/*text-decoration: overline underline;*/
}

table {  /* 130914 added */
	max-width:100%;
    table-layout: fixed;
    word-wrap: break-word;
    overflow: hidden;
}

table {
	margin:0 auto;
	padding: 0;
}

table {
	/*border-collapse: collapse;*/
}
table {
	border:0;
}
tr {
	background-color: #f4ecf4;
}
tr:hover {
	background-color: #F8F8E8;
}

td {
	font-family: "trebuchet ms";
	font-size: 11pt;
	border: 1px solid #c5a3c2;
	padding: 3px 4px;
	word-wrap:break-word;
}
td.text {
	text-align: left;
}
td.number {
	text-align: right;
}
th {
	font-family: "trebuchet ms";
	font-size: 12pt;
	border: 1px solid #c5a3c2;
	background-color: #e9d9e8;
	padding: 3px 4px;
	text-transform: uppercase;
	text-align: center;
}

.info {
	font-size: 9pt;
}

.infototal {
	font-size: 16pt;
	color: blue;
}
