form {
	font-family: Verdana, Geneva, sans-serif;
}
label {
	position: relative;
	float: left;
	font-size:1.1em;
	padding: 6px 10px;
}
input[type=submit] {
		position: relative;
	float: left;
	background-color: #666;
	color: white;
	padding: 6px 10px;
	border: none;
	border-radius: 0px;
	cursor: pointer;
	font-size:1.0em;
	margin-right:10px;
}
input[type=submit]:hover {
	background-color: #000;
}
input[type=text], select {
	background-color: #EEE;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	padding: 6px 10px;
	border: 1px solid gray;
	border-radius: 2px;
	cursor: pointer;
	font-size:1.0em;
	margin-right:10px;
	text-transform:uppercase;
}
input textarea {
	background-color: #EEE;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	padding: 6px 10px;
	border: 1px solid gray;
	border-radius: 2px;
	cursor: pointer;
	font-size:1.0em;
	margin-right:10px;
	text-transform:uppercase;
}
input[type=password] {
	background-color: #EEE;
	color: #000;
	padding: 6px 10px;
	border: 1px solid gray;
	border-radius: 2px;
	cursor: pointer;
	font-size:1.0em;
	margin-right:10px;
}
input[type=radio] {
	background-color: #EEE;
	color: #000;
	padding: 6px 10px;
	border: 1px solid gray;
	border-radius: 2px;
	cursor: pointer;
	font-size:1.0em;
	margin-left:0;
	margin-top:10px;
	margin-bottom:0;
}
.BkDates input[type=checkbox] {
	background-color: #EEE;
	color: #000;
	padding: 0 0;
	border: 1px solid gray;
	border-radius: 2px;
	cursor: pointer;
	font-size:1.0em;
	margin-left:0;
	margin-top:0;
	margin-bottom:0;
}
input[type=checkbox] {
	background-color: #EEE;
	color: #000;
	padding: 6px 10px;
	border: 1px solid gray;
	border-radius: 2px;
	cursor: pointer;
	font-size:1.0em;
	margin-left:40px;
	margin-top:10px;
	margin-bottom:22px;
}
fieldset {
	position:relative;
	float:left;
	width:45%;
	padding:8px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
legend {
	color:#333;
	padding:0 10px;
	margin:0;
	font-size:1.5em;
	font-weight:400;
	text-transform:capitalize;
}
.row {
	position:relative;
	float:left;
	width:100%;
	margin-bottom: 6px;
}
.col-25 {
	float: left;
	width: 40%;
}
.col-75 {
	position: relative;
	float: left;
	width: 50%;
}
.col-15 {
	float: left;
	width: 15%;
}
.col-85 {
	position: relative;
	float: left;
	width: 85%;
}
.col-100 {
	position: relative;
	float: left;
	width: 100%;
}
.col-75 p {
	position: relative;
	float: left;
	font-size: 1.2em;
	padding: 6px 10px;
	margin:0;
	text-transform:uppercase;
}
.col-100 p {
	position: relative;
	float: left;
	font-size: 1.2em;
	padding: 6px 10px;
	margin:0;
	text-transform:uppercase;
}
.col-75 span {
	position: relative;
	float: left;
	text-align:left;
	font-size: 1.2em;
	padding: 6px 10px;
}
.NextApptContent .col-25 {
	float: left;
	width: 50%;
}
#theInput {
	float: left;
	width: 45px;
}
/* Clear floats after the columns */
.row:after {
	content: "";
	display: table;
	clear: both;
}
tr.alt td {
	background: #ecf6fc;
}
tr.over td {
	background: #bcd4ec;
}
.file {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	border: 1px solid black;
	background-color:yellow;
	width: 100px;
}
label.valid {
	background: url('../images/checked.gif') no-repeat;
	display: block;
	width: 16px;
	height: 16px;
}
label.error {
	position: relative;
	float: left;
	color: #F00;
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8px;
	background-image: url(../images/unchecked.gif);
	background-repeat: no-repeat;
}
/*div.error {
	position: relative;
	float: left;
	color: #F00;
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-image: url(../images/unchecked.gif);
	background-repeat: no-repeat;
}*/
div.error {
	position:relative;
	float:left;
	width:100%;
	padding:0;
	font-size:.9em;
	color:#F00;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}
checkbox {
	border: 1px solid black;
	margin: 2px;
}
radio {
	border: 1px solid black;
	margin: 2px;
}
input.error {
	position: relative;
	float: left;
	border: 1px solid red;
}
textarea.error {
	border: 1px solid red;
}
select.error {
	border: 1px solid red;
}
checkbox.error {
	border: 1px solid red;
	outline: 2px solid red;
}
radio.error {
	border: 1px solid red;
	outline: 2px solid red;
}
#goButton {
	width: 100px;
}
.TimeClockAdd {
	z-index:12;
	margin-left:0;
	margin-top:15px;
	position:relative;
	float:left;
}
#TimeClockAdd h1 {
	padding: 14px;
	font-family: Verdana, Geneva, sans-serif;
	position:relative;
	float:left;
	margin:0;
	padding:0;
}
#TimeClockAdd fieldset {
	border:none;
	width:100%;
	position:relative;
	float:left;
}
#TimeClockAdd label {
	width: 45px;
	position:relative;
	float:left;
}
#TimeClockAdd label.error {
	position: relative;
	float: left;
	color: #F00;
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8px;
	background-image: url(../images/unchecked.gif);
	background-repeat: no-repeat;
}
#TimeClockAdd textarea.error {
	border: 1px solid red;
}
#TimeClockAdd select.error {
	border: 1px solid red;
}
#TimeClockAdd select {
	position:relative;
	float:left;
	border: 1px solid black;
	color: #000000;
	background-color: #EEEEEE;
	margin: 2px;
}
#TimeClockAdd textarea {
	position:relative;
	float:left;
	border: 1px solid black;
	color: #000000;
	background-color: #EEEEEE;
	margin: 2px;
}
#TimeClockAdd textarea:disabled {
	border:none;
	background:#EEE;
}
#TimeClockAdd input {
	position: relative;
	float: left;
	border: 1px solid gray;
	color: #000000;
	background-color: #EEEEEE;
	margin: 2px;
}
.TimeClockOut input[type="checkbox"] {
	padding: 6px 10px;
	border-radius: 2px;
	cursor: pointer;
	font-size: 1.0em;
	margin-left:0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#TimeClockAdd select:disabled {
	border:none;
	background:#EEE;
}
/* === clock IN Style === */
form.TimeClockIn {
	width:300px;
	position:relative;
	float:left;
	z-index: 1;
}
.TimeClockIn fieldset {
	border:none;
	width:150px;
	position:relative;
	float:left;
}
.TimeClockIn label {
	width:150px;
}
form.TimeClockIn input.submit {
	position:relative;
	float:left;
	background: rgb(254,255,255); /* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(254, 255, 255, 1) 0%, rgba(210, 235, 249, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(254, 255, 255, 1)), color-stop(100%, rgba(210, 235, 249, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg, rgba(254, 255, 255, 1) 0%, rgba(210, 235, 249, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg, rgba(254, 255, 255, 1) 0%, rgba(210, 235, 249, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg, rgba(254, 255, 255, 1) 0%, rgba(210, 235, 249, 1) 100%); /* IE10+ */
	background: linear-gradient(45deg, rgba(254, 255, 255, 1) 0%, rgba(210, 235, 249, 1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#d2ebf9', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border: thin solid #999;
	border-radius: 15px;
	color: #00000;
	font-weight: bold;
	margin: 0px;
	padding: 10px;
	width: 220px;
	height: 150px;
	text-align: center;
	text-shadow: 0 -1px 0 #9EC8EA;
	font-size:32px;
}
form.TimeClockIn input.submit:hover {
	color:#900;
	opacity:.45;
	cursor: pointer;
}
form.TimeClockIn input.submit:active {
	background: rgb(254,255,255); /* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(254, 255, 255, 1) 0%, rgba(210, 235, 249, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(254, 255, 255, 1)), color-stop(100%, rgba(210, 235, 249, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg, rgba(254, 255, 255, 1) 0%, rgba(210, 235, 249, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg, rgba(254, 255, 255, 1) 0%, rgba(210, 235, 249, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg, rgba(254, 255, 255, 1) 0%, rgba(210, 235, 249, 1) 100%); /* IE10+ */
	background: linear-gradient(45deg, rgba(254, 255, 255, 1) 0%, rgba(210, 235, 249, 1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#d2ebf9', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
/* === Clock Out Style === */
	form.TimeClockOut input.submit {
	position:relative;
	float:left;
	background: rgb(254,255,255); /* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(254, 255, 255, 1) 0%, rgba(210, 235, 249, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(254, 255, 255, 1)), color-stop(100%, rgba(210, 235, 249, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg, rgba(254, 255, 255, 1) 0%, rgba(210, 235, 249, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg, rgba(254, 255, 255, 1) 0%, rgba(210, 235, 249, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg, rgba(254, 255, 255, 1) 0%, rgba(210, 235, 249, 1) 100%); /* IE10+ */
	background: linear-gradient(45deg, rgba(254, 255, 255, 1) 0%, rgba(210, 235, 249, 1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#d2ebf9', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border: thin solid #999;
	border-radius: 15px;
	color: #00000;
	font-weight: bold;
	margin: 0px;
	padding: 10px;
	width: 220px;
	height: 150px;
	text-align: center;
	text-shadow: 0 -1px 0 #9EC8EA;
	font-size:32px;
}
form.TimeClockOut input.submit:hover {
	color:#900;
	opacity:.45;
	cursor: pointer;
}
form.TimeClockOut input.submit:active {
	background: rgb(254,255,255); /* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(254, 255, 255, 1) 0%, rgba(210, 235, 249, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(254, 255, 255, 1)), color-stop(100%, rgba(210, 235, 249, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg, rgba(254, 255, 255, 1) 0%, rgba(210, 235, 249, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg, rgba(254, 255, 255, 1) 0%, rgba(210, 235, 249, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg, rgba(254, 255, 255, 1) 0%, rgba(210, 235, 249, 1) 100%); /* IE10+ */
	background: linear-gradient(45deg, rgba(254, 255, 255, 1) 0%, rgba(210, 235, 249, 1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#d2ebf9', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
form.TimeClockOut {
	width:450px;
	position:relative;
	float:left;
	z-index: 1;
}
.TimeClockOut fieldset {
	border:none;
	width:150px;
	position:relative;
	float:left;
	margin:0px;
	padding:0px;
}
.TimeClockOut label {
	width: 100px;
	position:relative;
	float:left;
	margin:0px;
	padding:0px;
	text-align: left;
}
.disabled {
	color:#999;
}
.TimeClockView {
	position:relative;
	float:left;
	background: rgb(254,255,255); /* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(254, 255, 255, 1) 0%, rgba(210, 235, 249, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(254, 255, 255, 1)), color-stop(100%, rgba(210, 235, 249, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg, rgba(254, 255, 255, 1) 0%, rgba(210, 235, 249, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg, rgba(254, 255, 255, 1) 0%, rgba(210, 235, 249, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg, rgba(254, 255, 255, 1) 0%, rgba(210, 235, 249, 1) 100%); /* IE10+ */
	background: linear-gradient(45deg, rgba(254, 255, 255, 1) 0%, rgba(210, 235, 249, 1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#d2ebf9', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border: thin solid #999;
	border-radius: 15px;
	color: #00000;
	font-weight: bold;
	padding: 0px;
	width: 220px;
	height: 150px;
	text-align: center;
	text-shadow: 0 -1px 0 #9EC8EA;
	font-size:32px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.TimeClockView h1 {
	font-size: 22px;
	font-family: Verdana, Geneva, sans-serif;
	margin:0px;
	padding:0px;
	margin-top:25px;
}
.TimeClockView h2 {
	font-size: 12px;
	font-weight:normal;
	font-family: Verdana, Geneva, sans-serif;
	margin:0px;
	padding:0px;
}
.TimeClockView h3 {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:normal;
	margin:0px;
	padding:0px;
}
.TicketList {
	position:relative;
	float:left;
	width:100%;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:normal;
	margin:15px;
	padding:10px;
}
.TicketList h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 17px;
	padding:0px;
	margin-left:0px;
	width:100%;
	font-weight: bold;
	float: left;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	text-align:left;
}
.TicketList h4 {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding:0px;
	margin-left:15px;
	width:100%;
	font-weight: normal;
	float: left;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:left;
}
.InventoryForm input {
	position: relative;
	float: left;
	border: 1px solid gray;
	color: #000000;
	background-color: #EEEEEE;
	margin: 0px;
	padding:0;
}
.InventoryForm fieldset {
	position: relative;
	float: left;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width:105px;
	padding:0;
	text-align:left;
}
.InventoryForm label.error {
	position: relative;
	float: none;
	color: #F00;
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8px;
	background-image: url(../images/unchecked.gif);
	background-repeat: no-repeat;
}
.InventoryForm input.error {
	position: relative;
	float: left;
	border: 1px solid red;
}
.InventoryForm input.error {
	position: relative;
	float: left;
	border: 1px solid red;
}
.InventoryForm checkbox.error {
	border: 1px solid red;
	outline: 2px solid red;
}
.InventoryWarning {
	display: none;
	font-family: Verdana, Geneva, sans-serif;
	color:#F00;
	text-align:center;
	font-size:16px;
	font-weight:bold;
}
.InventoryForm h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #990000;
	font-weight:bold;
}
.InventoryWarning2 {
	font-family: Verdana, Geneva, sans-serif;
	color:#F00;
	text-align:center;
	font-size:16px;
	font-weight:bold;
}
.InventoryForm h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #990000;
	font-weight:bold;
}
#pickdate {
	margin-top: 10px;
	margin-right:5px;
}
#pickdate * {
	font-size: 10px;
}
#TheSwap label.error {
	position: relative;
	float: left;
	color: #F00;
	padding: 10px;
	width:300px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	background-image: url(../images/unchecked.gif);
	background-repeat: no-repeat;
}
#TheSwap input {
	position: relative;
	float: left;
	border: 1px solid gray;
	color: #000000;
	background-color: #EEEEEE;
	margin: 2px;
}
#TheSwap textarea {
	position: relative;
	float: left;
	border: 1px solid black;
	color: #000000;
	background-color: #EEEEEE;
	margin: 2px;
}
#TheSwap textarea.error {
	border: 1px solid red;
}
#TheSwap div {
	position: relative;
	float: left;
	color: #F00;
	padding: 10px;
	width:300px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	background-image: url(../images/unchecked.gif);
	background-repeat: no-repeat;
}
#TheSwap div {
	position: relative;
	float: left;
	color: #F00;
	padding: 10px;
	width:300px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	background-image: url(../images/unchecked.gif);
	background-repeat: no-repeat;
}
form.qreport {
	width:200px;
	margin-top: 10px;
	margin-right: 55px;
}
/*----------------------------------------------------------NewCustomer*/

form.NewCustomer {
	position:relative;
	float:left;
	width:100%;
	padding:15px;
}
form.NewCustomer img {
	display: inline;
	float: right;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	width: auto;
	height: auto;
	border: solid 0px #000;
	box-shadow: 0px 0px 0px #999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFF;
}
#theemail {
	width:150px;
}
#thehours, #theminutes, #thetime {
	width:60px;
	margin-right:2px;
}
#theEmailCk {
	width:200px;
}
#NotesLab {
	width:200px;
}
#TheNotes {
	margin-left:15px;
	width:400px;
	margin-bottom:16px;
}
.theSaveDiv {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 30px;
	margin-top: 35px;
	margin-bottom: 35px;
}
.theSaveNotesDiv {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 0;
}
.setTimes label {
	text-align:left;
}
.RedSM p {
	text-align:center;
	width:100%;
}
.NextApptWarn p {
	text-align:center;
	width:100%;
}

