﻿/*html
{
    font-family: Arial;
    font-weight:300;
    font-size:11px;	
    color: #585858;
}*/

.leftmenu
{
	background-image: url(../images/ui/graytile.gif);
}

.toolbar
{
	background-image: url(../images/ui/top_bar.gif);
	background-repeat:repeat-x;
	border-bottom:1px solid Black;
}

.statusbar
{
	background-image: url(../images/ui/low_bar.gif);
	background-repeat:repeat-x;
	border-top:1px solid Black;
}



span.button
{
	cursor:pointer;	
}

span.link
{
	cursor:pointer;
	color:Blue;
	text-decoration: underline;	
}

.measureTitles
{
	float:left;
	font-weight:bold;
	padding-left:3px
}

#hover_box_measurements_resultcontainer
{
	padding-top:10px;
}

.hiddenDiv
{
	display: none;
}

.shownDiv
{
	display: block;
}

.trackHeader
{
	font: normal 14px Arial, Verdana, Sans-serif;
	font-weight: bold;
	color: black;
	padding: 2px 0 0 2px;
}

.planTrackHeader
{
	font: bold 12px Arial, Verdana, Sans-serif;
	color: black;
	padding: 2px 0 3px 2px;
}

.trackKeyCell
{

}


#planinfoBtn
{
	width: 140px;
	margin-bottom:10px;
}

#planinfoBtn .planinfo_buttonContainer
{
	height:26px;
}

#planinfoBtn .planinfo_buttonContainer a
{
	background-position:0 0;
	cursor:pointer;
	display:block;
	height:26px;
}


#planinfoBtn .planinfo_buttonContainer a:hover
{
	background-position:0 -26px;
}

#planinfoBtn .planinfo
{
	width: 122px;
}

#planinfoBtn .planinfo a
{
	background-image:url(../images/ui/vis_planinfo.gif);
}

.iconAndLabelList
{
    list-style-type: none;
}

.iconAndLabelList li
{
    margin-bottom:3px;    
}
.iconAndLabelList img
{
    vertical-align:middle;  
    padding-right:4px;  
    border: none;
}

.iconAndLabelList a
{
}

.iconAndLabelList a:hover
{
    text-decoration: underline;    
}

.iconAndLabelList a:visited
{
}

#routeRowTable tr
{
    cursor: pointer;    
    background-color: white;    
}

#routeRowTable tr.alternate
{
    background-color: #CCC;    
}

#routeRowTable td
{
    padding:3px;    
}


