
/* HIGHLIGHTS STAGE DETAIL TABLES AND IMAGES */
tr.stage_details:hover{
    Background-color:#EBEBEB;   
}
img.route_photo:hover{
    border:2px solid red;
    width:96px;
    height:63px;
}
img.stages_header:hover{
    border:2px solid red;
    width:146px;
    height:108px;
}

/* FORMATS THE STAGE DESCRIPTION PAGE */
div.stage_description{
    float:left;
    border:0px solid red;
    font-size: 100%;
    line-height: 1.4em;
    padding:0px;
}

/* FORMATS THE STAGE PAGE TITLES */
div.stages_outer{
    overflow:auto;
    width:588px;
    
    margin: 16px auto 32px auto;
    border: 1px solid #C6C6C6;
}
div.stages_next, div.stages_last{
    float:left;
    height:100%; width:160px;
    border:0px solid #C6C6C6;
    text-align: center;
    font-size:100%;
}
div.stages_title{
    float:left;
    width:258px;
    border-width:0px 1px 0px 1px;
}
img.stages_header{
    display:block;
    margin:10px 10px 0px 10px;
    width:150px;
    height:112px;
}
p.description{
    text-align:center;
    width: 260px;
}
p#age{
    color: black;
}
p#enlarge{
    color: blue;
}
p.phototext{
    font-size: 85%;
    font-weight: bold;
    line-height:1.3em;
    width: 150px;
    margin-left:10px;
    margin-right:10px;
}

/* FORMATS THE STAGE DETAILS TABLE */
table.stages {
    width: 600px;
    margin: 0px auto 20px auto;
    border-collapse:collapse;
}
tr.stage_details{
    text-align:left;
    vertical-align:top;
}
th.stages {
    border-style: solid;
    border-collapse:collapse;
    border-width: 1px 0px 1px 1px;
    border-style: solid;
    border-color: #C6C6C6;
    padding: 10px 0px 10px 10px;
}
th.belton{
    border-width:1px; 
}
td.stages {
    border-style: solid;
    border-collapse:collapse;
    border-width: 1px 1px 1px 0px;
    border-style: solid;
    border-color: #C6C6C6;
    padding: 10px;
}
span#grid {
    color:#0223F7;
}
span#caution {
    color:#E13443
}
img.route_photo{
    float:right;
    width:100px;
    height:67px;
    margin-left:10px;
}

img.cycle{
    float:right;
    width:40px;
    height:34px;
    margin-left:10px;
}
/* FORMATS THE BOTTOM TEXT (IF ANY) */
div.bottom_text{
    width:600px;
    margin-left:  auto;
    margin-right: auto;
}

/* FORMATS THE SIDEBAR */
div.stagesbar{
    font-weight: normal;
    font-size: 100%;
    color:grey;
    width:100px;
    border: 0px solid grey;
    padding: 10px 10px 10px 20px;
    background: #EBEBEB;
    border-radius: 0px;
}
div.stages_container{
    border:0px solid blue;
    float:left;
    margin:15px 30px 0px 30px;
}

/* FORMATS THE IMAGE SIZES ON THE ROUTE PHOTOS PAGES*/
img.wide{
	 margin-bottom:10px;
	 width:700px;
}
img.left, img.right{
	 width:700px;
	 margin-bottom:10px;
}
img.left{
	 margin-right:10px;
}

/* FORMATS THE DOWNLOADS MENU ON THE ROUTE PHOTOS PAGES*/
div.download_menu{
    float:left;
    border:0px solid black;
    font-family: arial; 
    font-size: 13px;
    font-weight:bold;
    margin-top:20px;
    margin-left:25px;
    background-color: darkblue;
    width: 760px;
    height:50px;
    overflow:auto;  
}

div.download{
    display:inline;
    float:left;
    width:132px; height:50px;
    border:1px solid white;
    padding:5px 5px 5px 10px;
    margin-top:0px;
}
a.download_link:link{color:white;}
a.download_link:visited{color:white;}
a.download_link:hover{color:red;}
a.download_link:active{color:white;}