﻿.branchesUL
{
    width: 100%;
    overflow: hidden;
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align:left !important;
    margin-top:20px !important;
	margin-bottom: 1px !important;
}

.branchesUL li {
    width:170px;
    float: left;
    padding: 0px;
    margin: 0 !important;
    margin-right: 1px;
	list-style-type: none !important;
}
.branchesUL li
{
	list-style-image: none !important;
}
.branchesUL li a {
    cursor: pointer;
}
.time {
    color: #0069B2;
    font-size: 10pt;
    margin-top: 0px;
    padding-top: 0px;
    font-weight: bold;    
    margin-left: 10px;
}
.licreg
{
	font-weight: bold;		
	margin-left: 10px;
}
.title
{
    margin-left: 0px;
    padding-left: 0px;
}
.qmaticTitle
{

	font-size: 13pt;
}
.formbutton{
	cursor:pointer;
	border: outset 1px black;
    font-family: tahoma;
	background:#D9D9D9;
	color:black;
	padding: 1px 2px;
	background: #c1c1c1;
	height: 22px;
}
.formbutton:hover
{
	background:#C5DEFA;
	background:url(greenback.png) repeat-x left top;
}
#maplegend
{
	font-size: 8pt;
}
.ClosestBranchesTable
{	
	width: 400px;
	margin-top: 4px;
	color: #257;
	border: 1px solid #D8DADF;
	/*border-left: 1px solid #D8DADF;
	border-right: 1px solid #D8DADF;
	border-bottom: 1px solid #D8DADF;*/
}
.hhmmss
{
	/*color: Maroon; */
	color: Red;
	font-size: 8pt;
	text-align:center;
}
.ClosestBranchesTable td
{
	border-top: 1px solid #D8DADF;		
}
.ClosestBranchesTable th
{
	text-align:center;
}
.ClosestBranchesTable .data {
	border-left:1px solid #D8DADF;
	text-align:center
}
.DirectionsOptions
{
	font-size: 13pt;
	/*font-weight: bold;*/
}
body
{
   font-family: tahoma;
   font-size: 9pt;   
}

.directions_textbox
{
	width: 100%;
	overflow: hidden;
}

#BranchHours
{	
	color: #003399;
	font-size: 10pt;
}
.time
{
	color: #000;
	display: inline;
}

#RMVTitle
{
	font-size: 12pt;
	font-weight: bold;	
}
#RMVAddress
{
	font-size: 12pt;	
	color: #114;
	padding-bottom: 1px;
}

a:link, a:active, a:visited {
    color: #20558A;
    text-decoration: none;
}