/**
* @package JoomSplittimes for Joomla! 1.5
* @version $Id: registration.css 843 2012-12-22 23:09:37Z bschorre $
* @author Björn Schorre
* @copyright (C) 2009 - 2012 Kodier-Werkstatt.de All rights reserved.
* @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
**/

/* Headings */
h1.regTitle
{
}

h2.regTitle,
h3.regTitle
{
	font-size:16px;
	font-weight:bold;
	background-color:#73A9E1;
}


/* Chapters */
p.regAthleteInputMissing
{
	background-color:#FF2222;
}


/* Tables */
table.blockAthlete1,
table.blockAthlete2,
table.blockAthlete3,
table.blockGeneralIssues
{
    background-color:#C7EBF3;
}

table.blockAcceptButton
{
}

table.generalIssues
{
    background-color:#FFFFFF;
}

td.regAthleteHead
{
	font-size:14px;
	font-weight:bold;
    background-color:#AA73E1;
    
}

td.regAthleteLabel
{
}

td.regAthleteInput
{
    background-color:#00FF00;
}


/* Input-Fields */
input,
select
{
	background-color:#FFFFFF;
}
input.regAthleteInputMissing
{
	background-color:#FF2222;
}
input.readonly
{
	background-color:#CCCCCC;
}

