﻿body 
{
	font-family: Verdana, Sans-Serif;
	font-size: 10pt;
}

input
{
	font-family: Verdana, Sans-Serif;
	font-size: 10pt;
}

textarea
{
	font-family: Verdana, Sans-Serif;
	font-size: 10pt;
}

.Clear
{
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0px;
}

.Left
{
	float:left;
}

.Right
{
	float:right;
}


h1
{
	color:#c70015;
	margin:0px;
	margin-bottom:15px;
	font-size: 14pt;
}

h4 {
    font-size: 10pt;
    margin: 0px;
    margin-bottom: 10px;
    font-weight: bold;
}


/* Help Hover Popup Control */
.HelpHover 
{
	background-color: Silver;
	border: outset 1px #ebebeb;
	height: 20px;
	width: 20px;
	text-align:center;
	line-height: 20px;
	display: inline-table;	
}


/* Privacy Control */

.PrivacyList 
{
	width: 300px;
	height: 90px;
}



/* Login control on the full screen page */
.LoginPage .Login 
{
	border: solid 1px gray;
	margin: 10px;
	padding: 10px;
	width: 300px;
}


.LoginPage #UsernameLabel, .LoginPage #PasswordLabel
{
	clear: both;
	display: block;
	float: left;
	width: 100px;	
	margin: 4px;
}

.LoginPage #UsernameFieldDiv, .LoginPage #PasswordFieldDiv
{
	display: block;
	float: left;
	width: 180px;	
	margin: 4px;	
	
}

.LoginPage #LoginButtonDiv 
{
	margin: 4px;
	padding-left: 105px;
	
}

/* Register Page */
.RegisterPage 
{
	border: solid 1px gray;
	margin: 10px;
	padding: 10px;
	width: 450px;
}


/* Regular Field Controls */

.FieldSection .FieldRow
{
	margin: 4px;
	clear: both;
}

.FieldRow .FL 
{
	display: block;
	float: left;
	width: 125px;	
}

.FieldSection .FLSpacer 
{
	padding-left: 125px;
}


/* popup styles */
.PopupTop
{
    /*
	background-image: url(../Images/SigninModalTop.png);
    background-repeat: no-repeat;
    background-position:bottom;
   
    min-height: 6px;
    _height: 6px;
    height: 6px;
	*/
}

.PopupBody
{
	/*
    background-image: url(../Images/SigninModalBody.png);
    background-repeat: repeat-y;
	*/
   
}

.PopupBody iframe 
{
	margin:0px;
	background-color: Transparent;
}

.PopupBottom
{
	/*
    background-image: url(../Images/SigninModalBottom.png);
    background-repeat: no-repeat;

    min-height: 12px;
    _height: 12px;
    height: 12px;
	*/
}

.FormArea
{
	clear:both;
}

.FormArea .FieldRow
{

	float:left;
	width:610px;

	padding:10px;
	border-bottom:solid 1px #999999;
}

.FormArea .FieldRow label
{
	color:#c70015;
	font-weight:bold;
	width:150px;
	float:left;	
}

.FormArea .ClearDivider
{
	border-width:0px;
}

.CollapsePanel
{
	width:630px;
	
}

.CollapsePanel .TitleBar
{
	width:630px;
	min-height:20px;
	max-height:20px;
	_height:20px;
	
	color:White;
	font-weight:bold;
	background-image:url(../images/CollapsePanelBG.jpg);
	background-repeat:no-repeat;
	
	cursor:pointer;

	margin-top:2px;
	
}

.CollapsePanel .TitleBar .TitleBarText
{
	padding-top:3px;
	padding-left:12px;
	float:left;
	width:600px;
}
.CollapsePanel .TitleBar .MinMax
{
	float:left;
	margin-top:-2px;
	font-weight:bold;
	font-size:18px;
}


.CollapsePanel .Content
{
	margin-top:10px;
	margin-bottom:10px;
}

.CollapsePanel .Content .CreateRouteHintHeader{
    color:#c70015;
	font-weight:bold;
	padding-bottom: 5px;
}

.ContentArea
{
	margin-left:0px;
	margin-top:15px;
	/*margin-right: 15px;*/
}




.CreateRoute .RadioList
{
	float:left;
}

.CreateRoute .RadioList label
{

	width:auto;
	float:inherit;
	color:black;
	font-weight:normal;
}

.CreateRoute .TerrainLabel input
{
	border:solid 1px red;
}

