@import '/inc/css/_grid.min.css';
@import '/inc/css/_utilities.min.css';
@import '/inc/css/_palette.min.css';
@import '/inc/css/buttons.min.css';

html, body, div, span, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, 
pre, abbr, address, cite, code, del, dfn, 
em, img, ins, kbd, q, samp, small, strong, 
sub, sup, var, b, i, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, table, caption, 
tbody, tfoot, thead, tr, th, td, article, aside, 
canvas, details, figcaption, figure, footer, header, 
hgroup, menu, nav, section, summary, time, 
mark, audio, video { 
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
} 
body { 
	font-family: Arial!important;
}

.text-ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

div, select, input, span, textarea { float: left; }
select, input, textarea { font: 14px Arial; }
textarea { resize: none; }
input.disabled { background-color: #fff; }
input:focus, select:focus, textarea:focus, button:focus {
	outline: none;	/* chrome - prevent highlight */
}
div.fe_wrap,
div.fe-wrap { 
	width: 100%; 
	float: none;
}
label.error, label.success {
	color:red;
	font-weight: bold;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding: 0 0 6px 4px;
	display: inline-block;
	width: 100%;
	text-align: left;
}
label.success {
	color: green;
	text-align: center;
}
div.files_to_upload {
	color: #628323; 
	border:solid;
	width:95%;
	height:73px;
	overflow:auto;
}
div.files_to_upload p.instructions{
	padding:20px 38px;
	font-style: italic;
	cursor: pointer;
	font-size: 12px;
	font-weight: normal;
}
div.files_to_upload .dz-remove{
	float:right;
	color: #628323;
	text-decoration: none;
	margin:8px 8px 0 8px;
	font-size: 12px;
}

div.files_to_upload .material-icons{ 
	font-size: 12px;
}
 .files_to_upload .dz-preview {

	width:100%;
} 


div.fe {
	margin: 0px auto;
	width: 1200px;
	float: none;
	position: relative;
}
	div.fe input[type="text"] , div.fe select, div.fe textarea {
		color: #44762c;
		border: 1px solid #b6dea3;
		width: 97%;
	}
		div.fe input[type="text"].error, div.fe select.error {
			border-color: red;
		}
	input[type="button"]  { 
		color: #5b6846; font: 11px/24px Arial;
		background-color: #ecf4dd;  /* #edf8da; #f9a11b; #bc1815; */
		border: 1px solid #9ead84;/* border: none; */
		position: relative;
			/*	-webkit-user-select: none;
				-webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.45), 0px 2px 2px rgba(136, 136, 136, 0.25);
				-moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.45), 0px 2px 2px rgba(136, 136, 136, 0.25);
				box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.45), 0px 1px 1px rgba(136, 136, 136,  0.25);
				-webkit-border-radius: 3px;
				-moz-border-radius: 3px;
				border-radius: 3px;
				background-image: -webkit-gradient(
					linear,
					left bottom,
					left top,
					color-stop(0.1, rgba(91,104,70,0.45)),
					color-stop(1, rgba(255,255,255,0.3))
				);
				background-image: -moz-linear-gradient(
					center bottom,
					rgba(91,104,70,0.45) 1%,
					rgba(255,255,255,0.3) 100%
				);
				background-image: gradient(
					center bottom,
					rgba(91,104,70,0.45) 1%,
					rgba(255,255,255,0.3) 100%
				);		*/
	}
		input[type="button"]:hover {
			background-color: #6f7e54;
			color: #fff;
			cursor: pointer;
			box-shadow: 1px 1px 3px #aaa;
			border: 1px solid #6f7e54;
			/*
			background-color: #9ead84;
			color: #fff;
			cursor: pointer;
			*/
		}
	input[type="button"].orange,
	input[type="button"].removevendor,
	input[type="button"].mergevendor {
		background-color: #ffd5a4; /*#ffecd4;*/
		border: 1px solid #ba7b25;
		color: #ba7b25; 
	}
		input[type="button"].orange:hover 
		/*,input[type="button"].subvendor:hover*/
		{
			background-color: #f79c21;
			color: #fff;
			cursor: pointer;
			box-shadow: 1px 1px 3px #804b04;
			border: 1px solid #f79c21;
		}
	input[type="button"].red {
		background-color: #db8884; /*#ffecd4;*/
		color: #535353;
		background-image: -webkit-gradient(
			linear,
			left bottom,
			left top,
			color-stop(0.1, rgba(135,46,46,0.45)),
			color-stop(1, rgba(255,255,255,0.3))
		);
		background-image: -moz-linear-gradient(
			center bottom,
			rgba(135,46,46,0.45) 1%,
			rgba(255,255,255,0.3) 100%
		);
		background-image: gradient(
			center bottom,
			rgba(135,46,46,0.45) 1%,
			rgba(255,255,255,0.3) 100%
		);
	}
	
	input[type="button"].grayToRed {
		background-color: #ddd;
		color: #535353;
	}
	
	input[type="button"].red:hover,
	input[type="button"].grayToRed:hover {
		background-color: #c84842;
		color: #fff;
		cursor: pointer;
		box-shadow: 1px 1px 3px #aaa;
		border: 1px solid #c84842;
	}
	input[type="button"].removevendor:hover  {
		background-color: #c84842;
		color: #fff;
		cursor: pointer;
		box-shadow: 1px 1px 3px #804b04;
		border: 1px solid #c84842;
	}
	input[type="button"].mergevendor:hover {
		background-color: #4295c8;
		color: #fff;
		cursor: pointer;
		box-shadow: 1px 1px 3px #804b04;
		border: 1px solid #4295c8;
	}
	

/* generics */
div.section_hdr {
	width: 1200px; height: 40px;
	border-bottom: 3px solid #63984d;
	color: #000;
	font: bold 16px/48px Arial;
	position: relative;	
}
	div.section_hdr.blue {
		border-bottom: 3px solid #4791cc;
	}
	div.section_hdr.red {
		border-bottom: 3px solid #910000;
		color: #910000;
	}
	div.section_hdr > span.note {
		font: italic 14px/48px Arial;
		color: #f5952d;	
		margin-left: 8px;
	}
		div.section_hdr > span.note.add {
			color: #838383;	
		}
	div.section_hdr > div.req {
		font: 14px/24px Arial;
		color: #f5952d;	
		margin-left: 25px;
	}
	
div.ci_box, div.cpi_box, div.gca_box, div.pa_box, div.r_box, div.au_box, div.notes_box, div.sv_box {
	width: 1175px;
	padding: 20px 0 15px 25px;
}
div.ci_box { padding-bottom: 0; }

 /* logo 2 */
div.banner_hdr {
	height: 100px;
	font: bold 80px/82px "Century Gothic";
	margin-left: 10px;
	color: #000;
}
	div.banner_hdr > span {
		float: none;
		color: #49822f;
		/*color: #76be56; #f79c21; #4d8933; #63984d;*/
	}

div.banner_border {
	/*border-bottom: 4px solid #63984d;  #4d8933; #8da383;*/
	margin: 0;
	position: relative;
}
div#approve_bottomborder {
	width: 98%; 
	height: 105px;
	margin: 10px 0 15px 1%;
	position: relative;
}

div.fe img.logo,
div.banner_border img.logo {
	width:50%;
	float: left;
	margin: 19px 4px 4px 310px;
}

div.banner_border .frame_top{
	width:100%;
	margin-bottom: 0;
}

div.banner_border #keysMenu{
	margin-left: 220px !important;
}

	div.banner_border.blue {
		border-bottom: 5px solid #4791cc;
	}
	div.banner_border > div.loggedinas {
		position: absolute; bottom: 80px; right: 110px;
		font: 14px Arial;
		color: #f5952d;	/* #f9a11b	*/
	}
	div.banner_border > input[type="button"].logout {
		position: absolute; bottom: 76px; right: 8px;
		width: 74px; height: 24px;
		margin: 0;
	}
	div.banner_border > input[type="button"].returntokeys {
		position: absolute; bottom: 46px; right: 8px;
		width: 74px; height: 24px;
		margin: 0;
	}
	div#approve_bottomborder div#abb_inner {
		width: 352px; height: 50px;
		margin-left: 412px;
	}
		div#approve_bottomborder input[type="button"].return_nvl {		/* return to new vendor list - btn on the approval process results page */
			width: 185px; height: 26px;
			margin: 0;
			font-size: 12px;
		}
		div#approve_bottomborder input[type="button"].return_vm {
			width: 160px; height: 26px;
			font-size: 12px;
			margin: 0 0 0 6px;
		}
	div.banner_border > input[type="button"].return_f {
		position: absolute; bottom: -40px; right: 8px;
		width: 175px; height: 26px;
		margin: 0;
		font-size: 12px;
	}
	div.banner_border > div.banner_title {
		position: absolute; bottom: 12px; right: 8px;
		font: bold 18px Arial;
	}
div.green_border {
	width: 1200px; height: 20px;
	border-bottom: 3px solid #63984d; /*#8da383; #6dbc47;*/
}
div.ltgreen_border {
	width: 1200px; height: 12px;
	border-bottom: 3px solid #63984d; /*#8da383;*/
}
/* END : generics */

/* vendor registration - contact information box - ci_box */
	div.ci_box label.error {
		float: left;
		padding: 0;
		margin-top: -4px;
		width: 50%;
	}
		div.ci_box label.error#phone-error { margin-left: 107px; }
		div.ci_box label.error#state_select-error {
			position: absolute; 
			top: 442px;
			left: 844px;
			width: auto;
		}
		div.ci_box label.error#zip-error {
			position: absolute;
			top: 442px;
			left: 1025px;
			width: auto;
		}
	div.ci_box > div.left, div.ci_box > div.right { 
		width: 48%;
		float:left;
	}
		div.ci_box > div.left > div, div.ci_box > div.right > div {
			width: 100%;
			height: 75px;
			padding-right: 5px;
			font: bold 14px/24px Arial;
			color: #f5952d;
		}
			div.ci_box.blue > div.left > div, div.ci_box.blue > div.right > div {
				color: #2c475f;
				font-weight: normal;
			}
			div.ci_box > div.left > div > span, div.ci_box > div.right > div > span {
				color: #3a522f;
				font-weight: normal;
				margin-left: 3px;
				float: unset;
			}
		div.ci_box input {
			width: 280px; height: 20px;
			padding-left: 5px;
		}
			div.ci_box input.short, div.ci_box select.short {
				float: unset;
			}
			div.ci_box input.error, div.ci_box select.error {
				border-color: red;
			}
		div.ci_box > div.left > div > input.in_phone {
			width: 188px;
		}
		div.ci_box > div.left > div > span.lbl_ext {
			height: 24px; width: 40px;
			margin-bottom: 14px;
			padding-right: 5px;
			text-align: right;
			margin-left: 15px;
		}
		div.ci_box > div.left > div > input.in_ext {
			width: 40px;
		}
		div.ci_box > div.right > div > select { 
			width: 120px; 
			padding: 2px 2px; 
		}
		div.ci_box > div.right > div > select.short {
			margin-right: 25px;
		}
		div.ci_box > div.right > div > input.w1 {
			width: 90px; 
		}
		
		div.ci_box > div.right > div > select.w1 {
			width: 120px; 
		}
/* END : vendor registration - contact information box - ci_box */
		
		
/* vendor registration - company / personnel information box - cpi_box */	
	div.cpi_box > div.left { 
		width: 430px; 
	}
	div.cpi_box > div.right { 
		width: 575px;
		padding-left: 15px;
		margin-left: 57px;
		position: relative;
	}
		div.cpi_box > div.right > div.w3,
		div.cpi_box > div.right > div.w4,
		div.cpi_box > div.right > div.yes{
			height: 24px; width: 120px;
			margin-bottom: 14px;
			padding-right: 5px;
			text-align: right;
			font: 14px/24px Arial;
			color: #3a522f;
		}
		div.cpi_box > div.left > div, div.cpi_box > div.right > div.btd {
			height: 24px;
			margin-bottom: 14px;
			padding-right: 5px;
			text-align: right;
			font: 14px/24px Arial;
			color: #3a522f;
		}
		div.cpi_box > div.right > div.qc_box > div	{
			height: 24px;
			margin-bottom: 4px;
			padding-right: 5px;
			text-align: right;
			font: 14px/24px Arial;
			color: #3a522f;
			position: relative;
		}
		div.cpi_box > div.left > div.w1 { 
			width: 140px;
		}
		div.cpi_box > div.left > div.w2 { 
			width: 162px;
		}
		div.cpi_box > div.left > input {
			height: 20px;
			padding-left: 5px;
			margin-bottom: 14px;
		}
		div.cpi_box > div.left > input.numbox {
			width: 45px;
			padding-left: 0px;
			text-align: center;
			margin: 0 0 14px 8px;
		}
		div.cpi_box > div.left > div.w3 { 
			width: 428px;
			text-align: left;
			margin-top: 4px;
			margin-bottom: 0px;
		}
		div.cpi_box > div.left > textarea {
			width: 420px; height: 100px;
			resize: none;
			padding: 5px;
			margin-bottom: 14px;
			overflow-y: auto;
		}
		div.cpi_box > div.left > div.w4 { 
			width: 365px;
			text-align: left;
			margin-top: 6px;
			margin-bottom: 6px;
		}
		div.cpi_box > div.left > input[type="checkbox"].yes {
			margin: 8px 0 0 12px;
		}
		div.cpi_box > div.left > div.yes { 
			margin: 0px; padding: 0px;
			width: 30px;
			margin-top: 6px;
			color: #579639;
		}
		div.cpi_box > div.left > div.w5 { 
			width: 428px;
			text-align: left;
			margin-top: 6px;
			margin-bottom: 6px;
		}
		div.cpi_box > div.left > input[type="checkbox"].btd {
			margin: 8px 0 0 15px;
		}
		div.cpi_box > div.left > div.btd { 
			text-align: left;
			width: 100px;
			margin: 6px 0 0 5px;
		}
			div.cpi_box > div.left > div.btd2 {
				width: 380px;
			}
			div.cpi_box > div.left > div.btd3 {
				width: 40px;
			}
			div.cpi_box > div.left > input.w1 {
				margin: 0px; padding: 0px;
				padding-left: 5px;
				width: 340px;
				margin-top: 6px;
			}
		div.cpi_box > div.right > div.qc_box  {
			width: 529px;  height: 281px;
			padding-top: 24px;
			border: 1px solid #8da383;
			padding-left: 4px;
			margin-top: 0px;
			margin-bottom: 12px;
			overflow-x: auto;
			position: relative;
		}
		div.cpi_box > div.right > div.w1 { 
			position: absolute; top: -12px; left: 40px;
			width: 330px; height: 24px;
			background-color: #fff;
			text-align: center;
			padding-left: 7px;
			z-index: 999;
			font: 14px/24px Arial;
			color: #3a522f;
		}
			div.cpi_box > div.right > div.w1 > span.note {
				font-style: italic;
				color: #5b6f52;
				margin-left: 6px;
			}
		div.cpi_box > div.right > div.spacer {
			width: 513px; height: 17px;
			position: absolute; top: 1px; left: 16px;
			background-color: #fff;	z-index: 900;
		}
		div.cpi_box > div.right > div.qc_box > div.cert_row {
			background-color: #f1f5ed;
			margin-left: 2px;
		}
		div.cpi_box > div.right > div.qc_box > div.cert_row > input[type="checkbox"] {
			float: left;
			margin: 5px 0 0 8px;
		}
		div.cpi_box > div.right > div.qc_box > div.cert_row > div.chkbx_lbl { 
			width: 474px;
			text-align: left;
			padding-left: 5px;
			color: #579639;
		}
		div.cpi_box > div.right > div.qc_box > div.cert_row > div.other { 
			width: 40px;
			margin-right: 9px;
			color: #579639;
		}
		div.cpi_box > div.right > div.qc_box > div.cert_row > input.w2 {
			width: 425px; height: 18px;
			padding-left: 5px;
			margin-bottom: 14px;
			margin-top: 2px;
			border: 0px solid #B6DEA3; 
		}
		div.cpi_box > div.right > div.w3 { 
			width: 400px;
			text-align: left;
			margin-top: 8px;
			margin-bottom: 8px;
		}
		
		div.cpi_box > div.right > div.w4 { 
			width: 560px;
			text-align: left;
			margin-top: 8px;
			margin-bottom: 8px;
		}
			div.cpi_box > div.right > div.w4 > span.note {
				font-style: italic;
				color: #5b6f52;
				margin-left: 6px;
			}
		div.cpi_box > div.right > input.btd {
			margin-top: 5px;
		}
		div.cpi_box > div.right > div.btd {
			text-align: left;
			padding-left: 3px;
			padding-right: 16px;
			color: #579639;
		}
		div.cpi_box > div.right > div.w5 { 
			width: 575px;
			color: #3A522F;
			font: 14px/24px Arial;
			margin-top: 14px;
		}
			div.cpi_box > div.right > div.w5 > input {
				margin: 5px 5px 0 12px ;
			}
			div.cpi_box > div.right > div.w5 > div.yes { 
				width: 30px;
				color: #579639;
			}
			div.cpi_box > div.right > div.w5 > div.note { 
				width: 570px;
				padding-left: 5px;
				font-style: italic;
				line-height: 14px;
			}
		
/* END : vendor registration - company / personnel information box - cpi_box */


/* vendor registration - geographic coverage area box - gca_box */
	div#check_st-error, div#check_aoe-error {
		width: 100%;
		height: auto;
		margin: -10px 0 5px 0;
	}
		div#check_st-error label, div#check_aoe-error label { font-size: 14px; }
	div.gca_box.can,
	div.gca_box.mex {		/* Initially, the Canadian and Mexican GCA's are hidden */
		display: none;
	}
	div.gca_box > div {
		/*height: 24px;*/ width: 120px; height: 24px;
		margin-bottom: 14px;
		text-align: left;
		font: 14px/24px Arial;
		color: #3a522f; 
	}
	div.gca_box > div.header {
		width: 1150px;
	}
	div.gca_box > div.header >.chk_aoe_button{
		width:120px;
		height:26px;
		font-size:12px;
		float: left;
		margin-left: 10px;
		cursor:pointer;
	}
		/* New CSS for state boxes  1-22-2015 */
		div.gca_box > div.state_box {
			width: 278px; 
			height: 24px;	
			padding-left: 3px;
			margin-right: 10px;
			border: 1px solid #b6dea3;
		}
		div.gca_box .box_checked{
			background-color:#d2e0cb; 
			border-color:#8da383!important;
		}
		div.gca_box .box_checked .state{
			color: #3a522f!important;
		}
		
		div.box_checked .coverage {
			opacity: 1!important;
		}
		
		
			div.gca_box > div.state_box > div.coverage {
				width: 92px;
				float: right;
				opacity: 0.3;
				filter: Alpha(opacity=30);
			}
			div.gca_box > div.state_box > input, div.gca_box > div.state_box > div.coverage > input {
				margin: 5px 5px 0 0;
			}
				div.gca_box > div.state_box > div.coverage > input {
					margin-left: 5px;
				}
			div.gca_box > div.state_box > span.state {
				color: #579639;
			}
			
		div.gca_box > div.aoe_box {
			width: 220px; height: 24px;	
			padding-left: 3px;
			margin-right: 10px;
			border: 1px solid #b6dea3;
		}
		div.gca_box div.aoe_box.selected_box {
			background-color: #d2e0cb;
			font-weight: normal;
			border-color: #8da383; 
		}
		
		div.gca_box div.aoe_box.selected_box span{
			color: #3a522f!important; 
		} 
		
		
		div.gca_box > div.aoe_box.long { width: 690px;}
			div.gca_box > div.aoe_box > div.coverage {
				width: 92px;
				float: right;
				opacity: 0.3;
				filter: Alpha(opacity=30);
			}
			div.gca_box > div.aoe_box > input, div.gca_box > div.aoe_box > div.coverage > input {
				margin: 5px 5px 0 0;
			}
				div.gca_box > div.aoe_box > div.coverage > input {
					margin-left: 5px;
				}
			div.gca_box > div.aoe_box > span.aoe {
				color: #579639;
			}
			div.gca_box > div.aoe_box input#other_aoe {
				height: 18px; width: 617px;
				padding-left: 5px;
				margin: 1px 0 0 10px;
				font-size: 11px;
				line-height: 18px;
				border: 1px solid #d2e2cb;
				display: none;
			}
				div.gca_box > div.aoe_box input#other_aoe:disabled{ background-color: #fff; }

			
					/*	New format (CSS'd above) as of 1-22-2015
					div.gca_box > div.state_box {
						width: 220px; height: 97px;	
						padding-left: 3px;
						margin-right: 10px;
						border: 1px solid #b6dea3;
					}
						div.gca_box > div.state_box > div.coverage {
							width: 92px;
							float: right;
							opacity: 0.3;
							filter: Alpha(opacity=30);
						}
						div.gca_box > div.state_box > input, div.gca_box > div.state_box > div.coverage > input {
							margin: 5px 3px 0 0;
						}
							div.gca_box > div.state_box > div.coverage > input {
								margin-left: 5px;
							}
						div.gca_box > div.state_box > span.state {
							color: #579639;
						}
						div.gca_box > div.state_box > div.aoe_box {
							width: 217px; height: 68px;
							background-color: #F1F5ED;
							padding-bottom: 2px;
							opacity: 0.3;
							filter: Alpha(opacity=30);
						}
							div.gca_box > div.state_box > div.aoe_box > input.aoe_chkbx {
								margin: 5px 2px 0 7px;
							}
							div.gca_box > div.state_box > div.aoe_box > span {
								font-size: 11px;
								width: 31px;
								padding-left: 1px;
								cursor: default;
							}
							div.gca_box > div.state_box > div.aoe_box > input[type="text"] {
								width: 88px; height: 14px;
								margin: 2px 0 0 12px;
								padding-left: 3px;
								font-size: 11px;
								border: 1px solid #a9c79a;
								display: none;
							}
						*/
/* END : vendor registration - geographic coverage area box - gca_box */


/* vendor registration - parts availability box - pa_box */
	div.pa_box > div.w1 {
		height: 24px; width: 230px;
		margin-bottom: 14px;
		text-align: left;
		font: 14px/24px Arial;
		color: #3a522f; 
	}
	div.pa_box > input[type="checkbox"].yes {
			margin: 5px 3px 0 0;
		}
		div.pa_box > div.yes { 
			height: 24px; width: 30px;
			margin-right: 800px;
			color: #579639;
			text-align: center;
			font: 14px/24px Arial;
		}
	div.pa_box > div.manflist_box > div.w1 {
		height: 24px; width: 1160px;
		margin-bottom: 10px;
		text-align: left;
		font: 14px/28px Arial;
		color: #3a522f; 
	}
		div.pa_box > div.manflist_box > div.w1 > span.note {
			font-style: italic;
			color: #5b6f52;
			margin-left: 6px;
		}
	
	div.pa_box > div.manflist_box {
		width: 1155px;
		display: none;
		margin-bottom: 10px;
	}
		div.pa_box > div.manflist_box > div.parts_row {
			width: 540px; height: 28px;
			margin: 0 13px 6px 9px;
			padding-left: 4px;
			background-color: #f1f5ed;
			color: #579639;
			border: 1px solid #b6dea3;
			display: none;
		}
		div.pa_box > div.manflist_box > div.parts_row > input[type="checkbox"] {
			float: left;
			height: 14px;
			width: 14px;
			margin-top: 7px;
		}
		div.pa_box > div.manflist_box > div.parts_row > div.w2 {
			width: 85px; height: 22px;
			padding-left: 2px;
			font: 14px/28px Arial;
			margin-right: 0px;
			
		}
		div.pa_box > div.manflist_box > div.parts_row > input[type="text"] {
			width: 423px; height: 20px;
			padding-left: 5px;
			border: 0px solid #b6dea3;
			margin-right: 0px;
			margin-top: 3px;
		}
	/* vendor review - parts availability box - pa_box - alteration for review page */	
		div.pa_box > div.manflist_box > div.parts_review {
			width: 540px; height: 28px;
			margin: 0 13px 6px 9px;
			padding-left: 4px;
			background-color: #d2e0cb;
			color: #3a522f;
			border: 1px solid #b6dea3;
			display: none;
		}
			div.pa_box > div.manflist_box > div.parts_review.row {
				background-color: #f1f5ed;
			}
		
		div.pa_box > div.manflist_box > div.parts_review > input[type="checkbox"] {
			float: left;
			height: 14px;
			width: 14px;
			margin-top: 7px;
		}
		div.pa_box > div.manflist_box > div.parts_review > div.w2  {
			width: 85px; height: 22px;
			padding-left: 2px;
			font: 14px/28px Arial;
			margin-right: 0px;
			color: #3a522f;
		}
			div.pa_box > div.manflist_box > div.parts_review.row > div.w2 {
				color: #579639;
			}
		div.pa_box > div.manflist_box > div.parts_review > input[type="text"] {
			width: 423px; height: 20px;
			padding-left: 5px;
			border: 0px solid #b6dea3;
			margin-right: 0px;
			margin-top: 3px;
		}
	/* END : vendor review - parts availability box - pa_box - alteration for review page */	
/* END : vendor registration - parts availability box - pa_box */	


