/* @group General Styles */

body {
	text-align: center;
	padding: 0;
	margin: 0 0 20px;
	font: 0.85em/1.6em "Lucida Grande", Lucida, Verdana, sans-serif;
}

#body_bg {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 146px;
	z-index: 0;
	overflow: hidden;
	background-image: url(/Content/images/body_bg.png);
}

p {
}

b, strong {

}

a:link, a:visited {
	color: #362f2d;
}

a:hover, a:active {
	text-decoration: none;
}

img {
}

.image-left {
	float: left;
	margin: 3px 10px 3px 0;
}

.image-right {
	float: right;
	margin: 3px 0 3px 10px;
}
	
/* @end */

/* @group Layout */
#container {
	margin: 0px auto;
	text-align: left;
	position: relative;
	z-index: 1;
	border-bottom: 3px solid;
	border-left: 3px solid;
	border-right: 3px solid;
	background: #fff url(/Content/images/content_top_bg.png) repeat-x left 176px;
}

.clearer {
	clear: both;
}

#pageHeader {
	display: block;
	height: 150px;
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#pageHeader img.DistributerLogo {
	position: absolute;
	left: 30px;
	top: 3px;
}

#pageHeader img.SiteLogo {
	position: absolute;
	right: 30px;
	top: 3px;
}

#pageHeader #top_grad {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 146px;
	overflow: hidden;
	z-index: 2;
	background-image: url(/Content/images/header_top_grad.png);
}

#pageHeader #bar {
	position: absolute;
	left: 0;
	top: 100px;
	display: block;
	width: 100%;
	height: 55px;
	overflow: hidden;
	border-top: 1px solid;
}

#pageHeader #bar_grad {
	position: absolute;
	left: 0;
	top: 100px;
	display: block;
	width: 100%;
	height: 30px;
	overflow: hidden;
	background-repeat:no-repeat;
	background-image: url(/Content/images/header_bottom_bar_grad.png);
}

#pageHeader h1 {
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 3;
	font-size: 2.7em;
}

#pageHeader h2 {
	position: absolute;
	top: 70px;
	left: 30px;
	z-index: 3;
	font-weight: normal;
	font-size: 1.3em;
}

#contentContainer {
	background-repeat: no-repeat;
}

.contentSpacer {
	height: 400px;
	float: right;
	width:1px;
}

#contentContainer #content {
	padding: 30px;
	min-height:300px;
}

#sidebarContainer
{
    width:300px;
    float:right;
	text-align: left;
	position:absolute;
}

#footer {
	border-top: 3px solid;
	padding: 15px 0;
	font-size: 0.95em;
	width:100%;
	height:54px;
}

#footer #copyright {
	margin: 0;
	padding: 0 30px;
    position:absolute;
}

#footer a:link, #footer a:visited {

}

#footer a:hover, #footer a:active {
}

#footer #userdetails
{
    right:30px;
    position:absolute;
}
	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	position: relative;
	z-index: 4;
}

#breadcrumbcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0 30px;
}

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {

}

#breadcrumbcontainer a:hover {

}
	
/* @end */

/*Hover Menu*/

.PopupMenuColumn 
{
	width:0px;
	padding:0px !important;
	overflow:hidden;
}

.PopupMenu
{
	position: absolute;
	visibility: hidden;
	background-color: White;
	width: 180px;
	opacity: .9;
	filter: alpha(opacity=90);
	border: 1px outset #808080;
	z-index: 100;
}

.PopupMenu a, .PopupMenu a:active, .PopupMenu a:visited
{
	padding:5px 5px 5px 25px;
	display:block;
}

.PopupMenu a:hover
{
	background-color:#eeeeee;
}


/* @group Toolbar */

/* Toolbar Styles */

#mainnavcontainer {
	z-index: 3;
	position: absolute;
	left: 0;

	display: block;
	width: 100%;
	height: 50px;
	overflow: hidden;
}

#subnavcontainer
{
	z-index: 3;
	position: absolute;
	left: 0;
	top: 130px;
	display: block;
	width: 100%;
	height: 20px;
	overflow: hidden;
	border-top:solid 1px #cccccc;
}

#msgsubnavcontainer
{
	z-index: 3;
	position: absolute;
	left: 0;
	top: 130px;
	display: block;
	width: 100%;
	height: 20px;
	overflow: hidden;
	border-top:solid 1px #cccccc;
}

#navcontainer .AspNet-Menu-Selected 
{
	font-weight:bold;
}

