table
{
  font-family: Arial, Helvetica, sans-serif; 
}

img
{
  vertical-align: middle;
  border-style: none;
}

table.schedule 
{
  font-size:0.9em;
  margin-left: auto;
  margin-right: auto;
}

tr.scheduleinter td
{
  border-top: 1px red solid;
}
tr.dateodd
{
  background-color: #fff;
}
tr.dateeven
{
  background-color: #ddd;
}
td
{
  border-width: 0px;
  padding: 1px;
  -moz-border-radius: 0px;
}

td.exhibition 
{
  color: #aaa;
}

.scheduleheader
{
  font-size: 1.2em;
  font-weight: bold;
}

.schedulegame
{
  font-size: .85em;
}
.schedulegameneutral
{
  font-style: italic;
  font-size: .85em;
}
.schedulegamehome
{
  font-weight: bold;
  font-size: .85em;
}
.schedule
{
  border-width: 0px;
  border-spacing: 2px;
}
.schedule td
{
  border-width: 0px;
  padding: 0px;
  padding-left: 3px;
  border-style: none;
  -moz-border-radius: 0px;
}

.teaminfo
{
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  background-color: #ddd;
}

.teaminfoname
{
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}
.teaminforec
{
  text-align: center;
  font-size: 1.9em;
}
.teaminfoconf
{
  text-align: center;
}
.schedule img
{
  vertical-align: middle;
  border-style: none;
}

.schedule a
{

}
.schedule
{
  border: 0px;
}

.compositedatelist
{
  background-color: #ddf;
  width: 400px;
  margin: 0px;
  padding: 0px 15px 0px 15px;
}
.compositedatelist a
{
  text-decoration: none;
  text-align: center;
  font-size: .9em;
  margin: 4px;
}
.compositeschedule
{
  margin-top: 10px;
  margin-left: 25px;
  border-collapse: collapse;
  font: 13px Tahoma, Arial;
}
.compositetitle
{
  margin-left: auto;
  margin-right: auto;
  background-color: #eee;
  text-align: center;
  font-size: 1.2em;
}

.compositeshowhide
{
  margin-left: auto;
  margin-right: auto;
  width: auto;
  text-align: center;
}
.compositeshowhide a
{
  text-decoration: none;
  text-align: center;
}
.compositecontainer
{
	position:fixed;
	z-index:9999;
	border:1px solid #aaaaaa; 
	background: #eee;
	color:#222222;
	width:220px;
	height:20px;
	padding:0;
	top:2px;
	right:1px;
}
.compositeiframe
{
  width: 100%;
  height: 100%;
  border: 0px;
}
.fixed
{
  font-family: Courier-New, monospace;
  font-size: .9em;
}
.rpiteam
{
  font-size: .7em;
  font-family: Arial, Helvetica, sans-serif; 
  font-style: italic;
  padding: 0px 0px 0px 160px;
  margin: 0px;
  width: 100%;
  background-color: #eee;
}
.rpicontainer
{
  position:fixed;
	z-index:99999;
	border:1px solid #aaaaaa; 
	background: #eee;
	color:#222222;
	width:520px;
	height:335px;
	padding:0;
	bottom:3px;
	right:5px;
  display: none;
  overflow: hidden; 
}
.tbheader
{
	padding:1px;
	text-indent:3px;
	background-color:#777;
	color:#fff;
	overflow:hidden;
	width:auto;
	font:bold .9em sans-serif;
}
.rpiheader
{
	padding:1px;
	text-indent:3px;
	background-color:#777;
	color:#fff;
	overflow:hidden;
	width:auto;
	font:bold .9em sans-serif;
}
.rpiiframe
{
  width: 100%;
  height: 100%;
  border: 0px;
  margin: 0px;
  padding: 0px;  
  overflow: hidden; 
}
.conferencecontainer
{
  position:fixed;
	z-index:99999;
	border:1px solid #aaaaaa; 
	background: #eee;
	color:#222222;
	width:300px;
	height:650px;
	padding:0;
	top:5px;
	right:5px;
  display:none;
}
.conferenceiframe
{
  width: 100%;
  height: 100%;
  border: 0px;
  margin: 0px;
  padding: 0px;  
}
.conferencebody
{
  padding: 0px;
  margin: 0px;
}
.conference
{
  width: 100%;
  margin: 0px;
  padding: 0px;  
}
.conferencewide
{
  width: 720px;
  margin: 0px;
  margin-top: 5px;
  padding: 0px;  
}

.conferencename
{
  font-weight: bold;
  font-size: 1.5em;
  text-align: left;
  margin-left: 10px;
}

/* default table sorter style */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:0px 0pt 15px;
	font-size: 9pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 9pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
  white-space:nowrap;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
  white-space:nowrap;
}
table.tablesorter thead tr .headerSortUp {
}
table.tablesorter thead tr .headerSortDown {
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
  background-color: #8dbdd8;
}

