/* 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;
	min-height: 450px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	border: 2px solid #999;
	border-top: 0;
	background: white;
	padding: 20px;
}

h2 {
	font-size: 28px;
	line-height: 28px;
	letter-spacing: -1px;
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	margin-bottom: 2px;
}

* html h2 {
	line-height: 22px;
}

h2 em {
	color: #888;
	font-style: normal;
}

h2 a {
	text-decoration: none;
	color: black;
}

a {
	color: #015fab;
}

a:hover {
	text-decoration: underline;
}

a.reveal {
	background: url(/images/reveal.gif) no-repeat right 6px;
	padding-right: 12px;
}

a.reveal.up {
	background: url(/images/reveal_up.gif) no-repeat right 4px;
}

a.reveal:hover {
	text-decoration: none;
	border-bottom: 1px solid #015fab;
}

.clear {
	clear: both;
}

#userStatus {
	max-width: 900px;
	min-width: 700px;
	height: 1.7em;
	margin: 0 auto 0 auto;
	border-right: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #bbb;
	font-size: 16px;
	vertical-align: middle;
	color: #666;
	text-align: left;
	padding: 5px 20px 5px 20px;
	background: url(/images/home_right_gradient.jpg) repeat-x 0px -80px;
}

#userStatus p {
	margin: 0;
	padding: 0;
}

#userStatus p#signedIn {
	float: right;
	text-align: right;
}

#userStatus #myAccountLink {
	padding-left: 5px;
	
}
#myAccount img {
	vertical-align:middle
}

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

#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
}

.formError       , .alertError {
	padding-left: 25px;
	color: red;
	font-weight: bold;
	background: url(/images/exclimation.gif) no-repeat 5px 0px;
}

#title {
	font-weight: bold;
	color: #666666;
	font-size: 115%;
	margin: 10px 0px 5px 0px;
	width: 100%
}

#formTitle {
	font-weight: bold;
	color: #666666;
	font-size: 115%;
	margin: 10px 0px 5px 0px;
	border-bottom: 2px solid #666666;
	width: 100%
}

#formTitle button {
	font-size: 0.8em;
	font-weight: bold;
	color: #015fab;
}

#signupNow {
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 125%;
	font-weight: bold
}

#signupNow a {
	color: #015fab;
	text-decoration: none;
}

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

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;
}

#content {
	min-width: 450px;
	max-width: 650px;
	float: left;
}

#flow {
	
}

#flow a {
	float: left;
}

#flow input {
	float: right;
}

#termsOfServiceDialog,#vistaInstallationDialog {
	width: 700px;
	min-height: 500px;
	overflow-x: hidden;
}

/* add padding to each contentpane inside the tab container, and scrollbar if necessary */
.dojoTabPane {
	padding: 10px 10px 10px 10px;
	overflow: auto;
}

#mainTabContainer {
	width: 900px;
	height: 450px
}

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

#formLabel {
	color: #666;
	padding-left: 185px;
	vertical-align: middle;
}

.color1 {
	background: #ccc;
}

.color2 {
	background: #ccf;
}

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

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

#register {
	padding-left: 25px;
	font-weight: bold;
	vertical-align: middle;
	background: url(/images/question.gif) no-repeat 5px 0px;
}

#lock {
	vertical-align: middle;
}

#tag {
	width: 14px;
	height: 14px;
	margin: 0px 0px 15px 5px;
	border: none;
}

#customer,#nonCustomer {
	font-size: 1em;
	background: green;
	text-align: center;
	color: white;
	font-weight: bold;
}

#nonCustomer {
	background: red;
}

#loginButton,#sendButton {
	font-weight: bold;
}

#loginButton {
	margin-left: 330px;
}

#forgottenPassword {
	font-style: italic
}

#forgottenPasswordDialog {
	width: 550px;
}

#status {
	padding-top: 20px;
	color: black;
	font-weight: bold
}

div.alert.attention {
	background: #FFF5CC url(/images/icon_status_info_26x26.gif) no-repeat
		scroll 7px 7px;
}

div.alert,div.errorbox {
	background-color: #FFFFFF;
	color: #333333;
	margin: 0 0 0px;
	min-height: 28px;
	overflow: hidden;
	padding: 7px 7px 7px 40px;
	position: relative;
	font-weight: bold;
	margin-bottom:5px;
}