.CreateRoute .TerrainLabel
{
	width:150px;
	float:left;
	min-height:200px;
}

.CreateRoute .TerrainArea
{
	float:left;
	width:455px;

}

.CreateRoute .TerrainItem
{
	float:left;
	width:225px;
	vertical-align:middle;
	min-height:40px;
}

.CreateRoute .TerrainItem .Checkbox
{
	float:left;
	width:25px;
	padding-top:6px;
	
}

.CreateRoute .TerrainItem .Icon
{
	float:left;
	width:40px;
	vertical-align:middle;
	
}

.CreateRoute .TerrainItem label
{
	float:left;
	width:150px;
	color:black;
	font-weight:normal;
}

.CreateRoute .FormArea .FieldRow
{

	float:left;
	width:610px;

	padding:10px;
	padding-top:2px;
	padding-bottom:2px;

}

.CreateRoute .RouteDistanceControl
{
    width: 97px;
    height: 18px;
    padding: 1px 3px 0px 0px;
    background-image: url(../Images/RouteDistanceBG.gif);
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-align: right;
}

.MyRunForm .AmPMArea
{
	
}

.MyRunForm .Highlight
{
	color:#c70015;
	float:left;
}

.MyRunForm .DateTimeArea
{
	float:left;
	width:455px;
	min-height:80px;

}

.MyRunForm .DateTimeArea .Date
{
	width:190px;
	float:left;
}

.MyRunForm .DateTimeArea .Time
{
	width:260px;
	float:left;

}

.MyRunForm .SelectedDate
{
	font-weight:bold;
	color:#c70015;
}

.MyRunForm .RepeatArea
{
	margin-top:10px;
	float:left;

	width:450px;
}

.MyRunForm .RepeatArea .Repeat
{
	float:left;
	width:190px;
}

.MyRunForm .RepeatArea .RepeatEnd
{
	float:left;
}

.RouteSelection .RouteItem
{
	width:630px;
	float:left;
	border-bottom: solid 1px #b0b0b0;
	padding-bottom:10px;
	padding-top:10px;
}

.RouteSelection .RouteItemSelected
{
	width:630px;
	float:left;
	border-bottom: solid 1px #b0b0b0;
	padding-bottom:10px;
	padding-top:10px;
	background-color:#e5e5e5;
}

.RouteSelection .RouteName
{
	color:#c70015;
	font-weight:bold;
	
}

.RouteSelection .RouteName a
{
	text-decoration:none;
}

.RouteSelection .ListArea
{
	border-top: solid 1px #333;
	width: 100%;
	padding-top: 2px;
}

.RouteSelection .Highlight
{
	color:#c70015;
	font-weight:bold;
	float:none;
	
}



.RouteSelection .Pager
{
	float:right;
	color:#3f3f3f;
}

.RouteSelection .Pager .Selected
{
	color:#c70015;
}

.RouteSelection .Pager a,
.RouteSelection .Pager a:visited
{
	color:#3f3f3f;
	text-decoration:none;
}

.RouteSelection .Route
{
	float:left;
	width:495px;
	line-height:15px;
	
}

.RouteSelection .Selection
{
	float:left;
	width:130px;
	text-align:right;
	vertical-align:bottom;
	margin-top:30px;
	
}
.RouteSelection .Selection img
{
	
	cursor:pointer; cursor:hand;
	
}


.RouteSelection .RouteTabs
{
	border-bottom:solid 1px #c70015;
	line-height:0px;
	margin-top:20px;
	min-height:24px;
	height:24px;
	width:630px;
}

.RouteSelection .SavedRoutes
{
	font-weight:bold;
	margin-top:8px;
	margin-bottom:8px;
}

.RouteSelection a
{
	color:#c70015;
	
}

.RouteSelection .SortArea
{
	padding-bottom:5px;
}

.RouteSelection .RouteIcon
{
	float:left;
	width:60px;
	_height:50px;
	min-height:50px;
}

.RouteSelection .Route .Details .Distance
{
	float:left;
	width:80px;
}

.RouteSelection .Route .Details .RunTime
{
	float:left;
	width:258px;
}
.RouteSelection .Route .Details .Comments
{
	float:left;
	width:95px;

}

.RouteSelection .Route .Details .RouteComments
{
	float:left;
	color:#c70015;
}

.RouteSelection .Progress
{
	float:right;
	margin-top:-10px;

	width:80px;
	margin-right:160px;
}

