/*
####################################################
The contents of this file are the property of nDeviX
Corporation. Any use of this file or the contents 
within requires a licence from nDeviX Corporation. 
Use of this code without proper concent is punishable
by state and fedral law.

For any questions please contact nDeviX Corporation
at 312.962.0424 or support@ndevix.com


nDeviX CSS Master
####################################################
*/

/* Style sheet authored by niXer. nixer@ndevix.com */

button, code, h1, h2, h3, h4, h5, h6, input, pre, select, table, td, textarea, th { font-size: 1em; }

blockquote, body, br, button, dd, fieldset, form, h1, h2, h3, h4, h5, h6, embed, object, html, label, legend, p, pre, table, tr, td, input, div { 
	margin: 0; 
	padding: 0; }

img { border: 0; }
	
blockquote, dl, dd, ol, p, pre, textarea, ul, li { margin-bottom: 1.5em; }

a { text-decoration: none; }

a:hover { text-decoration: underline; }

body, html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #fafafa;
	font: normal 11px "lucida grande", verdana, tahoma;
	color: #444;
	line-height: 1.5em; }

h1 { font-size: 2.5em; }

h2 { font-size: 1.5em; }

h3 { font-size: 1.4em; }

h4 { font-size: 1.3em; }

h5 { font-size: 1.1em; }

/* h1, h2, h3, h4, h5 { font-family: Arial, Helvetica, Verdana, "Free Sans", "FreeSans", sans-serif; }
input:focus, input:hover, select:hover, select:focus { background-color: #E5F0F6; } */

