﻿* {
	margin: 0;
	padding: 0;
}
html, body {
	margin-top: 0px;
	background: #f1f2f2 url(./images/background/bg-grad.gif) repeat-x;
	height: 100%;
	font: 12px Arial, Helvetica, Sans-Serif;
	color: #666666;
}
p
{
	margin: 5px 0 0 0;
}
.adv a {
	color:#ababab;
	font-weight:normal;
	text-decoration:underline;
}
img {
	border: 0 none;
	outline:none;
}
a {
	text-decoration:underline;
	color:#e03322;
}
a:focus {
	outline: none;
}
.lefty {
	margin-left:20px;
}
.btn {
	float: left;
	zbackground: url(./images/buttons/btn_left.gif) no-repeat;
	padding: 0 0 0 3px;
	margin: 5px 0;
}
.btn a {
	float: left;
	height: 25px;
	background: url("./images/datatables/white_button.png") repeat-x scroll left bottom transparent;
	line-height: 27px;
	text-shadow:0px 1px 0px #ffffff;
	padding: 0 10px;
	color: #7d7d7d;
	font-size:11px;
	text-transform:uppercase;
	text-decoration: none;
	font-weight:bold;
	border: 1px solid #CCCCCC;
}
.btn a:hover, .btn .active {
	color: #e03322;
}
.btn span 
{
	visibility: hidden;
	/*what is this nonesense?
	background: url(./images/buttons/btn_right.gif) no-repeat;
	float: left;
	width: 5px;
	height: 25px;
	*/
}
.add-btn {
	float:right;
	margin-right:55px;
	margin-top:-23px;
	width:15px;
	height:15px;
	background: url(./images/buttons/add.png) no-repeat;
}
.add-btn p {
	font-size:10px;
	color:#444444;
	padding-left:18px;
	padding-top:1px;
	width:45px;
}
.add-btn a:hover {
	text-decoration:underline;
	color:#e03322;
	background: none;
}
.single {
	margin-top:8px;
}
.overview {
	width:280px;
}
.header {
	margin:23px 10px 21px 0px;
}
.clearfix
{
	clear: both;
}
legend
{
	margin-left: 5px;
	padding: 2px;
	font-weight: bold;
}
fieldset
{
	border: 1px solid #DFDFDF;
}
fieldset p /*not essential to keep this*/
{
	padding: 5px;
}
.infoText
{
	font-style: italic;
	color: #999999;
}
/*******************************
		LOGIN STYLES
*******************************/


#login_container {
	position: absolute;
	top: 50px;
	left: 50%;
	width: 395px;
	height: 450px;
	margin-left: -197.5px;
}
#login_container .leftshade {
	float:left;
	margin-top:142px;
	width:27px;
	height:280px;
	background:transparent url(./images/login/left-shade.png) no-repeat;
}
#login_container .rightshade {
	float:right;
	width:27px;
	height:280px;
	margin-top:142px;
	background:transparent url(./images/login/right-shade.png) no-repeat;
}

.login_check 
{
	float:right;
	width:110px;
	vertical-align:middle;
}

#login_container .check {
	float:right;
	border: 0px;
	width:15px;
	height:15px;
	background:transparent;
}
#login_header {
	height:142px;
	background:transparent url(./images/login/logo.png) no-repeat center;
}
#login_top {
	height:17px;
	width:340px;
	margin: 0px 26px 0px 28px;
	background:transparent url(./images/login/top-white.png) no-repeat top;
}
#login_section {
	margin: 0px 26px 0px 28px;
	width:340px;
}
#login_content {
	padding:20px;
	background:#ffffff;
	padding-bottom:20px;
	border-bottom: #d3d3d3 solid 1px;
}
#login_content .alert {
	/*float:right;*/
	color:#e03322;
	padding:5px;
}
div#login_content input {
	width:280px;
}
div#login_content a.button {
	margin:0;
}
#login_footer {
	height:75px;
	color:#ffffff;
	background:transparent url(./images/login/login-footer.png) no-repeat top;
}
#login_footer .content {
	padding:20px;
}
.login {
	float:right;
}
/*******************************
		FORM STYLES
*******************************/

/** Global Form Styles **/

form ul {
	list-style:none;
	margin:0;
	padding:0;
}
form ul li {
	list-style:none;
	margin:0 0 5px 0;
	padding:0;
}
form ul li ul {
	margin:0 0 20px 0;
}
/** LABELS **/
			
label {
	font-weight:bold;
	margin:0 0 5px 0;
	padding:0;
}
label.block {
	display:block;
	margin-bottom:10px;
	font-weight:normal;
	font-style:normal;
}
/** INPUTS **/

