/* Styles for common html elements */


/*  add UL with down arrow bullets
list-style-image:url(~/media/business/licenses/images/ArrowDownSml.ashx); */
.jumpdown {
			list-style-image:url(/~/media/business/licenses/images/ArrowDownSml.ashx);
			line-height: 1.5;			
}


li.doublespace {
			margin-top: 10px; /* or however many pixels distance you want */
}

.alert
{
	color:Red;
}

h5 
{
	margin-bottom: 0;
	color: #000099;
	font: bold 99% Arial, Verdana, Lucida, Geneva, Helvetica, sans-serif;
	font-size: 105%;
}

h5 a, h5 a:visited, h5 a:link
{
	color: #000099;
}
#mapbox
{
float:right;
width:450px;
margin:0 0 5px 5px;
padding:3px;
border:none;
text-align:center;
}

.right {text-align: right; }

a.totop:link {font-size: x-small;}
a.totop:visited {font-size: x-small;}
a.totop:hover {font-size: x-small;}
a.totop:active {font-size: x-small;}

/* For home page */
.h4home { /* Tighter margins */
	margin-top: -3px;
	margin-bottom: -15px;
	color: #900;
	font: bold 110% Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
}

.h4home a {color:#900;text-decoration:none;}
.h4home a:link {color:#900;text-decoration:none;}
.h4home a:visited {color:#900;text-decoration:none;}
.h4home a:hover {color:#06C;}

a.home:link {text-decoration:none;}
a.home:visited {text-decoration:none;}
a.home:hover {text-decoration:underline;}

.h3bg { /* Light blue background */
	background-color: #D7EBF5;
}
		
.colheadDashed { font-weight:bold;
		margin-top:18px; /* 20px */
		margin-bottom: 5px;
		padding:2px;
		font-size:100%;
		padding-left:0;
		margin-left: 0;
		border-bottom: 1px dashed silver; 
		}
		
.colheadTOPDashed { font-weight:bold;
		margin-top:0px; 
		margin-bottom: 5px;
		padding:2px;
		font-size:100%;
		padding-left:0;
		margin-left: 0;
		border-bottom: 1px dashed silver; 
		}