#navcontainer .AspNet-Menu-Selected:hover 
{
}

#navcontainer .currentAncestor {
}

/* Parent - Level 0 */

#navcontainer ul{
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 5;
}

#navcontainer li {

	position: relative;
	display: inline;
	float: left;
}

#navcontainer a {
	display: block;
	padding: 3px 15px 2px;
	text-decoration: none;
}

#subnavcontainer ul a 
{
	padding: 0px 15px 0px;
}

#msgsubnavcontainer ul a 
{
	padding: 0px 15px 0px;
}

#navcontainer a:hover {
}

#navcontainer a:active {
}

/* Child - Level 1 */
/* All browsers will use this code, it will make the pop out menus work */
#navcontainer ul ul {

	position: absolute;
	top: 30px;
	left: 5px;
	right: 0;

	display: none;
	z-index: 6;
	font-size: 0.9em;
	width: 100px;
	padding: 0 10px;
}

#navcontainer ul ul li {
	display: block;
}

#navcontainer ul ul a {
	padding: 5px 0;
	display: block;
	width: 110px;
}

#navcontainer ul ul a:hover {
}

#navcontainer ul ul #current{
}


/* Child Level 3 */

#navcontainer ul ul ul {
	position: absolute;
	left: 110px;
	top: 0;
	font-size: 1em;
}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a{
}

#navcontainer ul ul ul ul a:hover{

}

div#navcontainer ul ul, div#navcontainer ul ul ul, div#navcontainer ul li:hover ul ul, div#navcontainer ul li:hover ul ul ul, div#navcontainer ul li:hover ul ul ul ul, div#navcontainer ul li:hover ul ul ul ul ul{

display:none;

}

div#navcontainer ul li:hover ul, div#navcontainer ul ul li:hover ul, div#navcontainer ul ul ul li:hover ul, div#navcontainer ul ul ul ul li:hover ul, div#navcontainer ul ul ul ul ul li:hover ul{

display:block;
}


.menulist li
{
	font-size:1.6em;
	display:block;
	line-height:1.6em;
}
/* @end */

/* @group Global Classes */

blockquote, .standout {
	margin: 0;
	font: italic 1.2em/1.5 Georgia, "Times New Roman", Times, serif;
}

h1 {
	letter-spacing: -1px;
	font: 2.2em Georgia, "Times New Roman", Times, serif;
	margin: 0 0 5px;
}

h2 {
	font: italic normal 1.8em Georgia, "Times New Roman", Times, serif;
	margin: 0 0 5px;
}

h3 {
	letter-spacing: -1px;
	font: 1.6em Georgia, "Times New Roman", Times, serif;
	margin: 0 0 5px;
}

h4 {
	font: italic normal 1.4em Georgia, "Times New Roman", Times, serif;
	margin: 0 0 5px;
}

.imageStyle {

}

/* Main content area unordered list styles */
#contentContainer #content ul {
}

#contentContainer #content li {
}

ul.disc {
	list-style-type: disc;
}

ul.circle {
	list-style-type: circle;
}

ul.square {
	list-style-type: square;
}

ol.arabic-numbers {
	list-style-type: decimal;
}

ol.upper-alpha {
	list-style-type: upper-alpha;
}

ol.lower-alpha {
	list-style-type: lower-alpha;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}

/* Table Styles */
table {
	font-size: 1em;
}
/* @end */


/* @group Calibration */
.GeneralColumn1, .GeneralColumn1 input
{
	width:140px;
}

.GeneralColumn2, .GeneralColumn2 input
{
	width:100px;
}

.FieldValuesColumn1
{
	width:280px;
}

.FieldValuesColumn2
{
}

.ReadingViewColumn, .ReadingViewColumn input, .FormDetailsColumn, .FormDetailsColumn input
{
	width:100px;
}

.PlateauColumn, .PlateauColumn input
{
	width:140px;
}

.YesSelectedFailed, .YesSelectedFailed #Yes, .YesSelected #Yes
{
	background-color: #FFCCCC;
}

.NoSelectedFailed, .NoSelectedFailed #No, .NoSelected #No
{
	background-color: #FFCCCC;
}

.FailedGroup
{
	border: dashed 1px red;
}

.FailedRow
{
	background-color: #FFCCCC;
}

.PassFailBox
{
	background-color: LightGray;
	border:solid 1px Black;
}

.PassFailBox td
{
	text-align:center;
	font-weight:bold;
	font-size:18pt;
}

/* @group Contact Form */
form {
	margin: 0;
}

/* @end */


