

.matchtable td
{
 padding: 2px;
}

.clearer
{
	clear: both;
}

.reportTable tr
{
	cursor: pointer;
}

table.resulttable
{
	margin-bottom: 25px;
}

table.resulttable th
{
	padding-right: 10px;
}

table.resulttable td
{
	padding: 3px;
}

.odd
{
	background: #eee;
}

/********************/

.taskBox
{
	width: 45%;
	float: left;
	display: inline;
}

.taskBox
{
	border: 1px solid #dde;
	
	margin: 10px;
}
.taskBox .header
{
	font-weight: bold;
	
	background: #eee;
	border-color: #bbb black black #bbb;
	border-style:solid;
	border-width: 1px;
}

.taskBox .body
{
	padding: 5px;
	padding-bottom: 25px;
}

.taskBox label
{
	font-weight: bold;
	padding-right: 5px;
}

.taskBox a
{
	float: right;
	margin: 0;
	padding: 0;
	line-height: 1em;
}
.taskBox ul li
{
	list-style-type: none;
}
.taskBox li a 
{
	float: none;
}
.taskBox span
{
	display: block;
}
.taskBox p span
{
	display: inline;
}

#RegTeamBox.taskBox .body
{
	margin-top: -20px;
}
#RegTeamBox.taskBox span
{
	margin-top: 20px;
}

#ChooseSportBox
{
	margin-left: 150px;
	width: 490px;
}

#ChooseSportBox a {
	background: yellow;
	float:  left;
	height: 100px;
	margin: 8px;
	width:  100px;
}

.Complete 
{
	aborder-color: green;
	abackground: #cfc;
}
.Complete  .header
{
	background: #cfc url(/images/accept.png) no-repeat 0px 3px;
	padding-left: 17px;
}

.Incomplete 
{
	aborder-color: red;
	abackground: #fcc;
}
.Incomplete  .header
{
	background: #fcc url(/images/delete.png) no-repeat 0px 3px;
	padding-left: 17px;
}

.Information 
{
	aborder-color: blue;
	abackground: #ddf;
}
.Information  .header
{
	background: #ddf url(/images/information.png) no-repeat 0px 3px;
	padding-left: 17px;
}

.Warning  .header
{
	background: #ff7 url(/images/warning.png) no-repeat 0px 3px;
	padding-left: 17px;
}
