﻿body 
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	background-repeat: repeat-y;
	background-position: left;
	background-color: #DDE5F2;
	margin: 0;
}

.dropDown, input
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}

.button 
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	width: 75px;
}

.checkBox input
{ 
	margin: 0; 
} 

.checkBox label
{ 
	margin-left: 0.5em;
}

.formLabel
{
	color: #666666;
}

.error 
{
	color: Red;
}

.locked 
{
	color: #999999;
}

a, a:visited 
{
	color: #0000FF;
	text-decoration: none;
}

a:hover 
{
	text-decoration: underline;
}

hr 
{
	height: 1px;
    color: #CCCCCC; 
}

.currentUser 
{
	font-weight: bold;
}

.unrankedScore 
{
	border-top: solid #000000 1px;
	height: 25px;
}

div.sweepsDivider { 
      background-color: #CCC; 
      font-size: 1px;
      height: 1px;
      padding: 0;
}

.rules 
{
	font-size: 10px;
}