input {
	background:#FFFFFF url(./images/login/input_bg.gif) repeat-x;
	border:1px solid #CCCCCC;
	padding: 1px;
}
input[type=text].loginarea {
	padding:7px;
	margin-bottom:20px;
}
input[type=password].loginarea {
	padding:7px;
	margin-bottom:10px;
}
input[type=text].small {
	padding:3px;
	width:33%;
	margin-left:5px;
}
input[type=text].extra-small {
	padding:03px;
	width:8%;
	margin:0 5px;
}
.wide {
	width:200px;
}
/*******************************
		MAIN STYLES
*******************************/


#main_container {
	position: absolute;
	left: 50%;
	width: 1024px;
	height: 100%;
	margin-bottom:0;
	margin-left: -512px;
}
#main_header, header {
	height:95px;
}
#main_header .logo, header .logo {
	float:left;
	width:250px;
	height:95px;
	background:transparent url(./images/topnav/logo.png) no-repeat 0 2px;
}
#wrapper {
	position:absolute;
	width:100%;
	height:100%;
	margin-top:5px;
	background-color:#ffffff;
}
#main-content {
	width:100%;
	height:100%;
	margin-top:-10px;
	background-color:transparent;
}
.top-btns {
	float:right;
}
/*******************************
		HEADER STYLE
*******************************/

 
 
#navbar {
	float:left;
	height:41px;
	width:774px;
	background:transparent url(./images/topnav/headernav.png) no-repeat;
}
#navbar ul {
	list-style-type:none;
}
#navbar ul li {
	display:inline;
	padding:0;
	margin:0;
}
#navbar a:link, #navbar a:visited {
	font-size:12px;
	color:#888888;
	text-decoration:none;
	font-weight:bold;
	float:left;
	text-align:center;
	background:transparent url(./images/topnav/header-divider.png) no-repeat left;
	text-shadow:0px 1px 0px #ffffff;
	width:auto;
	padding:14px 20px 12px 20px;
}
#navbar a:hover, #navbar a.active {
	color:#ffffff;
	text-shadow:none;
	background: url(./images/topnav/header_active.gif) repeat-x;
}
#navbar .db a {
	padding:15px 20px 12px 40px;
	background:transparent url(./images/topnav/house-icon-gray.png) no-repeat 20px;
}
#navbar .end {
	float:left;
	height:41px;
	padding:0px 20px;
	background:transparent url(./images/topnav/header-divider.png) no-repeat left;
}
#navbar .db a:hover, #navbar .db a.active {
	color:#d72a18;
	padding:15px 20px 12px 40px;
	background:transparent url(./images/topnav/house-icon.png) no-repeat 20px;
}
#login {
	font-size:11px;
	float:right;
	color:#444444;
	padding:15px 0 8px 0;
}
#login .user {
	font-weight:bold;
	padding-right:10px;
	margin-top:5px;
}
#login a {
	color:#444444;
	text-decoration:underline;
}
#login a:hover {
	color:#d72a18;
	text-decoration:underline;
}
/*******************************
		LEFT COLUMN STYLES
*******************************/

 
 
#main_left {
	width:250px;
	clear:both;
	float:left;
	height:545px;
	height:100%;
}
#main_left #top {
	height:73px;
	width:250px;
	background:transparent url(./images/leftcol/top.png) no-repeat;
}
#main_left #filters {
	height:100%;
	width:250px;
	background: #ffffff url(./images/placeholder.gif) no-repeat;
}
/** Menu picker **/
 
	a.menu {
	padding:8px 15px;
	position:absolute;
	left:30px;
	top:25px;
	height:28px;
	display:block;
	background:url(./images/leftcol/menu_button.png) no-repeat top left;
	text-shadow:0px 1px 0px #ffffff;
	color: #7d7d7d;
	font-size:12px;
	text-transform:uppercase;
	text-decoration: none;
	font-weight:bold;
	text-decoration:none;
	z-index:2;
	position:relative;
	text-transform:capitalize;
}
*a.menu {
	padding:0;
}
ul#menu {
	list-style:none;
	background:#ffffff;
	margin:0px 0px 5px 30px;
	position:absolute;
	width:194px;
	border:1px solid #cccccc;
	border-top:0;
	padding:10px 0 0 0;
	z-index:1;
	display:none;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
ul#menu li {
	margin:0;
}
ul#menu li a {
	color:#555555;
	text-decoration:none;
	display:block;
	padding:5px 0 5px 15px;
}
ul#menu li.current a {
	background:#ededed;
}
ul#menu li a:hover {
	background:#e6e6e6;
}
/*************************************************
		RIGHT MAIN CONTENT COLUMN STYLES
*************************************************/

