.FormLabel
{ 
	padding-left: 5px;
	background-color : #F3F3F3;
	text-align: Left;
	vertical-align: top;
}

#Introduction
{
	margin-top: 15px;
}

#Table_CompetitorType
{
	margin-top: 15px;
	width: 100%;
	padding: 15px 15px 15px 15px;
	border: solid 1px #A40703;
	background: white;		
}

#Title_CompetitorType
{
	font-weight: bold;
	padding-bottom: 10px;
}

#TopNavigation
{
	
    display: block;
    width: auto;
    height: 25px;
    color: #A40703;
    background: #FFF7DE;
    border: 1px solid #A40703;
    font: bold 14px/20px Arial, sans-serif;
    vertical-align: middle;
    padding: 5px 10px;
    margin: 15px 0;
    text-align:center;
}

#TopNavigation a,
#TopNavigation a:link,
#TopNavigation a:visited,
#TopNavigation a:hover,
#TopNavigation a.Active,
#TopNavigation a.Active:link,
#TopNavigation a.Active:visited,
#TopNavigation a.Active:hover
{    
    color: #A40703;
    background: #FFF7DE;
    border: 1px solid #FFF7DE;
    font: bold 14px/20px Arial, sans-serif;
    vertical-align: middle;
    text-decoration: none;
    padding: 5px 5px 5px 5px;
    margin-left: 3px;
}

#TopNavigation a.Active,
#TopNavigation a.Active:link,
#TopNavigation a.Active:visited,
#TopNavigation a:hover
{
    background: #F1B95B url(../include/images/ui/gpanel_hbg.gif) repeat-x top left;
    border: 1px solid #A40703;
}
#TopNavigation a.Active:hover
{
    background: #F1B95B url(../include/images/ui/button_bg.gif) repeat-x top left;
    border: 1px solid #A40703;
}

#TopNavigation #LinkViewCompetitors
{
}

#TopNavigation #LinkViewForm
{

}

#CompetitorTable
{
	width: 100%;
}
#HeaderRow
{
	background-color: #A40703;
	color: White;
	font-weight: bold;
}

#Column1
{
	width: 10%;
	padding-left: 5px;
}
#Column2
{
	width: 65%;
}
#Column3
{
	width: 25%;
	text-align:right;
	padding-right: 5px;
}
.TableRow
{
	background-color: white;
}

.Cell1
{
	width: 10%;
}

.Cell2
{
	width: 65%;
}

.Cell3
{
	width: 25%;
	text-align:right;
	padding-right: 5px;
}
#CaptchaText
{
	font-variant:small-caps;
	font-weight:bold;
}
#CaptchaCell
{
	width:25%;
	text-align:center;
	vertical-align:middle;
}
#ActionCell
{
	width: 75%; 
	text-align:Left;
	vertical-align:middle;
}