/* vendor registration - rates box - r_box */
	div.r_box {
		margin-bottom: 15px;
	}
	div.r_box > div.eqrate_box {
		display: none;
	}
	div.r_box > div.eqrate_box > div, div.r_box > div {
		font: 14px/24px Arial;
	}
	div.r_box > div.eqrate_box > div.w1, div.r_box > div.eqrate_box > div.w2, div.r_box > div.w2 {
		height: 24px; width: 1100px;
		text-align: left;
		color: #3a522f;
		margin: 16px 0 4px 0;
	}
		
		div.r_box > div.eqrate_box > div.w2 > span, div.r_box > div.w2 > span {
			font: bold 14px/24px Arial;
			color: #f5952d;	
			margin-right: 3px;
		}
	div.r_box > div.eqrate_box > div.three {
		width: 1103px;
		color: #579639;
		text-align: center;
		border: 1px solid #b6dea3;
	}
		div.r_box > div.eqrate_box > div.three > div.hdr {
			width: 960px; height: 24px;	
			color: #3a522f;
			text-align: center;
			background-color: #d2e0cb;
			border-bottom: 1px solid #b6dea3;
		}
		div.r_box > div.eqrate_box > div.three > div.rangehdr > div {
			width: 137px; height: 24px;		
			color: #5c7742;
			text-align: center;
			background-color: #d2e0cb;
			border-bottom: 1px solid #b6dea3;
			border-right: 1px solid #b6dea3;
		}
		div.r_box > div.eqrate_box > div.three > div.rangehdr2 > div {
			width: 68px; height: 18px;		
			color: #5c7742;
			text-align: center;
			font: 10px/18px Arial;
			background-color: #f1f5ed;
			border-bottom: 1px solid #b6dea3;
			border-right: 1px solid #b6dea3;
		}
			div.r_box > div.eqrate_box > div.three > div.rangehdr2 > div.light_br {	/* br = border right */
				border-right: 1px solid #dbefd1;
			}
			div.r_box > div.eqrate_box > div.three > div.rangehdr > div.no_br,	/* br = border right */
			div.r_box > div.eqrate_box > div.three > div.rangehdr2 > div.no_br {
				border-right: 0px;	
			}
		div.r_box > div.eqrate_box > div.three > div.ranges > input {
			padding: 0px;
			width: 68px; height: 24px;
			text-align: center;
			border: 0px;
			border-right: 1px solid #b6dea3;
			color: #579639;
		}
			div.r_box > div.eqrate_box > div.three > div.ranges > input.light_br {
				border-right: 1px solid #dbefd1;
			}
			div.r_box > div.eqrate_box > div.three > div.ranges > input.no_br {
				border-right: 0px;
			}
	div.r_box > input.w2, div.r_box > div.eqrate_box > input.w2 {
		width: 120px;
		padding: 4px;
		margin-left: 5px;
		text-align: center;
		color: #579639;
	}

	div.r_box span.dollar {
	    float: left;
	    clear: left;
	    margin-top: 5px;
	    color: #f5952d;
	    font: 16px Arial;
	}
	div.r_box span.per_hr {
		margin: 6px 0 0 6px;
		color: #f5952d;
		font: 16px Arial;
	}
	div.r_box label.error {
		margin-left: 10px;
	}
	/*div.r_box > div.eqrate_box > span.dollar,  div.r_box > div.eqrate_box > span.per_hr { margin-top: 2px; }*/
	
/* END : vendor registration - rates box - r_box */	

/* vendor registration - notes box - notes_box */
	div.notes_box > textarea {
		width: 800px;
		height: 120px;
		padding: 5px;
		color: #579639;
	}
/* END : vendor registration - notes box - notes_box */

/* vendor registration - submit form button */
	div.fe input[type="button"].reg_submit {
		width: 120px; height: 26px;
		font-size: 12px;
		float: right;
		margin: 12px 10px 0 0;
		cursor: pointer;
	}
/* END : vendor registration - submit form button */

/* vendor map - map & filters */
div.fe_map {
	width: 550px; height: 330px;
	margin: 10px 0 0 50px;
}
	div.fe_map.mappage1 {
		position: relative;
	}
		div.fe_map.mappage1 > div.canada {
			position: absolute; top: 3px; right: 60px;
			background-color: #6b6b6b;
			color: #edf8da;
			font: 12px/20px Arial;
			height: 20px;
			margin: 0;
			padding: 0;
			width: 310px;
			z-index: 99;
		}
			div.fe_map.mappage1 > div.canada > div {
				height: 20px;
				padding: 0px 3px 0px 3px;
				margin: 0px 1px 0px 1px;
				cursor: pointer;
				text-align: center;
				position: relative;
				border-radius: 2px;
			}
				div.fe_map.mappage1 > div.canada > div > span {
					position: absolute; top: 25px; right: 20px;
					display: none;
					background-color: #000;
					color: #fff;
					font: 11px/22px Arial;
					height: 22px;
					padding: 0px 4px 0px 4px;
					opacity: 0.5;
					filter:Alpha(opacity=50);
					text-align: left;
					white-space: nowrap;
				}
			div.fe_map.mappage1 > div.canada > div#canada:hover {
				text-shadow: none;
			}
			div.fe_map.mappage1 > div.canada > div:hover {
				text-shadow: 1px 1px #000;
			}
			div.fe_map.mappage1 > div.canada > div:hover > span {
				display: block;
			}
		div.fe_map.mappage1 > div.mexico {
			position: absolute; bottom: 20px; right: 155px;
			background-color: #6b6b6b;
			border: medium none;
			color: #edf8da;
			cursor: pointer;
			font: 12px/20px Arial;
			height: 20px;
			margin: 0;
			border-radius: 2px;
			padding: 0px 8px 0px 8px;
			text-align: center;
			z-index: 99;
		}
			div.fe_map.mappage1 div.mexico > span {
				position: absolute; bottom: 25px; right: 60px;
				display: none;
				background-color: #000;
				color: #fff;
				font: 11px/20px Arial;
				height: 20px;
				opacity: 0.5;
				padding: 0 4px 0 4px;
				filter:Alpha(opacity=50);
				text-align: left;
				white-space: nowrap;
			}
			div.fe_map.mappage1 > div.mexico:hover {
				text-shadow: 1px 1px #000;
			}
			div.fe_map.mappage1 > div.mexico:hover > span {
				display: block;
			}
	
	
div.fe_filters_outer {
	width: 1100px; 
	height: 290px;
	margin-top: 10px;
	background-color: #d2e0cb;
	font: 14px Arial;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	float: none;
}
	div.fe_filters_inner {
		height: 225px;
		margin: 15px 20px 5px 20px;
		background-color: #f1f5ed;
	}
		div.fe_filters_inner > div { 
			height: 24px; line-height: 22px;
		}
		div.fe_filters_inner > div.search_wrapper {
			height: auto;
			width: 100%;
		}
	div.fe_filters_inner > div.search_wrapper > div.search_text {
		margin: 10px 6px 14px 10px;
		float: right;
	}
	div.fe_filters_inner > div.search_wrapper > input[type="text"] {
		width: 225px; height: 22px;
		border: 1px solid #b6dea3;
		margin: 10px 0 14px 0;
		padding-left: 5px;
		border-right: 0px;
		float: right;
	}
	div.fe_filters_inner > div.search_wrapper > input[type="button"] {
		width: 75px; height: 26px;
		font-size: 12px;
		float: right;
		margin: 10px 25px 0 0px;
		box-shadow: none;
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
	}
	div.fe_filters_inner > div.green_line {
		width: 482px; height: 5px;
		margin: 12px 0 8px 10px;
		border: 1px solid #b6dea3;
		border-bottom: 0px;
	}
	div.fe_filters_inner > div.line_hdr {
		position: absolute; top: 106px; left: 206px;
		width: 70px;	height: 26px;
		color: #377502;
		text-align: center;
		background-color: #f1f5ed;
		margin-left: 10px;
		line-height: 24px;
	}
	
	div.fe_filters_inner > div.line_text {
		width: 236px;
		margin-left: 23px;
		line-height: 24px;
	}
	div.fe_filters_inner > select {
		width: 236px; height: 26px;
		margin-left: 23px;
		margin-bottom: 6px;
		padding: 2px;
		border:  1px solid #b6dea3;
	}
	div.fe_filters_inner > div.line_text2 {
		width: 482px;
		margin-left: 10px;
		line-height: 24px;
	}
	div.fe_filters_outer > input[type="button"] {
		width: 110px; height: 26px;
		font-size: 12px;
		float: right;
		margin: 7px 6px 0 0;
		cursor: pointer;
	}
/* END : vendor map - map & filters */

/* vendor map - region buttons */
	div.regions {
		width: 550px;
		margin: 0px;
		margin-left: 50px;
		padding: 0px;
	}
		div.regions > div.region {
			width: 110px; height: 22px;
			background-color: #6b6b6b;
			color: #edf8da;
			border: none;
			text-align: center;
			cursor: pointer;
			font: 11px/22px Arial;
			margin: 0px;
			padding: 0px;
		}
		div.regions > div.region:hover {
			color: #fff;
			text-shadow: 1px 1px #000;
		}
/* END : vendor map - region buttons */

/* vendor map - return to forum and review new vendors buttons */
div.review_btn {
	width: 1100px;	height: 30px;
	margin: 20px 0 20px 50px;
}
	div.review_btn > div {
		width: 500px;
		padding-left: 0px;
		margin: 8px 0 0 15px;
		font: bold 16px Arial;
		color: #3a522f;		
		/*text-shadow: 1px 1px #c6d2af;*/
	}
		div.review_btn > div > span {
			float: none;
			font: 14px Arial;
			
		}
	input[type="button"]#review {
		width: 175px; height: 26px;
		font-size: 12px;
		float: right;
	}
	input[type="button"].returnto_forum {
		width: 175px; height: 26px;
		font-size: 12px;
		float: right;
	}
	input[type="button"]#customermap {
		width: 185px; height: 26px;
		font-size: 12px;
		float: right;
		margin-right: 6px;
	}
	input[type="button"]#customerheatmap {
		width: 185px; height: 26px;
		font-size: 12px;
		float: right;
		margin-right: 6px;
	}
	input[type="button"]#close_customermap { 
		width: 75px; height: 26px;
		font-size: 12px;
		float: right;
		margin-right: 6px;
		margin-top: 6px;
	}
	input[type="button"]#close_customerheatmap {
		width: 75px; height: 26px;
		font-size: 12px;
		float: right;
		margin-right: 6px;
		margin-top: 6px;
	}
/* END : vendor map - return to forum, review new vendors and customer map buttons */










.customer_heatmap_box {
		width: 1100px; height: 695px;
		position: absolute; top: 50; left: 50%;
		margin-left: -550px;
		background-color: #d9e2c9;
		box-shadow: 7px 14px 18px #222;
		z-index: 150;
		/*display: none;*/
	}



/* customer map box - holds Google map */
	.customermap_box {
		width: 1100px; height: 695px;
		position: absolute; top: 50; left: 50%;
		margin-left: -550px;
		background-color: #d9e2c9;
		box-shadow: 7px 14px 18px #222;
		z-index: 150;
		/*display: none;*/
	}
		.customermap_box > div#ccount_line, .customermap_box > div#ncount_line, .customermap_box > div#vcount_line {
			height: 22px;
			font: 12px/22px Arial;
			margin: 8px 0 0 15px;
			/*box-shadow: 1px 2px 3px #4f5e33;*/
		}
			.customermap_box > div#ccount_line { width: 160px; }
			.customermap_box > div#ncount_line { width: 140px; }
			.customermap_box > div#vcount_line { width: 120px; }
			/*.customermap_box > div#ccount_line { background-color: #f16b6b; }
			.customermap_box > div#vcount_line { background-color: #72a8eb; }*/
			.customermap_box > div#ccount_line span, .customermap_box > div#ncount_line span, .customermap_box > div#vcount_line span { 
				font-weight: bold; 
				margin-left: 20px; 
				margin-right: 8px; 
				color: #dd0000;
			}
			.customermap_box > div#ccount_line input, .customermap_box > div#ncount_line input, .customermap_box > div#vcount_line input { 
				margin: 4px 12px 0 8px; 
				cursor: pointer; 
			}

	.infobox {
			/*max-width: 500px;
			width: 90%;
			*/
		overflow: hidden;
		white-space: nowrap;
		line-height: 1.35;
		padding: 8px;
		max-width: 400px;
		/*overflow: auto;*/
		max-height: 210px;
	}
	.infobox > .hdr {
		font-size: 14px;
		font-variant: small-caps;
		font-weight: bold;
		width: 90%;
		text-align: center;
		margin-bottom: 4px;
	}
	.infobox > .address {
		font-size: 11px;
		color: red; /*#757575;*/
		width: 90%;
		text-align: center;
		margin-bottom: 10px;
	}
		.infobox > .address.contracted {
			color: #dd0000;
		}
		.infobox > .address.noncontracted {
			color: #777777;
		}
		.infobox > .address.vendor {
			color: #1c66c1;
		}
		.infobox > .address.response {
			color: #1c66c1;
		}
		.infobox >.itm_head  {
			font-size: 14px;  
			width: 90%;
			margin-left: 5%;
			border-bottom:1px solid black;
		}
		.infobox >.itm_head >.itm_type {
			width: 90px;	
			
		}
		.infobox >.itm_head >.itm_make {
			width: 115px;	
		}
		.infobox >.itm_head >.itm_model {
			width: 110px;	
		}
		.infobox >.itmlist  {
			width: 100%;
			overflow: auto; 
			max-height: 120px;
		}
		.infobox >.itmlist >.itm {
			font-size: 12px;  
			width: 90%;
			margin-left: 5%;
		}
		.infobox >.itmlist >.itm >.itm_type {
			width: 90px;	
		}
		.infobox >.itmlist >.itm >.itm_make {
			width: 115px;	
		}
		.infobox >.itmlist >.itm >.itm_model {
			width: 110px;	
		}
		
		.infobox >.itmlist > .itm.none {
			width: 90%;
			margin-left: 0px;
			text-align: center;
			font-style: italic;
		}
	.infobox > .itmlist >.itm > span {
		font-weight: bold;
	}
	.infobox > #autocomplete {
		margin: 5px 0 0 6px; 
		border: 1px solid #c6d3ad; 
		padding-left: 5px; 
		width: 300px; height: 22px;
	}
/* END : map box - holds Google map */
	