.RouteSelection .Search
{
	margin-right:2px;
	margin-top:-22px;
	float:right;

}

.RunDetails h1 
{
	border-bottom: solid 1px black;
}

.RunDetails .Cell
{
	float:left;
	width:190px;
}

.RunDetails .Header
{
	border-bottom:solid 1px #333333;
	font-weight:bold;
	color:#c70015;
}

.RunDetails .Divider
{
	border-bottom:solid 1px #999999;
	padding-top:4px;
	padding-bottom:4px;
	display:block; 
	float:left;
	width:100%;
}



.RunDetails .RunCreator .Avatar{
    float:left;
    width: 50px
}

.RunDetails .RunCreator .Details{
    float:left;
    padding-left: 10px;
    width: 130px;
}

.RunDetails .RunCreator .Details .Title{
    margin: 5px 0px;
    display:block;
    font-weight: bold;
    color: #333;
    font-size: 110%;
}

.RunDetails .RunCreator .Details .MessageToIcon{
    float:left;
}

.RunDetails .RunCreator .Details .MessageToText{
    float:left;
    padding-left: 3px;
    width:97px
}

.RunDetails .StartingPoint
{
	margin-top:15px;
	margin-bottom:15px;
}

.RunDetails .RouteSelection .RouteName a
{
	text-decoration:none;

}



.RouteDetails .Cell
{
	float:left;
	width:190px;
}

.RouteDetails .Header
{
	border-bottom:solid 1px #333333;
	font-weight:bold;
	color:#c70015;
}

.RouteDetails .Divider
{
	border-bottom:solid 1px #999999;
	padding-top:4px;
	padding-bottom:4px;
	width: 100%;
	float:left;
	display:block;
}

.RouteDetails .RunCreator .Avatar{
    float:left;
    width: 50px
}

.RouteDetails .RunCreator .Details{
    float:left;
    padding-left: 10px;
    width: 130px;
}

.RouteDetails .RunCreator .Details .Title{
    margin: 5px 0px;
    display:block;
    font-weight: bold;
    color: #333;
    font-size: 110%;
}

.RouteDetails .RunCreator .Details .MessageToIcon{
    float:left;
}

.RouteDetails .RunCreator .Details .MessageToText{
    float:left;
    padding-left: 3px;
    width:97px
}

.RouteDetails .StartingPoint
{
	margin-top:15px;
	margin-bottom:15px;
}

/* Removed .RouteDetails from .CommentFormArea rules to allow for placement of this fine module throughout the site */
.CommentFormArea
{
	background-color:#e1e1e1;
	float:left;
	/*width:633px;*/
	width: 618px;
	border-bottom:solid 1px #b0b0b0;
	margin-bottom:5px;
}
.CommentFormArea .FormAreaContent
{
	/*width:633px;*/
	width: 598px;
	float:left;
	margin:5px 10px;
	/*margin-left:10px;
	margin-right:10px;*/
}

.CommentFormArea .PostComment
{
	color:#c70015;
	float:left;
	margin-top:5px;
	font-weight:bold;
	margin-right:10px;
}

.CommentFormArea .PostButton
{
	margin-left:10px;
	margin-top:5px;
	float:left;
}


.Comment
{
	width:630px;
	float:left;
	
}

.Comment .Avatar
{
	float:left;

	margin-right:5px;
}
.Comment .Body
{
	float:left;
	width:560px;
}

.Comment .CommentBody
{
	float:left;
	width:560px;

}

.Comment .CommentData
{
	margin-top:10px;
	float:left;
	
}

.CommentDivider
{
	font-size:0px; 
	line-height:0px;
	min-height:1px;
	max-height:1px;
	height:1px;
/*	background-color:#b0b0b0;*/
    border-bottom: #b0b0b0 1px solid;
	float:left;
	width:618px;
	margin-top:5px;
	margin-bottom:5px;
}


.RouteActions .RouteActionTop
{
	width:214px;
	height:10px;
	min-height:10px;
	max-height:10px;
	background-image: url(../images/RouteNavigationBG_Top.gif);
	background-repeat:no-repeat;
	font-size:0px;
	line-height:0px;

}

.RouteActions .RouteActionMiddle
{
	width:214px;
	
	background-image: url(../images/RouteNavigationBG_middle.gif);
	background-repeat:repeat-y;

	
	
}

.RouteActions .RouteActionMiddle .Content
{
	padding-top:1px;
	padding-left:10px;
	padding-right:10px;
	
}

