/* Neutralize Styling */
html, body, div, form, fieldset {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin: 1em 0 1em 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
	position: relative;
}

li, dd, blockquote {
	margin-left: 1em;
}

fieldset {
	border: none;
}

ul {
	list-style: none;
}

ol {
	list-style-position: outside;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.2em;
}

h4, h5 {
	font-size: 1.1em;
}

body, table, input, select, textarea {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 11px;
}

body {
	margin-top: 0;
	text-align: center;
}

/* Generic Styles */
.locked {
	background-image: url('/Images/Products/lock.gif');
	background-repeat: no-repeat;
	background-position: center center;
}

.locked span {
	display: none;
}

.alt {
	background-color: #e6ebf1;
}

.clear {
	clear: both;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.hide {
	display: none;
}

.bold {
	font-weight: bold;
}

.error {
	color: #ff0000;
	font-weight: bold;
}

/* Generic Table Layouts */
table caption {
	display: none;
}

table th {
	background-color: #efefef;
	font-weight: bold;
	text-align: center;
}

table td {
	text-align: left;
}

table th, table td {
	padding: .5em;
	empty-cells: show;
}

/* Main Container */
#mainContainer {
	border: 1px solid #afaaaa;
	padding: 0 1em 1em 1em;
	position: relative;
	margin: 0 auto;
	max-width: 1150px;
	min-width: 756px;
	text-align: left;
}

/* Main Header - Logo */
.logo a, .logo a:hover, .logo a:visited {
	text-decoration: none;
}

/* Main Header */
#mainHeader {
	position: relative;
}

/* Main Navigation */
#mainNav {
	position: relative;
}

/* Main Content */
#mainContent {
	position: relative;
	padding: 0 .5em .5em .5em;
}

/* Page Content */
#pageContent {
	position: relative;
}

#pageContent h3 {
	padding: .5em;
}

/* Page Content - Page Summary */
#pageSummary {
	position: relative;
}

#pageSummary table {
	position: relative;
}

/* Page Content - Model Summary */
#modelSummary .image {
	float: right;
	position: relative;
	overflow: hidden;
}

/* Page Content - Config Summary */
#stdconfig {
	background-color: #efefef;
}

#stdconfig table {
	width: 100%;
}

#stdconfig td {
	padding: 0;
}

/* Page Content - Legend */
#legend {
	background-color: #efefef;
	width: 27em;
}

#legend span {
	font-weight: bold;
}

#legend dl {
	margin: 0;
}

#legend dl dt {
	float: left;
	position: relative;
	font-weight: bold;
	max-width: 3em;
	min-width: 3em;
	width: 3em;
	white-space: nowrap;
}

#legend dl dd {
	float: left;
	margin: 0;
	position: relative;
	max-width: 10em;
	min-width: 10em;
	width: 10em;
	white-space: nowrap;
}

/* Page Content - Revision */
span.date {
	color: #828282;
}

/* Main Footer */
#mainFooter {
	border-top: 2px dotted;
	margin-top: 1em;
	padding-top: .5em;
	position: relative;
}

#mainFooter p {
	margin: 0;
	padding: 0;
}

#mainFooter p a {
	text-decoration: none;
}

/* Round Box */
.rbroundbox {
	border: 1px solid #c0c0c0;
	padding: 1em;
	position: relative;
	-moz-border-radius: .5em;
}
