﻿html, body
{
	margin: 0;
	padding: 0;
	border: 0; /* This removes the border around the viewport in old versions of IE */
	width: 100%;
	background-color: #5e6367;
	height: 100%;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif !important;
	/*text-align: center;*/
	font-size: 11px;
	overflow:auto; /* seems to keep scroll bars up through product selection window */
}
/*.x-border-box, .x-border-box * {
			box-sizing:content-box !important;
	-moz-box-sizing:content-box !important; 
	-webkit-box-sizing:content-box !important; 
}*/
#container
{
	min-height: 100%;
	position: relative;
	background: #369;
}
#body
{
	padding: 10px;
	padding-bottom: 60px; /* Height of the footer */
}
#fixed
{
	margin: 0 auto;
	width: 1024px; /* you can use px, em or % */
	text-align: left;
	padding-bottom: 60px; /* Height of the footer */
	padding-top: 5px;
}
a
{
	color: black;
}
a:hover
{
	color: gray;
	text-decoration: none;
}
h1, h2, h3, h4
{
	margin: .6em 0 .1em 0;
	padding: 0;
}
h1
{
	font-size: 20px;
	font-weight: bold;
}
h2
{
	font-size: 16px;
	font-weight: bold;
}
h3
{
	font-size: 14px;
	font-weight: bold;
}
h4
{
	font-size: 11px;
	font-weight: bolder;
}
.bold16
{
	font-weight: bold;
	font-size: 16px;
}
.bold14
{
	font-size: 13px;
	font-weight: bold;
}
.bold11
{
	font-size: 11px;
	font-weight: bold;
}
.small
{
	font-size: smaller;
	padding-top: .8em;
	padding-bottom: .2em;
}
.bottom
{
	vertical-align: bottom;
}
.Heading1
{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	bottom: 2px;
	padding-left: 5px;
	color: #424242;
	-webkit-text-shadow: 0px 2px 3px #ddd;
	-moz-text-shadow: 0px 2px 3px #ddd;
	text-shadow: 0px 2px 3px #ddd;
}
p
{
	margin: .4em 0 .8em 0;
	padding: 0;
}
img
{
}