input, textarea {
	width: 158px;
	margin: 0;
	padding: 3px 4px;
	border: 1px solid #cecece;
	font: normal 11px "lucida grande", tahoma, verdana, arial, sans-serif;
	color: #444; }
	
input.button {
	width: auto;
	height: auto;
	margin: 0;
	padding: 1px;
	background: #0076BE;
	border: 1px solid #8CDCF7;
	color: #96E1FE;
	cursor: pointer; }

input.check {
	width: 15px;
	height: 15px;
	margin: 0;
	padding: 3px;
	border: 0;
	cursor: pointer; }

select {
	width: auto;
	height: auto;
	margin: 0;
	padding: 3px;
	border: 1px solid #cecece;
	font: normal 11px "lucida grande", tahoma, verdana, arial, sans-serif; }

textarea {
	width: 95%;
	height: auto;
	margin: 0;
	padding: 3px 4px;
	border: 1px solid #cecece;
	font: normal 11px "lucida grande", tahoma, verdana, arial, sans-serif;
	color: #444; }
	
li { list-style: square; }

label { font: normal x-small "lucida grande", verdana, tahoma; }

td { vertical-align: top; }

input:focus, input:hover, select:hover, select:focus, textarea:hover, textarea:focus { background-color: #E5F0F6; }

input.button:focus, input.button:hover { background-color: #0076BE; }

/*	----------------------------------------------
	CLASSES
	------------------------------------------- */

.row { padding: 2px 4px; } /* I USE THIS EVERYWHERE */

.indent { padding: 2px 10px; }

.fineprint { font-size: 85%; } /* I USE THIS EVERYWHERE */

.noline { text-decoration: none; }

.caps { text-transform: capitalize; }

.widthauto, div.widthauto, input.widthauto { width: auto; }

/* Margins */

.center { margin: 0 auto; }

.marginnone { margin: 0; }

.bump { margin-top: 5px; }

.bumpright { margin-right: 5px; }

.bumpbottom { margin-bottom: 10px; }

/* Alignment */

.textleft, td.textleft, th.textleft, div.textleft { text-align: left; }

.textright, td.textright, th.textright, div.textright { text-align: right; }

.textcenter, td.textcenter, th.textcenter, div.textcenter { text-align: center; }

.textjustify, td.textjustify, th.textjustify, div.textjustify { text-align: justify; }

.top { vertical-align: top; }

.middle { vertical-align: middle; }

.bottom { vertical-align: bottom; }

/* Display */

.none { display: none; }

.block { display: block; }

.inline { display: inline; }

/* Float */

.clear { clear: both; }

.floatl { 
	float: left;
	width: auto; }

.floatr { 
	float: right;
	width: auto; }

.lb, .flb, .clb, .hideprint {
	width: auto;
	margin-top: 10px;
	padding: 5px;
	background: #fafafa;
	border: 1px solid #ddd;
	border-width: 1px 0;
	color:#666; }

.hideprint a { color: #0076BE; }

.flb {
	float: left;
	margin-right: 5px; }

.clb { background-color: #fff; }

.cbox {
	width: auto;
	margin: 3px;
	padding: 5px;
	background: #ddd;
	border: 1px solid #fff;
	border-width: 1px 0; }

.error {
	margin-bottom: 5px;
	padding: 3px 2px;
	background: #FFF2F2;
	border: 1px dashed #ddd;
	font-weight: bold; }

.linktext {
	font: normal x-small "lucida grande", tahoma, verdana, arial, sans-serif;
	text-decoration: underline; }

.bottomline { 
	border-bottom: 1px solid #8CDBF9;
	margin-bottom: 5px;
	padding-bottom: 2px; }

.bottomlineblue { 
	border-bottom: 1px solid #8CDBF9;
	margin-bottom: 5px;
	padding-bottom: 2px;
	color: #8CDBF9; }

.underline { text-decoration: underline; }

.fauxline {
	width: 65%;
	height: 20px;
	margin-bottom: 5px;
	border-bottom: 1px solid #000; }
	
.fauxbutton {
	float: left;
	margin: 10px 5px 5px 0;
	padding: 1px 10px;
	background: #0076BE;
	border: 1px solid #8CDCF7;
	color: #96E1FE;
	cursor: pointer; }

.wobox {
	float: left;
	margin-right: 5px; }

.woboxline { 
	float: left;
	min-width: 135px;
  	width: auto !important;
  	width: 135px;
	margin-right: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #000; }

.wofauxline {
	width: 25%;
	height: 20px;
	margin-bottom: 5px;
	border-bottom: 1px solid #000; }
	
/*	----------------------------------------------
	STRUCTURE
	------------------------------------------- */

#backbuttonfix {
	position: absolute;
	top: 0;
	left: 0;
	width: 0px;
	height: 0px;
	margin: 0;
	padding: 0;
	border: none; }
	
#wrap {
	width: 990px;
	margin: 0 auto; }
	
#header {
	height: 75px;
	background: url(images/header_bkg.jpg) repeat-x;
	line-height: 75px; }
	
#programheader {
	height: 30px;
	background: #0079c0;
	line-height: 30px; }
	
#menu {
	padding: 2px 6px;
	background: #E6F3FB;
	color: #8CDCF7; }

#menu a {
	margin: 0 6px;
	font: normal 1em Arial, Helvetica, sans-serif;
	color: #0076BE; }
	
#fmenu {
	padding: 2px 6px;
	background: #E6F3FB;
	color: #0076BE; }

#fmenu a {
	margin: 0 6px;
	font: normal 1em Arial, Helvetica, sans-serif;
	color: #8CDCF7; }

#inner_wrap {
	margin: 0 auto;
	padding: 5px 0;
	background: #fff; }

#left {
	float: left;
	width: 200px;
	height: auto;
	margin-right: 10px;
	padding: 5px 10px;
	background: #0091D2;
	color: #fff; }

#left a { color: #fff; }

#right {
	float: left;
	width: 760px;
	height: auto;
	color: #666; }

#right a { color: #0076BE; }

#loginbox {
	width: 170px;
	height: auto;
	padding: 10px 15px;
	background: #007ac0;
	color: #8cdcf7; }

#loginheader {
	width: 180px;
	height: 20px;
	padding: 1px 10px;
	background: url(images/logheader.jpg) no-repeat;
	line-height: 20px;
	color: #fff; }

#popupdiv {
	display: none;
	position: fixed;
	top: 25%;
	left: 50%; 
	width: 500px;
	margin-left: -255px;
	padding: 5px;
	background: #fff;
	border: 1px solid #ddd;
	z-index: 1001; }
	
#menuoptions {
	display: none;
	position: fixed;
	top: 25%;
	left: 50%; 
	width: 500px;
	margin-left: -255px;
	padding: 5px;
	background: #fff;
	border: 2px solid #0079C0;
	z-index: 1001; }
	
#assetquicksearch {
	display: none;
	margin-top:2px;
	position: fixed;
	background: #fff;
	border: 2px solid #0079C0;
	z-index: 1001; }
	
#partquicksearch {
	display: none;
	margin-top:2px;
	position: fixed;
	background: #fff;
	border: 2px solid #0079C0;
	z-index: 1001; }

/*	----------------------------------------------
	STRUCTURES
	------------------------------------------- */
	
#topmenu {
	border-bottom: 2px solid #8CDBF9;
	font: normal x-small "lucida grande", verdana, tahoma; }
	
.ctab, .ftab {
	float: left;
	width: auto;
	height: auto;
	margin-right: 2px;
	padding: 2px;
	background: #6FC2DF;
	border: 1px solid #8CDBF9;
	border-bottom: none;
	color: #fff;
	cursor: pointer; }

.ftab {
	background: #0088CC;
	border: 1px solid #8CDBF9;
	border-bottom: none; }
	
#sideslide { position: fixed; }
	
#sidemenu {
	height: 300px;
	margin: 5px 0;
	background: #6FC2DF;
	border-top: 1px solid #8CDBF9;
	overflow: auto; }

#calendar {
	margin: 5px 0;
	padding: 2px;
	background: #6FC2DF;
	border: 1px solid #8CDBF9;
	color: #fff; }

.linkmenu {
	padding: 2px;
	background: #0079C0;
	border: 1px solid #8CDBF9;
	border-width: 1px 0;
	font: normal x-small "lucida grande", verdana, tahoma;
	color: #fff;
	cursor: pointer; }
	
.sublinkmenu { display: none; }

.sublink {
	margin: 2px 0;
	padding: 2px 15px;
	font: normal x-small "lucida grande", verdana, tahoma;
	cursor: pointer; }

.sublink:hover {
	background-color: #6BA9BF;
}

.tbldata th {
	padding: 2px;
	background: #0079C0;
	font-weight: bold;
	text-align: left;
	color: #fff; }

.tbldata th.textcenter { text-align: center; }

.tbldata tr {
	background: #eee; /*01A7E3*/
	color: #555;
	cursor: pointer; }

.tbldata td { 
	padding: 2px;
	font-size: 1em;
	font-family: arial;
	vertical-align: middle; }
	
#right .tbldata th a, .tbldata th a { color: #fff; }

#right .tbldata td a, .tbldata td a { 
	color: #0076be;
	font-weight: bold; }

.chktbl tr {
	background: #fafafa;
	color: #888;
	cursor: pointer; }

.chktbl td { 
	padding: 2px;
	font: normal x-small "lucida grande", verdana, tahoma; }

.sheet {
	padding: 10px 5px;
	border: 1px solid #ddd;
	color: #666; }

.sheet .bottomline { border-color: #ddd; }

.maininfo {
	margin-top: 10px;
	padding: 5px;
	background: #fafafa;
	border: 1px solid #ddd;
	border-width: 1px 0; }
	
.workinfo {
	margin-top: 15px;
	padding: 20px 5px;
	border: 3px solid #ddd;
	border-width: 3px 0; }
	
.wpic {
	float: left;
	width: 152px;
	height: 112px;
	margin-right: 20px;
	overflow: hidden; }

.wpic img {
	border: 1px solid #ddd;
	max-height: 110px;
	height: expression(this.offsetHeight > 110? '110px' : 'auto'); }

.winfo, .wcontact {
	float: left;
	width: auto;
	margin-right: 20px; }

#partsearchresults {
	height: 300px;
	overflow: auto;
}

#addsupplier {
	display: none;
	width: 65%;
	margin-top: 10px;
	padding: 5px;
	border: 1px solid #ddd; }

.checklist { 
	margin: 10px 0 5px 0;
	border-bottom: 3px dotted; }

.chkmain {
	min-height: 25px;
	margin-bottom: 5px;
	padding: 3px;
	background: #fafafa;
	border: 2px solid #ddd;
	border-width: 2px 0;
	line-height: 25px;
	font-size: small; }

.chkimage { margin: 5px 3px; }

.chkimage img { border: 2px solid #ddd; }

.chksub { margin: 5px 25px; }

.subchk {
	padding-top: 3px;
	border-bottom: 1px solid #ddd; }

.chkbox {
	margin: 10px 5px;
	padding: 10px 5px;
	border: 1px solid #ddd; }

.reportbox {
	margin: 3px 0;
	padding: 10px 5px;
	background: #fafafa;
	border: 1px solid #ddd;
	color: #444; }

.reportbox .reportbox { background: #eee; }

.reportbox img {
	display: block;
	margin: 2px auto;
	border: 2px solid #ddd; }
	
.reportbox h4 { color: #6FC2DF }

.lightbox_class {
position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left:0px;
	background: url(tbkg.png) repeat;
	z-index: 1; }
	
.lightbox_content_class {
	position: absolute;
	top: 5%;
	left: 50%;
	width: 400px;
	height:400px;
	overflow-y:auto;
	margin-left: -200px;
	background: #fff;
	padding:10px; }

/*	----------------------------------------------
	STRUCTURES
	------------------------------------------- */

#printsheet {
	width: 940px;
	height: auto;
	margin: 0 auto;
	padding: 10px 25px;
	background: #fff;
	color: #000; }

#printsheet .bottomline { border-color: #ddd; }

#printsheet .lb, #printsheet.flb, #printsheet.clb {
	width: auto;
	margin-top: 0;
	padding: 3px 10px;
	background: #fff;
	border: 1px solid #fff;
	border-width: 1px 0; }

#printsheet .maininfo {
	margin-top: 10px;
	padding: 5px;
	background: #fff;
	border: 1px solid #000;
	border-width: 1px 0; }
	
#printsheet .workinfo {
	margin-top: 15px;
	padding: 5px;
	border: 1px solid #000;
	border-width: 1px 0; }
	
#printsheet .wpic {
	float: left;
	width: 152px;
	height: 112px;
	margin-right: 20px;
	overflow: hidden; }

#printsheet .wpic img {
	border: 1px solid #000;
	max-height: 110px;
	height: expression(this.offsetHeight > 110? '110px' : 'auto'); }

#printsheet .winfo, .wcontact {
	float: left;
	width: auto;
	margin-right: 20px; }

#printsheet .bottomline { border-color: #000; }

#form {
	margin-bottom: 10px;
	padding: 10px 25px;
	border: 1px solid #888; }

#news, #test {
	margin-bottom: 10px;
	padding: 5px 15px;
	border: 2px solid #888;
	border-width: 2px 0; }

#frontnews {
	height: 370px;
	padding: 5px;
	background: url(images/newstop.jpg) no-repeat; }

#newshl {
	width: 455px;
	padding: 10px;
	color: #fff; }

#newscontainer {
	height: 150px;
	overflow: auto; }

