/* Purpose: undo some of the default styling of common (X)HTML browsers */
:link,:visited {
	text-decoration: none
}

ul,ol {
	list-style: none
}

h1,h2,h3,h4,h5,h6,pre,code {
	font-size: 1em;
}

ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
	{
	margin: 0;
	padding: 0
}

a img,:link img,:visited img {
	border: none
}

address {
	font-style: normal
}

/* end undohtml.css */ /* base.css */
body {
	background: #f0f0f0;
	background: #eee url(/images/backTileGray.jpg) repeat-x;
	text-align: center;
	font: 14px/ 20px Arial, Helvetica, sans-serif;
	color: black;
}

.tundra #main {
	width: 900px;
	margin: 10px auto;
	position: relative;
	text-align: left;
	border: 2px solid #999;
	background: white;
	padding: 20px;
}

a {
	color: #015fab;
}

a:hover {
	text-decoration: underline;
}

h2 {
	text-align: center;
}

.clear {
	clear: both;
}

fieldset {
	padding-left: 5px;
}

#errorHeader {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	text-align: center;
}

#errorText {
	font-size: 14px;
	font-weight: bold;
	color: black;
	padding-bottom: 10px;
	text-align: center
}

.alertError {
	padding-left: 20px;
	text-align: center;
	color: red;
	font-weight: bold;
	background: url(/images/exclimation.gif) no-repeat 0px 0px;
	color: red;
}

label { /*font-weight: bold;*/
	line-height: normal;
	text-align: left;
	margin-right: 10px;
	position: relative;
	display: block;
	float: left;
	width: 175px;
}

label.fieldLabel {
	display: inline;
	float: none;
}

#mapCanvas {
	height: 400px;
	width: 900px;
	/*padding-top: 5px;*/
	border: 1px solid black;
}

#ad {
	margin: 5px;
	text-align: center;
}

table {
	font-family: Lucida Grande, Verdana;
	width: 100%;
	border-collapse: collapse;
	cursor: default;
}

table td,table th {
	padding: 2px;
	font-weight: normal;
}

pre.whois {
	background: white none repeat scroll 0% 0%;
	font-family: Verdana, Arial, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-size: 85%;
	line-height: 1.3;
	font-size-adjust: none;
	font-stretch: normal;
	-x-system-font: none;
	text-align: left;
}

#dialogBoxContent,#helpDialogContent {
	text-align: left;
}

#genericDialog {
	width: 500px;
}

#helpDialog {
	width: 500px;
}

#searchDialog {
	width: 425px;
}

#main div.column {
	margin-bottom: 1em;
	text-align: left;
}


#menu {
	z-index: 1;
	position: absolute;
	padding-left: 45px;
	padding-top: 5px;
}

#content {
	width: 450px;
	float: left;
}

#footer {
	float: left;
	width: 99%;
	font-size: 11px;
	margin-top: 20px;
	padding-top: 2px;
	margin-bottom: 20px;
	text-align: center;
	border-top: 1px solid #999;
	padding-top: 12px;
}

