﻿#txtMapIt { padding:1px 3px; }
#lnkCenter { font-size:0.75em; }
#txtEnd { display:none; }

/* map styles */
#map_route { float:right;height:580px;width:22%;font-size:0.8em;overflow-y:scroll; padding:0;margin:0; }
#map_canvas { width:100%;height:580px }
#map_route table {margin-top:0px;margin-bottom:0px;}

/* Profile Styles */
.profile-container, .profile-container-left
{
    border:solid 1px #eeefe7;
    background:transparent url('../Images/profileback.png') repeat-x bottom left;
    width:285px;
    height:140px;
    float:left;
    display:inline;
    vertical-align:middle;
    margin-bottom:25px;
}

.profile-container-left
{
    margin-right:20px;
}

.profile-info
{
    float:right;
    text-align:center;
    width:165px;
}

.profile-image
{
    border:solid 1px #eeefe7;
    height:120px;
    width:100px;
    margin:10px 10px;
    background-color:#ffffff;
}

h5.profile-title
{
    color:#565656;
    font-size:0.9em;
    line-height:1.4em;
    margin-top:-8px;
}

.profile-contact
{
    margin-top:50px;
    font-size:0.8em;
    text-align:center;
}

/* Profile Orange Styles 
.profile-container, .profile-container-left
{
    border:solid 1px #fdedc0;
    background:transparent url('../Images/profileback.png') repeat-x bottom left;
    width:275px;
    height:140px;
    float:left;
    display:inline;
    vertical-align:middle;
}

.profile-container-left
{
    margin-right:30px;
}

.profile-info
{
    float:right;
    text-align:center;
    width:160px;
}

.profile-image
{
    border:solid 1px #fdedc0;
    height:120px;
    width:100px;
    margin:10px 10px;
    background-color:#ffffff;
}
*/

.team-info img{margin:0 5px 0 15px;}
.team-info p.sideText
{
    padding:0px 25px 10px 15px;
	font-size:0.9em;
	color:#6C7484;
	text-align:justify;
}
.team-info p.moreLink { margin:0px;vertical-align:middle; }
.team-info p.moreLink img{float:left;padding-top:7px;cursor:pointer;}
