﻿body
{
    /*background-color: #369cb2;*/
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    /*color: #318796;*/
    color: #000000;
    background-image: url(../../images/bg3.gif);
    background-repeat: repeat-x;
}
h1
{
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    color: White;
    display:block;
    background:#318796;
    padding:6px;
    margin-bottom:3px;
    border-top:3px;
    border-bottom-color:#7ECCE0;
    border-top-style:solid;
}
.logo
{
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 72px;
    color: White;    
}
.login
{
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10px;
    color: White;
}
.menu
{
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 13px;
    color: White;
    margin-left: 0px;
    margin-right: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
}
menu a:link {
	font-family: Tahoma;
    font-size: smaller;
    color: #ffffff;
    text-decoration: none;
}
.menu a:visited {font-family: Tahoma;font-size: smaller; color:#0066FF; text-decoration:none}

.menu a:hover
{
    font-family: Tahoma;
    font-size: smaller;

    color: #ffffff;
    text-decoration: underline;
}
.menu a:active{font-family: Tahoma;font-size: smaller; color:#0066FF; text-decoration:none}
.content
{
}
hr
{
    border: solid 3px #318796;
    height: 3px;
}
.small
{
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10px;
    color: Black;  
}
/***************************************************************************
FORMS
***************************************************************************/
fieldset
{
    margin-bottom: 0px;
    padding: 6px;
    border-right: #cccccc 1px solid;
    border-top: #cccccc 1px solid;
    border-left: #cccccc 1px solid;
    border-bottom: #cccccc 1px solid;
}
legend
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}
input 
{
    margin-bottom: 1px;
    margin-bottom: 1px;
}
.formlabel
{
    clear: left;
    float: left;
    width: 200px;
    text-align: right;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 2px;
    padding-top: 2px;
}
.Label
{
    clear: left;
    float: left;
    width: 200px;
    text-align: right;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 2px;
    padding-top: 2px;
}
.RequiredFieldTrue
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #000000;
    border-right: red 3px solid;
    padding-right: 10px;
}
.RequiredFieldFalse
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #000000;
    border-right: #ffffff 3px solid;
    padding-right: 10px;
}
.ValidationSummary
{
}
/*
.MessageError
{
    color: Red;
    clear: both;
    display: block;
    float: none;
    padding-right: 6px;
    padding-left: 220px;
    padding-bottom: 6px;
    margin: 6px;
    padding-top: 6px;
}
*/
.MessageError
{
    color: Red;
    clear: both;
    display: block;
    float: none;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    margin: 0px 0px 18px;
    padding-top: 10px;
    border-right: Red 1px dashed;
    border-top: Red 1px dashed;
    border-left: Red 1px dashed;
    border-bottom: Red 1px dashed;
    background-color: #ffffcc;
}
.MessageOK
{
    color: Green;
    clear: both;
    display: block;
    float: none;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    margin: 0px 0px 18px;
    padding-top: 10px;
    border-right: silver 1px dashed;
    border-top: silver 1px dashed;
    border-left: silver 1px dashed;
    border-bottom: silver 1px dashed;
    background-color: #ffffcc;
}
.calendarbtn
{
    background-image: url(../../images/calendar_icon.gif);
    background-repeat: no-repeat;
    background-color: transparent;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px 0px 1px 4px;
    border-top-style: none;
    padding-top: 0px;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    width: 28px;
    height: 21px;
    cursor: hand;
}
.edit
{
    font-size:10px;
}
.editTxtSmall
{
    font-size:10px;
    width:50px;
}

.itemtable
{
    border-collapse:collapse;
}
.itemleftcol
{
    width: 150px;
    vertical-align:top;
}
.itemrightcol
{
    vertical-align:top;
}
.itemleftcollastrow
{
    width: 150px;
    border-bottom: solid 1px #eeeeee;
    padding-bottom: 10px; 
    vertical-align:top;   
}
.itemrightcollastrow
{
    border-bottom: solid 1px #eeeeee;
    padding-bottom: 10px;
    vertical-align:top;
}
.itemleftcolfirstrow
{
    width: 150px;
    padding-top: 10px;  
    vertical-align:top;  
}
.itemrightcolfirstrow
{
    padding-top: 10px;
    vertical-align:top;
}

.raceitemwrapper
{
    padding: 10px 0px 10px 0px;
    border-bottom: solid 1px #cccccc;
}
.raceitemlabel
{   
    display:block;
    width:150px;
    float:left;
}
.raceitemcontent
{

}