﻿/***************************************Begin browseAthletes.aspx Styles ****************************************/
/*
logo dark blue #262373
logo light blue #68b1fe
logo medium blue #4e86c1
logo reflection #c9e3fe

button gold #f5cd47
buton gold over #ffdc96
button gold down #8c6823
button blue text #164f8f

*/

.srContainer
{
    float:left;
    margin-bottom:10px;
    margin-left:10px;
    height:168px;
    background-color:#fff;
    width:690px;
}

.srLeft
{
    float:left;
    width:160px;
    padding:10px;

}

.srCenter
{
    float:left;
    margin:0px 2px 0px 0px;
    width:350px;
    overflow:hidden;
    height:166px;

}

.srRight
{
    float:left;
    padding-top:50px;
    padding-right:10px;
    padding-left:10px;
    height:118px;
    width:109px;
    

}

.srCenterElementLabel
{
    clear:left;
    float:left;
    width:70px;
    padding:7px 0px 7px 0px;
    font-weight:bold;
    border-bottom:dotted 1px #2e4362;
    color:#a36f00;
    font-size:12px;
    height:14px;
 
}

.srCenterElement
{
    width:280px;
    float:left;
    font-size:12px;
    padding:7px 0px 7px 0px;
    border-bottom:dotted 1px #2e4362;
    height:14px;
    white-space:normal;
    color:#2e4362;
    text-transform:capitalize;
}

a.srSponsor:link, a.srSponsor:visited
{
    display:block;
    height:16px;
    width:97px;
    background:url('../../images/button_sponsorme.gif');
    margin:0px 0px 10px 12px;
}

a.srSponsor:active
{
   background-position:0 -32px;
}

a.srSponsor:hover
{
   background-position:0 -16px;
}



a.srBook:link, a.srBook:visited
{
    display:block;
    height:16px;
    width:97px;
    background:url('../../images/button_bookme.gif');
    margin:0px 0px 10px 12px;
    
}

a.srBook:hover
{
    background-position:0 -16px;
}

a.srAsk:link, a.srAsk:visited
{
    display:block;
    height:16px;
    width:97px;
    background:url('../../images/button_askme.gif');
    margin:0px 0px 10px 12px;
}

a.srAsk:hover
{
    background-position:0 -16px;
}

a.srView:link, a.srView:visited
{
    display:block;
    height:16px;
    width:97px;
    background:url('../../images/button_viewprofil.png');
    margin:0px 0px 10px 12px;
}

a.srBook:active, a.srAsk:active, a.srSponsor:active, a.srView:active
{
    background-position:0 -32px;
}

a.srView:hover
{
    background-position:0 -16px;
}

a.srButton:link,a.srButton:visited
{
    display:block;
    font-size:11px;
    margin-left:12px;
    margin-bottom:20px;
    width:97px;
    height:16px;
    background-color:#f5cd47;
    color:#164f8f;
    text-decoration:none;
    text-align:center;
    font-weight:bold;
  
}

a.srButton:hover
{
   background-color:#ffdc96;
}

a.srButton:active
{
   background-color:#8c6823;
   color:#fff;
}

.blogContainer
{
    background-color:#c9e3fe;
    width:620px;
    padding:10px;
    margin-bottom:10px;
}


.overlay
{
   height:130px;
   width:180px;
   position:relative;
   top:-130px;
   left:-10px;
   z-index:3;
   
   background-image: url(../../images/box_athlete_overlay.png);
}

#acImageTitle
{
    
    width:160px;
    height:26px;
    color:#13457b;
    background:url('../images/design/profile_pic_title_bg.png');
}

/****************************************End browseAthletes.aspx Styles ****************************************/
/*Athlete Box*/
.athletebox
{
    clear:left;
    width: 678px;
    height: 170px;
    background-image: url(../../images/box_athlete.jpg);
    background-repeat: repeat-x;
    color: #0a2d55;
    float: left;
    margin: 10px 0px 0px 0px;
}

#athSearchForm
{
    float:left;
    width:120px;
    padding:10px;
    border:solid 1px #c0c0c0;
    margin-right:10px;
    
}

.searchControl
{
    margin:0px 0px 5px 0px;
    clear:left;
}

a.pagerLinks:link, a.pagerLinks:visited, a.pagerLinks:active
{
    margin:0px 5px 0px 0px;
    color:#262373;

}

.pagerLinks
{
    margin:0px 5px 0px 0px;
}

.currentPage
{
    color:#970008;
    font-weight:bold;
}

a.pageNumbers:link,a.pageNumbers:visited,a.pageNumbers:active
{
    color:#262373;
    text-align:center;
}

a.disciplines:link, a.disciplines:visited, a.disciplines:active
{
    color:#262373;
    font-weight:bold;
}

.selectedDisciplines
{
    font-size:10px;
}

.disciplineTitle
{
    font-size:14px;
    font-weight:bold;
    padding-bottom:10px;
    text-align:center;
}

.disciplinesModalPop
{
    background-color:White;
    float:left;
    padding:10px;
    border:solid 1px #000000;
}