.RouteActions .RouteActionMiddle .Content .Divider
{
	font-size:0px;
	line-height:0px;
	min-height:1px;
	height:1px;
	background-color:#cccccc;
	margin-top:8px;
	margin-bottom:8px;
}

.RouteActions .RouteActionBottom
{
	width:214px;
	height:12px;
	min-height:12px;
	max-height:12px;
	background-image: url(../images/RouteNavigationBG_Bottom.gif);
	background-repeat:no-repeat;
	font-size:0px;
	line-height:0px;

}

.FindRoutes, .FindGroups, .FindRunners
{
	margin-top:6px;
}

.FindRoutes .BackgroundTop, .FindGroups .BackgroundTop, .FindRunners .BackgroundTop, .FindRaces .BackgroundTop
{
	width:214px;
	height:24px;
	min-height:24px;
	max-height:24px;
	background-image: url(../images/FindRoutesBG_Top.jpg);
	background-repeat:no-repeat;
	font-size:0px;
	line-height:0px;
	float:left;
}

.FindGroups .BackgroundTop 
{
	background-image: url(../images/FindGroupsBG_Top.jpg);
}

.FindRunners .BackgroundTop 
{
	height:27px;
	min-height:27px;
	max-height:27px;
	background-image: url(../images/FindRunnersBG_Top.jpg);
}

.FindRaces .BackgroundTop {
    background-image: url(../images/FindRacesBG_Top.jpg);
}


.FindRoutes .BackgroundMiddle, .FindGroups .BackgroundMiddle, .FindRunners .BackgroundMiddle, .FindRaces .BackgroundMiddle
{
	
	background-image: url(../images/FindRoutesBG_Middle.jpg);
	background-repeat:repeat-y;

	width:214px;
	float:left;
	
}


.FindRoutes .BackgroundBottom, .FindGroups .BackgroundBottom, .FindRunners .BackgroundBottom, .FindRaces .BackgroundBottom
{
	width:214px;
	height:12px;
	min-height:12px;
	max-height:12px;
	background-image: url(../images/FindRoutesBG_Bottom.jpg);
	background-repeat:no-repeat;
	font-size:0px;
	line-height:0px;
	float:left;
}

.FindRoutes .FormContent, .FindGroups .FormContent, .FindRunners .FormContent, .FindRaces .FormContent
{
	margin-left:10px;
	margin-top:10px;
	margin-right:13px;

}

.FindRoutes .Field, .FindGroups .Field, .FindRunners .Field, .FindRaces .Field
{
	margin-bottom:4px;
	width:195px;
}

.FindRoutes .Field label, .FindGroups .Field label, .FindRunners .Field label, .FindRaces .Field label
{
	width:70px;
	float:left;
	color:#ce1f31;
}

.MyRoutes .RouteActions
{
	float:right;
	margin-top:5px;
}

.MyRoutes .RouteActions a
{
	color:#ce1f31;
}

.MyRoutes .RouteActions img
{
	margin-top:5px;
}

#weatherContainer
{
	width: 40px;
	font-family: Helvetica, Arial, Sans-Serif;
	position: relative;
}

#weatherContainer .cityLocation 
{
	position: absolute;
	left: 35px;
	background-color: White;
	text-align: right;
}

#weatherContainer #weatherCityName 
{
	font-size: 12px;
    font-family: Verdana;
	font-weight: bold;
	color: #c70015;
	width: 20px;
	_width:20px;
	overflow:hidden;
}

#weatherContainer #changeLoc 
{
} 

#weatherContainer #today 
{
	text-align: center;
}

#weatherContainer #today .TodayWeatherImage img 
{
	width: 38px;
	font-weight: bold;
}

#weatherContainer #today .TodayTemp 
{
	font-size: 24px;
	color: #c70015;
}

#weatherContainer #today .TodayWindLabel 
{
	color: #c70015;
	font-size: 10px;
	font-weight: bold;
}

#weatherContainer #today .TodayWind 
{
	color: #b2b2b2;
	font-size: 10px;
	font-weight: bold;
}

#weatherContainer .WeatherDay 
{
	border-top: solid 1px #999999;
	margin-top: 10px;	
	text-align: center;
	
}
#weatherContainer .WeatherDay .DayName 
{
	margin-top: 5px;
	margin-bottom: 3px;
	color: #c70015;
	font-weight: bold;
	font-size: 13px;
}

