﻿
body {
  margin: 0;
  border: 0;
  font-family: sans-serif;
  background: #FFF;
  color: black;
  text-align: center;
}

.searchField {
	width:230px;font-size:120%;
	margin:0;
}
input.searchField:focus {
  background: #FFFFC0;
}

.header {
  position: relative;
  background: url(headerBack.png) #202020;/*#3040A0;*/
  height: 41px;
  padding-top: 9px;
  text-shadow: black 0px 1px 2px;
  color: white;
}

.header img {
	width: 32px;
	height: 32px;
	float: left;
	padding-left: 10px;
	border:0px none;
}

.headerShadow {
	position: relative;
	height: 5px;
	background: url(dropShadow.png);
	margin-bottom: 10px;
}

.headerText {
  font-size: 24px;
  font-weight: bold;
  padding-top: 0px;
}

#Content {
  padding-top: 0px;
  color: black;
  height:500px;
}

#Data {
	table-layout: fixed;
	border-collapse: collapse;
	border-top : 1px solid #ccc;
	width:100%;
}

#Data tr 
{

}

#Data tr.sponsor td {
	font-weight:bold;
}


#Data td {
	empty-cells: show;
	overflow: hidden;
	width: 100%;
	margin:0;
	padding:0;
	white-space: nowrap;
	text-overflow:ellipsis;
	border-bottom: 1px solid #ccc;
}

body[class="portrait"] #Data 
{
	
}
body[class="landscapeLeft"] #Data 
{
	font-size:60%;
}
body[class="landscapeRight"] #Data 
{
	font-size:60%;
}

#Data td.txt {
	text-align:left;
	font-size:120%;
}

#Data td.txt2 {
	text-align:left;
	font-size:100%;
}

#Data td.txt a div, #Data td.txt2 a div {
	padding:4px 0px 4px 4px;
	width:100%;
}

#Data td.num {
	font-size:70%;
	text-align:center;
	vertical-align:middle;
}

#Data td.mon {
	font-size:100%;
	text-align:right;
}


#Data a, #Data a:visited {
	color:#333;
	text-decoration:none;
}