﻿#Background-update-progress {
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: Gray;
	filter: alpha(opacity=40);
	opacity: 0.4;
}

#Progress-update-progress {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 200px;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	background-color: White;
	border: solid 3px black;
}

.directoryWrapper {
	width: 700px;
	float: right;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 15px;
	min-height: 550px;
}

body {
}

.center {
	text-align: center;
}

.clearBoth {
	clear: both;
}

.text-red {
	color: Red;
}

.error {
	color: Red;
	font-weight: bold;
	font-size: 12px;
}

input {
	height: 17px;
	width: 140px;
}

	input.zip {
		width: 50px;
	}

input, textarea, select {
	/*-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;*/
	border: 1px solid rgb(180, 180, 180);
	padding: 2px;
}

	input:focus, textarea:focus, select:focus {
		border-color: rgba(180, 180, 180, 0.8);
		/*-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(180, 180, 180, 0.6);
	-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(180, 180, 180, 0.6);
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(180, 180, 180, 0.6);
	outline:0;
	outline:thin dotted \9;*/
	}

.ddl {
	/*-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;*/
	border: 1px solid rgb(180, 180, 180);
}

input[type="submit"] {
	height: 2em;
}

.line-height-adj {
	line-height: 2.1em;
	padding-left: 5px;
}

input[type="radio"] {
	height: 1em;
	width: 15px;
	margin-left: 10px;
	border: 0px none transparent;
}

input[type="checkbox"] {
	border: 0px none transparent;
	width: 15px;
	margin-left: 17px;
}

.infoPanelWrapper {
	margin-left: 20px;
	margin-right: 20px;
}

.infoPanel {
	border: solid 1px #CCC0AD;
	background-color: #f2f2f2;
	margin-bottom: 8px;
	padding-bottom: 5px;
	/*-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;*/
}
/*.SectionHeader
{
	margin-left: -4px;
	margin-right: -4px;
	margin-top: -4px;
	width:100%;  
	background-color:#EDDDC0;
	background-color:#6D6D6D;
	background-color: #000000;
	color:#e2af22;
	text-align:center;
	line-height:18px !important;
	margin-bottom:5px !important;
	border-bottom: solid 1px #CCC0AD;
	font-weight:bold;
	height:18px;
	/moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	-khtml-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}*/
.SectionHeader {
	/*width:100%;  
	background-color:#EDDDC0;
	background-color:#F2B838;*/
	background-color: black;
	color: #ffb100;
	text-align: center;
	padding-top: 16px;
	height: 32px;
	margin-bottom: 5px;
	border-bottom: solid 1px #CCC0AD;
	font-weight: bold;
	font-size: 14px;
	/*-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	-khtml-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;*/
}

.SectionText {
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: black;
	height: 15px;
	margin-left: 5px;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
}

.textAlignCenter {
	text-align: center;
}

.textAlignRight {
	text-align: right;
}

.textAlignLeft {
	text-align: left;
}

#breadcrum {
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0px 10px 10px !important;
	margin: 0px;
}

	#breadcrum a {
		font-size: 10px;
		color: gray;
		font-weight: bold;
		padding: 10px 0px 10px 10px !important;
		margin: 0px;
	}

.linkLook {
	color: gray;
	/*color: #d20000;*/
}

.modalBackground {
	background-color: Gray;
	-ms-filter: alpha(opacity=15);
	-ms-opacity: 0.15;
}

.modalPopup {
	width: 275px;
	height: 150px;
	background-color: #6D6D6D;
	color: #FFFFFF;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	text-align: center;
	cursor: move;
	font-size: medium;
}

.gridview {
	border: 2px solid black;
	width: 100%;
	padding-left: 5px;
}


	.gridview tr th {
		background: #1b9f7a;
		color: #fff;
		height: 25px;
		font-weight: bold;
	}

	.gridview tr,
	.gridview tr td,
	.gridview tr th {
		padding: 2px;
	}

		.gridview tr:nth-child(even) {
			background: #F0F0F0;
			color: #333;
		}

		.gridview tr:nth-child(odd) {
			background: #000000;
			color: #333;
		}

		.gridview tr:nth-child(even):hover {
			background: #d9d9d9;
			color: #333;
		}

		.gridview tr:nth-child(odd):hover {
			background: #d9d9d9;
			color: #333;
		}

.padcells {
	padding-left: 5px;
	padding-right: 5px;
}

.ui-timepicker-wrapper {
	overflow-y: auto;
	height: 150px;
	width: 6.5em;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	outline: none;
	z-index: 10001;
	margin: 0;
}

	.ui-timepicker-wrapper.ui-timepicker-with-duration {
		width: 11em;
	}

