﻿body {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	/*background-image: url('/ff/images/bg_row_164.jpg');*/
	background-image: url('/images/bg_row_164.jpg');
	background-attachment: fixed;
	background-position: inherit;
	background-repeat: repeat;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

.error{
	color: Red;
}

a{
	color:White;
}

#mainTable{
	background-color:#1A2902;
	width: 800px;
}

#header{
	height: 334px;
}

#dataDisplay{
	vertical-align: top;
	padding: 10px;
	padding-bottom: 20px;
	text-align: left;
	color: White;	
}

#dataFlow{
	position: relative;
	height: 450px;
	overflow: auto;
}

#footer{
	position: relative;
}

a.footer{
	font-weight: bold;
	text-decoration: none;
}

a.footer:hover{
	text-decoration: underline;
}

.displayTable{
	width: 780px;
}

td.tdPress{
	width: 195px;
	vertical-align: bottom;
	align: center;
}

table.tablePress{
	width: 190px;	
}

h1,h2,h3,h4,h5{
	font-family: Arial, Verdana, sans-serif;
	margin: 0px;
	margin-bottom: 3px;
	color: #FFFFFF;
	text-align: center;
}

h1,h2,h3{
	font-variant: small-caps;
}

h1{
	font-size: 16px;
}

h2{
	font-size: 14px;
}

h3{
	font-size: 12px;
}

.imgholder {
	float:left; 
	background: url(dropshadow.png) no-repeat bottom right; 
	background: url(dropshadow.gif) no-repeat bottom right; 
	margin: 10px 7px 0 10px; 
	margin: 10px 0 0 5px; 
}

.imgholder img { 
	display: block; 
	position: relative; 
	background-color: #fff; 
	border: 1px solid #666;
	margin: -3px 5px 5px -3px; 
	padding: 2px; 
}

  .dataContent{
	position: relative;
	background: #385806;
	border: 5px solid #476811;
  }
  
  .dataContent h3{
	margin: 0 auto;
	background: #476811;
  }
  
  .dataContent[id="events"]{
	width: 50%;
  }
  
  .dataContent[id="taps"]{
	width: 50%;
  }
  
  
  