/* vendor map - vendor list */
	div.list_title {
		width: 1100px; height: 28px;
		color: #000;
		font: 16px/28px Arial;
		margin: 20px 0 0 50px;
		text-indent: 10px;
	}
	div.list_hdr {
		width: 1100px; height: 26px;
		margin: 0 0 6px 50px;
		background-color: #d2e0cb;
		border: 1px solid #8da383;
		font: 14px/26px Arial; 
	}
		div.list_hdr > div {
			width: 219px;
			border-right: 1px solid #8da383;
			text-align: center;
			cursor: pointer;
		}
			div.list_hdr > div.no_br {
				width: 26px;
				border-right: 0px;
				cursor: default;
			}
		div.list_hdr > div.w1 { width: 205px; }
			div.list_hdr > div.w1a { width: 180px; }
		div.list_hdr > div.w2 { width: 130px; }
		div.list_hdr > div.w3a { width: 48px; } 
		div.list_hdr > div.w3b { width: 178px; } 
		div.list_hdr > div.w3c { width: 50px; } 
		div.list_hdr > div.w4 { width: 275px; text-align: center; cursor: default; }
			/* At the bottom of the vendor list are the counts for total vendors and each piece of equipment */
	div.counts {
		width: 1080px; height: 26px;
		margin: 7px 0 0 70px; 
		font: 12px Arial;
		color: #dedede;
	}
		div.counts:hover {
			color: #646464;
			cursor: pointer;
		}
		
		/* the css below is to set the "invisible" scroll for the vendor list on the vendor map page */
		div.vendor_list  {
			width: 1152px; 
			padding-top: 1px;
		}
		div.vendor_list > div.inner {
			width: 1174px; 
			padding-top: 1px;
		}
					/* div.vendor_list > div.inner img#customLoader { */
			div.vendor_list img#customLoader {
				width: 50px; height: 50px;
				margin-left: 587px;
				margin-top: 50px;
			}

		div.vendor_list #vendorListLoader {
			float: left;
			margin-top: 20px;
			margin-left:  600px;
			height: 50px;
		}
		
	div.list_line {
		width: 1100px; height: 26px;
		margin: -1px 0 0 50px;
		border: 1px solid #b6dea3;
		font: 14px/26px Arial;
		color: #3a522f;
		position: relative;
	}
	div.no_results {
		width: 1100px; height: 30px;
		margin: -1px 0 0 50px;
		border: 1px solid #b6dea3;
		font: 14px/30px Arial;
		color: #862520;
		text-align: center;
	}
		div.list_line > div {
			width: 219px;	height: 26px;
			border-right: 1px solid #b6dea3;
			text-align: center;
		}
			div.list_line > div.no_br {
				width: 26px;
				border-right: 0px;
				cursor: pointer;
				font: bold 18px/26px Arial;
				color: #62884f;
				background-color: #ffffff;
			}
				div.list_line > div.no_br > div {
					width: 20px; height: 20px;
					margin: 3px 0 0 3px;
					border-radius: 4px;
					font: bold italic 15px/20px 'Comic Sans';
					background-color: #f1f5ed;
					box-shadow: inset 1px 1px 1px #a9c59c, inset -1px -1px 1px #a9c59c; /*#9ead84;*/
				}
					div.list_line > div.no_br > div:hover {
						background-color: #9ead84;
						color: #fff;
						/*color: #3a522f;
						background-color: #bbe3be;*/
						box-shadow: inset 1px 1px 1px #868686, inset -1px -1px 1px #868686; /*#6fc675;*/
					}
		div.list_line > div.w1 { width: 205px; cursor: default; position: relative; }
				div.list_line > div.w1 > span.dot {
					height: 8px;
					position: absolute; top: 0px; left: 2px;
					font: 12px/10px Arial;
					font-weight: bold;
					color: #8ecc8e;
				}
				div.list_line > div.w1 > span.rating {
					height: 12px;
					position: absolute; bottom: 12px; right: 3px;
					font: 10px/12px Arial;
					color: #8ecc8e;
				}
		div.list_line > div.w1a { width: 180px; }
		div.list_line > div.w2 { width: 130px; }
		div.list_line > div.w3a { width: 48px; }
		div.list_line > div.w3b { width: 178px; }
		div.list_line > div.w3c { width: 50px; cursor: pointer; }
			div.list_line > div.w3c  img:hover { box-shadow: 0px 0px 1px #888; }
		div.list_line > div.w4 { width: 270px; text-align: left; padding-left: 5px; } 
			div.list_line > div.w4 > img {
				margin: 3px 2px 0 1px;
				cursor: default;
			}
		div.list_line > div.w5 { width: 219px; }
		div.list_line > div > div.reviewbutton { 
			height: 20px;
			margin: 2px 5px 0 5px;
			font: 14px/20px Arial;
			background-color: #f1f5ed;
			box-shadow: 1px 1px 2px #a9c59c;
			width: 56px;
			text-align: center;
			cursor: pointer;
		}
			div.list_line > div > div.reviewbutton.done {	/* done = vendor completed the document's requirement */
				background-color: #d2e0cb;
				font-weight: bold;
			}
			div.list_line > div > div.reviewbutton a {
				text-decoration: none;
				color: #3a522f;
			}
		
				div.vb_list_line {
					width: 1100px; height: 30px;
					margin: 0 0 0 0;
					font: 14px/26px Arial;
					color: #3a522f;
					position: relative;
				}
					div.vb_list_line > div {
						width: 219px;	height: 26px;
						text-align: center;			
						background-color: #fef1df;
						border-top: 2px solid #f79c21;						
						border-bottom: 2px solid #f79c21;						
						color: #000;
					}
						div.vb_list_line > div.no_br {
							width: 24px;
							border-right: 2px solid #f79c21;
							cursor: pointer;
							font: bold 18px/26px Arial;
							color: #565656
						}
							div.vb_list_line > div.no_br:hover {
								color: #000;
							}
					div.vb_list_line > div.w1 { width: 206px; cursor: default; }
						div.vb_list_line > div.w1_comp { 
							width: 203px; height: 26px; 
							font-weight: bold;
							background-color: #fef1df;
							cursor: default;
						}
						div.vb_list_line > div.w1a { width: 181px; }
					div.vb_list_line > div.w2 { width: 131px; }
					div.vb_list_line > div.w3 { width: 281px; }
						div.vb_list_line > div.w3.email a { color: #000; cursor: pointer; text-decoration: none; }
						div.vb_list_line > div.w3.email a:hover { text-shadow: 0px 0px 1px #b96d06; }
					div.vb_list_line > div.w4 { width: 270px; text-align: left; padding-left: 6px; }
						div.vb_list_line > div.w4 > img {
							margin: 3px 2px 0 1px;
							cursor: default;
						}
					/* user info box shows up above the 'Users' list */
				div.userinfo_box {
					position: absolute; 
					width: 222px;
					height: auto;
					padding-bottom: 5px;
					
					border: 3px solid #566550;
					background-color: #ffffff;
					z-index: 1100;
					display: none;
				}
					div.userinfo_box > form > div,
					div.userinfo_box > div {
						width: 210px; height: 23px;
						padding-left: 6px;
						text-align: left;
						line-height: 23px;
						font-size: 12px;
						position:relative;
					}
				
					div.userinfo_box  div.hdr {
						width: 220px; height: 25px;
						background-color: #f79c21; /*#f79c21;*/
						text-align: center;
						margin: 1px 0 3px 1px;
						padding-left: 0px;
						color: #000;
						position: relative;
					}
						div.userinfo_box  div.hdr > div.admin {
							position: absolute; top: 4px; left: 4px;
							width: 47px; height: 17px;
							color: #b90000; /*#f79c21;*/
							text-align: center;
							font: bold 10px/17px Arial;
							background-color: #fff;
						}
						div.userinfo_box  div.hdr > div.close {
							position: absolute; top: 7px; right: 5px;
							width: 9px; height: 9px;
							color: #f79c21; /*#f79c21;*/
							text-align: center;
							font: bold 10px/8px Arial;
							background-color: #fff;
							cursor: pointer;
						}
					div.userinfo_box > form > div {
						position: relative;
					}
						div.userinfo_box  div#addcontact_radiobuttons {
							height: 28px;
						}
							div.userinfo_box  div#addcontact_radiobuttons input[value="contact"] { margin-left: 40px; }
							div.userinfo_box  div#addcontact_radiobuttons input[value="user"] { margin-left: 12px; }
							div.userinfo_box  div#addcontact_radiobuttons span { font-variant: small-caps; }
					div.userinfo_box  div#username_row { display: none; }
					div.userinfo_box  div > div.eubtn {
						position: absolute; top: 6px; right: 0px;
						width: 11px; height: 11px;
						color: #fff; /*#f79c21;*/
						text-align: center;
						font: bold 10px/9px Arial;
						background-color: #b4b4b4;
						cursor: pointer;
					}
						div.userinfo_box  div > div.eubtn:hover {
							background-color: #f79c21;
							color: #000;
						}
						
					div.userinfo_box  div> select {
						color: #000;
						border: 1px solid ;
						margin-right: 6px;
					}
						
					div.userinfo_box  div > span {
						color: #000;
						margin-right: 4px;
						cursor: default;
						font-size: 11px;
					}
					 
					
					
					
						div.userinfo_box  div > span.ui_email {
							color: #3a522f;
							cursor: default;
							font-size: 12px;
						}
							div.userinfo_box  div > span.ui_email a {
								text-decoration: none;
								color: #3a522f;
							}
								div.userinfo_box  div > span.ui_email a:hover { text-decoration: underline; }
						div.userinfo_box  div > div.adminbox {
							width: 93px;
							height: 18px;
							font: 11px/18px Arial;
							text-align: center;
							float: right;
							color: #000;
							border: 1px solid #fff;
							margin: 0;
							padding-right: 3px;
						}
							div.userinfo_box  div > div.adminbox span#sched_span,
							div.userinfo_box  div > div.adminbox span#admin_span { 
								float: right; 
								margin-left: 3px;
								color: #999;
							}
							div.userinfo_box  div > div.adminbox span#sched_span { 
								width: 72px; 
								height: 20px;
							}
							div.userinfo_box  div > div.adminbox span#admin_span { width: 36px; display: none;}
						div.userinfo_box  div > div.adminbox.on {
							background-color: #ffd5a4;
							border: 1px solid #f79c21;
						}
							div.userinfo_box  div > div.adminbox.on span#sched_span,
							div.userinfo_box  div > div.adminbox.on span#admin_span { color: #000;	}
					div.userinfo_box  div > div.activebox {
						width: 18px; height: 14px;
						cursor: pointer;
						margin: 5px 16px 0 1px;
					}

					div#contact_type_box, 
					div#adminbox {
						height: auto;
					}
					div#contact_type_box > div, 
					div#adminbox > div {
						/*float: none;*/
					}
					div#contact_type_box > div > div, 
					div#adminbox > div > div {
						float: none;
					}
						
					div.userinfo_box  div > div.activebox.green {
						background-color: #98ca3c;
					}
					div.userinfo_box  div > div.activebox.red {
						background-color: #eb2e2e;
					}
					div.userinfo_box  .remove_fe {
						float:right;
						cursor: pointer;
						color: #f00;
					}
					
					
					
						div.userinfo_box  div > a > img {	/* pdf icon */
							margin: 3px 0 0 10px;
							cursor: pointer;
						}
							/* may shut off permanently  8-9-2016 */
						div.userinfo_box  div.gray_btmbrdr {
							width: 220px; height: 1px;
							padding-left: 0px;
							margin-top: 6px;
							margin-left: 1px;
							border-bottom: 4px solid #b4b4b4;
							display: none;
						}
					div.userinfo_box  div > input[type="text"] {
						width: 68px; height: 18px;
						font: 12px Arial;
						padding-left: 5px;
						color: #000;
						border: 1px solid;
						background-color: #f8f8f8;
					}
					div.userinfo_box  div > input[type="text"]#au_ext {
						width: 30px;
						padding: 0 5px;
						position: absolute;
						left: 75px;
					}
					div.userinfo_box  div input[type="checkbox"]#au_adminsched {
						float: right;
						margin: 2px 0 0 0;
					}
					div.userinfo_box  div > select#au_state {
						margin: 0 5px 0 4px; 
						font: 12px Arial;
						height: 22px; width: 42px;
						background-color: #f8f8f8;
					}
						div.userinfo_box  div input.floatright { float: right; }
						div.userinfo_box  div span.acu_label { width: 56px; }
						div.userinfo_box  div input.acu { width: 134px; }
						div.userinfo_box  div input.acu_city { width: 103px; }
						div.userinfo_box  input.saveuser_btn { 
							font: 12px/19px Arial;
							height: 22px;
							margin-top: 6px;
							width: 210px;
							margin-left: 6px;
							color: #000;
						}
						div.userinfo_box  input.saveuser_btn:hover {
							color: #fff;
						}
						div.userinfo_box  input.updateuser_btn { 
							font: 12px/19px Arial;
							height: 22px;
							margin-top: 6px;
							width: 210px;
							margin-left: 6px;
							color: #000;
						}
						div.userinfo_box  input.updateuser_btn:hover {
							color: #fff;
						}
						
			div.changerating_box {
				position: absolute; top: 96px; left: 10px;
				width: 302px; height: 204px;
				border: 3px solid #f79c21;
				background-color: #ffd6a5;
				z-index: 1110;
				color: #000;
				padding: 8px;
				box-shadow: 4px 4px 9px #000;
				display: none;
			}
				div.changerating_box > div.rate {
					width: 302px; height: 59px; 
					background-color: #fff;
				}
					div.changerating_box > div.rate > div {
						width: 100%; height: 31px;
						position: relative;
					}
					div.changerating_box > div.rate > div > img.star {
						margin: 5px 2px 0 2px;
						cursor: pointer;
					}
					/*
					div.changerating_box > div.rate > div > div.show_rating {
						position: absolute; top: 0; right: 5px;
						width: 12px; height: 31px;
						font: bold 12px/31px Arial;
						color: #f79c21;
					}*/
				div.changerating_box > div.comment {
					width: 302px; height: 145px;
				}
					div.changerating_box > div.comment > textarea {
						width: 292px; height: 81px;
						padding: 5px;
						font: 12px Arial;
						border: 0px;
						color: #535353;
					}
					div.changerating_box > div.comment > input {
						width: 148px; height: 22px;
						font: 12px Arial;
						margin-top: 4px;
					}
				div.changerating_box > div.rate > div.hdr, div.changerating_box > div.comment > div.hdr {
					width: 100%; height: 28px;
					font: bold 12px/28px Arial;
					background-color: #ffecd4;
				}
				
			div.viewrating_box {
				position: absolute; top: 96px; left: 10px;
				width: 302px; height: 204px;
				border: 3px solid #f79c21;
				background-color: #ffd6a5;
				z-index: 1110;
				color: #000;
				padding: 8px;
				box-shadow: 4px 4px 9px #000;
				display: none;
			}
				div.viewrating_box > div.rate {
					width: 302px; height: 36px; 
					background-color: #ffecd4;
				}
					div.viewrating_box > div.rate > div.hdr {
						width: 252px; height: 34px;
						font: bold 12px/34px Arial;
						text-align: left;
						padding-left: 50px;
					}
						div.viewrating_box > div.rate > div.hdr > img {
							margin: 6px 0 0 12px;
							float: left;
						}
					div.viewrating_box > div.rate > div.whiteborder {
						width: 294px; height: 2px;
						background-color: #fff;
						margin-left: 4px;
					}
				div.viewrating_box > div.comment {
					width: 302px; height: 168px;
				}
					div.viewrating_box > div.comment > div#current_rate_comment {
						width: 292px; height: 104px;
						padding: 5px;
						font: 12px Arial;
						border: 0px;
						color: #535353; 
						background-color: #fff;
						overflow-y: auto; 
						overflow-x: hidden;
					}
						div.viewrating_box > div.comment > div#current_rate_comment > div.box {
							width: 270px;
							padding: 3px;
						}
						div.viewrating_box > div.comment > div#current_rate_comment > div.box:nth-child(even) {
							background-color: #f5f5f5; 
						}
						div.viewrating_box > div.comment > div#current_rate_comment > div.box > span.c_date {
							margin-right: 12px;
						}
						div.viewrating_box > div.comment > div#current_rate_comment > div.box > span.c_rate {
							font-weight: bold;
							color: #4e8a3f;
						}
						div.viewrating_box > div.comment > div#current_rate_comment > div.box > span.c_init {
							font-weight: bold;
							margin-left: 12px;
						}
						div.viewrating_box > div.comment > div#current_rate_comment > div.box > span.c_note {
							width: 260px;
							display: block;
							margin: 2px 0 15px 15px;
							text-align: left;
							font-style: italic;
						}
					div.viewrating_box > div.comment > input {
						width: 148px; height: 22px;
						font: 12px Arial;
						margin-top: 4px;
					}
						div.viewrating_box > div.comment > input.wide {
							width: 302px;
						}
				div.viewrating_box > div.comment > div.hdr {
					width: 100%; height: 28px;
					font: bold 12px/28px Arial;
					background-color: #ffecd4;
				}
				
				
			div.coi_listbox_h {		/* h = home page */
				position: absolute; top: 170px; left: 8px;
				width: 450px; height: 189px;
				background-color: #f1f5ed;
				border: 1px solid #9aac8e;
				z-index: 1110;
				color: #000;
				box-shadow: 4px 4px 9px #000;
				display: none;
			}
				div.coi_listbox_h > div.title {
					width: 100%; height: 28px;
					font: bold 12px/28px Arial;
					text-align: center;
					position: relative;
				}
					div.coi_listbox_h > div.title > div.coi_close_h {
						position: absolute; top:0px; right: 4px;
						line-height: 16px;
						color: #99aa79;
						cursor: pointer;
					}
						div.coi_listbox_h > div.title > div.coi_close_h:hover {
							color: #000;
						}
				div.coi_listbox_h > div.hdr {
					width: 442px; height: 26px;
					font: 12px/26px Arial;
					background-color: #f8faf6;
					margin-left: 4px;
					color: #44762c; /*#000;*/
				}
					div.coi_listbox_h > div.hdr > div {
						padding-left: 5px;
					}
				div.coi_listbox_h > div.coi_list_h {
					width: 442px; height: 130px;
					background-color: #fff;
					margin-left: 4px;
					overflow-y: scroll;
					color: #3a522f;
				}
					div.coi_listbox_h > div.coi_list_h > div {
						margin-left: 2px;
					}
					div.coi_listbox_h > div.coi_list_h > div:nth-child(odd) {
						background-color: #f0f0f0;
					}
					div.coi_listbox_h > div.coi_list_h > div > div {
						height: 26px;
						font: 12px/26px Arial;
						padding-left: 5px;
					}
						div.coi_listbox_h > div.coi_list_h > div > div > img {
							margin: 2px 4px 0 0;
						}
						div.coi_listbox_h > div.coi_list_h > div > div > a {
							color: #000;
							text-decoration: none;
						}
							div.coi_listbox_h > div.coi_list_h > div > div > a:hover {
								color: #4e8a3f;
							}
		div.vendor_box {
			position: absolute;  
			width: 1100px;
			border: 1px solid #565656;
			margin: -1px 0 0 50px;
			background: url('../img/grainyback.jpg');
			z-index: 999;
			box-shadow: 4px 4px 9px #888888;
			display: none;
		}
			div.vendor_box > div.vbx_innerborder {
				width: 1096px; 
				
				border: 2px solid #f79c21;
				border-bottom: 3px solid #f79c21;
				position: relative;
			}			
					
		
		div.vbx_info {
			width: 600px; 
			margin-bottom: 10px;
		}
			div.vbx_info > div.hdr {
				width: 100%; height: 26px;
				text-align: center;
				background-color: #f79c21;
				color: #000;
				position: relative;
				font: 14px/26px Arial;
			}
				div.vbx_info > div.hdr > input[type="button"].removevendor  {
					position: absolute; top: 3px; left: 2px;
					width: 75px;
					height: 20px;
					font-size: 12px;
					font: 12px/18px Arial;
				}
				div.vbx_info > div.hdr > input[type="button"].mergevendor {
					position: absolute; 
					top: 3px; 
					left: 80px;
					width: 65px; 
					height: 20px;
					font-size: 12px;
					font: 12px/18px Arial;
				}
				
				div.vbx_info > div.hdr > div.subvendor {
					position: absolute;   
					left: 440px;
					width: 35px; 
					height: 20px;
					font-size: 12px; 
					cursor:pointer;
					border-radius: 5px;
					border: 1px solid #fff;
					color:#fff;
					margin-top:1px;
				}
				div.vbx_info > div.hdr > div.subvendor:hover { 
					text-shadow: 0px 0px 1px #444; 
					color: #fff;
					opacity: 1.0;
					border: 2px solid #fff;
				}
				
				div.vbx_info > div.hdr > div.subvendor>div {
					position: absolute;   
					
					width: 35px; 
					height: 20px;
					font-size: 12px; 
					cursor:pointer;
					
					margin-top:-2px;
				}
				
				
				
			div.vbx_info > div.inner {
				width: 50%; 
			}
				div.vbx_info  div.line {
					width: 97%; 
					height: 28px;
					text-align: left;
					font: bold 12px/34px Arial;
					color: #000;
					margin: 0 0 3px 8px;
				}
				div.vbx_info div.line #vendor_category {
					color: #000!important;
					border: 1px solid #000!important;
					width: 100px!important; 
					margin-top: 4px;
				}
				
				
					div.vbx_info div.line  img.stars {
						margin: 6px 0 0 10px;
						float: left;
					}
					div.vbx_info div.line div.num_rating, div.vbx_info div.line div.num_rating2 {
						width: 25px; height: 28px;
						font: bold 14px/28px Arial;
						color: #f09b00;
						float: left;
						margin: 4px 0 0 2px;
						text-align: center;
					}
					div.vbx_info  div.line > input[type="button"] {
						border: 1px solid #ba7b25;
						color: #ba7b25;
					}
						div.vbx_info div.line > input[type="button"]:hover {
							background-color: #f79c21;
							color: #fff;
							cursor: pointer;
							box-shadow: 1px 1px 3px #804b04;
							border: 1px solid #f79c21;
						}
					div.vbx_info div.line > input[type="button"].addrating {
						margin: 8px 0 0 0;
						float: right;
						width: 40px; height: 20px;
						font: 11px/18px Arial;
					}
					div.vbx_info div.line > input[type="button"].viewrating {
						margin: 8px 4px 0 0;
						float: right;
						width: 40px; height: 20px;
						font: 11px/18px Arial;
					}
					div.vbx_info  div.line > input[type="button"].viewrating.mr44 {
						margin-right: 44px;
					}
					div.vbx_info div.line > input[type="button"].addemergphone {
						margin: 4px 0 0 1px;
						float: right;
						width: 30px; height: 20px;
						font: 11px/18px Arial;
						background: none;
						border: none;
						box-shadow: none;
						color: #962921;
						opacity: 0.6; 
					}
						div.vbx_info  div.line > input[type="button"].addemergphone:hover { 
							text-shadow: 0px 0px 1px #444; 
							color: #e91e0e;
							opacity: 1.0;
						}
				div.vbx_info  div.line2 {
					width: 97%;
					font: 11px/16px Arial;
					text-align: left;
					padding: 4px 0 4px 5px;
					color: #000;
					background-color: #fff;
				}
					div.vbx_info  div.line2 > span:nth-child(even) {
						cursor: pointer;
						margin-right: 20px;
					}
					div.vbx_info div.line2 > span.check {
						margin-right: 4px;
						cursor: default;
					}
					
				div.vbx_info  div.line3 {
					width: 162px; height: 28px;
					font: bold 12px/34px Arial;
					color: #000;
					text-align: left;
					padding-left: 10px;
				}
				div.vbx_info  div.line4 {
					width: 146px;
					font: 11px/16px Arial;
					text-align: left;
					padding: 4px 0 4px 25px;
					color: #000;
					background-color: #fff;
				}
					div.vbx_info div.line4a {
						width: 147px;
					}
		div.rates_users {
			width: 248px;
			margin-bottom: 10px;
		}
			div.rates_users  div.hdr {
				width: 100%; 
				height: 26px;
				text-align: center;
				background-color: #f79c21;
				margin-left: 0px;
				color: #000;
				position: relative;
				font: 14px/26px Arial;
			}
				div.rates_users  div.hdr  input[type="button"].adduser {
					margin: 0px;
					position: absolute; top: 3px; right: 4px;
					width: 35px; height: 20px;
					font: 11px/18px Arial;
					padding: 0;
				}
			
			div.rates_users   div.inner {
				width: 100%;
			}
				div.rates_users  div.inner  div.line ,
				div.rates_users  div.inner  div.drop_line {
					width: 97%;
					height: 28px;
					text-align: left;
					color: #000;
					font: bold 12px/34px Arial;
					margin: 0 0 3px 8px;
				}
				div.rates_users  div.inner  div.drop_line {
					border-bottom: 1px solid #fff;
					cursor:pointer;
				}
				
				.drop_line .material-icons{
					float:right;
				}
				
				
				div.rates_users  .upct_line,
				div.rates_users  .hpct_line,
				div.rates_users  .gpr_line,
				div.rates_users  .fs_dpr_line,
				div.rates_users  .tmr_line,
				div.rates_users  .dppct_line{
					display:none;
				}
				
				
				
				
				div.rates_users  div.inner  div.line2 {
					width: 95%;
					font: 11px/20px Arial;
					text-align: left;
					margin-left: 2px;
					padding: 4px 0 4px 8px;
					color: #000;
					background-color: #fff;
				}
					div.rates_users  div.inner  div.line2 > div {
						height: 20px;
						text-align: center;
					}
					div.rates_users  div.inner  div.line2  div.range {
						width: 85px;
						text-align: left;
					}
					div.rates_users  div.inner  div.line2  div.time_frame {
						width: 75px;
					}
					div.rates_users  div.inner  div.line2  div.rate {
						width: 66px;
						text-align: right;
						padding-right: 6px;
					}
						div.rates_users  div.inner  div.line2  div.rate  span {
							float: right;
							text-align: left;
							font-style: italic;
							color: #646464;
							margin-left: 3px;
						}
				div.rates_users  div.inner  div.line3 {
					width: 162px; height: 28px;
					line-height: 34px;
					text-align: left;
					padding-left: 10px;
				}
				div.rates_users  div.inner  div.line4 {
					width: 146px;
					text-align: left;
					padding: 4px 0 4px 25px;
					color: #000;
					background-color: #fff;
				}
					div.rates_users  div.inner  div.line4a {
						width: 147px;
					}
					
			
			div.rates_users  div.inner2 {
				width: 100%;
			}
			div.rates_users  div.personnel_row ,div.rates_users  div.personnel_row_head{
				width: 100%;
				background: #ffffff;
			} 
			div.rates_users  div.inner2  div.line_per_head  {
				width: 49%;
				height: 20px;
				font: 16px/20px Arial ;
				text-align: center;
				padding-left: 2px;  
			}
			div.rates_users  div.inner2  div.personnel_row:hover {
				color: #579639;
			}
			
			
			
			div.rates_users  div.personnel_row:nth-child(odd) {
				background: #ffffff;
			}
			div.rates_users  div.personnel_row:nth-child(even) {
				background: #f0f0f0;
			}
			div.rates_users   .non_active{
				color: #c0c0c0;
			}
			
			div.rates_users    .contact{
				color: #1869ba;
			}
			
				div.rates_users  div.inner2  div.line   {
					width: 49%;
					height: 20px;
					font: 11px/20px Arial;
					text-align: left;
					padding-left: 2px; 
					cursor: pointer;
				}
					
					div.rates_users  div.inner2  div.line  span {
						float: none;
						margin-left: 2px;
						color: #b90000;
					}
/* END : vendor map - map page - vendor list */


/* vendor login  */
div.banner_box {
	position: absolute; top: -113px; right: 50px;
	width: 175px; height: 110px;
	text-align: right;
	font: bold 16px Arial;
}
	div.banner_box > div {
		width: 170px; height: 24px;
	}
	div.banner_box > div.oph_text {
		height: 20px;
		font: italic 14px/22px Arial;
	}
	div.banner_box > div.eph_text {
		height: 20px;
		font: italic 14px/22px Arial;
		color: #b90000;
	}
	div.banner_box > div.red {
		color: #b90000;
	}
	div.banner_box > div > a {
		color: #000;
		text-decoration: none;
	}
		div.banner_box > div > a:hover {
			color: #579639;
		}
div.map_box {
	width: 550px;
	margin: 15px 0 0 15px;
}
	div.map_box > div.hdr {
		width: 550px; height: 26px;
		font: italic 14px/26px Arial;
		color: #da8505;
		position: relative;
	}
		div.map_box > div.hdr > div.canada {
			position: absolute; top: 30px; right: 65px;
			background-color: #6b6b6b;
			color: #edf8da;
			font: 12px/20px Arial;
			height: 20px;
			margin: 0;
			padding: 0;
			width: 310px;
			z-index: 99;
		}
			div.map_box > div.hdr > div.canada > div {
				height: 20px;
				padding: 0px 3px 0px 3px;
				margin: 0 1px 0 1px;
				border-radius: 2px;
				cursor: pointer;
				text-align: center;
				position: relative;
			}
				div.map_box > div.hdr > div.canada > div > span {
					position: absolute; top: 25px; right: 20px;
					display: none;
					background-color: #000;
					color: #fff;
					font: 11px/22px Arial;
					height: 22px;
					padding: 0px 4px 0px 4px;
					opacity: 0.5;
					filter:Alpha(opacity=50);
					text-align: left;
					white-space: nowrap;
				}
			div.map_box > div.hdr > div.canada > div#canada:hover {
				text-shadow: none;
			}
			div.map_box > div.hdr > div.canada > div:hover {
				text-shadow: 1px 1px #000;
			}
			div.map_box > div.hdr > div.canada > div:hover > span {
				display: block;
			}
	/* map on forum (home) page */		
	div.map_box > div.fe_map {
		width: 550px; height: 356px;
		margin: 0px;
	}
	div.map_box > div.ftr {
		width: 550px; height: 26px;
		font: 14px/26px Arial;
		color: #7a8b5c;
		position: relative;
	}
		div.map_box > div.ftr > div.mexico {
			position: absolute; top: -35px; right: 150px;
			background-color: #6b6b6b;
			border: medium none;
			color: #edf8da;
			cursor: pointer;
			font: 12px/20px Arial;
			height: 20px;
			margin: 0 1px 0 1px;
			padding: 0px 8px 0px 8px;
			border-radius: 2px;
			text-align: center;
			z-index: 99;
		}
			div.map_box > div.ftr > div.mexico > span {
				position: absolute; bottom: 25px; right: 60px;
				display: none;
				background-color: #000;
				color: #fff;
				font: 11px/22px Arial;
				height: 22px;
				padding: 0px 4px 0px 4px;
				opacity: 0.5;
				filter:Alpha(opacity=50);
				text-align: left;
				white-space: nowrap;
			}
			div.map_box > div.ftr > div.mexico:hover {
				text-shadow: 1px 1px #000;
			}
			div.map_box > div.ftr > div.mexico:hover > span {
				display: block;
			}
			