#weatherContainer .WeatherDay .DayImage img
{
	width: 25px;
}

#weatherContainer .WeatherDay .DayTemp 
{
	white-space: nowrap;
}
#weatherContainer .WeatherDay .DayTemp .High
{
	color: #c70015;
	font-size: 10px;
	
}

#weatherContainer .WeatherDay .DayTemp .Low
{
	color: #b2b2b2;
	font-size: 10px;
}

.SearchRoutes .Title
{
	background-color:#e1e1e1;
	padding:3px;
	margin-bottom:8px;
	padding-left:10px;
	color:#c70015;
	font-weight:bold;
}

.SearchRoutes .SearchForm
{
	text-align:center;
	border-bottom:solid 1px #97999c;
	padding-bottom:5px;
	margin-bottom:5px;
}

.SearchRoutes .SearchForm .SearchArea
{
	width:290px;
	margin-left:auto;
	margin-right:auto;

}

.SearchRoutes .SearchForm label
{
	float:left;
	width:auto;
	color:#c70015;
	margin-top:3px;
	margin-right:5px;
	font-weight:bold;
	
}

.FindGroupRuns
{
	width:212px;
	margin-top:6px;
}

.FindGroupRuns .BGTop
{
	width:212px;
	height:26px;
	min-height:26px;
	max-height:26px;
	background-image:url(../images/FindGroupRunsBG_Top.jpg);
	background-repeat:no-repeat;
	float:left;
}

.FindGroupRuns .BGMiddle
{
	width:212px;
	background-image:url(../images/FindGroupRunsBG_Middle.jpg);
	background-repeat:repeat-y;
	float:left;
}

.FindGroupRuns .BGBottom
{
	width:212px;
	height:12px;
	min-height:12px;
	max-height:12px;
	background-image:url(../images/FindGroupRunsBG_Bottom.jpg);
	background-repeat:no-repeat;
	float:left;
}

.FindGroupRuns .FormContent
{
	margin-left:10px;
	margin-top:10px;
	margin-right:10px;

}

.FindGroupRuns .Field
{
	margin-bottom:4px;
	width:195px;

}

.FindGroupRuns .Field label
{
	width:70px;
	float:left;
	color:#ce1f31;
}


.GroupRunList .RunItem
{
	width:630px;
	float:left;
	border-bottom: solid 1px #b0b0b0;
	padding-bottom:10px;
	padding-top:10px;
}

.GroupRunList .RunItemSelected
{
	width:630px;
	float:left;
	border-bottom: solid 1px #b0b0b0;
	padding-bottom:10px;
	padding-top:10px;
	background-color:#e5e5e5;
}

.GroupRunList .RunName
{
	color:#c70015;
	font-weight:bold;
	
}

.GroupRunList .RunName a
{
	text-decoration:none;
}

.GroupRunList .ListArea
{
}

.GroupRunList .Highlight
{
	color:#c70015;
	font-weight:bold;
	float:none;
	
}



.GroupRunList .Pager
{
	float:right;
	color:#3f3f3f;
}

.GroupRunList .Pager .Selected
{
	color:#c70015;
}

.GroupRunList .Pager a
{
	color:#3f3f3f;
	text-decoration:none;
}

.GroupRunList .Run
{
	float:left;
	width:495px;
	line-height:15px;
	
}

.GroupRunList .Selection
{
	float:left;
	width:130px;
	text-align:right;
	vertical-align:bottom;
	margin-top:30px;
	
}
.GroupRunList .Selection img
{
	
	cursor:pointer; cursor:hand;
	
}


.GroupRunList .RouteTabs
{
	border-bottom:solid 1px #c70015;
	line-height:0px;
	margin-top:20px;
	min-height:24px;
	width:630px;
	
}

.GroupRunList .SavedRoutes
{
	font-weight:bold;
	margin-top:8px;
	margin-bottom:8px;
}

.GroupRunList a
{
	color:#c70015;
	
}

.GroupRunList .SortArea
{
	margin-bottom:5px;
}

.GroupRunList .RunIcon
{
	float:left;
	width:60px;
}

.GroupRunList .Run .Details .StartTime
{
	float:left;
	

}

.GroupRunList .Run .Details .RunTime
{
	float:left;
	width:268px;
}
.GroupRunList .Run .Details .Comments
{
	float:left;

}

.GroupRunList .Progress
{
	float:right;
	margin-top:-10px;

	width:80px;
	margin-right:160px;
}