.newshlbox {
	margin-top: 2px;
	padding: 2px;
	font-size: x-small;
	color: #333333; }

.testibox {
	width: 550px;
	margin: 10px 0;
	padding: 10px 15px 5px 25px;
	border: 1px dotted #ddd; }

.testiconx {
	width: 700px;
	min-height: 400px;
	height: expression(this.offsetHeight > 400? 'auto' : '400px');
	margin: 10px auto;
	padding: 10px 15px 5px 25px; }

.adminleft {
	float: left;
	width: 145px;
	margin-right: 5px; }

.adminright {
	float: left;
	width: 830px; }

.sidemenubar {
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #e6f3fb; 
	color: #0076be; }

#announcebar, #newsbar {
	padding: 10px 5px;
	background: #e6f3fb; }

#fbar {
	margin-top: 10px;
	padding: 10px 5px;
	background: #ddd; }

#newsbar { 
	background: #0173bc;
	color: #fff; }
	
.fbar {
	width: 230px;
	height: 32px;
	margin-bottom: 5px;
	padding: 0 5px;
	line-height: 32px;
	background: url(images/fbar.png) no-repeat;
	font-weight: bold;
	color: #fff;
	cursor: pointer; }

.fbar:hover { background: url(images/fbaro.png) no-repeat; }

#newsfbox {
	width: 468px;
	height: 178px;
	padding: 10px 15px;
	border: 1px solid #e6f3fb;
	overflow: auto; }

.newsfbox {
	margin-bottom: 10px;
	padding: 5px 10px 5px 20px;
	background: #eee; }

#login {
	width: 210px;
	height: auto;
	padding: 10px 15px;
	background: #007ac0;
	color: #8cdcf7; }
	
#fsplash {
	width: 990px;
	height: 420px;
	background: url(images/frontsplash.jpg) no-repeat; }

#smenu {
	padding: 5px 10px;
	background: #007ac0;
	text-align: right;
	font: normal 20pt Arial, sans-serif;
	letter-spacing: -1.5pt;
	color: #fff; }
	
#lightbox {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left:0px;
	background: url(tbkg.png) repeat;
	z-index: 1; }
	
#lightbox_content {
	position: absolute;
	top: 5%;
	left: 50%;
	width: 400px;
	height:400px;
	overflow-y:auto;
	margin-left: -200px;
	background: #fff;
	padding:10px; }
