/* Stylesheet.css for Laughing Grizzly */
/* Body text style and page background
 */body{
	margin: 0;
	margin-top: 50px;
        font-size: small;
	font-family:verdana, arial, helvetica, sans-serif;
	background-color: #000;}
 
/* Page container style */
#container{
        margin-left: auto;
        margin-right: auto; width: 700px;
        background-color: #FFF;}

/* Page header style */
#header{
	height: 186px;
	font-size: 10px;
	background-image: url("images/ReportsBanner_01.jpg");
	background-repeat:no-repeat;}

#header p {
	margin: 0;
	padding: 3px;
	padding-left: 10px;}

#header a {
	display: block;	text-decoration: none;
	color: black;	padding-left: 12px;}

 #header a:hover
 {	color: white;
	background-image: url("images/nav_button_off.gif");
	background-repeat: no-repeat;
	background-position: left;}

/* Left Navigation */#LeftNav {
 font-size: smaller; width: 160px;
	margin: 0;
        padding: 10px;
        float: left;}

#LeftNav h1 {
	margin:0;
	padding:0;
	margin-top:15px;
	margin-left:15px;
	margin-bottom:10px;}

/* Main content */

#main{
	padding: 5px;
	margin-left: 20px;
	font-size: smaller;}

#main h1, p {
	margin-left: 20px;
	margin-right:20px;}

/* Page footer style */

#footer{
	clear: left;
        height: 40px;	text-align:center;
	vertical-align: middle;
        font-size: smaller; background-image: url("images/footer_06.jpg");
	background-repeat:no-repeat;
        border-top: 3px solid #cc6633;}

/* Page bottom navigation style */

#BottomNav{
 	text-align:center;
        font-size: smaller; background-color: #000;
        padding: 5px;}#BottomNav ul {	list-style: none;
	padding: 0;	margin: 0;}

	#BottomNav ul li {
	display: inline;
	padding: 0 10px;
	margin: 0;
	border-right: 1px solid white;	}

#BottomNav a {
	text-decoration: none;
	color: white;} 

#BottomNav a:hover {
	color: #cc6633;}

.reports {
	border-collapse:collapse;
	width:100%;}

.tableHeader {	font-weight:bold;
	border: 1px solid black;}

.tableRow {	vertical-align: text-top;
	border: 1px solid black;}

.cellBorderLR {
        border-left: 1px solid black;
	border-right: 1px solid black;}

.cellBorderLR {}
