﻿#data
{
    position:relative;
    min-height:110px;
}

.searchform div.error
{
    padding:0px 5px;
}
table tr.labels td
{
    padding-top:0px;
    padding-bottom:0px;
}

.resultcont h4
{
    margin:2px 0px;
    font-size:1.2em;
    color:#5C5C5C;
    font-variant:small-caps;
}
.resultcont h3 a
{
    padding-right:10px;
    padding-left:23px;
    background: url("/Content/images/iconSet/blackArrow.png") no-repeat scroll 2px 50% transparent;
    font-size:0.8em;
}
.resultcont .loaderLarge
{
    position:relative;   
    min-height:110px;
    
}

td.athletedetail a {
    background: url("/Content/images/iconSet/athleteicon.png") no-repeat scroll 50% 50% white;
    border: 2px solid white;
    display: block;
    height: 22px;
    width: 22px;
}
td.athletedetail a:hover
{
    border-color:Red;
}
table thead th:first-letter, table thead th div:first-letter
{
    text-transform:uppercase;
}
span.birthyear
{
    padding-left:5px;
    font-size:1.5em;
    color:#034AF3;
    font-weight:bold;
    font-variant:small-caps;
}
.resultcont .collapse-content >div
{
    margin:3px 6px;
    margin-left:60px;   
}
.resultcont .collapse-content > div table
{
    margin-top:10px;
    width:100%;   
}
.resultcont .collapse-content > div table thead th{
    background-color:#C7C7C7;
    
}
.resultcont .collapse-content > div table td
{
    border-top: 1px solid #C7C7C7;   
}
#SearchForm table td input[type="text"] {
    padding: 4px;
}
#SearchForm button {
    cursor: pointer;
    height: 30px;
    margin-right: 10px;
    width: 100px;
}
#SearchForm .clear {
    background: url("/Content/images/iconSet/removeicon.png") no-repeat scroll 50% 50% transparent;
    display: block;
    height: 18px;
    padding-top: 6px;
    width: 18px;
}
#SearchForm table td.cbutton {
    padding-right: 25px;
    width: 18px;
}

#SearchForm table td.fullname input, #SearchForm table td.clubname input
{
    width:300px;
}
#SearchForm table td.birthyear input
{
    width:100px;
}