div.service_area_box {
	width: 320px;
	margin: 36px 0 0 10px;
	
}
	div.service_area_box > div.inner_box {
		width: 320px; max-height: 460px;
		overflow-y: scroll;
		overflow-x: hidden;
	}
	div.service_area_box > div.state_line {
		width: 320px; height: 28px;
		padding-left: 0px;
		font: bold 15px/28px Arial;
		color: #3a522f;		
		text-shadow: 1px 1px #c6d2af;
	}
	div.service_area_box > div.hdr_line {
		width: 318px; height: 36px;
		font: 12px Arial;
		text-align: center;
		background-color: #d2e0cb;
		border: 1px solid #8da383;
		margin-bottom: 6px;
	}
		div.service_area_box > div.hdr_line > div.w1 { width: 119px; border-right: 1px solid #8da383; line-height: 36px; }
		div.service_area_box > div.hdr_line > div.w2 { width: 117px; border-right: 1px solid #8da383; line-height: 36px; }
		div.service_area_box > div.hdr_line > div.w3 { width: 59px; line-height: 16px; margin-top: 2px; }
	div.service_area_box > div.inner_box > div.row {
		width: 318px; height: 26px;
		font: 12px/26px Arial;
		text-align: center;
		border: 1px solid #b6dea3;
		border-bottom: 0px;
		color: #3a522f;
	}
		div.service_area_box > div.inner_box > div.row > div > img {
			margin-top: 3px;
		}
		div.service_area_box > div.inner_box > div.row.br {
			border-bottom: 1px solid #b6dea3;
		}
		div.service_area_box > div.inner_box > div.row > div.w4 { 
			width: 111px; height: 26px;
			padding-left: 8px;
			text-align: left;
			border-right: 1px solid #b6dea3;
			cursor: default;
		}
		div.service_area_box > div.inner_box > div.row > div.w5 { 
			width: 58px;  height: 26px;
			border-right: 1px solid #b6dea3; 
		}
		div.service_area_box > div.inner_box > div.row > div.w6 { 
			width: 58px;  height: 26px;
		}
	
div.register_box {
	width: 850px; height: 400px;
	margin: 40px 0 0 0;
	/*margin: 40px 0 0 175px;*/
}
	div.register_box > div.hdr > div {
		width: 850px; height: 36px;
		font: bold 16px/26px Arial;
		color: #3a522f;
		text-align: center;
		cursor: pointer;
	}
	div.register_box > div.inner {
		width: 850px; height: 400px;
		/*padding-top: 40px;*/
		background-color: #f4fbf0; /*#f8faf6;*/
		box-shadow: 2px 2px 4px #888888;
	}
		div.register_box > div.inner:hover {
			background-color: #e8f7df; /*#fbf9d9;*/
		}
		div.register_box > div.inner > div.hdr {
			width: 850px;
			font: bold 24px Arial;
			text-align: center;
			margin: 25px 0 0 0;
			color: #75c141;  /*#00c25d; #6cc24a; #4e8a3f;*/
				/*color: #d18005;*/
		}
			div.register_box > div.inner > div.hdr > span {
				float: none;
				color: #d18005;
			}
			div.register_box > div.inner > div.hdr > b {
				color: #4e8a3f;
			}
		div.register_box > div.inner > img {
			margin: 25px 0 0 125px;
		}
		div.register_box > div.inner > div.startbtn {
			width: 500px; height: 40px;
			border: 2px solid #4c7536;  /*#287745;*/
			background-color: #75c141;  /*#00c15d; #f9a11b;*/
			color: #fff;
			font: bold 22px/40px Arial;
			text-align: center;
			cursor: pointer;
			margin: 25px 0 0 180px;
		}
div.redirect_box {
	width: 850px; height: 150px;
	margin: 20px 0 0 175px;	background-color: #fef7eb; /*#f4fbf0;*/
	box-shadow: 2px 2px 4px #888888;
}
	div.redirect_box:hover {
		background-color: #fdefd7;
	}
	div.redirect_box > div.hdr {
		width: 850px;
		font: bold 24px Arial;
		text-align: center;
		margin: 25px 0 0 0;
		color: #f9a11b;		/*#75c141;  #00c25d; #6cc24a; #4e8a3f;*/
			/*color: #d18005;*/
	}
	div.redirect_box > div.redirectbtn {
		width: 500px; height: 40px;
		border: 2px solid #684002;	/*#4c7536;  #287745;*/
		background-color: #f9a11b;	/* #75c141;  #00c15d; #f9a11b;*/
		color: #fff;
		font: bold 22px/40px Arial;
		text-align: center;
		cursor: pointer;
		margin: 25px 0 0 180px;
	}
	
	
div.login_box {
	width: 300px; height: 400px; 
	margin: 40px 0 0 0;
	
}
	div.login_box > div.hdr > div {
		width: 250px; height: 36px;
		font: bold 16px/26px Arial;
		color: #3a522f;
		text-align: center;
		cursor: pointer;
	}
	div.login_box > div.login_box_inner {
		width: 300px; height: 400px;
		margin-left: 10px;
		background-color: #f1f5ed;
		box-shadow: 2px 2px 4px #888888;
	}
		div.login_box > div.login_box_inner > div.hdr {
			width: 300px;
			font: bold 24px Arial;
			text-align: center;
			margin: 25px 0 20px 0;
			color: #75c141;  /*#00c25d; #6cc24a; #4e8a3f;*/
				/*color: #d18005;*/
		}
	div.login_box > div.login_box_inner > div.lbl {
		width: 214px; height: 24px;
		font: 14px/24px Arial;
		margin: 8px 0 1px 45px;
		color: #579639;
	}
	div.login_box > div.login_box_inner > div.lbl_red {
		width: 214px;
		font: 14px Arial;
		text-align: center;
		margin: 20px 0 1px 45px;
		color: #b90000;
		
	}
	div.login_box > div.login_box_inner > div > input[type="text"],
	div.login_box > div.login_box_inner > div > input[type="password"]
	{
		width: 206px; height: 28px;
		font: 16px Arial;
		padding-left: 8px;
		margin: 0 0 12px 45px;
		border: 0px;
		color: #3a522f;
		box-shadow: 1px 1px 2px #3a522f;
	}
	
		div.login_box > div.login_box_inner > div > input[type="button"]  { 
			height: 24px;
			margin: 16px 0 0 0;
		}

			div.login_box > div.login_box_inner > div > input[type="button"].w1 { width: 64px; margin-right: 6px; }
			div.login_box > div.login_box_inner > div > input[type="button"].w2 { width: 80px; margin-right: 6px; }
			div.login_box > div.login_box_inner > div > input[type="button"].w3 { width: 144px; margin-right: 6px; }
		
div.login_btn {

}		

/* END : vendor login  */





/* forum page  */
div.left_column {
	width: 290px;
	margin: 15px 0 150px 5px;
	border-right: 1px solid #b6dea3;
	position: relative;
}
div.doc_box {
	width: 275px;
}
	div.left_column div.outer {
		width: 271px;
		margin: 0 0 20px 0;
		background-color: #f1f5ed;
		border: 1px solid #9aac8e;
			/* box-shadow: 1px 1px 4px #ccc; */
		position: relative;
	}
		div.left_column div.outer > img.excelbtn {
			position: absolute; right: 9px; top: 9px;
			cursor: pointer;
		}
		div.left_column div.outer.ecl {
			background-color: #f8faf6; /*wheat; #d2e0cb;*/
			display: none;
			margin-top: 7px;
			margin-bottom: 0px;
		}
		div.left_column div.outer.regnewvendor:hover {
			background-color: #d2e0cb;
			cursor: pointer;
			color: #000;
		}
		div.left_column div.outer.svc:hover {
			background-color: #d2e0cb;
			cursor: pointer;
			color: #000;
		}
		div.left_column div.outer.eui {
			background-color: #f8faf6; /*wheat; #d2e0cb;*/
			display: none;
			margin-top: 7px;
		}
		div.left_column div.outer.coi {
			background-color: #f8faf6; /*wheat; #d2e0cb;*/
			margin-top: 7px;
			display: none;
			margin-bottom: 0px;
		}
			div.left_column div.outer.coibtn {
				margin-bottom: 0px;
			}
			div.left_column div.outer.coibtn:hover {
				background-color: #d2e0cb;
				cursor: pointer;
				color: #000;
			}
			div.left_column div.outer div.coi_box {
				width: 264px;
				margin: 0 0 0 0;
				border-radius: 6px;
				padding: 8px 0 0 8px;
				position: relative;
				font: 14px Arial;
			}
				div.coi_box > div {
					height: 24px;
					line-height: 28px;
				}
				div.coi_box > input[type="file"] {
					position: absolute; top: 30px; right: 9px;
					height: 30px;
					opacity: 0.0;
					filter:Alpha(opacity=0);
					cursor: pointer;
				}
				div.coi_box > input[type="text"] {
					width: 168px; height: 22px; 	
					font-family: Arial;
					margin: 0 0 0 0;
					padding-left: 3px;
					padding-right: 3px;
					border: 1px solid #bbc7b4;
				}
				div.coi_box > div.expdate_text,
				div.coi_box > div.effdate_text {
					line-height: 18px;
					height: 20px; 
					margin-top: 10px;
				}
				div.coi_box > div.coi_daterow {
					width: 260px; height: 24px;
				}
					div.coi_box > div.coi_daterow select {	
						height: 24px;
						padding: 2px;
						background-color: #fff;
						border: 1px solid #bbc7b4;
						font: 12px Arial;
						color: #000000;
						margin-right: 5px;
					}
						div.coi_box > div.coi_daterow select#coi_effmonth,
						div.coi_box > div.coi_daterow select#coi_expmonth {
							margin-left: 20px;
						}
				div.coi_box > input[type="button"] {
					width: 100px; height: 26px;
					margin: 0 6px 0 0;
					font: 12px Arial;
				}
					div.coi_box > input[type="button"].browsebtn {
						width: 77px;
						margin-left: -1px;
						/*
						-webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.45);
						-moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.45);
						box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.45);
						border-top-left-radius: 0px;
						border-bottom-left-radius: 0px;
						*/
					}
						div.coi_box > input[type="button"].browsebtn:hover {
							background-color: #6f7e54;
							color: #fff;
							cursor: pointer;
							box-shadow: 1px 1px 3px #aaa;
							border: 1px solid #6f7e54;
						}
				div.coi_box > input[type="button"].uploadbtn {
					width: 146px; height: 26px;
					margin: 12px 0 10px 2px;
				}
				div.coi_box > input[type="button"].close_coiform {
					width: 98px; height: 26px;
					margin: 12px 0 10px 6px;
				}
				
		div.outer.coi div.coi_compselect {
			width: 250px; height: 42px;
			margin: 0 0 0 2px;
			border-radius: 6px;
			padding: 4px 0;
		}
			div.outer.coi div.coi_compselect > div.hdr {
				width: 248px; height: 24px;
				font: 14px/26px Arial;
				margin-left: 1px;
			}
				div.outer.coi div.coi_compselect > div.hdr > em {
					color: #868686;
					font: italic 12px Arial;
				}
			div.outer.coi div.coi_compselect > select {
				width: 250px; height: 22px;
				border: 1px solid #bbc7b4;
			}
			div.outer.coi > input[type="button"].view_coilist {
				height: 26px;
				margin: 0 0 12px 0;
				font: 12px Arial;
				z-index: 999;
			}
		/* W9 upload box - NEW 12-3-2013 */
			div.left_column div.outer.w9 {
				background-color: #f8faf6; /*wheat; #d2e0cb;*/
				margin-top: 7px;
				display: none;
				margin-bottom: 0px;
			}
			
				div.outer.w9 div.w9_compselect {
					width: 250px; height: 42px;
					margin: 0 0 0 2px;
					border-radius: 6px;
					padding: 4px 0;
				}
					div.outer.w9 div.w9_compselect > div.hdr {
						width: 248px; height: 24px;
						font: 14px/26px Arial;
						margin-left: 1px;
					}
						div.outer.w9 div.w9_compselect > div.hdr > em {
							color: #868686;
							font: italic 12px Arial;
						}
					div.outer.w9 div.w9_compselect > select {
						width: 250px;
						border: 1px solid #bbc7b4;
						height: 22px;
					}
			
				div.outer.w9 > input[type="button"].view_w9list {
					height: 24px;
					margin: 0 0 12px 0;
					font: 12px Arial;
					z-index: 999;
				}
				div.left_column div.outer.w9btn {
					margin-bottom: 0px;
				}
				div.left_column div.outer.w9btn:hover {
					background-color: #d2e0cb;
					cursor: pointer;
					color: #000;
				}
				div.left_column div.outer div.w9_box {
					width: 264px;
					margin: 0 0 0 0;
					border-radius: 6px;
					padding: 8px 0 0 8px;
					position: relative;
					font: 14px Arial;
				}
					div.w9_box > div {
						height: 24px;
						line-height: 28px;
					}
					div.w9_box > input[type="file"] {
						position: absolute; top: 30px; right: 9px;
						height: 30px;
						opacity: 0.0;
						filter:Alpha(opacity=0);
						cursor: pointer;
					}
					div.w9_box > input[type="text"] {
						width: 168px; height: 22px; 	
						font-family: Arial;
						margin: 0 0 0 0;
						padding-left: 3px;
						padding-right: 3px;
						border: 1px solid #bbc7b4;
					}
					div.w9_box > input[type="button"] {
						width: 100px; height: 26px;
						margin: 0 6px 0 0;
						font: 12px Arial;
					}
						div.w9_box > input[type="button"].browsebtn {
							width: 77px;
							margin-left: -1px;
							/*
							-webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.45);
							-moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.45);
							box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.45);
							border-top-left-radius: 0px;
							border-bottom-left-radius: 0px;
							*/
						}
							div.w9_box > input[type="button"].browsebtn:hover {
								background-color: #6f7e54;
								color: #fff;
								cursor: pointer;
								box-shadow: 1px 1px 3px #aaa;
								border: 1px solid #6f7e54;
							}
					div.w9_box > input[type="button"].uploadbtn {
						width: 150px; height: 26px;
						margin: 12px 0 10px 0;
					}
					div.w9_box > input[type="button"].close_w9form {
						width: 98px; height: 26px;
						margin: 12px 0 10px 6px;
					}
		/* W9 list box - NEW 12-3-2013 */
		div.w9_listbox_h {	/* h = home page */
			position: absolute; top: 170px; left: 8px;
			width: 450px; height: 189px;
			background-color: #f1f5ed;
			border: 1px solid #9aac8e;
			z-index: 1110;
			color: #000;
			box-shadow: 4px 4px 9px #000;
			display: none;
		}
			div.w9_listbox_h > div.title {
				width: 100%; height: 28px;
				font: bold 12px/28px Arial;
				text-align: center;
				position: relative;
			}
				div.w9_listbox_h > div.title > div.w9_close_h {
					position: absolute; top:0px; right: 4px;
					line-height: 16px;
					color: #99aa79;
					cursor: pointer;
				}
					div.w9_listbox_h > div.title > div.w9_close_h:hover {
						color: #000;
					}
			div.w9_listbox_h > div.hdr {
				width: 442px; height: 26px;
				font: 12px/26px Arial;
				background-color: #f8faf6;
				margin-left: 4px;
				color: #44762c; /*#000;*/
			}
				div.w9_listbox_h > div.hdr > div {
					padding-left: 5px;
				}
			div.w9_listbox_h > div.w9_list_h {
				width: 442px; height: 130px;
				background-color: #fff;
				margin-left: 4px;
				overflow-y: scroll;
				color: #3a522f;
			}
				div.w9_listbox_h > div.w9_list_h > div:nth-child(odd) {
					background-color: #f0f0f0;
				}
				div.w9_listbox_h > div.w9_list_h > div > div {
					height: 26px;
					font: 12px/26px Arial;
					padding-left: 5px;
				}
					div.w9_listbox_h > div.w9_list_h > div > div > img {
						margin: 2px 4px 0 0;
					}
					div.w9_listbox_h > div.w9_list_h > div > div > a {
						color: #000;
						text-decoration: none;
					}
						div.w9_listbox_h > div.w9_list_h > div > div > a:hover {
							color: #4e8a3f;
						}
						
		/* document listing off the Vendor info box on the map page (vbx = vendorbox) */
		div#document_listbox_vbx {		
			position: absolute; top: 122px; left: 185px;
			width: 450px; height: 189px;
			border: 3px solid #f79c21;
			background-color: #ffd6a5;
			z-index: 1110;
			color: #000;
			box-shadow: 4px 4px 9px #000;
			display: none;
		}
			div#document_listbox_vbx > div.title {
				width: 100%; height: 28px;
				font: bold 12px/28px Arial;
				text-align: center;
				position: relative;
			}
				div#document_listbox_vbx > div.title > div#close_documentlist_vbx {
					position: absolute; top:0px; right: 4px;
					line-height: 16px;
					color: #cb9d5f;
					cursor: pointer;
				}
					div#document_listbox_vbx > div.title > div#close_documentlist_vbx:hover {
						color: #000;
					}
			div#document_listbox_vbx > div.hdr {
				width: 442px; height: 26px;
				font: 12px/26px Arial;
				background-color: #ffecd4;
				margin-left: 4px;
				color: #000;
			}
				div#document_listbox_vbx > div.hdr > div {
					padding-left: 5px;
				}
			div#document_listbox_vbx > div#document_vbxlist {
				width: 442px; height: 130px;
				background-color: #fff;
				margin-left: 4px;
				overflow-y: scroll;
				color: #3a522f;
			}
				div#document_listbox_vbx > div#document_vbxlist > div:first-child {
					margin-top: 2px;
				}
				div#document_listbox_vbx > div#document_vbxlist > div:nth-child(odd) {
					background-color: #f0f0f0;
				}
					div#document_listbox_vbx > div#document_vbxlist div.fileentry {
						height: 26px;
						font: 12px/26px Arial;
						text-align: left;
						padding-left: 5px;
						cursor: pointer;
					}
					div#document_listbox_vbx > div#document_vbxlist div.datefield {
						cursor: default;
						width: 80px;
						font: 12px/26px Arial;
						padding: 0;
						text-align: center; 
					}
					div#document_listbox_vbx > div#document_vbxlist img.fileicon {
						margin: 0 4px 0 0;
						position: relative;
						top: 3px;
					}
					div#document_listbox_vbx > div#document_vbxlist a.filelink {
						color: #000;
						text-decoration: none;
					}
						div#document_listbox_vbx > div#document_vbxlist a.filelink:hover {
							color: #4e8a3f;
						}				
						
						
						
		
		/* Document Upload popup - NEW 2-20-2018 DE */
	div#document_uploadbox {
		background-color: #f8faf6; /*wheat; #d2e0cb;*/
		display: none;
		width: 255px;
		padding: 10px;
		box-shadow: 2px 5px 10px #777;
		position: absolute; top: 120px; left: 285px;
		z-index: 105;
	}
		
			div#document_uploadbox div#du_frame {
				width: 255px;
				margin: 10px 0 0 0;
				position: relative;
				font: 14px Arial;
			}
				 
				div#document_uploadbox div#du_title {
					width: 253px;
					height: 30px;
					font: bold 16px/32px Arial;
					text-align: center;
					color: #3a522f;
					background-color: #f1f5ed;
					border: 1px solid #9aac8e;
				}
				div#du_frame > input[type="file"] {
					position: absolute;
					top: 25px;
					right: 0;
					height: 25px;
					opacity: 0.0;
					filter: Alpha(opacity=0);
					cursor: pointer;
					width: 255px;
				}
				div#du_frame > input[type="text"]#du_filename {
					width: 180px; height: 22px; 	
					font-family: Arial;
					margin: 0;
					padding-left: 3px;
					padding-right: 3px;
					border: 1px solid #bbc7b4;
				}
				div#du_frame > div.expdate_text,
				div#du_frame > div.effdate_text {
					line-height: 18px;
					height: 20px; 
					margin-top: 10px;
				}
				div#du_frame > div.du_daterow {
					width: 260px; height: 24px;
				}
					div#du_frame > div.du_daterow select {	
						height: 24px;
						padding: 2px;
						background-color: #fff;
						border: 1px solid #bbc7b4;
						font: 12px Arial;
						color: #000000;
						margin-right: 5px;
					}
						div#du_frame > div.du_daterow select#du_effmonth,
						div#du_frame > div.du_daterow select#du_expmonth {
							margin-left: 20px;
						}
				div#du_frame > input[type="button"] {
					width: 100px; height: 26px;
					margin: 0 6px 0 0;
					font: 12px Arial;
				}
					div#du_frame > input[type="button"].browsebtn {
						width: 68px;
						margin: 0 0 0 -1px;
					}
						div#du_frame > input[type="button"].browsebtn:hover {
							background-color: #6f7e54;
							color: #fff;
							cursor: pointer;
							box-shadow: 1px 1px 3px #aaa;
							border: 1px solid #6f7e54;
						}
				div#du_frame > input[type="button"]#docuploadbtn {
					width: 153px; height: 26px;
					margin: 17px 0 10px 0;
				}
				
				div#du_frame > input[type="button"]#close_duform {
					width: 98px; height: 26px;
					margin: 17px 0 10px 4px;
				} 
			div#du_frame select#select_ducompany {
				width: 255px; height: 24px;
				border: 1px solid #bbc7b4;
			} 
		div#document_uploadbox .ex_button_row{
			width: 255px;
			height: 62px;
		} 
		div#document_uploadbox #view_dulist {
			height: 26px; 
			width: 100%;
			font: 12px/24px Arial;
		} 
		div#document_uploadbox #view_aproved {
			width: 48%;
			height: 26px; 
			font: 12px/24px Arial;
			margin-left: 4%;
		}
		div#document_uploadbox #view_pending {
			width: 48%;
			height: 26px; 
			font: 12px/24px Arial;
		}
		div#document_uploadbox #view_rejected {
			width: 48%;
			height: 26px; 
			margin-top: 10px;
			font: 12px/24px Arial; 
		} 
		
	/* Document Upload popup - NEW 2-20-2018 DE */ 
		/* ep = emergency phone (on map page) */
		div.add_epbox {		
			position: absolute; top: 122px; left: 185px;
			width: 500px; min-height: 100px;
			border: 3px solid #f79c21;
			background-color: #ffd6a5;
			z-index: 1110;
			color: #000;
			box-shadow: 4px 4px 9px #000;
			display: none;
		}
			div.add_epbox > div.title {
				width: 100%; height: 28px;
				font: bold 12px/28px Arial;
				text-align: center;
				position: relative;
			}
				div.add_epbox > div.title > div.close_addepbox {
					position: absolute; top:0px; right: 4px;
					line-height: 16px;
					color: #cb9d5f;
					cursor: pointer;
				}
					div.add_epbox > div.title > div.close_addepbox:hover {
						color: #000;
					}
			div.add_epbox > div.hdr {
				width: 492px; height: 26px;
				font: 12px/26px Arial;
				background-color: #ffecd4;
				margin-left: 4px;
				color: #000;
			}
				div.add_epbox > div.hdr > div {
					padding-left: 5px;
				}
			div.add_epbox > div.ep_listbox {
				width: 492px; height: 130px;
				background-color: #fff;
				margin-left: 4px;
				overflow-y: scroll;
				color: #3a522f;
				background-color: #e6e6e6;
			}
				div.add_epbox > div.ep_listbox > div.line {
					width: 100%; height: 28px;
				}
				div.add_epbox > div.ep_listbox > div.line:nth-child(odd) {
					background-color: #d7d7d7;
				}
					div.add_epbox > div.ep_listbox > div.line > img.smallbtn {
						float: left;
						margin-top: 5px;
						margin: 5px 5px 0 3px;
						cursor: pointer;
						box-shadow: none;
						opacity: 0.5;
					}
						div.add_epbox > div.ep_listbox > div.line > img.smallbtn:hover {
							box-shadow: 1px 2px 2px #444;
							opacity: 1.0;
						}
					div.add_epbox > div.ep_listbox > div.line input {
						width: 100px; height: 20px;
						margin-top: 3px;
						font-size: 12px;
						padding-left: 5px;
						border: none;
					}
					div.add_epbox > div.ep_listbox > div.line input.ep_number {
						width: 100px;
					}
					div.add_epbox > div.ep_listbox > div.line input.ep_descr {
						width: 330px;
						margin-left: 5px;
					}
					div.add_epbox > div.ep_listbox > div.line div.ep_number {
						width: 106px;
						font-size: 12px;
					}
					div.add_epbox > div.ep_listbox > div.line div.ep_descr {
						width: 331px;
						font-size: 12px;
						margin-left: 5px;
						text-align: left;
						padding-left: 5px;
					} 
		div.left_column div.outer > div.hdr {
			width: 100%; height: 30px;
			font: bold 16px/32px Arial;
			text-align: center;
			color: #3a522f;
		}
			/*
			div.left_column div.outer > div.hdr > span {
				color: #9db982;
				margin-left: 3px;
			}
			*/
			div.left_column div.outer.gotomap:hover,
			div.left_column div.outer.gotocal:hover,
			div.left_column div.outer.gotofsr:hover
			{
				background-color: #d2e0cb;
				cursor: pointer;
				color: #000;
			}
			div.left_column div.outer.ecibtn:hover {
				background-color: #d2e0cb;
				cursor: pointer;
				color: #000;
			}
			div.left_column div.outer.euibtn {
				margin-bottom: 0px;
			}
			div.left_column div.outer.euibtn:hover {
				background-color: #d2e0cb;
				cursor: pointer;
				color: #000;
			}
		div.left_column div.outer > div.inner {
			width: 243px;
			margin: 10px 0 10px 7px;
			padding: 8px 0 4px 12px;
			background-color: #fff;
			border: 1px solid #bbc7b4;
			/*box-shadow: inset 1px 1px 2px #888888;*/
		} 
			div.left_column div.outer > div.inner > div {
				width: 227px; height: 20px;
				font: 14px/20px Arial;
				color: #000;
			}
			div.left_column div.outer > div.inner div.document_line {
				width: 235px;
				margin-bottom: 4px;
				color: #910000;
			}
				div.left_column div.outer > div.inner div.document_line:hover { 
					text-shadow: 1px 1px 2px #c2c2c2; 
					cursor: default;
				}
				div.left_column div.outer > div.inner div.document_line.green { color: #63984d; }
				div.left_column div.outer > div.inner div.document_line a.filelink {
					width: 212px;
					display: inline-block;
					text-decoration: none;
					color: inherit;
				}
				
			div.left_column div.outer > div.inner div.document { width: 215px; }
			div.left_column div.outer > div.inner i { 
				font-size: 18px;
				cursor: pointer;
				color: #000 !important;
			}
				div.left_column div.outer > div.inner i.fs16 { font-size: 16px; }
				div.left_column div.outer > div.inner i:hover { color: #63984d; cursor: pointer; }
				div.left_column div.outer > div.inner div > a#contact_email {
					color: #000 !important;
					text-decoration: none !important;
				}
					div.left_column div.outer > div.inner > div > a#contact_email:hover {
						text-decoration: underline !important;
					}
				div.left_column div.outer > div.inner > div > span {
					float: none;
					color: #8da383; 
				}
			div.left_column div.outer > div.inner > div.link {
				cursor: pointer;
			}
			div.left_column div.outer > div.inner > div.link:hover {
				color: #63984d;
			}
				div.left_column div.outer > div.inner > div.link > span.chkmark {
					font-weight: bold;
					color: #98ca3c;
				}
		
	/*
	div.left_column div.profilebox {
		width: 251px;
		margin: 30px 0 30px 11px;
		font: 14px Arial;
		position: relative;
	}
		div.left_column div.profilebox > input.changeuserbtn {
			width: 251px; height: 24px;
			margin: 0;
			font: 12px Arial;
			text-align: center;
			padding-left: 0px;
			padding-right: 0px;
			padding-bottom: 2px;
			background:  url('../img/gray_back.png');
			cursor: pointer;
			border: 0px;
			color: #585858;
			box-shadow: 1px 1px 2px #3a522f;
			z-index: 999;
			position: relative;
		}
			div.left_column div.profilebox > input.changeuserbtn:hover {
				background:  url('../img/green_back.png');
				color: #000;
			}
		div.left_column div.profilebox > div.eui_box {
			width: 238px; height: 208px;
			margin: 4px 0 0 2px;
			padding: 5px;
			background-color: #f1f5ed;
			display: none;
		}
	*/
		div.left_column div.outer > div.ecl_box {
			width: 250px;
			margin: 0 0 0 2px;
			border-radius: 6px;
			padding: 8px;
		}
			div.left_column div.outer > div.ecl_box > div.hdr {
				width: 230px; height: 24px;
				font: 14px/26px Arial;
				margin-left: 2px;
			}
			div.left_column div.outer > div.ecl_box > select {
				width: 250px; height: 24px;
				margin-bottom: 8px;
				border: 1px solid #bbc7b4;
			}
			div.left_column div.outer > div.ecl_box > input[type="button"] {
				width: 250px; height: 26px;
				margin: 5px 0 6px 0px;
				font: 12px Arial;
				z-index: 999;
			}
	
	
		div.left_column div.outer div.eui_box {
			width: 250px;
			margin: 0 0 0 2px;
			border-radius: 6px;
			padding: 8px;
		}
			div.eui_box div {
				width: 45px;
				font: 14px Arial;
				line-height: 24px;
				text-align: right;
				margin-right: 4px;
			}
			div.eui_box input[type="text"],
			div.eui_box input[type="password"] {
				height: 22px; 	width: 190px;
				font-family: Arial;
				margin: 0 0 3px 0;
				padding-left: 3px;
				padding-right: 3px;
				border: 1px solid #bbc7b4;
			}
			div.eui_box .changepwdbox input[type="password"],
			div.eui_box .changepwdbox input[type="text"] {
				width: 220px;
			}
			div.eui_box select#new_state {
				height: 26px;
				width: 198px;
				font-family: Arial;
				margin: 0 0 3px 0;
				padding-left: 3px;
				padding-right: 3px;
				border: 1px solid #bbc7b4;
			}
		div.eui_box input.savechangesbtn[type="button"] {
			width: 103px; height: 24px;
			margin: 5px 6px 0 49px;
			font: 12px Arial;
			z-index: 999;
			position: relative;
		}
		div.eui_box input.cancelchangesbtn[type="button"] {
			width: 89px; height: 24px;
			margin: 5px 0 0 0;
			font: 12px Arial;
			z-index: 999;
			position: relative;
		}
			div.eui_box input[type="checkbox"] {
				margin: 0px; padding: 0px;
				margin: 14px 0 0 16px;
				border: 0px;
			}
			div.eui_box div.chngpwd_text {
				width: 190px; height: 24px;
				text-align: left;
				margin-right: 4px;
				margin: 9px 0 0 8px;
				font: 12px/24px Arial;
			}
			div.eui_box div.changepwdbox {
				width: 230px;
				margin: 0;
				padding: 5px 5px 5px 14px;	
				display: none; 
			}
				div.eui_box div.changepwdbox div {
					width: 100%;
					text-align: left;
					margin-left: 4px;
				}

				div.eui_box div.changepwdbox div.chngpwd_note {
					color: #d08300; 
					margin: 0 0 5px 0; 
					font: italic 11px/14px Arial;
					text-align: center;
					width:100%;
				}
				div.eui_box div.changepwdbox input.pwd_input {
					height: 22px; 	width: 220px;
					padding-left: 5px;
					border: 1px solid #bbc7b4;
				}
				div.eui_box div.changepwdbox input#showpassword_chkbox {
					float: left;
					clear: left;
					margin: 7px 0 0 5px;
				}
				div.eui_box div.changepwdbox div#showpassword_text {
					color: #868686;
					font-size: 11px;
					font-style: italic;
					margin: 2px 0 0 5px;
					width: 75%;
				}
				div.eui_box div.changepwdbox input.savenewpwdbtn[type="button"] {
					width: 130px; height: 24px;
					margin: 8px 6px 0 0;
					font: 12px Arial;
					z-index: 999;
					position: relative;
				}
				div.eui_box div.changepwdbox input.newpwdcancelbtn[type="button"] {
					width: 91px; height: 24px;
					margin: 8px 0 0 0;
					font: 12px Arial;
					z-index: 999;
					position: relative;
				}
			
div.right_column {
	width: 900px;
	margin: 15px 0 45px -1px;
	border-left: 1px solid #b6dea3;
	position: relative;
}
	div.right_column > div.tab {
		width: 135px; height: 38px;
		text-align: center;
		font: 15px/38px Arial;
		color: #868686;
		
		border: 1px solid #dfdfdf;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
		background-color: #f1f5ed;
		border-bottom:  1px solid #b6dea3; 
	}
		div.right_column > div.tab#tab_sa {
			height: 32px;
			margin-top: 6px;
			border-right: 0px;
			font: 14px/34px Arial; 
			margin-left: 15px;
		}
		div.right_column > div.tab#tab_sa:hover {
			color: #000; height: 33px;
			margin-top: 5px;
			background-color: #edf8da; 
			font: 14px/34px Arial;
		}
	div.right_column > div.tab#tab_sa.on {
		width: 882px; height: 38px;
		margin-top: 0px;
		color: #000;
		font: 16px/36px Arial;
		background-color: #fff;
		border: 1px solid #b6dea3;
	}
	div.right_column > div.tab#tab_f {
		height: 32px;
		margin-top: 6px;
		border-left: 0px;
		font: 14px/34px Arial; 
		display: none;
	}
		div.right_column > div.tab#tab_f:hover {
			color: #000; height: 33px;
			margin-top: 5px;
			background-color: #edf8da;
			cursor: pointer;
			font: 14px/34px Arial;
		}
		div.right_column > div.tab#tab_f.on {
			width: 747px; height: 38px;
			margin-top: 0px;
			color: #000;
			font: 16px/36px Arial;
			border: 1px solid #b6dea3;
			background-color: #fff;
		}
	
		