#rightshade {
	position:absolute;
	left:250px;
	width:29px;
	height:345px;
	background: transparent url(./images/rightcol/rightcol-shade.png) no-repeat;
}
#main_right {
	width:773px;
	float:left;
	height:100%;
	border-left: 1px #EDEDED solid;
}
#right-header {
	height:70px;
	width:774px;
	background: transparent url(./images/rightcol/right-header.png) no-repeat;
	border-bottom:1px #ffffff solid;
}
#right-header h1 {
	float:left;
	color:#e03322;
	text-transform:uppercase;
	font-size: 14px;
	font-weight:bold;
	padding: 30px 22px 0 22px;
}
#right-header .title {
	float:left;
	height:70px;
	background:  url(./images/rightcol/header-divider.gif) no-repeat left center;
}
#right-header .title p {
	height:70px;
	padding: 22px 22px 0 22px;
}
.search {
	float:right;
	width:227px;
	margin:23px 10px 0 0px;
	height:27px;
	background: url('./images/search/search.png') no-repeat top left;
}
.search .submit {
	float:right;
	width:31px;
	margin-top:-22px;
	height:27px;
	background: url('./images/search/search_submit.png') no-repeat top right;
}
.search input {
	width:190px;
	height:17px;
	padding:5px 0 0 5px;
	margin:0;
	border:none;
	background:transparent;
	line-height:24px;
	color:#606060;
}
#table_data {
	width:774px;
	height:100%;
	float:left;
	background-color:white;
}
#content {
	width:774px;
	float:left;
	height:100%;
	background-color:white;
}
/*******************************
		OVERVIEW STYLES
*******************************/

#overview {
	width:744px;
	float:left;
	height:100%;
	background-color:white;
}
#overview .data {
	float:left;
	width:625px;
	height:100%;
}
.notes {
	/* float:left; */
	width:386px;
	height:100%;
	border-left: 1px #EDEDED solid;
}
#overview h1, .notes h1 {
	text-transform: uppercase;
	padding:10px 0 10px 20px;
	background-color:#e4e4e4;
	max-width:100%;
	color:#333333;
	font-weight:bold;
	font-size:12px;
}
#overview h2, .notes h2 {
	text-transform: uppercase;
	padding:10px 0 10px 20px;
	background-color:#f3f3f3;
	max-width:100%;
	color:#333333;
	font-weight:bold;
	font-size:12px;
}
#overview h3, .notes h3 {
	font-weight:bold;
	font-size:12px;
}
.content {
	padding:10px 20px;
	max-width:100%;
	font-size:12px;
	background-color: White;
}

.content h2
{
	margin-top:10px;
	margin-bottom: 3px;
}

.content h3 
{
	margin-top:10px;
}

.content ul 
{
	margin-left:20px;
}

#overview ul, .notes ul {
	list-style-type:none;
	margin-left:0px;
}
#overview ul li {
	padding:5px 0;
}

/* MISC Controls
----------------------------------------------------------*/

.dimensionPicker
{
	width: 75px;
}

.DataEntryTable
{
	border-collapse: separate;
}
.DataEntryTable td
{
	padding: 1px;
}
.DataEntryTable tr.NewRowSet td
{
	padding-top: 5px
}
td.ColumnSep
{
	width: 15px;
}

input[type=text].number {
	width: 65px;
	text-align: right;
}

input.narrow
{
	width: 75px;
}

.btn a:focus
{
	color: Blue; /*remove this*/
}

ul.buttonMenu 
{
	list-style-type: none;
}

.data label, .dataitem label
{
	float:left;
	width:100px;
	text-align:right;
	margin-right:5px;
	margin-top:3px;
}

.dataitemwide label
{
	float:left;
	width:250px;
	text-align:right;
	margin-right:5px;
	margin-top:3px;
}

.data input, .data select, .data p 
{
	clear:both;
	margin:3px;
}

.data fieldset 
{
	margin:5px;
}

/*******************************
		AutoPicker
*******************************/
.autopicker
{
	padding: 0px 3px 5px 0px;
	clear: both;
}
div.autopicker img
{
	margin: 0 3px 0 0;
	height: 32px;
	width: 32px;
	padding: 2px;
	border: 1px solid #777777;
	vertical-align: baseline;
	float: left;
}
div.autopicker input
{
	margin: 8px 0 0 3px;
	width: 200px;
}
.autoicon-description
{
	margin: 5px 10px 5px 6px;
}

div.autopicker div
{
	clear: both;
	padding-left: 3px;
}
.pickersetsyncer
{
	padding-bottom: 3px;
}
.pickersetwrapper
{
	padding-left: 10px;
}

