/* On this page Table of Contents  */
#toc
{
	border:thin dotted #69C; 
	padding:5px; 
	font-weight: normal; 
	background-color: #FBFBFB; 

}
#toc ul {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#toc li
{
display: inline;
}

#toc a {
	padding-left: 15px;
	margin-left: 12px;
}

#toc a:link, #toc a:visited { color:#6699cc; text-decoration:none; font-weight:600; background: url(../images/ArrowDownQuiet.gif) left no-repeat;
}

#toc a:visited { color:#509; text-decoration:none; font-weight:600; background: url(../images/ArrowDownQuiet.gif) left no-repeat;
}

#toc a:hover, #toc a:active { text-decoration:underline;
	background: url(../images/ArrowDownQuiet-over.gif) left no-repeat;
} 

#toc span.highlight
{
background-color:white; font-weight: bold;
}

/* To top of page divider */
.top {text-align:right; border-top:  thin dotted #CCC; border-width:1px; font-size:.80em; color:#999; padding:1px}
 a.top:link {color:#999; text-decoration:none;}
 a.top:visited {color:#509; text-decoration:none;}
 a.top:hover, a.top:active {color:#999; text-decoration:underline;}

h2 {font-variant:normal;font-size:1.2em;margin-bottom:.75em; color: #6699cc;}

/* h2 in right column */
.kcAgenciesPageRelatedText h2 {color:#2E5B89;font-size:115%;margin-bottom:.8em;} 

/* Subpoints, as on bike.html */
.subtext
   {font-family:arial, helvetica, sans-serif; font-size:.9em; font-weight:normal;
    color:#000;
   }

/* Smaller, grayed out text */
.quiet {color:#666; font-size:x-small;}
/*
.quiet a:link, a:visited {color:#666; text-decoration:none;}
.quiet a:hover, a:active {text-decoration:underline;}

a.quiet:link, a.quiet:visited {color:#666; text-decoration:none;}
a.quiet:hover, a.quiet:active {text-decoration:underline;} */

.alert {color: red; font-size:90%;}

/* Box to highlight news or items */
.alertbox { background-color: #ffffda; 
	height:inherit;
	margin-left:4px;
  	margin-right:2px;
	padding: 6px;
	border-style: ridge;
	border-color: #FF0F0F; /*  */
	border-width:1px;
	/* border:thin dotted #990033; */ 
	vertical-align:top; }

.alertbox h3 {color: #0A0AFF; margin: 0px; padding: 0px;}

/* Sidebox in right column */
.sidebox
{
border:1px; 
border-top-style: solid;
border-bottom-style: solid;
border-color: #CCCCCC;
margin-left:auto;
margin-right:auto;
width:99%;
background-color:#f5f5f5;
text-align:left;
padding:0px 14px 4px 0px; 
}
.sidebox h2, h3 {
padding: 8px 0px 0px 2px;
}

/* datatable style */
.datatable{border-collapse:collapse;border-left:1px solid #90BADE;font-family:arial, sans-serif;font-size:100%;} 

.datatable thead th {background: #4863A0;border:1px solid #90BADE; color:#FFF;font-weight:bold;padding:3px;text-align:center; vertical-align:bottom;} 
.indented
   {
   padding-left: 15pt;
   }

/* Unordered Do and Don't lists */
.ulDo {
list-style-type: none;
margin: 0;
padding: 0;
}
.ulDo li {
background-image:url("../../logos-metro/icon-CheckGreen.png");
background-position:0 0.1em;
background-repeat:no-repeat;
padding:0 0 0 25px;
}
@media print{ /* Print bullet since image won't print */
.ulDo {
    list-style:disc;
    margin-left:30px;
}
.ulDo li {
    padding-left:0px;
    background:none;
}
} /* end print */

.ulDont {
list-style-type: none;
margin: 0;
padding: 0;
}
.ulDont li {
background-image:url("../../logos-metro/pr-nobus.jpeg");
background-position:0 -0.03em;
background-repeat:no-repeat;
padding:0 0 0 25px;
}
@media print{ /* Print bullet since image won't print */
.ulDont {
    list-style:disc;
    margin-left:30px;
}
.ulDont li {
    padding-left:0px;
    background:none;
}
} /* end print */


.ulClear {
list-style-type: none;
margin: 0;
padding: 0;
}
.ulClear li {
background-image: url("../../logos-metro/bulletGreenTiny.gif");
background-position:0 0.1em;
background-repeat:no-repeat;
padding:0 0 0 25px;
}

/* One and a half vertical spacing for UL or OL */
.listmorespace
{ margin-left: 3em;
  padding-left: 0;
}
.listmorespace li {
  /* line-height: 1.5em; */
  margin: .9em 0 .6em 0;
}

/* For images needing captions */
.imagecaption
{
  margin:10px 6px 10px 6px;
  border:none;
  height:auto;
  width:auto;
  float:left;
  text-align:left;
  }
.captiontext
  {
  text-align:left;
  font-weight:normal;
  width:auto;
  margin:2px;
  font-size: 88%;
  }

/* Style for tooltip pop-up help text */
#tooltip{
	position:absolute;
	border:1px solid  #1E90FF;
	background:#f5f7f9;
	padding:2px 5px;
	margin-right: 150px;
	display:none;
	font-size: 85%;
	color:#039;
	}	