div.forum_box {
	width: 885px;
	margin-top: 15px;
	margin-left: 15px;
	display: none;
}
	div.forum_box > div.hdr {
		width: 815px;
		position: relative;
	}
		div.forum_box > div.hdr > div {
			width: 100%; height: 36px;
			font: bold 16px/26px Arial;
			text-align: center;
			color: #3a522f;
		}
		/*
		div.forum_box > div.hdr > input.newtopic {
			position: absolute; top: 0; right: 0;
			height: 24px; width: 90px;
			font: 11px Arial;
			background:  url('../img/gray_back.png');
			border: 1px solid #d2d2d2;
			border-radius: 2px;
			cursor: pointer;
			display: none;
			box-shadow: 1px 1px 2px #888888;
		}
			div.forum_box > div.hdr > input.newtopic:hover {
				background:  url('../img/green_back.png');
				font-weight: bold;
				color: #000;
			}
		*/
	div.forum_box > div.category_box {
		width: 885px;
		margin: 0 0 0 0;
	}
		div.forum_box > div.category_box > div.category {
			width: 883px; height: 38px;
			background-color: #bbc7b4;
			border: 1px solid #8da383;
			position: relative;
		}
			div.forum_box > div.category_box > div.category > div.hdr {
				width: 873px; height: 38px;
				font: 11px/35px Arial;
				margin: 0 0 5px 10px;
				color: #3a522f;
			}
				
				div.forum_box > div.category_box > div.category > div.hdr > span {
					float: none;
					cursor: pointer;
					font-size: 14px;
					font-weight: bold;
				}
				div.forum_box > div.category_box > div.category > div.hdr > span:hover {
					color: #fff;
				}
			div.forum_box > div.category_box > div.category > input#new_topic {
				position: absolute; top: 8px; right: 63px;
				width: 80px; height: 22px;
				font: 11px/18px Arial;
			}
			div.forum_box > div.category_box > div.category > input#back_btn,
			div.forum_box > div.category_box > div.category > input#backtoforum {
				position: absolute; top: 8px; right: 8px;
				width: 50px; height: 22px;
				font: 11px/18px Arial; 
			}
				
		div.forum_box > div.category_box > div.cat_content {
			margin-top: 5px;
		}
		div.forum_box > div.category_box div.forum {
			width: 859px; height: 44px;
			background-color: #f1f5ed;
			padding-left: 24px;
			border: 1px solid #8da383;
			font: 14px/44px Arial;
			color: #3a522f; 
			cursor: pointer;
			position: relative;
			margin-top: -1px;
		}
			div.forum_box > div.category_box div.forum:hover {
				background-color: #d2e0cb;
			}
		div.forum_box > div.category_box div.forum_border {
			width: 885px; height: 2px;
			border-bottom: 2px solid #bbc7b4;
			margin: 5px 0 7px 0;
		}
		div.forum_box > div.category_box div.forum > div.right {
			position: absolute; top: 0px; right: 15px;
			width: 400px; height: 38px;
			color: #718867;
		}
			div.forum_box > div.category_box div.forum:hover > div.right {
				color: #3a522f;
			}
			div.forum_box > div.category_box div.forum > div.right > div.right_top {
				width: 100%; height: 22px; 
				text-align: right;
				font: 12px/22px Arial;
			}
			div.forum_box > div.category_box div.forum > div.right > div.right_bot {
				width: 100%; height: 22px; 
				text-align: right;
				font: 12px/22px Arial;
			}
		div.forum_box > div.category_box div.topic {
			width: 859px; height: 46px;
			background-color: #f1f5ed;
			padding-left: 24px;
			border: 1px solid #8da383;
			font: 14px/44px Arial;
			cursor: pointer;
			margin-top: -1px;
			position: relative;
		}
			div.forum_box > div.category_box div.topic:hover {
				background-color: #d2e0cb;
			}
		/* new topic section */
			div.newtopic_box {
				width: 600px; height: 200px;
				margin-left: 30px;
				padding: 15px 0 15px 0;
				display: none;
			}
				div.newtopic_box > div.txt1, div.newtopic_box > div.txt2 {
					width: 80px; height: 26px;
					font: 14px/26px Arial;
					color: #579639;
					text-align: right;
					margin-right: 8px;
					margin: 0 8px 12px 0;
				}
				div.newtopic_box > input[type="text"] {
					width: 500px; height: 24px;
					padding-left: 5px;
					color: #3a522f; 
					margin-bottom: 12px;
				}
				div.newtopic_box > textarea {
					width: 495px; height: 100px;
					padding: 5px;
					color: #3a522f; 
					margin-bottom: 12px;
				}	
				
				div.newtopic_box > input[type="button"].addtopic {
					width: 80px; height: 24px;
					font: 11px Arial;
					margin-right: 8px;
				}	
				div.newtopic_box > input[type="button"].canceltopic {
					width: 80px; height: 24px;
					font: 11px Arial;
				}	
		/* END : new topic section */
		
		/* new reply section */
			div.newreply_box {
				width: 885px; height: 200px;
				background-color: #f1f5ed;
				border: 1px solid #b6dea3;
				font: 12px Arial;
				color: #8da383;
				margin: 5px 0 35px 0;
			}
				div.newreply_box > div.hdr {
					width: 850px; height: 26px;
					font: 14px/28px Arial;
					color: #579639;
					padding-left: 19px;
					margin: 10px 0 0 0;
				}
				div.newreply_box > textarea {
					width: 828px; height: 95px;
					padding: 10px;
				color: #3a522f; 
					margin-bottom: 12px;
					margin: 0 0 5px 15px;
				}	
				div.newreply_box > input[type="button"].submitreply {
					width: 100px;
					margin-right: 20px;
					float: right;
					margin-top: 6px;
					height: 22px;
					font: 11px/18px Arial;
				}	
		/* END : new reply section */
		
			
		div.forum_box > div.category_box div.topic > div.right {
			position: absolute; top: 0px; right: 15px;
			width: 400px; height: 38px;
			color: #718867;
		}
			div.forum_box > div.category_box div.topic:hover > div.right {
				color: #3a522f; 
			}
			div.forum_box > div.category_box div.topic > div.right > div.right_top {
				width: 100%; height: 22px; 
				text-align: right;
				font: 12px/22px Arial;
			}
			div.forum_box > div.category_box div.topic > div.right > div.right_bot {
				width: 100%; height: 22px; 
				text-align: right;
				font: 12px/22px Arial;
			}
		div.forum_box > div.category_box div.topic > div.left {
			position: absolute; top: 0px; left: 15px;
			width: 400px; height: 38px;
			color: #8da383;
		}
			div.forum_box > div.category_box div.topic:hover > div.left {
				color: #3a522f; 
			}
			div.forum_box > div.category_box div.topic > div.left > div.left_top {
				width: 100%; height: 22px; 
				text-align: left;
				font: 12px/22px Arial;
			}
			div.forum_box > div.category_box div.topic > div.left > div.left_bot {
				width: 100%; height: 22px; 
				text-align: left;
				font: 12px/22px Arial;
			}
		div.forum_box > div.category_box div.bb {
			border-bottom: 1px solid #8da383;
		}
		div.forum_box > div.category_box div.view {
			width: 861px; height: 46px;
			background-color: #f1f5ed;
			padding-left: 24px;
			border: 1px solid #8da383;
			font: 14px/44px Arial;
			color: #3a522f; 
			margin-top: 5px;
		}
		div.forum_box > div.category_box div.post {
			width: 843px;
			background-color: #fff;
			border: 1px solid #8da383;
			border-radius: 5px;
			font: 12px Arial;
			color: #8da383;
			margin-top: 4px;
			padding: 0 20px 15px 20px;
		}
			div.forum_box > div.category_box div.post > div.header {
				width: 843px; height: 28px;
				line-height: 26px;
			}
				div.forum_box > div.category_box div.post > div.header > div.date {
					text-align: left;
				}
				div.forum_box > div.category_box div.post > div.header > div.num {
					text-align: right;
					float: right;
				}
			div.forum_box > div.category_box div.post > div.text {
				color: #3a522f;
			}
			div.forum_box > div.category_box div.post > div.poster {
				width: 843px; height: 28px;
				line-height: 30px;
				text-align: right;
			}
	
	

/* END : forum page  */

/* thank you page  */
	div.thankyou > div.hdr{
		width: 1200px; height: 70px;
		font: bold 20px/70px Arial;
		color: #539135;
		text-align: center;
		margin-top: 80px;
	}
	div.thankyou > p {
		width: 360px;
		margin: 0 auto;
		text-align: center;
		font: 16px/24px Arial;
		margin-bottom: 150px;
	}
	
	div.problem > div.hdr{
		width: 1200px; height: 70px;
		font: bold 20px/70px Arial;
		color: #b90000;
		text-align: center;
		margin-top: 80px;
	}
	div.problem > p {
		width: 480px;
		margin: 0 auto;
		text-align: center;
		font: 16px/24px Arial;
		margin-bottom: 150px;
	}

/* END : thank you page  */


/* vendor review - buttons  */
	div#valid_message {
		width: 100%;
		text-align: center;
		color: red;
		font-weight: bold;
		display: none;
		clear: both;
		margin-top: 35px;
	}
	div#button_line {
		width: 1206px;
		margin-bottom: 200px;
		margin-top: 35px;
	}

	div.fe input[type="button"].deny_submit, 
	div.fe input[type="button"].approve_submit, 
	div.fe input[type="button"].update_submit, 
	div.fe input[type="button"].reinstate_submit, 
	div.fe input[type="button"].review_back,
	div.fe input[type="button"].review_back2 {
		width: 135px; height: 26px;
		font-size: 12px;
		float: right;
		margin: 2px 6px 0 0;
	}
		div.fe input[type="button"].review_back2 {
			margin-top: 2px;
		}
	div.fe input[type="button"].review_back,
	div.fe input[type="button"].review_back2
	{
		width: 55px;
	}
/* END : vendor review - approve button  */

/* vendor review - add user box - au_box */
	div.au_box {
		padding-bottom: 0px;
	}

	div.au_box > div.left { 
		width: 430px; 
		position: relative;
	}
		div.au_box > div.left > div.admin {
			position: absolute; top: 0; left: 10px;
			width: 54px; height: 22px;
			padding: 0px;
			margin-top: 1px;
			text-align: center;
			font: bold 14px/22px Arial;
			color: #fff;
			background-color: #44762c;
			display: none;
		}
		div.au_box > div.left > div {
			height: 24px; width: 120px;
			margin-bottom: 14px;
			padding-right: 5px;
			text-align: right;
			font: bold 14px/24px Arial;
			color: #f5952d;	
		}
			div.au_box > div.left > div > span {
				float: right;
				color: #3a522f;
				font-weight: normal;
				margin-left: 3px;
			}
		div.au_box input {
			width: 280px; height: 20px;
			padding-left: 5px;
			margin-bottom: 14px;
		}
		div.au_box > div.left > input.in_phone {
			width: 188px;
		}
		div.au_box > div.left > div.lbl_ext {
			height: 24px; width: 40px;
			margin-bottom: 14px;
			padding-right: 5px;
			text-align: right;
			font: bold 14px/24px Arial;
			color: #f5952d;	
		}
		div.au_box > div.left > input.in_ext {
			width: 40px;
		}
		div.au_box > div.left > div.rau_error {
			width: 430px;
			padding: 5px 0 14px 0;
			text-align: right;
			font: italic 14px/16px Arial;
		}
			div.au_box > div.left > div.rau_error > span {
				color: #b90000;
				margin-right: 15px;
				text-align: left;
			}
		div.au_box > div.left > div.relative {
			position: relative;
		}
			div.au_box > div.left > div.relative > div.or {
				position: absolute; top: 22px; left: 60px;
				height: 18px; width: 30px;	
				font: italic 12px/18px Arial;
				text-align: center;
				color: #f5952d;	
			}
		div.au_box > div.right { 
			width: 430px;
			position: relative;
			margin-left: 10px;
		}
		div.au_box > div.right > input { 
			width: 0px;
			margin-right: 7px;
		}
		div.au_box > div.right > div {
			height: 24px; width: 400px;
			margin-bottom: 14px;
			padding-right: 5px;
			font: 14px/24px Arial;
			color: #3a522f;	
		}
/* END : vendor review - add user box - au_box	*/

/* vendor review list - */
	div.fe input[type="button"].reviewlist_back {
		font-size: 12px;
		width: 55px; height: 26px;
		float: right;
		margin: 45px 36px 0 0;
	}
/* END : vendor review list */

/* approve_vendor.php - results */
div.approved > div.hdr{
		width: 1200px; height: 70px;
		font: bold 20px/70px Arial;
		color: #539135;
		text-align: center;
		margin-top: 65px;
	}
	div.approved > p {
		width: 400px;
		margin: 0 auto;
		text-align: center;
		font: 16px/24px Arial;
		margin-bottom: 130px;
	}
	
	div.problem2 > div.hdr{
		width: 1200px; height: 70px;
		font: bold 20px/70px Arial;
		color: #b90000;
		text-align: center;
		margin-top: 65px;
	}
	div.problem2 > p {
		width: 480px;
		margin: 0 auto;
		text-align: center;
		font: 16px/24px Arial;
		margin-bottom: 130px;
	}
/* END : approve_vendor.php - results */


/* coc.php - Code of Conduct */
	div.coc {
		width: 1100px;
		position: relative;	
		margin: 10px 0 0 50px;
	}
		input[type="button"].coc_close {
			position: absolute; top: 0px; right: 0px;
			width: 60px; height: 26px;
			font-size: 12px;
		}
	div.coc > div.header {
		width: 100%;
		height: 35px;
		font: bold 20px/35px Arial;
		text-align: center;
		margin: 15px 0 20px 0;
	}
		div.coc > div.header > span.signed {
			position: absolute; top: 0; left: 0;
			color: #98ca3c;
		}
		div.coc > div.header > span.signed2 {
			position: absolute; top: 0; right: 0;
			color: #98ca3c;
		}
	div.coc > div.subhdr1 {
		width: 100%;
		height: 30px;
		font: bold 18px/30px Arial;
		text-align: left;
		margin-top: 15px;
	}
		div.coc > h3 {
			margin-top: 28px;
			font-size: 18px;
			font-family: Arial;
		}
		div.coc > p {
			margin-top: 8px;
			font-family: Arial;
			width: 1070px;
			margin-left: 15px;
		}
		div.coc > p.fgcaddress {
			margin-left: 30px;
		}
	div.coc_signatures {
		font: 16px Arial;
		width: 1070px;
		margin-left: 15px;
		margin: 0 0 85px 15px;
	}
		div.fe div.coc_signatures input[type="text"] {
			border: 0px;
			border-bottom: 1px solid #b6dea3;
			width: 350px; 
		}
			div.fe div.coc_signatures input[type="text"].coc_date { width: 120px; }
		div.coc_signatures > div.coc_signer {
			width: 100%; height: 28px;
			margin: 15px 0 5px 0;
			font-weight: bold;
		}
		div.coc_signatures > div.coc_item {
			margin: 0 4px 0 8px;
		}
		
			/* signature block */
		div.coc form {
			float: left;
		}
		div.coc div.witness {
		width: 900px;
		margin: 15px 0 120px 30px;
		padding: 20px 0 15px 35px;
		font: 16px/25px Arial;
		border: 1px solid #ccc;
	}
		div.coc div.witness > div.notice {
			width: 800px; height: 40px;
			font: 16px/25px Arial;
			margin-bottom: 15px;
			
		}
		div.coc div.witness  input[type="text"] {
			height: 20px;
			padding-left: 5px;
			border: 0px;
			border-bottom: 1px solid #000;
			color: #000;
			font-size: 16px;
		}
		div.coc div.witness > div.box_left {
			width: 600px;
			margin: 25px 0 0 0px; 
			padding: 12px 50px 30px 50px
		}
			div.coc div.witness > div.box_left > div.hdr {
				width: 100%;
				font-weight: bold;
				margin: 12px 0 25px 0;
			}
			div.coc div.witness > div.box_left > div.line { 
				width: 100%; height: 30px;
				margin: 0 0 6px 0;
			}
			div.coc div.witness > div.box_left > div.line.bmx {
				margin-bottom: 15px;
			}
			div.coc div.witness > div.box_left > div.line.mlx {
				margin-left: 15px;
			}
			div.coc div.witness > div.box_left > div.line > span {
				color: #646464;
				margin-right: 5px;
			}
				div.coc div.witness > div.box_left > div.line > span.chkbxtext {
					text-align: left;
					width: 500px;
					font: 16px/20px Arial;
					color: #646464;
					margin: 0 30px 0 4px;
				}
				div.coc div.witness > div.box_left > div.line > span.item {
					width: 70px;
					text-align: right;
				}
					div.coc div.witness > div.box_left > div.line.off > span.item {
						color: #ccc;
					}
				div.coc div.witness > div.box_left > div.line > input[type="text"] {
					width: 400px; 
				}
					div.coc div.witness > div.box_left > div.line > input[type="text"].disabled {
						color:  #ccc;
					}
			div.coc div.witness > div.box_left > input[type="button"] {
				width: 405px; height: 30px;
				margin: 20px 0 0 125px;
				font-size: 16px;
				padding-bottom: 4px;
			}	
				div.coc div.witness > div.box_left > input[type="button"].disabled {
					background-color: #fff;
					color: #ccc;
				}
		/* END : signature block */
		
		
		
/* END : coc.php - Code of Conduct */

/* msa.php - Master Services Agreement */
	div.msa {
		width: 1100px;
		position: relative;	
		margin: 10px 0 0 50px;
		font-family: Arial;
	}
		input[type="button"].msa_close {
			position: absolute; top: 0px; right: 0px;
			width: 60px; height: 26px;
			font-size: 12px;
		}
		
	div.msa > div.header {
		width: 100%;
		height: 35px;
		font: bold 20px/35px Arial;
		text-align: center;
		margin: 10px 0 15px 0;
	}
		div.msa > div.header > span.signed {
			position: absolute; top: 0; left: 0;
			color: #98ca3c;
		}
		div.msa > div.header > span.signed2 {
			position: absolute; top: 0; right: 0;
			color: #98ca3c;
		}
	div.msa > div.subhdr1 {
		width: 100%;
		height: 30px;
		font: bold 18px/30px Arial;
		text-align: center;
		margin-top: 70px;
	}
	div.msa > div.subhdr2 {
		width: 100%;
		height: 30px;
		font: 18px/30px Arial;
		text-align: center;
		margin-bottom: 15px;
	}
	div.msa > div.subhdr3 {
		width: 100%;
		height: 30px;
		font: bold italic 18px/30px Arial;
		text-align: left;
		margin: 15px 0 5px 0;
	}
	div.msa > div.subhdr4 {
		width: 100%;
		font: bold 16px/20px Arial;
		text-align: left;
		margin-top: 15px;
	}
	div.msa > div.subnote {
		width: 100%;
		font: italic 12px Arial;
		text-align: left;
	}
	
	div.msa > div.note1 {
		width: 1000px;
		margin: 20px 0 20px 50px;
		font: 16px/25px Arial;
	}
		div.msa > div.note1 input {
			border: 0px;
			border-bottom: 1px solid #4e8a3f;
			font: bold 16px Arial;
			text-align: center;
			margin: 0px 5px 0 5px;
			color: #000; /*#4e8a3f;*/
		}
			div.msa > div.note1 input.month_day {
				width: 190px;
			}
			div.msa > div.note1 input.company {
				width: 342px;
			}
			div.msa > div.note1 input.type {
				width: 270px;
			}
			div.msa > div.note1 input.address {
				width: 480px;
			}
		div.msa > div.main {
			width: 1040px;
			/*background-color: lavender;*/
			position: relative;
			margin: 25px 0 0 45px;
		}
			div.msa > div.main > div {
				line-height: 21px;
			}
			div.msa > div.main > div.tab1 {
			width: 32px;
			text-align: right;
			/*background-color: lightblue;*/
			}
			div.msa > div.main > div.tab2 {
			width: 900px;
			margin-left: 15px;
			/*background-color: wheat;*/
			}
			div.msa > div.main > div.tab3 {
			width: 800px;
			margin-left: 15px;
			/*background-color: palegoldenrod;*/
			}
		div.msa > div.sub {
			width: 995px;
			margin: 15px 0 0 92px;
			/*background-color: pink;*/
		}
			div.msa > div.sub > div {
				line-height: 21px;
			}
			div.msa > div.sub > div.tab1 {
				width: 40px;
				/*background-color: seashell;*/
			}
			div.msa > div.sub > div.tab2 {
				width: 846px;
				margin-left: 15px;
				/*background-color: wheat;*/
			}
		div.msa > div.item {
			width: 940px;
			margin: 15px 0 0 147px;	/*background-color: pink;*/
		}
			div.msa > div.item > div {
				line-height: 21px;
			}
			div.msa > div.item > div.tab1 {
				width: 40px;
				/*background-color: seashell;*/
			}
			div.msa > div.item > div.tab2 {
				width: 791px;
				margin-left: 15px;
				/*background-color: wheat;*/
			}
			div.msa > div.item > div.tab3 {
				width: 846px;
				/*background-color: wheat;*/
			}
			div.msa > div.item > div.tab4 {
				width: 20px;
				/*background-color: seashell;*/ 
			}
			div.msa > div.item > div.tab5 {
				width: 811px;
				margin-left: 15px;
				/*background-color: wheat;*/
			}
			div.msa > div.item > div.tab6 {
				width: 80px;
				/*background-color: seashell;*/ 
			}
			div.msa > div.item > div.tab7 {
				width: 750px;
				margin-left: 15px;
				/*background-color: wheat;*/
			}
			
		div.msa > div.bullet {
			width: 885px;
			margin: 15px 0 0 202px;	/*background-color: pink;*/
		}
			div.msa > div.bullet > div {
				line-height: 21px;
			}
			div.msa > div.bullet > div.tab1 {
				width: 20px;
				/*background-color: seashell;*/
			}
			div.msa > div.bullet > div.tab2 {
				width: 756px;
				margin-left: 15px;
				/*background-color: wheat;*/
			}
		
		div.msa > div.box_left {
			width: 400px;
			margin: 15px 0 20px 202px;
		}
		div.msa > div.box_right {
			width: 400px;
			margin: 15px 0 20px 30px;
		}
			div.msa > div.box_left > div.hdr,
			div.msa > div.box_right > div.hdr
			{
				width: 100%;
				font-weight: bold;
				margin-bottom: 15px;
			}
			div.msa > div.box_left > div.line,
			div.msa > div.box_right > div.line
			{
				width: 100%; height: 24px;
			}
			div.msa > div.box_left > div.line2,
			div.msa > div.box_right > div.line2
			{
				width: 100%;
			}
			div.msa > div.box_left > div.line.green, div.msa > div.box_left > div.line2.green,
			div.msa > div.box_right > div.line.green, div.msa > div.box_right > div.line2.green
			{
				color: #44762C;
			}
			div.msa > div.box_left > div.line > div, div.msa > div.box_left > div.line2 > div,
			div.msa > div.box_right > div.line > div, div.msa > div.box_right > div.line2 > div
			{
				width: 60px;
				text-align: right;
				color: #646464;
				margin-right: 5px;
			}
			div.msa > div.box_left > div.line > div.data, div.msa > div.box_left > div.line2 > div.data,
			div.msa > div.box_right > div.line > div.data, div.msa > div.box_right > div.line2 > div.data
			{
				width: 300px;
				text-align: left;
				color: #44762C;
				margin-left: 5px;
			}

			div.line > i.material-icons {
				vertical-align: middle;
				font-size: 20px;
				cursor: pointer;
			}

			div#internal_notes {
				max-height: 200px;
				overflow-y: scroll;
				padding: 5px;
			}
			div#internal_notes div.note {
				border-bottom: 1px solid grey;
				width: 100%;
				margin-bottom: 5px;
				padding-bottom: 5px;
			}
			div#internal_notes div.note span {
				float: none;
				display: block;
				color: grey;
			}

			div#add_internal_note {
				padding: 5px;
			}
			div#add_internal_note textarea {
				color: black;
				width: 100%;
				border: 1px solid black;
				box-sizing: border-box;
				margin-bottom: 5px;
				height: 100px;
			}
			div#add_internal_note button {
				float: right;
				cursor: pointer;
				margin-left: 5px;
			}
		
	div.msa form {
		float: left;
	}		
	div.msa div.witness {
		width: 900px;
		margin: 15px 0 120px 100px;
		padding: 20px 0 15px 35px;
		font: 16px/25px Arial;
		border: 1px solid #ccc;
	}
		div.msa div.witness > div.notice {
			width: 800px; height: 40px;
			font: 16px/25px Arial;
			margin-bottom: 15px;
		}
		div.msa div.witness  input[type="text"] {
			height: 20px;
			padding-left: 5px;
			border: 0px;
			border-bottom: 1px solid #000;
			color: #000;
			font-size: 16px;
		}
		div.msa div.witness > div.box_left {
			width: 600px;
			margin: 25px 0 0 0px; 
			padding: 12px 50px 30px 50px
		}
			div.msa div.witness > div.box_left > div.hdr {
				width: 100%;
				font-weight: bold;
				margin: 12px 0 25px 0;
			}
			div.msa div.witness > div.box_left > div.line {
				width: 100%; height: 30px;
				margin: 0 0 6px 20px;
			}
			div.msa div.witness > div.box_left > div.line.bmx {
				margin-bottom: 5px;
			}
			div.msa div.witness > div.box_left > div.line.mlx {
				margin-left: 45px;
			}
			div.msa div.witness > div.box_left > div.line > span {
				color: #646464;
				margin-right: 5px;
			}
				div.msa div.witness > div.box_left > div.line > span.chkbxtext {
					text-align: left;
					width: 500px;
					font: 16px/20px Arial;
					color: #646464;
					margin: 0 30px 0 4px;
				}
				div.msa div.witness > div.box_left > div.line > span.item {
					width: 70px;
					text-align: right;
				}
					div.msa div.witness > div.box_left > div.line.off > span.item {
						color: #ccc;
					}
				div.msa div.witness > div.box_left > div.line > input[type="text"] {
					width: 400px; 
				}
					div.msa div.witness > div.box_left > div.line > input[type="text"].disabled {
						color:  #ccc;
					}
			div.msa div.witness > div.box_left > input[type="button"] {
				width: 405px; height: 30px;
				margin: 20px 0 0 120px;
				font-size: 16px;
				padding-bottom: 4px;
			}	
				div.msa div.witness > div.box_left > input[type="button"].disabled {
					background-color: #fff;
					color: #ccc;
				}
				
				
				
				
		div.msa div.witness > div.box_right {
			width: 340px;
			margin: 15px 0 0 40px;
		}
			div.msa div.witness > div.box_right > div.hdr {
				width: 100%;
				font-weight: bold;
				margin-bottom: 15px;
			}
			div.msa div.witness > div.box_right > div.line {
				width: 100%; height: 30px;
			}
			div.msa div.witness > div.box_right > div.line > span {
				color: #646464;
				margin-right: 5px;
			}
				div.msa div.witness input.by { width: 300px; }
				div.msa div.witness  input.name { width: 216px; }
				div.msa div.witness  input.title { width: 289px; }
				div.msa div.witness  input.date { width: 285px; }
				
	div.msa > div.insurance {
		width: 1010px;
		/*background-color: lavender;*/
		position: relative;
		margin: 15px 0 0 45px;
	}
		div.msa > div.insurance > span {
			float: none;
			color: #b90000;
		}
	div.msa > div.security {
		width: 1010px;
		/*background-color: lavender;*/
		position: relative;
		margin: 15px 0 0 45px;
	}
		div.msa > div.security > span {
			float: none;
			color: #b90000;
		}
	div.msa > div.list {
		height: 26px;
	}
		div.msa > div.list > div.tab1 {
			width: 30px;
			margin-left: 35px;
			font: bold 18px Arial;
		}
		div.msa > div.list > div.tab2 {
			width: 950px;
		}
	div.msa > div.list2 {
		height: 26px;
	}
		div.msa > div.list2 > div.tab1 {
			width: 30px;
			margin-left: 75px;
			font: 22px Arial;
		}
		div.msa > div.list2 > div.tab2 {
			width: 950px;
		}

	/** VERSION 3 **/
	#msa-banner {
		width: 100%;
		float: none;
	}
	#msa-banner > span {
		display: none;
		color: #98ca3c;
		font-weight: bold;
		font-style: italic;
		font-size: 22px;
		font-variant: small-caps;
	}
	#msa-banner.signed > span {
		display: block;
		color: #98ca3c;
	}
	#msa-banner.signed-but-expiring > span {
		display: block;
		color: #eb4747;
	}
	#msa-banner #signedLeft {
		float: left;
		padding: 20px 0 0 80px;
	}
	#msa-banner #signedRight {
		float: right;
		padding: 20px 80px 0 0;
	}
	#msa-banner-img {
		display: block;
	    margin: 0 auto;
	    max-width: 450px;
		object-fit: cover;
	    object-position: 85px 0;
	    padding-right: 100px;
	}
	div.msa-v3 {
		font-family: Arial !important;
		display: block;
		float: none;
		margin: 0 auto;
		width: 1050px;
	}
	div.msa-v3 h1 {
	    width: max-content;
	    text-align: center;
	    font-size: 28px;
	    font-variant: small-caps;
	    color: #3f4040;
	    margin: 0 auto;
	    margin-top: -8px;
	}
	div.msa-v3 p.opener {
		margin-top: 14px;
		font: 16px/24px Arial;
	}
	div.msa-v3 ol {
		font: 16px/20px Arial;
		margin-top: 15px;
		counter-reset: section;
		list-style-type: none;
	}
	div.msa-v3 ol li {
		margin-top: 15px;
		clear: both;
	}
	div.msa-v3 ol li p {
		margin-top: 10px;
	}
	div.msa-v3 ol li::before {
		font-weight: bold;
		counter-increment: section;
		content: counters(section, ".")" ";
	}

	div.msa-v3 ol.top-level > li::before {
		content: counters(section, "")". ";
	}
	div.msa-v3 ol#definitions li::before {
		content: "";
	}
	div.msa-v3 ol.top-level > li > ol {
		margin-left: 25px;
	}

	div.msa-v3 ol.top-level > li ol.alpha-level {
		counter-reset: thirdlevel;
		list-style-type: none;
		margin-left: 50px;
	}
	div.msa-v3 ol.top-level > li ol.alpha-level > li::before {
		font-weight: bold;
		margin-left: -24px;
		counter-increment: thirdlevel;
		content: "("counter(thirdlevel, lower-alpha)") ";
	}

	div.msa-v3 p.notices-extra {
		float: left;
   		width: 50%;
    	margin-bottom: 15px;
	}
	div.msa-v3 p.notices-extra span {
		float: none;
		display: inline-block;
		font: 16px/22px Arial;
	}
	div.msa-v3 p.notices-extra span.text-left,
	div.msa-v3 p.notices-extra span.ifto {
		font-weight: bold;
		text-align: right;
		width: 90px;
		margin: 0 4px 0 25px;
		vertical-align: top;
	}
	div.msa-v3 p.notices-extra span.ifto {
		width: 75%;
		text-align: left;
		padding-left: 12%;
		border-bottom: 2px solid goldenrod;
		margin-bottom: 4px;
	}
	div.msa-v3 p.notices-extra span.text-right {
		text-align: left;
	}

	div.msa-v3 h2 {
	    float: none;
	    display: block;
	    width: 100%;
	    text-align: center;
	    margin: 50px auto 5px auto;
	}

	div.msa-v3 span.comp-type-option {
		float: none;
		border-bottom: 2px solid black;
		padding: 1px 4px;
		cursor: pointer;
	}
	div.msa-v3 span.comp-type-option.selected,
	div.msa-v3 span.comp-type-option.deselected:hover {
		color: black;
		border-color: goldenrod;
	}
	div.msa-v3 span.comp-type-option.deselected:hover {
		box-shadow: 2px 1px 3px darkgoldenrod;
	}
	div.msa-v3 span.comp-type-option.deselected,
	div.msa-v3 span.comp-type-option.selected:hover {
		color: rgba(0, 0, 0, .4);
		border-color: rgba(0, 0, 0, .3);
	}
	div.msa-v3.signed span.comp-type-option {
		pointer-events: none !important;
	}
	div.msa-v3.signed span.comp-type-option.deselected {
		text-decoration: line-through;
	}

	div.msa-v3 #sigBox {
		border: 1px solid rgba(0, 0, 0, .2);
		display: block;
		padding: 25px;
		margin: 0 auto;
		float: none;
		width: 850px;
	}

	div.msa-v3.signed #sigBox * {
		pointer-events: none !important;
	}

	div.msa-v3 #sigBox.terms-accepted {
		border: 1px solid rgba(0, 0, 0, .6);
	}

	div.msa-v3 #sigBox div.input-group {
		float: none;
		width: max-content;
		margin: 0 auto 20px auto;
		padding: 2px 4px;
	}

	div.msa-v3 #sigBox div.input-group-text {
		margin-bottom: 8px;
	}

	div.msa-v3 #sigBox div.input-group *:not(input[type="text"]) {
		cursor: pointer;
	}

	div.msa-v3 #sigBox div.input-group input[type="checkbox"] {
		float: none;
		display: inline-block;
		vertical-align: middle;
		margin: -2px 0 0 0;
	}

	div.msa-v3 #sigBox div.input-group label {
		color: rgba(0, 0, 0, .4);
	}

	div.msa-v3 #sigBox div.input-group:not(.input-group-text, .input-group-complete, .terms-accepted):hover {
		box-shadow: 2px 2px 4px darkgoldenrod;
	}

	div.msa-v3 #sigBox div.input-group.terms-accepted label {
		color: rgba(0, 0, 0, .9);
	}

	div.msa-v3 #sigBox div.input-group-text label {
		font-weight: bold;
		font-size: 16px;
		color: rgba(0, 0, 0, .2);
		text-align: right;
		display: inline-block;
		float: none;
		width: 55px;
		margin-right: 4px;
		vertical-align: bottom;
	}

	div.msa-v3 #sigBox div.input-group-text input {
		border: none;
		border-bottom: 1px solid rgba(0, 0, 0, .3);
		color: rgba(0, 0, 0, .3);
		font-size: 16px;
		float: none;
		width: 360px;
		text-align: left;
	}
	div.msa-v3 #sigBox div.input-group-text input::placeholder {
		color: rgba(0, 0, 0, .3);
		font-style: italic;
	}
	div.msa-v3 #sigBox div.input-group-text.terms-accepted label {
		color: rgba(0, 0, 0, .8);
	}
	div.msa-v3 #sigBox div.input-group-text.terms-accepted input {
		border-bottom: 1px solid rgba(0, 0, 0, .6);
		color: rgba(0, 0, 0, .9);
	}
	div.msa-v3 #sigBox div.input-group-text input:disabled {
		background: none;
	}

	div.msa-v3 #sigBox div.input-group-complete {
		width: 364px;
		margin: 0 0 0 270px;
	}
	div.msa-v3 #sigBox div.input-group-complete input {
		float: none;
		margin-top: 20px;
		width: 100%;
		font-size: 14px;
		font-weight: bold;
		font-variant: small-caps;
		letter-spacing: .5px;
	}
	div.msa-v3:not(.signed) #sigBox div.input-group-complete input:disabled {
		background-color: white;
		color: rgba(0, 0 , 0, .3);
		border-color: rgba(0, 0 , 0, .3);
	}
	div.msa-v3 #sigBox div.input-group-complete input:disabled:hover {
		cursor: default;
		box-shadow: none;
	}
	div.msa-v3.signed #sigBox div.input-group-complete input {
		display: none;
	}

	div.msa-v3 + #msa-footer {
		display: block;
		float: none;
		height: 75px;
	}