.GroupRunList .Search
{
	margin-right:2px;
	margin-top:-22px;
	float:right;

}


.DialogBody 
{
	background-color: White;
}
.dialog 
{
	width: 100%;
	border-collapse: collapse;
}

.dialog .dlgTopLeft
{
	background-image: url(../Images/popup/dlgTopLeft.png);
	background-repeat: no-repeat;
	min-height: 20px;
	height: 20px;
	min-width: 9px;
	width: 9px;
}

.dialog .dlgTopCenter 
{
	background-image: url(../Images/popup/dlgTopMiddle.png);
	background-repeat: repeat-x;
	color: White;
	
}
.dialog .dlgTopRight 
{
	background-image: url(../Images/popup/dlgTopRight.png);
	background-repeat: no-repeat;
	min-width: 13px;
	width: 13px;
	
}

.dialog .dlgClose 
{
	background-image: url(../Images/popup/dlgClose.gif);
	background-repeat: no-repeat;
	min-width: 13px;
	min-height: 14px;
	cursor: pointer;
	float:right;
	
}

.dialog .dlgBottomLeft
{
	background-image: url(../Images/popup/dlgBottomLeft.png);
	background-repeat: no-repeat;
}

.dialog .dlgBottomCenter 
{
	background-image: url(../Images/popup/dlgBottomCenter.png);
	background-repeat: repeat-x;
}
.dialog .dlgBottomRight 
{
	background-image: url(../Images/popup/dlgBottomRight.png);
	background-repeat: no-repeat;
}


.dialog .dlgBodyLeft 
{
	background-image: url(../Images/popup/dlgBodyLeft.png);
	background-repeat: repeat-y;
	min-height: 7px;
	
}

.dialog .dlgBodyRight
{
	background-image: url(../Images/popup/dlgBodyRight.png);
	background-repeat: repeat-y;
	min-height: 7px;	
}


#divLoginPopup 
{
	position: absolute;
	background-image: url(../Images/signin_expanded-bg.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 404px;
	height: 50px;	
	left: -124px;
	background-color: white;	
	display: none;
}

#divLoginPopup a, #divLoginPopup a:visited, #divLoginPopup a:link, #divLoginPopup a:hover 
{
	color: Black;
	text-decoration: none;
}

#divLoginPopup a:hover 
{
	text-decoration: underline;
}

#divLoginPopup .row1 
{
	line-height: 22px;
	text-align: left;
	margin-left: 10px;
}
#divLoginPopup .row2 
{
	text-align: left;
	margin-left: 10px;	
	margin-top: 3px;
}

#divLoginPopup .Textbox
{
	width: 140px !important;
	font-size: 11px;
	
}

.btnSignInExpanded img
{	
	margin-left: -3px;
	margin-top: -3px;
	border-width: 0px;
}
.PageHeader .Title
{
	float:left;
	margin-left:20px;
	font-size:40px; 
	color:white;
	padding-top:5px;
	
}

.PageHeader .Message
{
	font-size:12px; 
	color:white; 
	width:450px;
	margin-top:18px;
	float:left;
	margin-left:40px;
	font-weight:bold;
}

#AjaxProgress
{
	display: none;
	position: absolute;
	top: 28px;
	left: 230px;
}


.ForgotPasswordDialog 
{
	margin: 10px;	
	text-align: left;
}

.routeHeaderInfo 
{
	position:absolute;
	left:82px;
	top:12px;
	line-height:16px;
	color:#fff;
}

.routeIcon {
	position:absolute;
	left:21px;
	top:14px;
	
	}

.routeHeaderInfo .routeName 
{
	font-weight: bold;
}

.routeHeaderInfo .routeDesc 
{	
	line-height: 20px;	
}

.routeHeaderInfo .routeDistance
{
	font-weight: bold;
}

.MyAccountProfileTabs{
    border-bottom:solid 1px #c70015;	
	margin:10px 0px;
	min-height:24px;
	height:24px;
	width:630px;
}

.MyAccountProfileTabs .Text{
    margin-top: 5px;
}

.love_mood  {
	font-size:11pt;
	color:#C70015;
	font-weight:bold;
	margin:0 0 0 5px;
	font-family:Verdana;
	position:relative;
	top:-3px;
	}
.hate_mood  {
	font-size:11pt;
	color:#000000;
	font-weight:bold;
	margin:0 0 0 2px;
	font-family:Verdana;
	position:relative;
	top:-3px;
	}