/* -----SysWarn --------------------------------------------------  */

ul.SysWarn {
	position:relative;
	float:left;
	margin-left: 0px;
	list-style: none;
}
ul.SysWarn li input {
	margin-right: .25em;
	padding:0;
	margin:0px;
	float:none;
	width:10px;
}
ul.SysWarn li {
	border: 1px transparent solid;
}
ul.SysWarn li label {
	margin: 0;
	padding: 0;
	float:none;
	display:inline;
	font-weight:normal;
}
ul.SysWarn li label:after {
	content:"";
}
ul.SysWarn li div.error {
	position:relative;
	float:left;
	font-size:12px;
	padding:0;
	font-weight:normal;
	color:#F00;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}
/* -----docCheckbox ---------theImportDoc-----------------------------------------  document upload area dialong popup */

ul.Checkbox {
	position:relative;
	float:left;
	margin-left: 0px;
	list-style: none;
}
ul.Checkbox li input {
	margin-right: .25em;
	padding:0;
	margin:0px;
	float:none;
	width:10px;
}
ul.Checkbox li {
	border: 1px transparent solid;
	display:inline-block;
	width:205px;
}
ul.Checkbox li label {
	margin: 0;
	padding: 0;
	float:none;
	display:inline;
	font-weight:normal;
}
ul.Checkbox li label:after {
	content:"";
}
ul.Checkbox li div.error {
	position:relative;
	float:left;
	font-size:12px;
	padding:0;
	font-weight:normal;
	color:#F00;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}
ul.CheckboxSingle {
	position:relative;
	float:left;
	font-size: 1.2em;
	padding: 6px 10px;
	list-style: none;
	margin:0;
}
ul.CheckboxSingle li input {
	margin-right: .25em;
	padding:0;
	margin:0px;
	float:none;
}
ul.CheckboxSingle li {
	border: 1px transparent solid;
	display:inline-block;
	width:305px;
}
ul.CheckboxSingle li label {
	margin: 0;
	padding: 0;
	float:none;
	display:inline;
	font-weight:normal;
}
ul.CheckboxSingle li label:after {
	content:"";
}
ul.CheckboxSingle li div.error {
	position:relative;
	float:left;
	font-size:12px;
	padding:0;
	font-weight:normal;
	color:#F00;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}
#ThePaymentReRun {
	width:80%;
}
#ThePaymentReRun2 {
	width:90%
}
.removalForm {
		position:relative;
	float:right;
	width:35%;
	
	}
.removalForm	input[type="submit"] {
  position: relative;
  float: right;
  background-color: #666;
  color: white;
  padding: 6px 10px;
  border: none;
  border-radius: 0px;
  cursor: pointer;
  font-size: 1.0em;
  margin-right: 10px;
}