/*******************************
		Validation 
*******************************/
.input-validation-error
{
	color:#CC0000; 
	background-image: none;
	background-color: #FFE1B6;
}
.field-validation-error
{
	padding-left: 20px;
	margin: 3px;
	clear: both;
	display: inline-block;
	margin-bottom: 3px;    
	background:transparent url(./images/validation/error.png) no-repeat 0px;
	color:#D77C02; 
}

.validation-summary-errors
{
	border: 1px solid #CC0000; 
	padding: 10px;
	margin: 5px
}

.validation-summary-errors ul
{
	list-style-image: url(./images/validation/error.png);
	list-style-position: inside;
}

/*******************************
		Feedback 
*******************************/
.feedbackWrapper
{
	border: 1px solid #6A97C3;
	padding: 10px;
	margin: 5px;
}
.feedbackMessage
{
	padding-left: 20px;
	background: transparent url(../Content/images/validation/information.png) no-repeat 0px 0px;
	color: #476094;
}


/*******************************
		Pricing Table (item/Part)
*******************************/
table.pricing
{
	border-collapse: separate;
	padding: 2px;
}
table.pricing tr td
{
	padding: 2px;
	vertical-align: baseline;
}

table.pricing tr td.priceLabel
{
	text-align: right;
}
table.pricing tr td.priceSubTotal
{
	border-top: 2px solid black;
}
table.pricing tr td.priceTotal
{
	border-top: 4px double black;
}



article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

.version 
{
	font-size: smaller;
	color:#777777;
}


/*******************************
		Order Summary 
*******************************/

.order_summary 
{
	width:100%;
}

.order_summary td, .order_summary th 
{
	padding:3px;
	border: 1px solid black;
	border-width:1px;
	border-color:Black;
	font-size:9px;
}

.order_summary .heading
{
	background:black;
	color:White;
	text-align:center;
}

.order_summary .subhead 
{
	text-align:center;
}

.order_summary tbody th 
{
	text-align:right;
	width:110px;
	white-space:nowrap;
}

.order_summary tbody td
{
	background:#EEEEEE;
	width:30%;
}

.order_summary .spacer 
{
	background-color:White;
	border-width:0px;
	width:15px;
}

/*******************************
		Extra Item 
*******************************/

#extra_edit 
{
	margin-left:20px;
	margin-top:20px;
}

#extra_edit input 
{
	padding:3px;
}

#extra_edit label 
{
	clear:both;
	padding:3px;
	vertical-align:middle;
	float:left;
	text-align:right;
	width:100px;
	margin-right:5px;
}

#extra_edit p 
{
	margin-bottom:10px;
}

#extra_edit_buttons 
{
	clear:both;
	margin-top:15px;
}

#notes_block 
{
	clear:both;
}
/*
#edit_modularinsert
{
	margin-top:20px;
	margin-left:20px;
	clear:both;
}*/

#edit_modularinsert label, #edit_modularinsert fieldset 
{
	margin-bottom:5px;
}

#edit_modularinsert img
{
	margin-left:5px;
}

/*******************************
		Password Strength 
*******************************/

.password_strength {
	padding: 0 5px;
	display: inline-block;
	}
.password_strength_1 {
	background-color: #fcb6b1;
	}
.password_strength_2 {
	background-color: #fccab1;
	}
.password_strength_3 {
	background-color: #fcfbb1;
	}
.password_strength_4 {
	background-color: #dafcb1;
	}
.password_strength_5 {
	background-color: #bcfcb1;
	}
	
	
.EditAreaWrapper
{
	margin-top:12px;
	margin-left:12px;
	clear:both;
}

.EditAreaWrapper p
{
	margin-bottom:5px;
	clear:both;
}

.tilepreview table, .tilepreview table td
{
	background:white;
	border: 1px solid lightgray;
	white-space:nowrap;
	padding:0px;
	margin:0px;
	border-collapse: collapse;
}

.tilepreview img 
{
	width: 32px;
	height: 32px;
}

.reportLink
{
	background-image: url("./images/icons/report.png") !important;
	background-position: 0 3px;
	background-repeat: no-repeat;
	display: inline-block;
	min-height: 2em;
	padding-left: 20px;
}

.dxfLink
{
	background-image: url("./images/icons/caddxf.png") !important;
	background-position: 0 3px;
	background-repeat: no-repeat;
	display: inline-block;
	min-height: 2em;
	padding-left: 20px;
}

.errorNote
{
	background-image: url("./images/validation/error.png") !important;
	background-position: 0 3px;
	background-repeat: no-repeat;
	display: inline-block;
	min-height: 2em;
	padding-left: 20px;
	color: #FF7D22;
}