/* END : msa.php - Master Services Agreement */



div.fe_select_box{ 
	margin: 15px 0 25px 240px;
}

div.fe_select_box>.left{
	margin-right: 10px;   
}

div.fe_select_box>.right{
	width: 300px; 
	margin-right: 25px;  
}




/* calendar.php */
div.calendar {
	width: 1100px; 
	/*background-color: lightblue;*/
	margin: 15px 0 25px 54px;
}
	div.calendar > div.sums_hdr {
		width: 1092px; height: 30px;
		background-color: #a0af87;
		color: #fff;
	}
		div.calendar > div.sums_hdr > div {
			width: 91px;
			font: bold 14px/30px Arial;
			text-align: center;
			cursor: pointer;
		}
	div.calendar > div.sums {
		width: 1092px; height: 30px;
	}
		div.calendar > div.sums > div {
			width: 91px;
			font: 14px/30px Arial;
			text-align: center;
			background-color: #f1f5ed; /*#edf8da;*/
			cursor: pointer;
		}
		div.calendar > div.sums > div:nth-child(odd) {
			background-color: #d2e0cb; /*#dcecbd; */
		}
		
	div.pm_totals {
		width: 1092px; height: 50px;
		text-align: center;
		font: bold 14px/50px Arial;
		color: #000;
	}
		div.pm_totals > div.switch >span {
			margin-left: 8px;
		}
		div.pm_totals >div.switch > span.mth_yr { 
			color: #868686; 
			margin-right: 8px;
		}
		div.pm_totals > div.switch >span.count {
			margin-right: 16px;
		}
		
	div.calendar > div.mth_hdr {
		width: 1092px; height: 55px;
		margin: 0 0 0 0;
		background-color: #a0af87;
		color: #fff;
		/*text-shadow: 1px 1px 2px #000;*/
	}
		div.calendar > div.mth_hdr > div.arrow_left {
			margin: 0 0 0 25px;
			cursor: pointer;
			font: bold 16px/55px Arial;
		}
		div.calendar > div.mth_hdr > div.mth_yr {
			width: 180px; height: 55px;
			font: bold 18px/55px Arial;
			text-align: center;
		}
		div.calendar > div.mth_hdr > div.arrow_right {
			cursor: pointer;
			font: bold 16px/55px Arial;
		}
		div.calendar > div.mth_hdr > .set_unavailable,
		div.calendar > div.mth_hdr > .pending_report {
			float: right;
			margin-right: 12px;
			margin-top: 14PX;
		}
		
	div.calendar > div.month {
		width: 1092px;
	}
	div.calendar > div.day_names {
		width: 1092px;
		background-color: #788365;
		margin-bottom: 3px;
	}
		div.calendar > div.day_names > div {
			width: 156px; height: 30px;
			font: bold 14px/30px Arial;
			color: #fff;
			text-align: center;
		}
	
	
		div.calendar > div.month > div.day {
			width: 148px; height: 86px;
			font: 14px Arial;
			padding: 4px 0 0 4px;
			position: relative;
			cursor: pointer;
			border-width: 2px;
			border-style: solid;
		}
			div.calendar > div.month > div.cal_day_even {
				background-color: #f1f5ed; /*#edf8da;*/
				border-color: #f1f5ed; /*#edf8da;*/
			}
			div.calendar > div.month > div.cal_day_odd {
				background-color: #d2e0cb; /*#dcecbd; */
				border-color: #d2e0cb; /*#dcecbd; */ 
			}
			div.calendar > div.month > div.cal_today {
				background-color: #a0af87; 
				border-color: #a0af87;
				color: #fff;
			}
			div.calendar > div.month > div.unavailable {
				background-color: #4e6a40;
				color: #fff;
			}
			
			
			
			
			div.calendar > div.month > div.cal_non_date {
				background-color: #fff;
				border-color: #fff; 
			}
			div.calendar > div.month > div.cal_day_select {
				border-color: #98ca3c;
			}
			div.ctr_bar{
				float: left;
				height: 20px; 
				position: absolute; 
				bottom: 4px; 
				left: 4px;
				font: bold 16px/20px Arial; 
				color: #fff;
				text-align: center;
			}
			
				/* cvat ??? */
			div.cvat_today {
				background-color: #cdef8e;
				border: 2px solid #cdef8e;
				color: #425c14;
			}
			div.cvat_day_select {
				border-color: #558eff; 
			}
				div.cvat_green_bar, div.cvat_red_bar, div.cvat_blue_bar,
				div.cvat_purple_bar, div.cvat_bar{
					float: left;
					width: 96px;
					height: 16px; 
					position: absolute; top: 40px; left: 6px;
					font: bold 9px/16px Arial;
					text-decoration: underline;
					color: #000;
					text-align: center;
				}
				div.day > div.ctr_bar > span {
					
				}
				div.cvat_green_bar, span.green_bar {
					background-color: #98ca3c;  /*#d5e39e; #bbdc7e;*/
				}
				div.cvat_brown_bar, span.brown_bar {
					background-color: #cc8611;  /*#d5e39e; #bbdc7e;*/
				}
				div.cvat_red_bar, span.red_bar {
					background-color: #eb2e2e; /*#f0a0a4;*/
				}
				div.cvat_blue_bar, span.blue_bar {
					background-color: #558eff; /*#8bd3f4;*/
				}
				div.cvat_purple_bar, span.purple_bar {
					background-color: 
					#b961da; /*#9a8bc0;*/
				}
				
				div.cvat_dark_purple_bar, span.dark_purple_bar {
					background-color: 
					#9e51bc; /*#9a8bc0;*/
				}
				div.cvat_orange_bar, span.orange_bar {
					background-color: 
					#d2691e; /*#9a8bc0;*/
				}
				div.cvat_light_purple_bar, span.light_purple_bar {
					background-color: 
					#b961da; /*#9a8bc0;*/
				}
				div.cvat_ex_dark_purple_bar, span.ex_dark_purple_bar {
					background-color: 
					#340f42; /*#9a8bc0;*/
				}
				
				
				span.bar_1{
					float: left;
					width: 144px; 
					text-align: center;
				}
				span.bar_2{
					float: left;
					width: 72px; 
					text-align: center;
				}
				span.bar_3 {
					float: left;
					width: 48px;
					text-align: center;
				}
				span.bar_4 {
					float: left;
					width: 36px;
					text-align: center;
				}
				span.bar_5 {
					float: left;
					width: 28px;
					text-align: center;
				}
				span.bar_6 {
					float: left;
					width: 24px;
					text-align: center;
				}
				
				span.cvat_bar_1{
					float: left;
					width: 96px; 
					text-align: center;
				}
				span.cvat_bar_2{
					float: left;
					width: 48px; 
					text-align: center;
				}
				span.cvat_bar_3 {
					float: left;
					width: 32px;
					text-align: center;
				}
				span.cvat_bar_4 {
					float: left;
					width: 24px;
					text-align: center;
				}
				span.cvat_bar_5 {
					float: left;
					width: 19px;
					text-align: center;
				}
				span.cvat_bar_6 {
					float: left;
					width: 16px;
					text-align: center;
				}
			
	input[type="button"].caltohome {
		width: 175px; height: 30px;
		font-size: 12px;
		float: right;
		margin: 13px 12px 5px 0;
	}
/* END : calendar.php */


/* calendar page - day pm schedule box */
div.cal_day_box {
	width: 1092px;
	margin: 15px 0 400px 54px;
}
	div.cal_day_box > div.title {
		width: 100%; height: 30px;
		font: bold 16px/30px Arial;
		text-align: center;
	}
	div.cal_day_box > div.hdr {
		width: 100%; height: 31px;
		background-color: #a0af87;
		border-top: 1px solid #788365;
		border-left: 1px solid #788365;
		margin-bottom: 4px;
		position: relative;
	}
		div.cal_day_box > div.hdr > div {
			font: bold 12px/30px Arial;
			color: #fff;
			text-align: center;
			border-right: 1px solid #788365;
			border-bottom: 1px solid #788365;
		}
	div.cal_day_box  .ven_cale_ev_state			{width: 35px;}
	div.cal_day_box  .ven_cale_ev_city			{width: 140px;}
	div.cal_day_box  .ven_cale_ev_address		{width: 169px;}
	div.cal_day_box  .ven_cale_ev_dateid		{width: 100px;}
	div.cal_day_box  .ven_cale_ev_eqtype		{width: 100px;}
	div.cal_day_box  .ven_cale_ev_eqid			{width: 85px;}
	div.cal_day_box  .ven_cale_ev_evtype		{width: 80px;}
	div.cal_day_box  .ven_cale_ev_time			{width: 60px;}
	div.cal_day_box  .ven_cale_ev_pmtype		{width: 70px;}
	div.cal_day_box  .ven_cale_ev_status		{width: 100px;}
	div.cal_day_box  .ven_cale_ev_notes			{width: 45px;}
	div.cal_day_box  .ven_cale_ev_fe			{width: 25px;}
	div.cal_day_box  .ven_cale_ev_rep			{width: 35px;}
	div.cal_day_box  .ven_cale_ev_fsr			{width: 34px;}	
	div.cal_day_box  .open_eqinfo				{cursor: pointer;}
		
	#createFsrBox #meid > spab {
		float: right;
	}
		
		
		
	div.cal_day_box > div.no_pms {
		width: 100%; height: 35px;
		border: 1px solid #a0af87;
		background-color: #fff;
		text-align: center;
		font: 14px/35px Arial;
	}
	div.cal_day_box > div.moreinfo {
		width: 100%;
		color: #F5952D;
		font: italic 12px Arial;
		margin: 6px 0 0 3px;
	}
	div.cal_day_box > div.company_name {
		width:100%; height: 24px;
		background-color: transparent;
		font: small-caps bold 12px/28px Arial;
		color: #000;
		margin: 12px 0 2px 0;
		text-indent: 12px;
		border-bottom: 3px solid #ffe6aa;
		position: relative;
	}
	div.cal_day_box > div.itm {
		width: 100%; height: 40px;
		border-top: 1px solid #a0af87;
		border-left: 1px solid #a0af87;
		background-color: #fff;
		cursor: default;
		position: relative;
	}
	div.cal_day_box > div.itm.itmtech{
		height: 30px;
	}
	div.cal_day_box > div.itm:nth-child(odd) {
		background-color: #edf8da;
	}
		div.cal_day_box > div.itm > div.field {
			display: block;
			font: 12px/30px Arial;
			height: 30px;
			text-align: center;
			border-right: 1px solid #a0af87;
			border-bottom: 1px solid #a0af87;
		}
		div.cal_day_box > div.itm > div.delete_unid {
			font: 18px/30px Arial;
			height: 30px;
			text-align: center;
			border-right: 1px solid #a0af87;
			border-bottom: 1px solid #a0af87;
			cursor: pointer;
			color: red;
		}
		div.cal_day_box .itm div {
			display: flex;
			flex-direction: column;
			justify-content: center;
			font: 12px Arial;
			height: 40px;
			text-align: center;
			border-right: 1px solid #a0af87;
			border-bottom: 1px solid #a0af87;
		}
		div.cal_day_box .itm .ven_cale_ev_city   ,div.cal_day_box .itm .ven_cale_ev_address{
			text-align: left; text-indent: 4px; 
		}
		div.cal_day_box .itm .ven_cale_ev_address {
			font: 12px/14px Arial;
			height: 40px;
		}
		div.cal_day_box .itm .ven_cale_ev_address .loc-nick-row{
			font-size: 10px;
			font-weight: bold;
			color: #c8981e;
		}
		div.cal_day_box .itm .ven_cale_ev_notes ,div.cal_day_box .itm .ven_cale_ev_fe,
		div.cal_day_box .itm .ven_cale_ev_rep ,div.cal_day_box .itm .ven_cale_ev_fsr ,
		div.cal_day_box .itm .ven_cale_ev_eqtype, div.cal_day_box .itm .open_event{
			cursor: pointer;
		}
		div.cal_day_box .itm .ven_cale_ev_status{
			color: #ffffff;
		}
		div.cal_day_box .itm .ven_cale_ev_rep .material-icons{
			margin-top:3px; 
			margin-left:1px; 
			color:#dedede
		}
		div.cal_day_box .itm .ven_cale_ev_rep .rep_icon{ 
			color:#faaf2e !important;
		}
		/* remove this when new other fsr type is made  */
		div.cal_day_box .itm  .not_set{ 
			cursor: auto !important;
		}
		
		
		 
		div.cal_day_box div.itm  i.rep_icon {
			/*font-size: 30px; */
			cursor: pointer;
		}
			div.cal_day_box   div.itm   .ven_cale_ev_status  .box {
				width: 95%; 
				height: 34px;
				margin: 2px 0 0 2px;
				font-weight: bold;
				font: 12px/12px Arial;
			}
			div.cal_day_box div.itm i.fe_icon {
				font-size: 30px; 
			}
		div.cal_day_box > div.itm > div > img {
			margin-left: 11px;
			width: 23px;
		}
		
	div.cal_day_box > div.hdr > div.cancel_box {
		width: 300px; height: 188px;
		position: absolute; bottom: 20px; right: 20px;
		background-color: #f1f5ed;
		border: 1px solid #9aac8e;
		border-radius: 6px;
		z-index: 1110;
		color: #000;
		box-shadow: 4px 4px 9px #000;
		display: none;
	}
		div.cal_day_box > div.hdr > div.cancel_box > div.hdr {
			width: 296px; height: 26px;
			margin: 2px 0 0 2px;
			font: bold 14px/26px Arial;
			background-color: #788365;
			color: #fff;
			border-top-left-radius: 4px;
			border-top-right-radius: 4px;
		}
		div.cal_day_box > div.hdr > div.cancel_box > div.pm_title {
			width: 296px; height: 24px;
			margin: 1px 0 0 2px;
			font: 11px/24px Arial;
			text-align: center;
			color: #000;
		}
		div.cal_day_box > div.hdr > div.cancel_box > div.hdr2 {
			width: 288px; height: 24px;
			margin: 1px 0 0 2px;
			font: 12px/24px Arial;
			background-color: #a0af87;
			padding-left: 8px;
			text-align: left;
			color: #fff;
		}
		div.cal_day_box > div.hdr > div.cancel_box > textarea {
			border: none;
			width: 284px; height: 59px;
			margin: 3px 0 2px 3px;
			padding: 5px;
			font: 12px Arial;
			
		}
		div.cal_day_box > div.hdr > div.cancel_box > div.btnbox {
			width: 296px; height: 33px;
			margin: 1px 0 0 2px;
			background-color: #d2e0cb;
			border-bottom-left-radius: 4px;
			border-bottom-right-radius: 4px;
		}
			div.cal_day_box > div.hdr > div.cancel_box > div.btnbox > input {
				width: 112px; height: 26px;
				font-size: 12px;
				margin: 4px 0 0 3px;
			}
			div.cal_day_box > div.hdr > div.cancel_box > div.btnbox > input.submitcanx {
				width: 175px;
			}
			
			
		/* calendar page - day's pm schedule - click on item in 'Equipment' column opens a 'more info' box */
	div.eqinfo_box {
		width: 700px; height: 340px;
		position: absolute; 
		background-color: #f1f5ed;
		border: 1px solid #9aac8e;
		border-radius: 6px;
		z-index: 1110;
		color: #000;
		box-shadow: 4px 4px 9px #000;
		display: none;
	}
	div.eqinfo_box  .box_container{
		width: 100%;
	}
	div.eqinfo_box  .row_line{
		width: 100%;
		float:left;
	}

	div.eqinfo_box  .row_line.open_asset_notes {
		text-align: center;
		font-size: 14px;
		margin-bottom: 5px;
	}

	div.eqinfo_box  .row_line.open_asset_notes button {
		cursor: pointer;
	}
	
	
		div.eqinfo_box  div.hdr {
			width: 98%;
			height: 26px;
			font: bold 14px/26px Arial;
			background-color: #788365;
			color: #fff;
			text-align: center;
			border-top-left-radius: 4px;
			border-top-right-radius: 4px;
			position: relative;
			margin-left: 1%;
			margin-top: 2px;
		}
			div.eqinfo_box  div.hdr  div.di_close {
				position: absolute; top: 3px; right: 5px;
				font: bold 15px/14px Arial;
				cursor: pointer;
				color: #c5cabb;
			}
				div.eqinfo_box  div.hdr  div.di_close:hover {
					color: #fff;
				}
		div.eqinfo_box  div.left {
			background-color: #fff;
			width: 32%; 
			height: 300px;
			margin: 4px 0 0 2px;
			padding: 2px 4px 2px 4px;
			overflow-y: scroll;
			overflow-x: hidden;
			border-bottom-left-radius: 4px;
		}
			div.eqinfo_box  div.left  div.item_hdr {
				width: 175px;
				font: bold 11px/28px Arial;
				padding-left: 10px;
			}
				div.eqinfo_box  div.left  div.item_hdr  span {
					float: right;
					margin-right: 5px;
					font: italic 11px/28px Arial;
					color: #535353;
				}
			div.eqinfo_box  div.left  div.item {
				width: 40%; 
				height: 18px;
				padding-left: 2px;
				font: 10px/18px Arial;
				margin-bottom: 2px;
				background-color: #f0f0f0;
			}
				div.eqinfo_box  div.left  div.item  b {
					margin-left: 35px;
				}
			div.eqinfo_box  div.left  div.data {
				width: 57%;
				height: 18px;
				padding-left: 2px;
				font: 11px/18px 'Arial';
				background-color: #edf8da;
				margin: 0 0 2px 2px;
			}
			div.eqinfo_box  div.left  div.frame {
				width: 178px;
				padding: 8px 0 8px 10px;
				margin-bottom: 6px;
				background-color: #efefef;
				position: relative;
			}
				div.eqinfo_box  div.left  div.frame  img.leftarrow {
					position: absolute; top: 80px; left: 2px;
					filter: alpha(opacity=50);
					opacity: 0.5;
					cursor: pointer;
					display: none;
				}
					div.eqinfo_box  div.left  div.frame img.leftarrow:hover {
						filter: alpha(opacity=100);
						opacity: 1.0;
					}
				div.eqinfo_box  div.left  div.frame  img.rightarrow {
					position: absolute; top: 80px; right: 2px;
					filter: alpha(opacity=50);
					opacity: 0.5;
					cursor: pointer;
				}
					div.eqinfo_box  div.left  div.frame  img.rightarrow:hover {
						filter: alpha(opacity=100);
						opacity: 1.0;
					}
				div.eqinfo_box  div.left  div.frame  div.outer {
					width: 168px; height: 151px;
					overflow: hidden;
				}
				div.eqinfo_box  div.left  div.frame  div.outer  div.inner {
					height: 151px;
				}
					div.eqinfo_box div.left  div.frame  div.outer  div.inner  img {
						margin: 0px; padding: 0px; float: left;
					}
			div.eqinfo_box  div.left  div.item_space {
				width: 190px; height: 8px;
				background-color: #fff;
			}
		div.eqinfo_box  div.right {
			background-color: #fff;
			width: 64%;
			height: 300px;
			margin: 4px 0 0 5px;
			padding: 2px 4px 2px 4px;
			overflow-y: scroll;
			overflow-x: hidden;
			border-bottom-right-radius: 4px;
		}
			div.eqinfo_box  div.right  div.item_hdr {
				width: 100%; height: 26px;
				font: bold 11px/28px Arial;
				text-align: center;
			}
			div.eqinfo_box  div.right div.list_hdr {
				width: 100%; height: 18px;
				margin: 0px;
				font: 11px/18px Arial;
				background-color: #a0af87;
			}
			div.eqinfo_box  div.right  div.list_hdr  span {
				width: 63px;
				text-align: left;
				padding-left: 2px;
				color: #fff;
			}
				div.eqinfo_box  div.right  div.list_hdr  span.w1 {
					width: 58px;
				}
				div.eqinfo_box  div.right  div.list_hdr  span.w2 {
					width: 40px;
					padding-left: 0px;
					text-align: center;
				}
				div.eqinfo_box  div.right  div.list_hdr  span.w3 {
					width: 135px;
					padding-left: 5px;
				}
				div.eqinfo_box  div.right  div.list_hdr  span.w4 {
					width: 90px;
					padding-left: 5px;
				}
				div.eqinfo_box  div.right  div.list_hdr  span.w5 {
					width: 45px;
					padding-left: 5px;
				}
				div.eqinfo_box  div.right  div.list_hdr  span.w6 {
					width: 40px;
					padding-left: 5px;
				}
			div.eqinfo_box  div.right  div.list_itm {
				width: 100%; 
				height: 18px;
				margin: 0px;
				font: 11px/18px 'Arial';
				background-color: #fff;
				margin: 2px 0 0 0;
			}
			div.eqinfo_box  div.right  div.list_itm:nth-child(even) {
				background-color: #edf8da;
			}
			div.eqinfo_box  div.right  div.list_itm  span {
				width: 65px;
				text-align: left;
				padding-left: 2px;
			}
				div.eqinfo_box  div.right  div.list_itm  span.w1 {
					width: 58px;
				}
				div.eqinfo_box  div.right  div.list_itm  span.w2 {
					display:inline-block;					
					width: 40px; 
					height: 18px;
					padding-left: 0px;
					padding-right: 2px;
					text-align: center;
				}
				div.eqinfo_box  div.right  div.list_itm  span.w3 {
					width: 135px;
					padding-left: 5px;
				}
				div.eqinfo_box  div.right  div.list_itm  span.w4 {
					width: 90px;
					padding-left: 5px;
				}
				div.eqinfo_box  div.right  div.list_itm  span.w5 {
					width: 45px;
					height: 100%;
					padding-left: 5px;
				}
				div.eqinfo_box  div.right  div.list_itm  span.w6 {
					width: 40px;
					padding-left: 0px;
					text-align: center;
					font-size: 20px;
					color: orange;
					cursor: pointer;
				}
				div.eqinfo_box  div.right  div.list_itm  span.open_fsr_link {
					 cursor:pointer;
				}

