﻿p{ display: block; clear: both; margin-bottom: 15px;}

/* Admin side */
iframe.action_window
{
	border: 1px solid #ccc;
	margin-left: 10px;
}

div.toolbar
{
}
div.toolbar ul
{
	padding: 0px; margin: 0px;
	float: left;
	list-style: none;
}

div.toolbar li
{
	margin: 0px;
	display: block;
	padding: 2px 5px 0px 5px;
	float: left;
	background: #eee;
	border: none;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
div.toolbar li:hover
{
	background: #ccc;
}

div.toolbar li img
{
	padding: 3px;
	border: none;
	vertical-align: middle;
}

span.message
{
	padding: 5px;
	border: 1px solid blue;
	background: #cce;
	text-align: left;
	margin: 5px;
	float: left;
	clear: both;
	width: 80%;
}
span.error
{
	border: 1px solid red;
	background: #ecc;
	color: Red;
	font-weight: bold;
}

table.schedule
{
	float: left;
	border: 0px;
}
table.schedule th
{
	background: #999;
	color: #fff;
}
table.schedule th, table.schedule td
{
	width: auto;
	text-align: left;
	border: none;
	border-bottom: 1px solid #ccc;
	white-space: nowrap;
}
table.schedule tr.altrow
{
	background: #eee;
}
table.schedule tr:hover
{
	background: #ccc;
}

table.rosters
{
    width: 100%;
    page-break-after:always;
}
table.rosters th{
    text-align: left;
}
table.rosters td.team
{
    border: 1px solid #ccc;
    vertical-align: top;
    padding: 0px;
    min-width: 200px;
    font-family:Verdana;
    font-size:11px;
}
td.team h5
{
    background: #dedede;
    font-weight: bold;
    padding: 3px;
    font-family:Verdana;
    font-size:10px;
}
td.team div
{
    padding: 4px;
}
/* End admin side */

/* Front end */

#mainContent
{
	text-align: center;
}

div.ad_panel 
{
    float: right;
    clear: none;
    padding-top: 32px;
}

h2
{
	font-size: 16px;
	font-weight: bold;
}
h3
{
	padding: 3px;
}
div.league
{
	margin: 10px 0px 0px 10px;
}
div.league table
{
	border: 1px solid #ccc;
	width: auto;
	margin: 0px auto;	
}
tr.altrow
{
	background: #eee;
}
div.league th, div.league td
{
	border: 1px solid #ccc;
	padding: 3px;
	text-align: left;
	white-space: nowrap;
}
div.league td.first
{
	width: 300px;
}
div.league th
{
	background: #ddd;
	font-weight: bold;
}
div.league td.numeric, div.league th.numeric
{
	text-align: right;
}

/* End front end */

.numeric_cell
{
	text-align: right;
}

td.division_cell
{
	background: #eee;
	font-weight: bold;
}

/* Roster */
#teamPlayerDiv 
 {
  display:none;
  /**float:left;**/
  height:340px;
  width:245px;
  overflow:auto;
  margin: 0px 0px 0px 5px;
  padding:5px;  
}
#teamPlayerTable 
 {   
   width:220px;     
   font-family: verdana; 
   font-size: 12px;  
}

tr.pending
{
    background: #ffffb9;
}

.import_preview table th{
    text-align: left;
}
.import_preview{
    border: 1px solid #ccc;
    padding: 3px;
    height:200px;
    overflow-y:scroll;
}

.import_preview td.overwrite{
    color: #4f4fff;
}
.import_preview span.overwritten{
    text-decoration: line-through;
}
.import_preview td.keepexisting{
    color: #f90;
}
.import_preview td.nomapping{
    color: #aaa;
}