﻿@charset "UTF-8";
@import url(template.css);
html {overflow-y: scroll;}

h1 {	
	font-family:verdana;
	color:#190483;
	font-size:1.442em;	
	border-bottom:1px dotted black;
	margin:0.5em 0;
}

h2 {	
	clear:both;
	color:#190483;
	font-family:verdana;
	font-size:1.1em;	
	border-bottom:1px solid black;
	margin:0.5em 0;
}

h3 {	
	clear:both;
	color:#190483;
	font-family:verdana;
	font-style:italic;
	font-size:.95em;
	margin:0.5em 0;
}

p {
	font-size:0.95em;
	margin:1.12em 0;
	color: Black;
	clear: left;
}

.googleicon {
	display:block;
	background-image:url(../img/icon/google-earth.jpg);
	background-repeat:no-repeat;
	background-position:left;
	margin-top:10px;
	padding-left:40px;
	vertical-align:middle;
	height:40px;
	line-height:40px;
}

#box-table-a {
	font-family: Verdana;
	font-size: 0.95em;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}

#box-table-a th {
	font-size: 0.95em;
	font-weight: strong;
	padding: 8px;
	background: #b9c9fe;
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #fff;
	color: #039;
	text-align: center;
}

#box-table-a td {
	padding: 8px;
	background: #e8edff; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
	text-align:center;
}

#box-table-a tr:hover td {
	background: #d0dafd;
	color: #339;
}

.dtree {
	font-family:verdana;
	font-size: 0.95em;
	color: #000000;
	white-space: nowrap;
}

.dtree img {
	border: 0px;
	vertical-align: middle;
}

.dtree a {
	color: #000000;
	text-decoration: none;
}

.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}

.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #FF0043;
	font-weight: bold;
	text-decoration: underline;
}
	
.dtree a.nodeSel {
	background: white;
}

.dtree .clip {
	overflow: hidden;
}

#rightcol a, #rightcol a:visited {
	color:#FF0043;
	font-weight:bold;
	text-decoration:none;
}

#rightcol a:hover {
	text-decoration:underline;
}

#quicklinks a, #quicklinks a:visited {
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}

#quicklinks a:hover {
	text-decoration:underline;
}

#pagecontent ul {	
	padding-left:1.3em;
	margin:1.12em 0;
}

#pagecontent ol ul, ul ol, ul ul, ol ol {
	margin-top:0 !important;
	margin-bottom:0 !important;
}