body
{
	background-color: #ffffff;
}
#main_para
{
	display: block;
	border: 1px solid black;
	background-color: #efefef;
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 1em;
	padding: .3em .3em .3em .3em;
	font-family: arial, helvetica, sans-serif;
	font-size: 78%;
}

#new_location {
        display: block;
        border: 1px solid black;
        background-color: yellow;
        color: red;
        margin-left: 10%;
        margin-right: 10%;
        margin-bottom: 1em;
        padding: .3em .3em .3em .3em;
        font-family: arial, helvetica, sans-serif;
        font-size: 78%;
}


.odd
{
	/*background-color: #ccccd9;*/
	background-color: #c0c0c0;
	text-align:right;
}

.even
{
	/*background-color: white;*/
	background-color: #dfdfdf;
	text-align:right;
}

.green
{
	background-color: #339933;
}


.blue
{
	background-color: #6699ff;
}

.grey
{
	background-color: grey;
}

.yellow
{
	background-color: #FFFF66;
}

.red
{
	background-color: red;
}

td.name
{
	text-align:left;
	white-space: nowrap;
}

td.points
{
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
}

td.matches_won
{
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	color: #009900;
}

td.matches_lost
{
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	color: #990000;
}

td.games_won
{
	font-family: arial, helvetica, sans-serif;
	color: #009900;
}

td.games_lost
{
	font-family: arial, helvetica, sans-serif;
	color: #990000;
}

form
{
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}

form input
{
	border:1px solid grey;
	color: black;
	background-color: white;
	font-size: 11px;
	width: 2em;
}

form select
{
	border:1px solid grey;
	color: black;
	background-color: white;
	font-size: 9px;
}

.numeric input
{
	width:1.5em;
}

form .deck
{
	width:8em;
}

form .first_pick, .date, .name
{
	width:10em;
}

#enter_tournament .date
{
	width: 8em;
}

form .tournament
{
	width:5.5em;
}

form .format, .sets, .superset, .type
{
	width:5.5em;
}

#enter_tournament .format
{
	width: 10em;
}

#enter_tournament .sets, .type
{
	width: 7em;
}

#enter_tournament .superset
{
	width: 2.5em;
}

form .resultInput
{
	width: inherit;
}

.lastfive_header {
	color:#ffffff;
	font-family:arial;
	font-size: 12px;
}

#main_table th
{
	padding: 3px 7px 3px 7px;
}


.categoryTableDiv
{
	float: left;
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	padding-bottom: .3em;
	text-align: center;
	color: #ffffff;
	background-color: #000000;
}

.categoryTableDiv h3
{
	padding: 0;
	margin:0;
	font-family: 'Arial', 'Helvetica', sans-serif;
	font-size: 1.1em;
}

.categoryTableDiv h3 a
{
	color: #6666ff;
}

.categoryTableDiv table
{
	color: #000000;
	background-color: #ffffff;
	border-collapse: collapse;
}

.categoryTableDiv table td, .categoryTableDiv table th
{
	border: 1px solid black;
	padding: .1em;
	xfont-size: .95em;
}

.categoryTableDiv table .up
{
	background-image: url(/images/rank_change_up.png);
	background-repeat: no-repeat;
	background-position: center left;
}

.categoryTableDiv table .down
{
	background-image: url(/images/rank_change_down.png);
	background-repeat: no-repeat;
	background-position: center left;
}

.categoryTableDiv table .static
{
	xbackground-image: url(/images/rank_change_static.png);
	background-repeat: no-repeat;
	background-position: center left;
}

.last5TableDiv
{
	xfloat: left;
	margin:auto;
	margin-bottom: 1em;
	text-align: center;
	xcolor: #ffffff;
	xbackground-color: #000000;
}

.last5TableDiv h3
{
	padding: 0;
	margin:0;
	font-family: 'Arial', 'Helvetica', sans-serif;
	font-size: 1.1em;
}

.last5TableDiv table
{
	margin: auto;
	color: #000000;
	background-color: #ffffff;
	border-collapse: collapse;
}

.last5TableDiv table td, .last5TableDiv table th
{
	border: 1px solid black;
	padding: .1em;
	xfont-size: .95em;
}

table .rightcolumn {
        font-size: .8em;
}

.rightcolumn td {
        padding: 0 !important;
	font-size: .9em;
	xline-height: .6em;
}

.rightcolumn td input {
	width: 10px;
        height: 10px;
        border: 1px solid black;
}

#printTable {
	font-size: .8em;
}