/* Header styles */
#header
{
	clear: both;
	float: left;
	width: 100%;
}
.lnkbutton
{
	width: 100px;
	height: 25px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	border-top: solid 1px #999999;
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
	text-decoration: none;
	padding-top: 5px;
}
.lnkbutton .selected
{
	padding-bottom: 1px;
	background: white;
}
.lnkbutton:active
{
	background-color: #999999;
}
.lnkbutton:hover
{
	color: gray;
}
/* 'widths' sub menu 
#layoutdims
{
	clear: both;
	background: #eee;
	border-top: 4px solid #000;
	margin: 0;
	padding: 6px 15px !important;
	text-align: right;
}*/
/* column container */
.colmask
{
	position: relative; /* This fixes the IE7 overflow hidden bug */
	clear: both;
	float: left;
	width: 100%; /* width of whole page */
	overflow: hidden; /* This chops off any overhanging divs */
	margin-top: 5px;
	font-size: 11px; /* 	background-color: #E0EAF3; 	 	background: -moz-linear-gradient(top,#E0EAF3, #5e6367);  	background: -webkit-gradient(linear, left top, left bottom, from(#E0EAF3), to(#5e6367)); 	background: linear-gradient(#E0EAF3, #5e6367); 	-pie-background: linear-gradient(#E0EAF3, #5e6367); 	behavior: url(js/pie/PIE.htc);*/
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
	background: linear-gradient(left, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=1 ); /* IE6-9 */
		-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
/* common column settings */
.colright, .colmid, .colleft
{
	float: left;
	width: 100%; /* width of page */
	position: relative;
}
.col1, .col2, .col3
{
	float: left;
	position: relative;
	padding: 1em 0 1em 0; /* no left and right padding on columns, we just make them narrower instead  					only padding top and bottom is included here, make it whatever value you need */
	overflow: hidden;
}
/* 3 Column settings */
.threecol
{
	/* right column background colour*/
	background-color: #f3f3f3; /* 	 	background: -moz-linear-gradient(top,#c6c6c6, #f3f3f3); 	background: -webkit-gradient(linear, left top, left bottom, from(#c6c6c6), to(#f3f3f3)); 	background: linear-gradient(#c6c6c6, #f3f3f3); 	-pie-background: linear-gradient(#E0EAF3, #5e6367); 	behavior: url(js/pie/PIE.htc); */
		-moz-box-shadow: 0 0 5px #333333;
-webkit-box-shadow: 0 0 5px #333333;
box-shadow: 0 0  5px #333333;
}
.threecol .colmid
{
	right: 26%; /* width of the right column 24 */ /* center column background colour  background-color: #eee;*/
}
.threecol .colleft
{
	right: 42%; /* width of the middle column 44*/ /* left column background colour  background-color: #fff;	*/
}
.threecol .col1
{
	width: 40%; /* width of center column content (column width minus padding on either side) */
	left: 101.5%; /* 100% plus left padding of center column */
}
.threecol .col2
{
	width: 30%; /* Width of left column content (column width minus padding on either side) */
	left: 29%; /* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3
{
	width: 25%; /* Width of right column content (column width minus padding on either side) */
	left: 74%; /* Please make note of the brackets here: 					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}
#row
{
	position: relative; /* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear: both;
	float: left;
	width: 100%; /* width of whole page */
	height: 100%;
	overflow: hidden; /* This chops off any overhanging divs */ /* Left column background colour */
	font-size: 11px;
}
#rowstuff
{
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 100%;
	padding-bottom: 5px;
	padding-top: 5px;
}



#mainimage
{
	padding-top: 0px;
}
#mainimage #ErrorOver
{
	position: absolute;
	top: 200px;
	left: 35px;
	padding: 15px;
	vertical-align: middle;
	text-align: center;
	color: White;
	width: 300px; /*visibility: hidden;  	background-color:#FFFFE1; 	border: solid 1px #000000; */
	background-color: #282828;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	filter: alpha(opacity=70);
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /*--IE 8 Transparency--*/
}

#mainimage #Calculator
{
	position: absolute;
	top: 198px;
	left: 130px;
	width: 128px;
	padding: 5px;
	vertical-align: middle;
	text-align: center;
	color: White;
 /*visibility: hidden;  	background-color:#FFFFE1; 	border: solid 1px #000000; */
	background-color: #282828;
	border: 1px solid Gray;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;

	font-weight: bold;
}

#mainimage .Overlay
{
	position: absolute;
	top: 240px;
	left: 94px;
	padding: 15px;
	vertical-align: middle;
	text-align: center;
	color: White; /*visibility: hidden;  	background-color:#FFFFE1; 	border: solid 1px #000000; */
}
/* Footer styles */
#footer
{
	clear: both;
	float: left;
	width: 100%;
	left: 10%;
}
#footer p
{
	padding: 5px;
	margin: 0;
	font-size: 10px;
	color: White;
}
.Settings
{
	padding-bottom: 8px;
	border-bottom: 1px solid #ddd;
}
.error
{
	text-align: center;
	padding-top: 8px;
}
/************ text box styles *********/
.InputBox
{
	border: solid 1px #D0D0D0;
	color: #555;
	text-align: right;
	padding-right: 3px;
	font-size: 11px;
	font-weight: bolder;
			padding-top: 2px;
			padding-bottom: 2px;
				width: 50px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}
.DrpBox
{
	width: 100%;
	color: #555;
	text-align: left;
	font-size: 11px;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button
{
	-webkit-appearance: none;
	margin: 0;
}

.Message
{
	font-size: 11px;
	text-align: center;
	padding-top: 10px;
}

/************ update box *********/
#Update
{
	position: absolute;
	top: 300px;
	left: 50px;
	padding-left: 0px;
	vertical-align: bottom;
	width: 300px;
	height: 60px;
	visibility: hidden; /* 	background-color:#FFFFE1; 	border: solid 1px #000000; */
	background-color: #282828;
	filter: alpha(opacity=70);
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /*--IE 8 Transparency--*/
	visibility: hidden;
}

.Error
{
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	color: White;
}

/************ MenuBar / ToolBar Stuffs *********/
.toolbar
{
background: rgb(246,246,246); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding-left: 3px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-right: 1px; /* Mozilla: */
	vertical-align: top;
	font-size: 11px;
	color: black;
	font-family: Verdana, Tahoma,Helvetica;
}

.barseperator
{
	float: left;
	padding: 1px 0px 1px 1px;
	border: 0px solid #8FA5C9;
	vertical-align: middle;
	background: #8FA5C9;
	margin: 1px 8px 1px 8px;
}
.button
{
	float: left;
	padding: 1px 8px 1px 8px;
	border: 1px solid transparent;
	text-align: center;
}
.button:visited
{
	float: left;
	border: 0px solid #f1c43f;
}
.button:hover
{
	border: 1px solid #f1c43f;
	cursor: pointer;
	background: #fdeeb3;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.button:active
{
	border: 1px solid #f1c43f;
	cursor: pointer;
	background: #f1c43f;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.button:focus
{
	border: 1px solid #53A7E9;
	cursor: pointer;
	background: #f1c43f;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.divImg
{
	height: 100%;
	padding-right: 1px;
	float: left;
	display: block;
}
.divTxt
{
	height: 100%;
	display: block;
}

.Logo
{
	display: inline;
	float: right;
	padding: 12px 8px 1px 8px;
}

/*Modal Popup*/
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopup
{
	background-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: Gray;
	padding: 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 12px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

.modalPopup ul
{
	padding-left: 20px;
}
.modalPopup li
{
	list-style-type: disc;
	padding-bottom: 5px;
}
.modalClose
{
	position: absolute;
	top: -15px;
	right: -15px;
}
/************ fake tab styles *********/
#rowstuff #Delete
{
	float: right;
	position: relative;
	right: 5px;
	top: 35px;
}

.DeleteButton
{
	text-decoration: none;
	cursor: pointer;
	display: block;
	padding: 5px 0px 5px;
	color: #000;
	width: 60px;
	height: 15px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-topright: 5px;
	border-radius: 5px;
	background: rgb(238,238,238); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
}


.confirmtable
{
	padding-top: 15px;
	padding-left: 15px;
	text-align: center;
}

.collapselabel
{
	padding: 3px;
	width: 170px;
}

.collapsepanel
{
	width: 250px;
}
.panelimage
{
	float: right;
}
.collapseborder
{
	width: 180px;
	padding: 0px;
	border-radius: 5px;
	border: 0px solid lightgray;
}
.resultTable td
{
	padding-top:2px;
}