html, body {
	background-color:#ffffff;
	color:#000000;
	font-family:arial;
	font-size:12px;
}

a {
	color:#898989;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#bold {
	font-weight:bold;
}

#computerInputTotal {
	border:1px solid #dcdcdc;
	height:15px;
	padding-right:5px;
	text-align:right;
}

.center, table.priceTable th.center {
	text-align:center;
}

.header a {
	color:#000000;
	text-decoration:underline;
}

.header {
	text-align:center;
}

#largeDeployment {
	color:red;
	font-weight:bold;
	text-align:right;
}

.medColumn {
	width:36px;
}

#pricingCalculator {
	margin:auto;
	margin:0px;
	padding:0px 5px;
	width: auto;
}

.right {
	text-align:right;
}

.smallColumn {
	width:20px;
}

table {
	border-collapse:collapse;
	width:100%;
}

table.priceTable td, table.priceTable th {
	border-bottom:1px solid #dcdcdc;
	padding:5px;
}

table.priceTable th {
	background-color:#ebebeb;
	font-size:14px;
	text-align:left;
}

table.priceTable tr:hover {
	background-color:#f0f8ff;
}

table.priceTable tr.noHoverColor:hover {
	background-color:#ffffff;
}

table.volumeTable td {
	padding:8px;
}

table.volumeTable td, table.volumeTable th {
	border-bottom:1px solid #dcdcdc;
	text-align:center;
}

table.volumeTable th {
	font-size:16px;
}

p {
	margin:0px;
	padding:5px 0px 0px 0px;
}

/* ---------- developer settings ---------- */

.devColumn {
	float:left;
	margin:0px 5px;
	width:auto;
}

#developerWindow .devHeader {
	position:absolute;
	top:-15px;
}

#developerWindow {
	background-color:#f1f1f1;
	border:1px dashed #959595;
	display:inline-block;
	height:auto;
	margin:0;
	padding:2px;
	position:relative;
	width: 400px;
}

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

