p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	color: #000066;
	text-align: left
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 210%;
	font-weight: bold
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold
}
body {
	font-family: Arial, Helvetica, sans-serif
}
a:link, a:visited, a:hover {
	color: #0099FF;
	text-decoration: underline;
}
a:hover {
	color: #000066;
}
.headerLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	color: #ffffff;
	text-align: right;
	padding-right:15px
}
ul.treeview {
	font-size:80%;
}
div#treecontrol a {
	font-size:80%;
	text-decoration:none;
	border:1px grey dotted;
	padding: 5px;
}
li.activeli {
	color:#FF0000;
}
div#dropbox{
	background-color:#F0F0F0;
	min-height:100px;
	width:100%;
	border:1px grey dotted;
	}
.dropZone-active{
	background-color:#FFFFCC;
}
.dropZone-hover{
	background-color:#6699cc;
}
#existingmaps td {
font-size:80%;
}
#existingmaps th {
font-size:80%;
}
.strikethrough td {
	text-decoration:line-through;
	}
.quicksearch {
	background-color:#666;
	border:1px solid #ccc;
	margin:10px 0;
}
.quicksearch label{
	font-size:80%;
	color:#FFFFFF;
	padding:0 10px;
}
*.loader{
	font-size:80%;
	color:#FFFFFF;
	padding:0 10px;
}
#tooltip {
	max-width:200px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
#tooltip h3{
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	font-weight:500;
}
*.selected {
	background:#6699CC !important;
}
table td {
	vertical-align:top;
}
#sddiv, #t9div {
	height:400px;
	overflow:auto;
	border: #666 1px dotted;
	padding:0 20px;
}
img {
	vertical-align:middle;
}
#sddiv h3, #t9div h3 {
	margin:0;
}
table#report {
	border:#666 dotted 1px;
	border-collapse:collapse;
}
table#report td {
border:#666 dotted 1px;
padding:10px;
font-size:80%;
}
table#report th {
border:#666 dotted 1px;
padding:10px;
background-color:#003366;
color:#CCCCCC;
}
table#report tr.top th {
background-color:#003366;
}
table#report tr.bot th {
background-color:#D5EAFF;
color:#333333;
}