/* END :  calendar page - pm schedule box */


div.cal_day_box div.fsr_extra_box {	
	position: absolute; top: 0; right: 98px;
	background-color: #fff;
	border: 1px solid #000000;
	box-shadow: 2px 2px 8px #333333;
	padding: 10px;
	z-index: 999; 
	width: 232px;
	display: none;
}
.fsr_extra_box .line{
	width:100%;  
}
.fsr_extra_box  .fsr_battery , .fsr_extra_box  .phase{
	margin-bottom:8px;
}


.fsr_extra_box .right,.fsr_extra_box .left{
	width:50%;
	float:left;
	
}
.fsr_extra_box .fsr_battery{
	display:none;
}
.fsr_extra_box .line .continue_fsr ,.fsr_extra_box .line .cancel_fsr{
	width:100%; 
}

/* Rep/schedulers Popup */
/* the popup showing the site scheduler's information on the events page */		
 				div.cal_day_box div.siteschedulers_box {	
					position: absolute; top: 0; right: 98px;
					background-color: #fff;
					border: 1px solid #000000;
					box-shadow: 2px 2px 8px #333333;
					padding: 10px;
					z-index: 999; 
					width: 232px;
					display: none;
				}
					div.cal_day_box div.siteschedulers_box > div.hdr {
						font: bold 12px/22px Arial;
						height: 22px;
						margin-bottom: 5px;
						text-align: center;
						width: 100%;
						background-color: #e4e4e4;
						position: relative;
					}
						div.cal_day_box div.siteschedulers_box > div.hdr i {
							position: absolute;
							left: 5px;
						}
					div.cal_day_box div.siteschedulers_box > div.frame {
						border: 1px solid #e4e4e4;
						padding: 10px;
					}
					div.cal_day_box div.siteschedulers_box > div.frame > div.line {
						font-family: Arial;
						font-size: 12px;
						width: 210px;
						margin-bottom: 5px;
					} 
						div.cal_day_box div.siteschedulers_box > div.frame > div.line.blank
						{
							color: #757575;
							font-style: italic;
						}
						div.cal_day_box div.siteschedulers_box > div.frame > div.line > label { 
							float: left;
							margin-right: 5px;
							color: #757575;
						}
						div.cal_day_box div.siteschedulers_box a {
							color: #000;
							text-decoration: none;
						}
						div.cal_day_box div.siteschedulers_box a:hover {
							color: #1869ba;
							cursor: pointer;
						}
						div.cal_day_box div.siteschedulers_box > div.frame > div.line > input[type="button"] {
							border: 1px solid #a4a4a4;
							cursor: pointer;
							float: left;
							font: 11px/14px Arial;
							height: 22px;
							text-align: center;
							width: 210px;
							color: #59683e;
						}
							div.cal_day_box div.siteschedulers_box > div.frame > div.line > input[type="button"]:hover {
								text-shadow: 0 1px 1px #aaa;
								color: #000;
							}
/* end Rep/schedulers popup*/
 
div.space {
	width: 1200px; height: 450px;
}

/* vendor survey */
	.survey_box {
		width: 700px; height: 1300px;
		border: 1px solid #bbb;
		margin: 0 auto;
		float: none;
		margin-top: 15px;
		margin-bottom: 40px;
		padding: 5px 0 20px 0;
		box-shadow: 2px 4px 8px #888;
		position: relative;
	}
	.survey_box .logo {
		margin-left: 35px;
		opacity: 0.6;
	}
	.survey_box .header {
		width: 100%; height: 30px;
		text-align: center;
		font: bold 18px/30px Tahoma, Geneva, sans-serif;
		margin-bottom: 10px;
	}
	.survey_box .line {
		width: 630px;
		margin-left: 35px;
		margin-bottom: 15px;
		color: #4d741d;
	}
	.survey_box .line.p {
		width: 630px;
		margin-left: 35px;
		margin-bottom: 15px;
		text-align: center;
		font: 14px/18px Tahoma, Geneva, sans-serif;
		color: #444;
	}
	.survey_box .label {
		width: 100%; height: 24px;
		font: 14px/24px Tahoma, Geneva, sans-serif;
	}
	.survey_box input[type="text"] {
		width: 625px; height: 24px;
		font: 14px/24px Tahoma, Geneva, sans-serif;
		color: #555;
		padding-left: 5px;
		border: none;
		border: 1px solid #bbb;
	}
	.survey_box textarea {
		width: 620px; height: 72px;
		font: 14px/24px Tahoma, Geneva, sans-serif;
		color: #555;
		padding: 5px;
		border: none;
		border: 1px solid #bbb;
	}
	.survey_box input[type="radio"] {
		margin-left: 10px;
		cursor: pointer;
		margin: 6px 6px 0 15px;
	}
	.survey_box label {
		color: #555;
		font: 14px/24px Tahoma, Geneva, sans-serif;
	}
	.survey_box input[type="button"] {
		width: 632px; height: 28px;
		cursor: pointer;
		font: 15px/24px Tahoma, Geneva, sans-serif;
		box-shadow: 0 1px 1px rgba(136, 136, 136, 0.25);
	}
	/* 'Take Survey' button - on forum.php */
	.surveybtn {
		position: absolute; top: 35px; right: 100px;
		font-family: 'trebuchet ms';
		color: #FFFFFF !important;
		font-size: 15px;
		font-weight: bold;
		text-shadow: 1px 1px 1px 0.5 #bb7500;
		box-shadow: 1px 1px 2px #BEE2F9;
		padding: 6px 15px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		border: 2px solid #FFBB48;
		background: #63B8EE;
		background: linear-gradient(top,  #FFBB48,  #FFA409);
		background: -ms-linear-gradient(top,  #FFBB48,  #FFA409);
		background: -webkit-gradient(linear, left top, left bottom, from(#FFBB48), to(#FFA409));
		background: -moz-linear-gradient(top,  #FFBB48,  #FFA409);
	}
		.surveybtn:hover {
			cursor: pointer;
			color: #FFFFFF !important;
			background: #63B8EE;
			background: linear-gradient(top,  #FFBB48,  #f29800);
			background: -ms-linear-gradient(top,  #FFBB48,  #f29800);
			background: -webkit-gradient(linear, left top, left bottom, from(#FFBB48), to(#f29800));
			background: -moz-linear-gradient(top,  #FFBB48,  #f29800);
		}
	.takers {
		position: absolute; top: 40px; left: -280px;
		height: 800px; width: 245px;
	}
	.tbox {
		width: 230px; height: 35px;
		border: 1px solid #bbb;
		border-radius: 4px;
		padding: 5px;
		box-shadow: 1px 1px 2px #ccc;
		margin-bottom: 7px;
		color: #444;
		position: relative;
		cursor: default;
	}
	.tbox.complete {
		color: #bce08d;
	}
		.tbox.complete:hover {
			color: #4e7122;
			border: 1px solid #b9dc8c;
			box-shadow: inset 1px 1px 3px #dfefcb, inset -1px -1px 3px #dfefcb, 1px 1px 2px #ccc;
			cursor: pointer;
		}
		.tbox .tbox_user {
			width: 200px; height: 18px;
			font: bold 14px/18px Tahoma, Geneva, sans-serif;
		}
		.tbox .tbox_company {
			width: 190px; height: 18px;
			font: 14px/18px Tahoma, Geneva, sans-serif;
			margin-left: 10px;
		}
		.tbox .tbox_check {
			color: #bce08d;
			font-size: 16px;
			position: absolute; top: 8px; right: 10px;
		}

/* END : vendor survey */

/*Start : Sub vendor TB 3/29/17*/
/* vendor registration/review - sub vendor box - sv_box */
	div.sv_box > div.w1 {
		height: 24px; width: 400px;
		margin-bottom: 14px;
		text-align: left;
		font: 14px/24px Arial;
		color: #3a522f; 
	}
	div.sv_box > div.w1 input[type="checkbox"].yes {
			margin: 6px 4px 0 22px;
		}
		div.sv_box > div.yes { 
			height: 24px; width: 30px;
			margin-right: 800px;
			color: #579639;
			text-align: center;
			font: 14px/24px Arial;
		}
	div.sv_box > div.sub_vend_info {
		width: 1155px;
		display: none;
		margin-bottom: 10px;
		height:65px;
	}
	div.sv_box > div.sub_vend_info > div.w1 {
		height: 24px; width: 1160px;
		margin-bottom: 10px;
		text-align: left;
		font: 14px/28px Arial;
		color: #3a522f; 
	}
		div.sv_box > div.sub_vend_info > div.w1 > span.sub_vend_text {
			color: #5b6f52;
			margin-left: 6px;
			float: left;
			clear: both;
		}
		div.sv_box > div.sub_vend_info > div.w1 select { 
			margin: 4px 30px 8px 5px; 
			height: 24px;
			width: 50%;
			clear: both;
			float: left;
		}
		div.sv_box > div.sub_vend_info > div.w1 input { 
			color: #44762c;
			border: 1px solid #b6dea3;
			margin: 4px 30px 0 8px;
			width: 50px;
			text-align: right;
			height: 20px;
			padding-right: 4px;
		}
		div.sv_box > div.sub_vend_info > div.w1 label#sub_company-error {
			float: left; 
			margin: -10px 0 0 6px;
			padding: 0;
		}
/* END : vendor registration/review - sub vendor box - sv_box */	
 
	div.subview_box {
		position: absolute; 
		top: 56px; 
		left:150px;
		width: 302px; 
		height: auto;
		border: 3px solid #f79c21;
		background-color: #ffd6a5;
		z-index: 1110;
		color: #000;
		padding: 8px;
		box-shadow: 4px 4px 9px #000;
		display: none;
	}
 div.subview_box > div.sub {
	width: 302px; height: 100%; 
	background-color: #ffecd4;
}
div.subview_box > div.sub > div.hdr{
	width: 100%; height: 34px;
	font: bold 14px/34px Arial;
	text-align: center;
	padding-left: 10px;
}
div.subview_box > div.sub >  div.sub_close{
	width: 20px;
	font: bold 14px/34px Arial;
	float:right;
	cursor: pointer;

	
}
div.subview_box > div.sub > div.hdr1{
	width: 100%; height: 28px;
	font: bold 14px/34px Arial;
	text-align: left;
	padding-left: 10px;
}

 div.subview_box > div.sub > div.list {
	width: 100%;
	margin-top: 10px;
	height: auto;
	border-top: 1px solid;
}
div.subview_box > div.sub > div.list> div.row {
	width: 252px; height: 25px;
	font: bold 12px/34px Arial;
	text-align: left;
	padding-left: 50px;
}
 
 /*end : Sub vendor   */
  
/*Start :  vendor_checklist TB 3/29/17*/
div.vchk_box > div.fill_vendor_checklist {
	padding: 20px 0 15px 25px;
	width:100%; color: #3a522f;
	font: 14px/24px Arial;
}
	div.vchk_box > div.fill_vendor_checklist input.vcl_chkbx {
		margin: 6px 50px 0 8px;
	}
/*end : vendor_checklist   */

	/* Vendor Document List : DE 3-2-2018 */
	div#document_listbox {
		width: 460px;
		position: absolute; left: 285px; top:0px;
		background-color: #f8faf6;
		z-index: 1110;
		color: #000;
		box-shadow: 2px 5px 10px #777;
		display: none;
		padding: 10px;
	}
		div#document_listbox.coi {
			display: block;
			overflow: hidden;
			box-sizing: border-box;
			height: 240px;
			max-height: 240px;
			width: 520px;
			max-width: 520px;
			transition: all 0.3s ease 0s;
		}
			div#document_listbox.coi.hidden {
				padding: 0px;
				width: 0px;
				height: 0px;
			}
			div#document_listbox.coi .edit-coi {
				font-size: 18px;
				padding: 4px 8px;
				opacity: .5;
				cursor: pointer;
			}
			div#document_listbox.coi .edit-coi:hover {
				opacity: 1;
			}
		div#document_listbox  div.title {
			width: 100%;
			font: bold 12px/28px Arial;
			text-align: center;
			position: relative;
		}
			div#document_listbox div.title  div#close_dlb {
				position: absolute; 
				top:0px; 
				right: 4px;
				line-height: 16px;
				color: #99aa79;
				cursor: pointer;
			}
				div#document_listbox  div.title  div#close_dlb:hover {
					color: #000;
				}
		div#document_listbox  div.hdr {
			width:100%;
			font: 12px/26px Arial;
			background-color: #f1f5ed;
			border-bottom: 2px solid white;
			cursor: default;
		}
			div#document_listbox  div.hdr  div {
				padding-left: 5px;
			}
		div#document_listbox  div#document_list {
			width: 100%; 
			height: 158px;
			background-color: #fff;
			overflow-y: scroll;
			overflow-x: hidden;
			color: #3a522f;
			border: 1px solid #bbc7b4;
			padding-top: 2px;
		} 
			 
			div#document_listbox  div#document_list  .flie_list_row  div {
				height: 26px;
				font: 12px/26px Arial;
				padding-left: 5px;
			}
			div#document_listbox .main_line {
				width: 304px;
				text-align: left;
			}
			div#document_listbox .aprove_item ,div#document_listbox .aprove_item_hdr{
				width: 44px; 
			}
			div#document_listbox .aprove_item  i {
				margin-left:10px;
				cursor: pointer;
			}
			
				 
				div#document_listbox  div#document_list  .flie_list_row   div  a {
					color: #000;
					text-decoration: none;
					height: 26px;width: 100%;
					display: inline-block;
				}
					div#document_listbox  div#document_list  .flie_list_row   div  a:hover {
						color: #4e8a3f;
					}
				div#document_listbox   .document_date {
					font: 11px/26px Arial;
					padding: 0;
					width: 64px;
					text-align: center; 
				}
				div#document_listbox   .file_link{
					width: 50px;
					color: #000;
				}
				div#document_listbox  div#document_list  .flie_list_row  .file_link  span  {
					text-align: center;
					width: 100%;
					font: bold 12px/26px Arial;
					
				}
				
				div#document_listbox  div#document_list  .flie_list_row  .file_link  img{
					cursor: pointer;
					margin-left: 33%;
					
				}
	
	
	div#document_approvalbox {
		width: 500px;
		position: absolute; 
		left: 295px; 
		top: 10px;
		background-color: #f8faf6;
		z-index: 1110;
		color: #000;
		box-shadow: 2px 5px 10px #777;
		display: none;
		padding: 10px;
	}
	div#document_approvalbox .line{
		width: 100%;
		font:  14px/18px Arial;
		margin: 3px 0px;
	}
	div#document_approvalbox .line.status-line {
		width: 36%;
		float: left;
	}
	div#document_approvalbox .line.date-line {
		width: 62%;
		float: right;
		margin-bottom: 8px;
	}
	
	div#document_approvalbox div.title {
		font: bold 14px/24px Arial;
		text-align: center;
		position: relative;
		background-color: #f1f5ed;
		border-bottom: 2px solid white;
	}
	div#document_approvalbox .status-line > div.title,
	div#document_approvalbox .date-line > div.title {
		width: 100%;
	}

	div#document_approvalbox .status-line > label {
		font: 14px/22px Arial;
		padding-left: 20px;
	}

	div#document_approvalbox .date-line > input.coi-date {
		margin: 0 auto;
		width: 55%;
		display: block;
		float: unset;
		border: 1px solid #bbc7b4;
	}

	div#document_approvalbox div.title.approve {
		clear: both;
	}

	div#document_approvalbox input.radio_btn_check { margin: 2px 0px; }
	div#document_approvalbox input.radio_btn_check.pending { display: none; }
	div#document_approvalbox div.title.approve, input.radio_btn_check.approve { width: 65px; }
	div#document_approvalbox div.title.reject, input.radio_btn_check.reject { width: 60px; }
	div#document_approvalbox div.title.waive, input.radio_btn_check.waive { width: 55px; }

	div#document_approvalbox div.title.requirements,
	div#document_approvalbox div.line > div.requirement { 
		width: 310px; 
		text-align: left; 
		margin-left: 10px; 
	}

	
	div#document_approvalbox  div.hdr {
		width:100%;
		font: bold 16px/26px Arial;
		background-color: #f1f5ed;
		border-bottom: 2px solid white;
		cursor: default;
		text-align: center;
	}
	
	div#document_approvalbox  div.hdr  .company_name{
		width: 94%;
	}
	div#document_approvalbox  div.hdr  .close{
		width: 6%;
		font-family: Arial; 
    	font-size: 12px;
    	font-weight: bold;
    	cursor: pointer;
		color: #99aa79;
		cursor: pointer;

	}
	div#document_approvalbox  div.hdr  .close:hover {
		color: #000;
	}

	div#document_approvalbox  .buttons{
		margin-top:10px;
		
	}
	div#document_approvalbox  .buttons input{
		width: 30%;
		float:right;
	}
	/* END :: Vendor Document List : DE 3-2-2018 */

	div#cookie_popup {
		font-family: Arial;
		font-size: 16px;
		width: 700px;
		background-color: #ffffff;
		position: absolute;
		display: none;
		margin-left: 260px;
		margin-top: 250px;
		box-shadow: 1px 1px 2px #4d4d4d;
		z-index: 2147483647;
	}
	div#cookie_popup .pop_close{
		float: right;
		font-family: Arial;
    	font-size: 12px;
    	font-weight: bold;
    	cursor: pointer;
    	position: absolute;
    	top: 0px;
    	right: 10px;
    	margin: 0;
	}
	div#cookie_popup .pop_close:hover{
		/* zoom in 30% */
		transform: scale(1.3);
	}
	div#cookie_popup.company_alert,
	div#cookie_popup.default {
		padding: 10px;
		text-align: center;
		width: 405px;
		margin: 100px 0 0 350px;
		border-radius: 3px;
		background-color: #fff9ae;
		line-height: 1.5em;
		font-size: 85%;
		padding: 15px 20px;
	}


div .evinfo_box{
	
		width: 230px;
		min-height: 100px;
		position: absolute; top: 930px;  right: 170px;
		background-color: #f1f5ed;
		border: 1px solid #9aac8e;
		border-radius: 6px;
		z-index: 1110;
		color: #000;
		box-shadow: 4px 4px 9px #000;
		display: none;
}


div .evinfo_box >div.evdate_contaner{
	width:100%;
	
}
div .evinfo_box >div.evdate_contaner>div.header{
	width:100%;
	text-align:center;
	font: bold 14px/34px Arial;
	height:40px;
}


div .evinfo_box >div.evdate_contaner>div.evdate_body{
	width:90%;
	margin-left:5%;
	
}

div .evinfo_box >div.evdate_contaner>div.evdate_body>div.row{
	width:100%;
	height:30px;
}


div .evinfo_box >div.evdate_contaner>div.evdate_body>div.row{
	width:100%;
	height:30px;
}


 
div .evinfo_box >div.evdate_contaner>div.evdate_body>div.row>input.custom_butn{
	width:47%;
	height:20px;
	
}
div.date_picker {
			position: absolute; 
			top: 120px;
			width: 252px; 
			min-height: 169px;
			box-shadow: 2px 2px 6px #000;
			padding:2px;
			z-index: 999;
			background-color: #fff;
			border: 1px solid #59683e;
			display: none;
		}
 
 div.date_picker td.monthsm {
	cursor: pointer;
	font-size: 9px;
	height: 25px;
	padding-right: 3px;
	position: relative;
	text-align: right;
	vertical-align: top;
	width: 35px;
}
 div.date_picker > span > div.month {
	width: 245px;
	height: 27px;
	border-bottom: 3px solid #cccccc;
}
 div.date_picker > span > div.month > div.arrow {
	margin-top: 4px;
	padding: 0px;
	cursor: pointer;
}
 div.date_picker > span > div.month > div.text {
	text-align: center;
	width: 210px;
	height: 27px;
	font: 11px/27px Arial;
}


