body {
	font-family: arial, verdana, helvetica, sans-serif; 
	font-size:11px;
	background-color: #86bde6;
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

td {
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size:11px;
}

/* For all anchors (links) we want a certain color of blue. */
a {
	text-decoration: none;
	color: #0066cc;
}

a:hover {
	text-decoration: underline;
}


a.TinyArrow {
    padding-right: 24px;
    background-image: url('../images/icons/TinyArrowBlue.gif');
    background-position: center right;
    background-repeat: no-repeat;
}

a.TinyArrow:hover {
    padding-right: 24px;
    background-image: url('../images/icons/TinyArrowBlueHover.gif');
    background-position: center right;
    background-repeat: no-repeat;
}

a.ListingTitle {
    padding-right: 18px;
    background-image: url('../images/icons/TinyArrowBlue.gif');
    background-position: right;
    background-repeat: no-repeat;
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}

a.ListingTitle:hover {
    padding-right: 18px;
    background-image: url('../images/icons/TinyArrowBlueHover.gif');
    background-position: right;
    background-repeat: no-repeat;
    text-decoration: none;
    color: #0066cc;
    font-weight: bold;
}

a.ListingTitleNoImage {
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}

a.ListingTitleNoImage:hover {
    text-decoration: none;
    color: #0066cc;
    font-weight: bold;
}

span.ListingTitle {
    padding-right: 18px;
    background-image: url('../images/icons/TinyArrowBlue.gif');
    background-position: right;
    background-repeat: no-repeat;
}


a.AddToMyRideList {
    padding-right: 18px;
    background-image: url('../images/icons/TinyCheckmarkGreen.gif');
    background-position: center right;
    background-repeat: no-repeat;
}

a.AddToMyRideList:hover {
    padding-right: 18px;
    background-image: url('../images/icons/TinyCheckmarkGreenHover.gif');
    background-position: center right;
    background-repeat: no-repeat;
}

div.RideListingTools {
    padding-top: 2px;
}


span.Required {
    padding-right: 65px;
    background-image: url('../images/icons/Required.gif');
    background-position: center right;
    background-repeat: no-repeat;
}






ul {
    list-style: square;
    margin: 0px;
    padding-left: 20px;
}

li {
    padding-top: 3px;
    padding-bottom: 3px;
}





/* 
The following styles pertain to database grids.
That is a fancy way to say "tables that are intended to
display database results."
*/

td.DBGridHeading {
	padding: 10px; 
	background-image: url('../images/tablesandrows/GrayRowGradient.gif');
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #0066CC;
}

td.DBGridHeadingLite {
	padding: 10px; 
	background-image: url('../images/tablesandrows/LiteGrayRowGradient.gif');
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #bbbbbb;
}

td.DBGridHeadingLiteNarrow {
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: url('../images/tablesandrows/LiteGrayRowGradient.gif');
    color: #333333;
    font-size: 11px;
    font-weight: bold;
    border-bottom: 1px solid #bbbbbb;
}

td.DBGridRow {
	padding: 10px;
	border-bottom: 1px dotted #666666;	
}

td.DBGridRowNarrow {
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #666666;    
}

td.DBGridRowNarrowNoBorder {
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 10px;
    padding-bottom: 10px;   
}

td.DBGridRowNoPadding {
    border-bottom: 1px dotted #666666;    
}

td.DBGridDivider {
	border-bottom: 1px dotted #666666;	
}

td.DBGridRowNoBorder {
	padding: 10px;
}







/* The following styles relate to forms. */

/* Static Values show database results on a form.
They are displayed as text blocks, usually divs, 
and are not displayed in an input field.  
A good example would be the name of an 
event in the district calendar edit page. */
.NthFormStaticValue {
	font-size: 16px;
}

.NthFormLabel {
	font-size: 12px;
    font-weight: bold;
    padding-bottom: 2px;
}

.NthFormValue {
	/* This is just a placeholder. */
}

.NthFormTextInput400 {
    width: 400px;
}

.NthFormTextInputLarge {
	width: 300px;
}

.NthFormTextInputMedium {
	width: 200px;
}

.NthFormTextInputSmall {
	width: 100px;
}

.NthFormTextInputTiny {
	width: 50px;
}

.NthFormSubmit {
	font-size: 14px;
	font-weight: bold;
	width: 140px;
	height: 27px;
}

.NthFormError {
	border: 1px solid #ff0000;
	padding: 5px;
	background-color: #FFcccc;
}	

.NthFormErrorMessage {
	/* font-weight: bold; */
	color: #cc0000;
}


/* Usually, this would be used on a p or div tag.
This makes a nice separation between multiple 
form sections. */
.NthFormValueAndLabelBlock {
	padding-top: 10px;
	padding-bottom: 10px;
	/* border-bottom: 1px dotted #666666; */
}



/* These classes work with table-based forms. */
.FormInputRow {
    padding-bottom: 1px;
    padding-right: 20px;
}

.FormLabelRow {
    padding-right: 20px;
}


div.FormInput {
    
}

div.FormLabel {
    padding-bottom: 15px;
}





/* 	GrayRoundedTable is simply a gray table with
	rounded rectangle corners. 	*/
table.GrayRoundedTable {
	background-color: #dddddd;
	border: none;
	padding: none;
	width: 100%;
}

td.GrayRoundedTableContent  {
	background-color: #dddddd;
}

td.GrayRoundedTableTopBottom  {
	height: 7px;
	background-color: #dddddd;
}

td.GrayRoundedTableLeftRight  {
	width: 7px;
	background-color: #dddddd;
}

td.GrayRoundedTableTopLeft {
	width: 7px;
	height: 7px;
	background-image: url('../images/grayroundedtable/topleftcorner.gif');
}

td.GrayRoundedTableTopRight {
	width: 7px;
	height: 7px;
	background-image: url('../images/grayroundedtable/toprightcorner.gif');
}

td.GrayRoundedTableBottomLeft {
	width: 7px;
	height: 7px;
	background-image: url('../images/grayroundedtable/bottomleftcorner.gif');
}

td.GrayRoundedTableBottomRight {
	width: 7px;
	height: 7px;
	background-image: url('../images/grayroundedtable/bottomrightcorner.gif');
}





/* The following styles allow us to show important messages */
.ImportantMessageContainer {
	background-image: url('../images/interface/ImportantMessageBackground.jpg');
    background-repeat: no-repeat;
    background-position: top;
	padding: 10px;
}

.ImportantMessage {
	border-bottom: 1px dotted #0066cc;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.ImportantMessageTitle {
	color: #0066cc;
	font-weight: bold;
	font-size: 14px;
}

.ImportantMessageBody {
	color: #666666;
	font-size: 12px;
}




/* ThrillScore Specific */
.LeftPanelGreenContainer {
    background-color: #ccffcc;
}

.LeftPanelGreenHeader {
    background-image: url('../images/leftheaders/leftheadergreen.gif');
    width: 260px;
    height: 30px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    padding-left: 10px;
}

.LeftPanelGreenBody {
    padding: 5px;
}

.LeftPanelGreenAvatar {
    padding: 5px;
}

.AvatarForBioPanel {
    border: 2px solid #ffffff;
    margin-right: 5px;
    margin-bottom: 5px;
}

.ThrillPointsForBioPanel {
    font-size: 16px;
    font-weight: bold;
}    

.IdForBioPanel {
    font-size: 16px;
}

.LeftPanelBlueContainer {
    background-color: #99ccff;
}

.LeftPanelBlueHeader {
    background-image: url('../images/leftheaders/leftheaderblue.gif');
    width: 260px;
    height: 30px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    padding-left: 10px;
}

.LeftPanelBlueBody {
    padding: 10px;
}

.LeftPanelBlueDataRow {
    padding-top: 2px;
    padding-bottom: 2px;
}

.LeftPanelBlueSummaryRow {
    padding-top: 2px;
    padding-bottom: 2px;
    font-weight: bold;
    border-top: 1px dotted #000000;
}


.RideSummarySection {
    padding-bottom: 10px;
}

.RideSummaryLabel {
    font-weight: bold;
}

.RideSummaryValue {
    font-size: 14px;
}

.MainSearchBar {
    width: 288;
    height: 30;
    font-size: 20px;
    line-height: 30px;
}

.GraphicalListText {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
}

.RideDetailSection {
    margin-bottom: 10px;
}

.RideDetailLabel {
    font-size: 12px;
    font-weight: bold;
}

a.RideDetailLabel {
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
}

a.FooterLink {
    font-size: 12px;
    text-decoration: none;
    color: #000000;
}

a.FooterLink:hover {
    text-decoration: underline;
}

.RideDetailValue {
    font-size: 12px;
}

.RideSubSection {
    padding-bottom: 15px;
}

.RideSubValue {
    font-size: 12px;
}

.RideSubLabel {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 2px;
}

.RideSubValueTP {
    padding-left: 20px;
    padding-right: 20px;
    background-image: url('../images/icons/ThrillUnitsMarkTinyWhite.gif');
    background-position: center right;
    background-repeat: no-repeat;
    font-weight: bold;
    
}

.AddRideSection {
    background-color: #ccffcc;
    border-top: 1px solid #23a043;
    padding: 10px;
}

.AddRideLabel {
    padding-bottom: 10px;
}


span.ThrillUnitDisplay14px {
    font-size: 12px;
    font-weight: bold;
    padding-right: 18px;
    background-image: url('../images/icons/ThrillUnitsMarkTinyWhite.gif');
    background-position: center right;
    background-repeat: no-repeat;
}

span.ThrillScoreDisplay14px {
    font-size: 14px;
    font-weight: bold;
    padding-left: 100px;
    background-image: url('../images/icons/ThrillScoreMediumWithColon.gif');
    background-position: center left;
    background-repeat: no-repeat;
}

span.AverageRating {
    font-size: 16px;
    font-weight: bold;
    padding-left: 150px;
    background-image: url('../images/labels/AverageRating.gif');
    background-position: center left;
    background-repeat: no-repeat;
}

span.AverageRatingForRideList {
    font-size: 12px;
    padding-left: 93px;
    background-image: url('../images/labels/AverageRatingLabelForRideList.gif');
    background-position: center left;
    background-repeat: no-repeat;
}

span.RidersForRideList {
    font-size: 12px;
    padding-left: 59px;
    background-image: url('../images/labels/RidersLabelForRideList.gif');
    background-position: center left;
    background-repeat: no-repeat;
}


div.LeaderboardOptions {
    padding-top: 10px;
    padding-left: 20px;
}

a.LeaderboardOptions {
    font-size: 12px;
    padding-left: 24px;
    color: #666666;
    text-decoration: none;
    background-image: url('../images/icons/TinyCircle10.gif');
    background-position: center left;
    background-repeat: no-repeat;
}

a.LeaderboardOptions:hover {
    font-size: 12px;
    padding-left: 24px;
    color: #666666;
    text-decoration: underline;
    background-image: url('../images/icons/TinyCircle10.gif');
    background-position: center left;
    background-repeat: no-repeat;
}

a.LeaderboardOptionsSelected {
    font-size: 12px;
    font-weight: bold;
    padding-left: 24px;
    color: #666666;
    text-decoration: none;
    background-image: url('../images/icons/TinyArrow10.gif');
    background-position: center left;
    background-repeat: no-repeat;
}

a.LeaderboardOptionsSelected:hover {
    font-size: 12px;
    font-weight: bold;
    padding-left: 24px;
    color: #666666;
    text-decoration: none;
    background-image: url('../images/icons/TinyArrow10.gif');
    background-position: center left;
    background-repeat: no-repeat;
}


div.BlueBarGraph16Left {
    float: left;
    height: 16px;
    width: 5px;
    background-image: url('../images/bluebargraph16/left.gif');
    background-repeat: no-repeat;
}

div.BlueBarGraph16Middle {
    float: left;
    height: 16px;
    background-image: url('../images/bluebargraph16/middle.gif');
    background-repeat: repeat-x;
}

div.BlueBarGraph16Right {
    float: left;
    height: 16px;
    width: 5px;
    background-image: url('../images/bluebargraph16/right.gif');
    background-repeat: no-repeat;
}


/* Entity Detail Page */
div.EntityHeader {
    background-image: url('../images/interface/ParkHeaderBackground.jpg');
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 10px;
    margin-bottom: 10px;
}



.DetailTitle {
    font-weight: bold;
    font-size: 14px;
}

div.SaveToMyRideListPanel {
    background-color: #ccffcc;
    border-top: 1px solid #23a043;
    padding: 10px;
    margin-top: 5px;
    display: none;
}

div.UploadRidePhotoForm {
    background-color: #ccffcc;
    border-top: 1px solid #23a043;
    padding: 10px;
    margin-top: 5px;
    display: none;
}