.ui-timepicker-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ui-timepicker-duration {
	margin-left: 5px;
	color: #888;
}

.ui-timepicker-list:hover .ui-timepicker-duration {
	color: #888;
}

.ui-timepicker-list li {
	padding: 3px 0 3px 5px;
	cursor: pointer;
	white-space: nowrap;
	color: #000;
	list-style: none;
	margin: 0;
}

.ui-timepicker-list:hover .ui-timepicker-selected {
	background: #fff;
	color: #000;
}

li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
	background: #1980EC;
	color: #fff;
}

	li.ui-timepicker-selected .ui-timepicker-duration,
	.ui-timepicker-list li:hover .ui-timepicker-duration {
		color: #ccc;
	}

.ui-timepicker-list li.ui-timepicker-disabled,
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
	color: #888;
	cursor: default;
}

	.ui-timepicker-list li.ui-timepicker-disabled:hover,
	.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
		background: #f2f2f2;
	}



.tk-PopPanel {
	border: 3px solid #6D6D6D;
	background-color: White;
	border-width: 2px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	height: auto;
	box-shadow: 3px 3px 5px #888888;
	padding: 10px;
}

.tk-PopPanelInner {
	width: 95%;
	margin-left: 20px;
	margin-right: 20px;
}

.tk-PopPanelInnerScroll {
	width: 95%;
	margin-left: 20px;
	margin-right: 20px;
	max-height: 630px;
	overflow-y: auto;
}

.tk-DropDowns {
	height: 25px;
	max-height: 25px;
	overflow: scroll;
	padding-right: 20px;
}

.tk-PopBackground {
	background-color: #C0C0C0;
	opacity: 0.7;
}

/*----------Page Buttons----------*/
.pagebuttons {
	background: #777777;
	width: 20px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	border-radius: 10px;
	border: 1px solid #444444;
	color: #fff;
	text-align: center;
	cursor: pointer;
}


.pagebuttonsactive {
	background: #F7C260;
	width: 20px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	border-radius: 10px;
	border: 1px solid #937139;
	color: #000;
	text-align: center;
}

.pagebuttonsinactive {
	background: #e1e1e1;
	width: 20px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	border-radius: 10px;
	border: 1px solid #b1b1b1;
	color: #b1b1b1;
	text-align: center;
	pointer-events: none;
}

/*----------Previous and Next Buttons----------*/
#previousbutton {
}


#nextbutton {
}

.formarrow-left {
	background-image: url(images/templates/arrow_left.png);
	width: 41px;
	height: 27px;
	background-repeat: no-repeat;
	/*width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right:10px solid #444444;*/
	float: left;
}

.formarrow-right {
	background-image: url(images/templates/arrow_right.png);
	width: 41px;
	height: 27px;
	background-repeat: no-repeat;
	/*width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent; 
	border-left:10px solid #444444;*/
	float: right;
}

#formbuttoncontent {
	width: 100%;
}

td.td-left {
	text-align: left;
}

td.td-center {
	text-align: center;
}

td.td-center-top {
	text-align: center;
	vertical-align: top;
}

td.td-center-bottom {
	text-align: center;
	vertical-align: bottom;
}

td.td-left-bottom {
	text-align: left;
	vertical-align: bottom;
}

td.td-left-top {
	text-align: left;
	vertical-align: top;
}

td.td-right-top {
	text-align: right;
	vertical-align: top;
}

.MainHeader {
	background-color: black;
	color: #ffb100;
	text-align: center;
	height: 55px;
	font-weight: bold;
	/**/
	font-size: 18px;
	padding-top: 18px;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	width: 730px;
}

.bold-font {
	font-weight: bold;
}

.rbl-align-center {
	margin-left: auto;
	margin-right: auto;
}

.gv-align-center {
	margin-left: auto;
	margin-right: auto;
}

.header-image {
	margin-top: 27px;
}

#MainTbl {
	margin-left: -3px;
}

.SectionReturnDetailText {
	font-size: 12px;
	font-weight: bold;
	color: black;
	height: 15px;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
}


/* Following 3 items are used to make the list numbers in a OL bold while leaving 
	remainder of item text normal weight */
ol {
	margin: 0 0 1.5em;
	padding: 0;
	counter-reset: item;
}

	ol > li {
		margin: 0;
		padding: 0 0 0 2em;
		text-indent: -2em;
		list-style-type: none;
		counter-increment: item;
	}

		ol > li:before {
			display: inline-block;
			width: 1em;
			padding-right: 0.5em;
			font-weight: bold;
			text-align: right;
			content: counter(item) ".";
		}