.center { text-align: center; }
	.pointer { cursor: pointer; }
	.default { cursor: default; }
	.bold, .bxyz { font-weight: bold; }
	.bu { font-weight: bold; }
	.font-default { color: #000; }
	.font-green { color: #98ca3c; }
	.font-darkgreen { color: #72982d; }
	.font-darkgreen2 { color: #4c651e; }
	.font-yellow { color: #f7bc17; }
	.font-grey { color: #868686; }
	.font-darkgrey { color: #535353; }
	.font-charcoal { color: #343434; }
	.font-white { color: #ffffff; }
	.font-purple { color: #b961da; }
	.font-blue { color: #558eff; }
	.font-darkblue { color: #406bbf; }
	.font-red { color: #eb2e2e; }
	.font-brown { color: #a9968b; }
	.font-orange { color: #cc8611; }
	.font-pink { color: #6b8e23; }
	.fs11 { font-size: 11px; }






td.monthsm {
				width: 35px;
				height: 25px;
				font-size: 9px;
				text-align: right;
				vertical-align: top;
				padding-right: 3px;
				position: relative;
				cursor: pointer;
			}
				td.monthsm div.numday {
					width: 30px;
					text-align: right; 
				}
				td.monthsm div.countbox {
					color: #0000ff;
					font: 9px/10px Arial;
					height: 12px;
					text-align: center;
					width: 12px;
				}
			td.bgcolora { background-color: #f0f0f0; }
			td.bgcolorb { background-color: #e5e5e5; }
			td.bgcolorc { background-color: inherit; }
			td.back_b7 { background-color: #d4b7b7; }
			td.back_89 { background-color: #c38989; }
			td.back_5c { background-color: #b35c5c; }
			td.back_2e { background-color: #a22e2e; }
			td.back_00 { background-color: #910000; }
			td.today { background-color: #e5f2ce; }
			td.monthsm div.status_bar {
				/*position: absolute; bottom: 2px; left: 5px;*/
				position: relative;
				width: 24px;
				height: 9px;
				margin: 2px 0 0 6px;
			}
				
				td.monthsm div.status_bar div.sq_green {
					height: 9px;
					background-color: #98ca3c; 
				}
				td.monthsm div.status_bar div.sq_purple {
					height: 9px;
					background-color: #b961da;
				}
				td.monthsm div.status_bar div.sq_red {
					height: 9px;
					background-color: #eb2e2e;
				}
				td.monthsm div.status_bar div.sq_blue {
					height: 9px;
					background-color: #558eff;
				}
				td.monthsm div.status_bar div.sq_orange {
					height: 9px;
					background-color: #cc8611;
				}
				td.monthsm div.status_bar div.sq_brown {
					height: 9px;
					background-color: #a9968b;
				}
					td.monthsm div.status_bar div.sq_1 { width: 24px; }
					td.monthsm div.status_bar div.sq_2 { width: 12px; }
					td.monthsm div.status_bar div.sq_3 { width: 8px; }
					td.monthsm div.status_bar div.sq_4 { width: 6px; }

div#excel_box {
		background-color: #f8faf6; /*wheat; #d2e0cb;*/
		display: none;
		width: 350px;
		padding: 15px;
		box-shadow: 2px 5px 10px #777;
		position: absolute; 
		top: 500px; 
		left: 50%;
		margin-left: -290px;
		z-index: 150;
		border: 1px solid #bbc7b4;
	}
	div#svc_box {
		background-color: #f8faf6; /*wheat; #d2e0cb;*/
		display: none;
		width: 410px;
		padding: 15px;
		box-shadow: 2px 5px 10px #777;
		position: absolute; top: 180px; left: 50%;
		margin-left: -295px;
		z-index: 150;
		border: 1px solid #bbc7b4;
		
		/*
		position: absolute; top: 50px; left: 50%;
		margin-left: -200px;
		width: 410px;
		height: 585px;
		display: none;
		padding: 10px 15px;
		z-index: 150;
		background-color: #e4efd1;
		box-shadow: inset -1px -1px 4px #bed993, inset 1px 1px 4px #bed993, 4px 10px 15px #000;
		*/
	}
		div#svc_box > div.hdr {
			color: #000;
			font: bold 14px/28px Arial;
			height: 28px; width: 100%;
			text-align: center;
			margin: 4px 0 4px 0;
		}
		div#svc_box > div.line {
			color: #000;
			font: bold 12px/24px Arial;
			width: 410px;
			text-align: center;
			margin: 4px 0 4px 0;
		}
			div#svc_box > div.line#asset_line { display: none; }
			div#svc_box > div.line#allmessage_line { 
				width: 400px;
				color: #ee0000;
				font: italic 12px Arial;
				display: none;
			}
			div#svc_box > div.line > div {
				width: 145px; height: 24px;
				text-align: right;
			}
				div#svc_box > div.line > div > em {
					color: #444444;
					font-weight: normal;
				}
				div#svc_box > div.line > div.long { 
					width: 409px; height: 24px;
					text-align: center;
					margin: 14px 0 0 0;
					line-height: 24px;
					background-color: #ecf4dd;		/*#aaba8b;	#96aa71; #dd8a00;*/
					position: relative;
				}
					div#svc_box > div.line > div.long input#stu_remove,
					div#svc_box > div.line > div.long input#stu_add {
						position: absolute; top: 4px;	left: 2px;
						display: none;
					}
			div#svc_box > div.line > select {
				width: 255px; height: 24px;
				padding: 2px;
				border: 1px solid #bbc7b4;
			}
				div#svc_box > div.line > select:disabled {
					background-color: #f1f1f1;
				}
			div#svc_box input#svc_save {
				width: 245px; height: 26px; 
				font: 12px Arial;
			}
			div#svc_box input#svc_done {
				width: 160px; height: 26px;
				margin-left: 4px;
				font: 12px Arial;
			}
			div#svc_box > div#assigned_box, div#svc_box > div#available_box {
				width: 397px; height: 148px;
				background-color: #fff;
				border: 1px solid #bbc7b4;
				overflow: hidden;
				overflow-y: scroll;
				padding: 5px 5px 5px 5px;
				margin-bottom: 4px;
			}
				div#svc_box > div#assigned_box > div.ab_line, 
				div#svc_box > div#available_box > div.ab_line { 
					width: 382px; height: 21px;
					border-bottom: 1px solid #aaba8b;
					cursor: default;
				}
					div#svc_box > div#assigned_box > div.ab_line:last-child, 
					div#svc_box > div#available_box > div.ab_line:last-child { 
						border-bottom: none;
					}
					div#svc_box > div#assigned_box em, 
					div#svc_box > div#available_box em { 
						color: #96aa71;
						font: italic 12px Arial;
						margin: 3px 0 0 5px;
					}
				
				div#svc_box > div#assigned_box > div.ab_line > input, 
				div#svc_box > div#available_box > div.ab_line > input { 
					float: left; 
					margin: 4px 10px 0 3px;
				}
				div#svc_box > div#assigned_box > div.ab_line > div, 
				div#svc_box > div#available_box > div.ab_line > div { 
						width: 342px; height: 21px;
						font: small-caps 11px/21px Arial;
				}
					div#svc_box > div#assigned_box > div.ab_line > div.ab_longline { width: 100%; }
		div#svc_box > input[type="button"] {
			width: 232px;
			cursor: pointer;
			margin-top: 4px;
			font: 12px Arial;
		}
		
		div.calbox {
			position: absolute; 
			top: 180px; 
			left: 100px;
			width: 252px; min-height: 169px;
			box-shadow: 2px 2px 6px #000;
			z-index: 999;
			background-color: #fff;
			border: 1px solid #59683e;
			display: none;
		}
		div.calbox > div.calbox_inner {
			width: 246px;
			min-height: 158px;
			margin: 3px 6px 5px 3px;
		}
			div.calbox > div.calbox_inner td.monthsm {
				cursor: pointer;
				font-size: 9px;
				height: 25px;
				padding-right: 3px;
				position: relative;
				text-align: right;
				vertical-align: top;
				width: 35px;
			}
		div.calbox > div.calbox_inner > span > div.month {
			width: 245px;
			height: 27px;
			border-bottom: 3px solid #cccccc;
		}
		div.calbox > div.calbox_inner > span > div.month > div.arrow {
			margin-top: 8px;
			padding: 0;
			cursor: pointer;
		}
		div.calbox > div.calbox_inner > span > div.month > div.text {
			text-align: center;
			width: 210px;
			height: 27px;
			font: 11px/27px Arial;
		}
		div.gca_box > div.exceptions_box{
			width: 100%;
			border: 1px solid #b6dea3;
			display:none;
			height: auto;
		}
		
		div.exceptions_box >div.exceptions_form{
			width: 100%;
		}
		div.exceptions_box >div.exceptions_form>div.exceptions_states{
			width: 15%;
			max-height:250px;
			overflow-y:auto;
			border: 1px solid #b6dea3;
			margin: 0px 10px 10px 10px;
		}
		
		
		div.exceptions_box >div.exceptions_form> div.header {
			width: 100%;
			text-align:center;
			font: 13px/27px Arial;
		}
		div.exceptions_aoes{
			width: 80%;
			border: 1px solid #b6dea3; 
			padding: 10px;
			margin-bottom: 10px;
			display:none;
		}
		
		div.exceptions_aoes > div.line {
			width: 220px; height: 24px;	
			padding-left: 3px;
			margin-right: 10px;
			margin-bottom:5px;
			border: 1px solid #b6dea3;
		}
		div.exceptions_aoes > div.line>input {
			margin: 5px 5px 0 0;
		}
		div.exceptions_aoes > div.line>.aoe {
			color: rgb(58, 82, 47);
		}
		
		div.exceptions_form>div.exceptions_states>div.ex_line, div.exceptions_form>div.exceptions_states>div.re_line{
			width: 96%;
			text-indent: 5px;
			cursor: pointer;
			margin-left: 2%;
			margin-top: 4px;
		}
		div.exceptions_form>div.exceptions_states>div.ex_line.open ,  div.exceptions_form>div.exceptions_states>div.re_line.open {
			background-color: #fff;
		}
		div.exceptions_form>div.exceptions_states>div.ex_line.inopen , div.exceptions_form>div.exceptions_states>div.re_line.inopen {
			background-color: #f1f5ec;
		}
		div.exceptions_form>div.exceptions_states>div.ex_line.chnaged , div.exceptions_form>div.exceptions_states>div.re_line.chnaged {
			background-color: #d1dfca;
		}
	div.technote_box {
		width: 530px;
		position: absolute; 
		top: 32px;  
		right:5px;
		background-color: #f1f5ed;
		border: 1px solid #9aac8e;
		border-radius: 6px;
		z-index: 1110;
		color: #000;
		box-shadow: 4px 4px 9px #000;
		display: none;
		 
	}
	div.technote_box >.note_line_dispaly{
		width: 522px;	
		max-height:300px;
		overflow-y:scroll;
		margin-top: 5px;
	}
	
	
	div.technote_box >.note_line_dispaly>.note_line{
		width: 500px;	
		margin-left: 5px;
		margin-bottom:5px;
		font: 11px/17px Arial;
		border-bottom: 1px solid;
		
	}	
	div.technote_box>.note_line_dispaly>.note_line>.note_date{
		width: 150px;
		padding-left: 5px;
		font-weight: bold;
		
	}
	 div.technote_box>.note_line_dispaly>.note_line>.note{
		width: 340px;  
		margin-bottom: 5px;
	}
	 div.technote_box>.hdr{
		width: 526px;
		height: 26px;
		margin: 2px 0 0 2px;
		font: bold 14px/26px Arial;
		background-color: #788365;
		color: #fff;
		text-align: center;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
		position: relative;
	}
	 div.technote_box> div.hdr > div.tn_close {
		position: absolute; top: 3px; right: 5px;
		font: bold 15px/14px Arial;
		cursor: pointer;
		color: #c5cabb;
	}
	 div.technote_box > div.hdr > div.tn_close:hover {
		color: #fff;
	}

	 div.technote_box frame {
	position: absolute; top: 0; right: 55px;
	background-color: #fff;
	border: 1px solid #000000;
	box-shadow: 2px 2px 8px #333333;
	padding: 10px;
	z-index: 999; 
	width: 350px;
	display: none;
}

	 div.technote_box .add_technote {
	border: 1px solid #a4a4a4;
	width: 500px; 
	font: 12px/16px Arial;
	color: #59683e;
	height: 62px;
	margin-left: 1px;
}
  div.technote_box #submit_addtechnote{
	width: 215px;
	padding: 1px 0;
	color: #59683e;
}
 div.technote_box #cancel_addtechnote{
	width: 109px;
	padding: 1px 0;
	color: #59683e;
	float: right;
}

 div.technote_box #submit_addtechnote:hover{
	color: #fff;
}
 div.technote_box #cancel_addtechnote:hover{
	color: #fff;
}


/*
	Tech Note File Viewer
*/
button#openFileViewer {
	font: 11px/10px Arial;
	background-color: #ecf4dd;
	box-shadow: 1px 1px 3px #aaa;
	border: 1px solid #a4a4a4;
	margin-right: -1px;
	cursor: pointer;
	text-align: center;
	height: 22px;
	font-size: 11px;
	width: 109px;
	padding: 1px 0;
	float: right;
	color: #59683e;
	margin-left: 4px;
}
button#openFileViewer:hover {
	background-color: #6f7e54;
	color: #fff;
}
.events_filelist_box {
	position: absolute; top: 0; right: 74px;
	background-color: #fff;
	border: 1px solid #000000;
	box-shadow: 2px 2px 8px #333333;
	padding: 10px;
	width: 575px; 
	z-index: 1110;
	display: none;
	text-indent:10px;
}
.events_filelist_box > #evfbx_header {
	width: 98%; height: 22px;
	padding: 1%;
	font: bold 13px/24px Arial;
	color: #000;
	background-color: #e4e4e4;
	margin-bottom: 5px;
}
.events_filelist_box #evfbx_header .evf_filename { width: 300px; height: 26px; }
.events_filelist_box #evfbx_header .evf_zone { width: 125px; height: 26px; }
.events_filelist_box #evfbx_header .evf_date { float: left; }
.events_filelist_box .evfbx_close {
	cursor: pointer;
	font-weight: bold;
	position: absolute; 
	top: 11px;
	right: 13px;
}
.main_event .events_filelist_box .evfbx_close {
    top: 10px; right: 18px;
}
	.events_filelist_box .evfbx_close:hover { 
		color: #000; 
		text-shadow: 1px 1px 1px #888;
	}
.events_filelist_box >  #evfbx_list {
	border: 1px solid #e4e4e4;
	width: 98%;
	min-height: 82px;
	padding: 5px;
}
.events_filelist_box >  #evfbx_list > div { font: 12px/26px Arial; }
.events_filelist_box >  #evfbx_list > div:nth-child(even) { background-color: #fdf7ec; }
.events_filelist_box >  #evfbx_list .evf_filename { width: 300px; height: 26px; }
.events_filelist_box >  #evfbx_list .evf_zone { width: 125px; height: 26px; }
.events_filelist_box >  #evfbx_list .evf_filename img { margin: 5px 0 0 4px; float: left; }
.events_filelist_box >  #evfbx_list .evf_filename div { 
	height: 100%;
	max-width: 90%;
}
.events_filelist_box >  #evfbx_list .evf_date { 
	width: 70px; 
	text-align: center;  
	cursor: default;
	line-height: 30px;
	text-indent: 0;
}
.events_filelist_box >  #evfbx_list .evf_notes { 
	display: none;
}
.events_filelist_box >  #evfbx_list .evf_delete { 
	display: none;
}
/*
	END: Tech Note File Viewer
*/			

 div.technote_box > form > div.hdr {
		width: 96%;
		height: 22px;
		padding: 1%;
		text-align: center;
		font: bold 12px/22px Arial;
		border: 0 solid #ccc;
		background-color: #e4e4e4;
		position: relative;
		margin-bottom: 5px;
		margin-left: 5px;
	}
div.technote_box > form > div.hdr > img {
			position: absolute;
			top: 5px;
			left: 4px; 
		}
div.technote_box > form > div.hdr > span {
			font-size: 11px;
			color: #9a0e0e; 
			width: 44px;
			text-align: right;
			text-indent: 0;
			cursor: default;
			position: absolute;
			right: 6px;
		}
div.technote_box > form > div.frame {
		border: 1px solid #e4e4e4;
		padding: 10px;
	}
div.technote_box > form > div.frame > div.line {
		font-size: 11px;	
		width: 100%;
		color: #535353;
		font-style: normal;
		text-indent: 0;
		margin-bottom: 5px;
	} 
div.technote_box > form > ul{
			margin: 0;
			max-height: 140px;
			overflow: auto;
			padding-right: 10px;
		}
div.technote_box > form > li{
			line-height: normal;
			list-style: none;
		}
div.technote_box > form > div.frame > div.line > div.label { 
			float: left;
			width: 55px;
		}
div.technote_box > form > div.full_label {
				width: 100%;
				text-align: left;
				line-height: normal;
			}
div.technote_box > form > div.frame > div.line > input { 
			float: left;
			width: 196px; height: 18px;
			border: 1px solid #a4a4a4;
			padding-left: 4px;
			color: #59683e;
			margin-right: -1px;
			font-size: 12px;
		}
div.technote_box > form > div.frame > div.line > input[type="file"] {
			position: absolute;
			left: 71px;
			opacity: 0.0;
			width: 265px;
			cursor: pointer;
		}
div.technote_box > form > div.frame > div.line > input[type="button"] {
			cursor: pointer;
			text-align: center;
			height: 27px;
			font-size: 11px;
		}
div.technote_box > form > div.frame > div.line > input[type="button"]#in_browse { width: 65px; font-size: 10px; }
div.technote_box > form > div.frame > div.line > input[type="button"]#submit_addfile { width: 215px; padding: 1px 0; }
div.technote_box > form > div.frame > div.line > input[type="button"]#cancel_addfile { width: 109px; padding: 1px 0; }
			div.cal_day_box > div.itm > form div.frame > div.line > input[type="button"]:hover {
				text-shadow: 0 1px 1px #aaa;
				color: #000;
			}
 div.technote_box > form > div.frame > div.line > textarea#comments { 
			border: 1px solid #a4a4a4;
			width: 317px;
			padding: 4px;
			font: 12px/16px Arial;
			color: #59683e;
			height: 32px;
		}
	
	
	div.set_unavailable_box{
		position: absolute;
		width: 300px;
		top: 361px;
		right: 54px;
		font: bold 15px/14px Arial;
		cursor: pointer;
		color: #c5cabb;
		background-color: #8e9b79;
		display:none;
		padding: 5px;
		z-index:99;
	}
	div.set_unavailable_box >.hdr{
		color: #fff;
		width: 280px;
		text-align:center;
		margin-left:9px;
	}
	div.set_unavailable_box >.hdr>.close_unavailable{
		float:right;
	}
	div.set_unavailable_box >.unavailable_form{ 
		margin-left:9px;
		margin-top:20px;
	} 
	.unavailable_form >.row{
		color: #fff;
		width: 280px;
		margin-left:9px;
		height: 30px;
	} 
	.unavailable_form >.row.large{
		height: auto !important;
	} 
	.unavailable_form >#start_time, .unavailable_form >#end_time{
		display:none;
	} 
	
	
	.unavailable_form >.row >.left{ 
		width: 120px;
	}
	.unavailable_form >.row>.right{ 
		width: 150px;
	}
	.unavailable_form >.row>.right>#select_fe_unavailable{ 
		width: 149px;
	}
	
	.unavailable_form >.row>#submit_set_unavailable { 
		margin-top: 7px;
		width: 270px;
	}
	
	
	
	
	/* time pop-up */
div.timebox {
	position: absolute;
	top: 80px; 
	left: 300px;
	width: 94px; height: 152px;
	padding-left: 1px;
	border: 1px solid #a6c9e2;
	border-radius: 4px;
	background-color: #fcfdfd;
	z-index: 999;
	-webkit-box-shadow: 5px 25px 18px #585858; /* Safari and Chrome */
	box-shadow: 5px 25px 18px #585858;
	display: none;
}
	div#tbox_start { position: absolute; top: 53px; left: 200px; }
	div#tbox_stop { position: absolute; top: 53px; left: 275px; }
div.timebox > div.tbox_hdr {
	width: 89px; height: 17px;
	font: bold 11px/17px Arial;
	margin: 1px 0 2px 1px;
	text-indent: 3px;
	border: 1px solid #2e6ea9;
	border-radius: 3px;
	color: #fff;
	background: url('../../fsr/img/time_hdr_back.png') repeat-x;
	float: left;
}
div.timebox > div.tbox_num, div.timebox > div.tbox_min, div.timebox > div.tbox_ampm {
	width: 20px; height: 14px;
	border: 1px solid #c5dbec;
	background:  url('../../fsr/img/number_back.png') repeat-x;
	font: bold 10px/14px Arial;
	text-indent: 2px;
	color: #2e6ea9;
	margin: 0 0 1px 1px;
	cursor: pointer;
	float: left;
}
	div.timebox > div.tbox_ampm {
		width: 43px;
	}
	div.timebox > div.tbox_num.hover,
	div.timebox > div.tbox_min.hover,
	div.timebox > div.tbox_ampm.hover {
		border: 1px solid #93b7d6;
		background:  url('../../fsr/img/number_back_hover.png') repeat-x;
	}
	div.timebox > div.tbox_num.choose,
	div.timebox > div.tbox_min.choose,
	div.timebox > div.tbox_ampm.choose {
		border: 1px solid #fad42e;
		background:  #fdf5bd;
	}
/* END time pop-up */
	
	
	 /* start calbox3 */
.calbox3 {
	position: absolute;  
	width: 268px; 
	min-height: 169px;
	box-shadow: 2px 2px 6px #000;
	background-color: #fff;
	border: 1px solid #59683e;
	display: none;
	z-index:9999;
}
div.calbox3 > div.calbox3_inner {
	width: 98%;
	min-height: 158px;
	margin: 3px 6px 5px 3px;
}
div.calbox3 > div.calbox3_inner td.monthsm {
	cursor: pointer;
	font-size: 9px;
	height: 25px;
	padding-right: 3px;
	position: relative;
	text-align: right;
	vertical-align: top;
	width: 35px;
}
div.calbox3 > div.calbox3_inner > span > div.month {
	width: 100%;
	height: 27px;
	border-bottom: 3px solid #cccccc;
}
div.calbox3 > div.calbox3_inner > span > div.month > div.arrow {
	margin-top: 4px;
	padding: 0px;
	cursor: pointer;
	margin-left:10px;    
	position: absolute;

}
div.calbox3 > div.calbox3_inner > span > div.month > div.text {
	text-align: center;
	position: absolute;
	width: 200px;
	height: 27px;
	font: 11px/27px Arial;
	margin-left: 25px;
	
}
.bgcolora { background-color: #f0f0f0; }
.bgcolorb { background-color: #e5e5e5; }
.bgcolorc { background-color: inherit; }		
.today { background-color: #e5f2ce; }			
				
.dbc_calendar>.row_top{
	height: 40px;
}				
.dbc_calendar>.row_head{
	height: 40px;
	margin-bottom:20px;
}					
				
.dbc_calendar>.row_head>.week_days{
	width: 200px;
	height :20px;
	float:left;
	margin-top: 10px;
}				
.dbc_calendar>.row{
	height: 150px;
	width:100%;
	border-top: 1px solid;
	overflow: hidden;
}				
.dbc_calendar>.row>.day{
	height: 100%;
	float:left;
	width:199px;
	border:0px solid #000;
	border-left: 1px solid;
}		
.dbc_calendar>.row>.day:first-child{
	border-left: 0px solid #000;
}
		
.dbc_calendar>.row>.day>.days_line{
	height:30px;
	float:left;
	width:199px;
	
}	
.dbc_calendar>.row>.day>.days_line>.text{
	height:30px;
	float:left;
	width:110px;
	text-align: right;
}	
.dbc_calendar>.row>.day>.days_line>input{	
	 margin-left: 30px;	cursor: pointer;
}
				
.dbc_calendar>.row>.day>.days_events{
	width: 110%;
	height: 120px;
	margin-top: 30px;
	overflow: auto;
}				
.dbc_calendar>.row>.day>.days_events>.event{
	width:100%;
	height:16px;
	cursor: pointer;
}	
 
.dbc_calendar>.row>.day>.days_events>.event>.name{
	width:100px;
	float:left;font-size: 13px;
	text-align: left;margin-left: 5px;
}	
.dbc_calendar>.row>.day>.days_events>.event>.length{
	width:90px;	
	float:left;font-size: 11px;
	
}	
/* end calbox3 */
div.day>div.day_line{
	width:100%;
}


div.day>div.box_0 ,
div.day>div.box_1 ,
div.day>div.box_2 ,
div.day>div.box_3 , 
div.day>div.box_5 ,
div.day>div.box_7 ,
div.day>div.box_9 ,
div.day>div.box_10,
div.day>div.box_11,
div.day>div.box_12,
div.day>div.box_13,
div.day>div.box_14,
div.day>div.box_15,
div.day>div.box_16,
div.day>div.box_17,
div.day>div.box_18,
div.day>div.box_19 {
	margin: 5px 0 2px 2px;
	height: 13px;
	width: 20px;
	text-align: center;
	padding: 3px 0 3px 0;
	border-radius: 2px; 
	font-weight: bold;
	color: #fff;
	line-height: 13px;
	float: right; 
	position: relative;

}

div.day > div.box_0,div.day>div.box_9 { background-color: #eb2e2e; } /* Canceled, Forfeited */
div.day > div.box_1	{ background-color: #558eff; } /* Confirmed */
div.day > div.box_2	{ background-color: #b961da; } /* Pending */
div.day > div.box_3	{ background-color: #98ca3c; } /* Completed */
div.day > div.box_5	{ background-color: #cc8611; } /* Proposed */ 
div.day > div.box_7	{ background-color: #a9968b; } /* In Review */
div.day > div.box_16	{ background-color: #888888; color: #fff; } /* FSR Rejected */
div.day > div.box_17	{ background-color: #7ca72e; color: #fff; } /* FSR Accepted */
div.day > div.box_18	{ background-color: #d2691e; color: #fff; } /* Billable */
div.day > div.box_19	{ background-color: #5075bd; color: #fff; } /* Return Pending */
div.day > div.box_10	{ background-color: #000000; }
div.day > div.box_11	{ background-color: #340f42; }
div.day > div.box_12	{ background-color: #4f1f60; }
div.day > div.box_13	{ background-color: #69307f; }
div.day > div.box_14	{ background-color: #84409d; }
div.day > div.box_15	{ background-color: #9e51bc; }










.fc-day-grid-event{
		height: 18px;
		margin-left: 5px;
	}
	.fc-widget-header >span{
		width: 100%;
	} 
	.fc-day-header {
		width: 100%;
		font-family: Arial;
		font-size: 14px;
		text-align: center;
	}
	
	
	.fc-day-number{
		width: 100%;
		text-align: right;
	}
	.fc-event .fc-content{
		margin-left: 4px;
	}
	.fc-popover .fc-header{
		width:96%;
	}
	.fc-popover .fc-header .fc-title{
		text-align: center;
	}
	.fc-body.fc-widget-content{
		width:99%;
	}
	.fc-more-popover .fc-event-container{
		width: 90%;
	}
	.fc-ltr .fc-basic-view .fc-day-top .fc-day-number { 
		float: right;
		font-family: Arial; 
	} 
	.add_new_province_box{
		width: 280px; 
		padding: 7px;
		background-color: white;
		border: 2px solid #63984d;
		border-radius: 5px;
		box-shadow: 2px 2px 6px #4d4d4d;
		position: absolute;
		left: 755px;
		top: 450px;
		z-index: 999999;
		display:none;
	}
	.add_new_province_box .head{
		width: 95%; 
		float:left;
		text-align:center;
		margin-bottom: 10px;
		font: bold 16px Arial;
	}
	.add_new_province_box .close_province_box{
		width: 5%; 
		float:left;
		text-align:center;
		margin-top: -5px;
		font-family: Arial;
		font-size: 19px;
		cursor: pointer;
	} 
	.add_new_province_box .close_province_box:hover {
		color: #63984d;
		text-shadow: 1px 1px 2px grey;
	}
	.add_new_province_box .row{
		width: 90%; 
		margin-left: 5%; 
		float:left; 
		margin-bottom:5px; 
	} 
	.add_new_province_box .row .left {
		float: left;
		font-size: 14px;
		margin-left: 10px;
	} 
	.add_new_province_box .row .right{
		float:right;
		margin-right: 10px;
		width: 135px;
		padding: 2px;
	}
	.add_new_province_box .row .right input{
		width: 90%!important; 
	}
	.add_new_province_box .addnewprovince{
		width: 40%; 
		margin-left: 30%; 
		margin-top: 10px;
	}
	
	

div.mergeview_box {
	position: absolute; 
	top: 56px; 
	left:45px;
	width: 350px; 
	height: auto;
	border: 3px solid #f79c21;
	background-color: #ffd6a5;
	z-index: 1110;
	color: #000;
	padding: 8px;
	box-shadow: 4px 4px 9px #000;
	display: none;
}
 div.mergeview_box > div.sub {
	width: 302px; height: 100%; 
	background-color: #ffecd4;
}
div.mergeview_box > div.sub > div.hdr{
	width: 100%; height: 34px;
	font: bold 14px/34px Arial;
	text-align: center;
	padding-left: 10px;
}
div.mergeview_box > div.sub >  div.sub_close{
	width: 20px;
	font: bold 14px/34px Arial;
	float:right;
	cursor: pointer;

	
}
div.mergeview_box > div.sub > div.hdr1{
	width: 100%; height: 28px;
	font: bold 14px/34px Arial;
	text-align: left;
	padding-left: 10px;
}

 div.mergeview_box > div.sub > div.list {
	width: 100%;
	margin-top: 10px;
	height: auto;
	border-top: 1px solid;
}
div.mergeview_box > div.sub > div.list> div.row {
	width: 252px; height: 25px;
	font: bold 12px/34px Arial;
	text-align: left;
	padding-left: 50px;
}