div.alert.success {
	background: #E6F8DD url(/images/icon_status_success_26x26.gif) no-repeat
		scroll 7px 7px;
}

div.alert .dismiss {
	background: transparent url(/images/sprite_globalnav_v6.png) no-repeat
		scroll 100% -356px;
	cursor: pointer;
	display: block;
	height: 18px;
	padding: 7px 0 2px;
	position: absolute;
	right: 10px;
	text-indent: -12345px;
	top: 3px;
	width: 18px;
}

li.question {
	margin-top: 12px;
	background: url(/images/question.gif) no-repeat 0px 1px;
}

li.news {
	margin-top: 12px;
	background: url(/images/item.gif) no-repeat 0px 1px;
}

li.buy {
	margin-top: 12px;
	background: url(/images/buy.png) no-repeat 0px 1px;
}

li.step {
	margin-bottom: 20px;
}

li span.headline {
	padding-left: 20px;
}

p.date {
	display: inline;
	font-size: 11px;
	padding-left: 5px;
}

/* sidebar */
#tundra #sidebar {
	color: #303335;
	line-height: 150%;
}

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

#header {
	background: #D0D1D9 url(/images/header.gif) no-repeat scroll left top;
	border-bottom: medium none;
	color: #323636;
	margin: 0;
	padding: 5px 5px 4px 6px;
	font-weight: bold;
}

p.answer,p.filler {
	background: #EBEBEF none repeat scroll 0 0;
	border: 0 none;
	margin: 0;
	padding: 5px 5px 4px 6px;
}

#tooltip {
	padding-top: 2px;
	cursor: help;
	color: black;
	vertical-align: center;
	padding-left: 10px;
}

#searchString {
	margin-top: 10px;
}

input.searchButton {
	float: right;
	margin: -30px 10px 2px -5px;
	position: relative;
}

.wrapper {
	background: transparent url(/images/bg_rounded.gif) no-repeat scroll
		right top;
	border-bottom: 1px solid #777777;
	border-left: 1px solid #AAAAAA;
	margin-top: 5px;
	padding: 12px;
	width: 600px;
}

li.pricing {
	margin-left: 10px;
	padding-bottom: 5px;
}

#dialogBoxContent {
	max-height: 500px;
	text-align: left;
	overflow-y: auto;
	overflow-x: hidden;
}

#genericDialog {
	width: 500px;
}

#locationMap {
	width: 400px;
	height: 400px;
}

.Failure {
	color: red;
}

.Success {
	color: green;
}

pre.whois {
	font: 85%/ 1.3 Verdana, Arial, sans-serif;
	text-align: left;
	background: white;
}

#sidebar {
	-x-system-font: none;
	float: right;
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
	font-size: 10px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	max-width: 200px;
	min-width: 200px;
	color: #303335;
}

#sidebar .box {
	background: url(/images/sidebarbgnd.gif) bottom left no-repeat;
	padding: 0 7px 7px 7px;
	border-width: 0;
}

#tundra #sidebar .box h2 {
	background: #ededed url(/images/sidebarh2bgnd.gif) top left no-repeat;
	padding: 5px 5px 4px 6px;
	border-bottom: none;
	margin: 0 -7px 5px -7px;
	color: #585c5c;
}

#sidebar .box {
	background: #EBEBEF;
	padding: 0 10px 10px 10px;
	border: 0;
	margin: 0;
}

#sidebar .close {
	background: #EBEBEF url(/images/sidebarboxbgnd.gif) bottom left
		no-repeat;
}

#sidebar .box h2 {
	background: #d0d1d9;
	padding: 7px 10px;
	margin: 0 -10px 5px -10px;
	font-size: 14px;
	color: #323636;
}

#sidebar .box h2.open {
	background: #d0d1d9 url(/images/sidebarboxh2bgnd.gif) top left no-repeat
		;
}

#sidebar img.vcard {
	margin: 4px 25px 0 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

#sidebar .box li {
	padding-bottom: .5em;
}

#sidebar .box li.last {
	padding-bottom: 0;
}

#sidebar img.left {
	margin: 4px 4px 0 0;
}

#sidebar .box h3 {
	margin: 8px 0 .3em;
}

#sidebar .box p {
	margin: 7px 0 3px;
	line-height: 160%;
}

#sidebar .box ul {
	margin-top: 8px;
}