html,body {
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	width: 1100px;
	outline: none;
	background: #f4f4f4;
	font-family: Arial, sans-serif;
	font-size: 100%;
}

a {
	outline: none;
	text-decoration: none;
}

#address p {
	font-size: 18px;
	color: #962023;
	margin-left: 17%;
	margin-top: 11%;
	width: 400px;
}

#editUserDetails,#editCancelUserDetails {
	float: right;
	margin-right: 10px;
	padding: 3px 10px;
	font: 12px/27px Arial, sans-serif;
	font-weight: bold;
}

select { /*	-moz-appearance:button;
	-webkit-appearance:button;
*/
	
}

#lastName {
	
}

.msearch {
	float: left;
}

.msearch button {
	height: 31px;
	border: 1px solid #aaa;
	margin-right: 20px;
	padding: 0 5px;
}

.msearch input[type="text"] {
	border: 1px solid #aaa;
	height: 29px;
	padding: 0 5px;
	width: 100px;
	font-size: 18px;
    margin-top: 5px;
}

#employee_name {
    color:white;
    font-size: 18px
}

#liteui input[type="text"] {
	font-size: 15px;
}

#logout {
    color: #cdbfe3;
    float: right;
    margin-right: 5px;
}

.pipe {
	color: #777;
}

.more_options {
	margin: 5px 0 0 40px;
}

#header_container {
	/*border: solid 1px #aaa;*/
	/*height: 35px;*/
	/*background: #f4f4f4;*/
	/*width: 1100px;*/
	padding-top: 55px;
}

#header_text {
	float: right;
	overflow: hidden;
	margin-top: -100px;
}

#main_tabs_list li.on {
	background-color: #999999;
	background-image: url("/public/images/bg-lite.png");
	background-position: 0 -80px;
	background-repeat: repeat-x;
	border-color: #888888;
	border-width: 1px;
	color: #FFFFFF;
	display: block;
	font-family: "arial";
	color: white;
}

#main_tabs_list li {
	margin-top: 2px;
	/*border-right: 1px solid #3c3c3c;*/
	border-left: 1px solid #292929;
	/*border-bottom: 1px solid #232323;*/
	/*border-top: 1px solid #545454;*/
	background: -moz-linear-gradient(center top, #f4f4f4, #fefefe) repeat
		scroll 0 0 transparent;
	background: -webkit-gradient(linear, right bottom, right top, color-stop(1, #f4f4f4),
		color-stop(0, #fefefe) );
	color: black;
}

#main_tabs_list li a:HOVER {
	background-image: url("/public/images/bg-dark.png");
	background-color: #444444;
	cursor: pointer;
	color: white;
}

#main_tabs {
	background-color: #313131;
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.5);
	height: 500px;
	left: -187px;
	/*padding-right: 5px;*/
	padding-top: 5px;
	position: fixed;
	top: 100px;
    width:150px;
}

#main_tabs_list {
	margin: 0;
}

#main_tabs_list li a {
	display: block;
	padding: 3px 5px;
	background: none;
	color: inherit;
	width: 113px;
	font-family: sans-serif;
}

#main_info {

    padding-bottom: 2%;
    width: 100%;
    background: #f4f4f4;

}

#user_form_no {
	width: 850px;
	margin-top: -27%;
	margin-left: 4.3%;
	background: #ffffff;
	position: fixed;
	padding: 1px;
	-moz-box-shadow: -1px 2px 8px 3px #777;
	-webkit-box-shadow: -1px 2px 8px 3px #777;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	z-index: 150;
}

#checkin_table {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	box-shadow: 0 4px 15px 1px rgba(0, 0, 0, 0.1);
}

#qml_table {
	width: 93%;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	box-shadow: 0 4px 15px 1px rgba(0, 0, 0, 0.1);
}

.qml tr {
	border-bottom: none;
}

.qml tr td {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

.qml tr:nth-child(even) {
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.17, rgb(215
		, 242, 240) ), color-stop(0.59, rgb(211, 242, 242) ),
		color-stop(0.8, rgb(208, 245, 241) ) );
	background-image: -moz-linear-gradient(center bottom, rgb(215, 242, 240)
		17%, rgb(211, 242, 242) 59%, rgb(208, 245, 241) 80% );
}

#qml_table thead tr {
	background: url("/public/images/bottombar_565.png") repeat scroll 0 0
		transparent;
}

#checkin_content,#qml_content {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	border: none;
	font: 90%/1.45em Arial, sans-serif;
}

#checkin_content tr {
	border-bottom: 1px solid #aaa;
}

#checkin_table thead tr {
	background: url("/public/images/bottombar_565.png");
}

#checkin_content th,#qml_content thead tr {
	font-size: 90%;
	padding: 4px;
	color: #ffffff;
    background-color: black;
}

#checkin_content th:last-child {
	width: 50px;
	padding: 0 5px;
	text-align: center;
}

#qml_content thead tr {
	
}

#checkin_table td {
	/*padding: 0px 4px;*/
	color: #000;
	cursor: pointer;
	text-align: center;
}

#checkin_content td ul {
	list-style: none;
	margin-left: -34px;
	margin-top: 2px;
	margin-bottom: 2px;
}

#tabs_foot {
	display: inline;
	float: right;
	padding: 5px;
	font-size: small;
	/*width: 370px;*/
}

#tabs_foot a {
	color: #1569C7;
	font-weight: bold;
	text-decoration: underline;
	padding: 0px 0px 0px 5px;
}

.current12Hour td {
	background-color: white;
}

.current12Hour:hover td {
	background-color: silver;
}

.before12Hour td {
	background-color: #FFFF99;
}

.before12Hour:HOVER td {
	background-color: #FFFE63;
}

.searchColorClass td {
	background-color: #E3ECF0;
}

.searchColorClass:HOVER td {
	background-color: #A7D2E5;
}

.searchColorClassForOtherLot td {
	background-color: #E3ECF0;
}

.searchColorClassForOtherLot:HOVER td {
	background-color: #A7D2E5;
}

.after12Hour td {
	background-color: #F6F7C4;
}

.after12Hour:HOVER td {
	background-color: #CFFC5C;
}

.current3Hour td {
	background-color: #CDF4B6;
}

.current3Hour:hover td {
	background-color: Azure;
}

.inListEven {
	background-color: #85CDCD;
}

.inListEven:hover {
	background-color: lightgreen;
}

.inListOdd tr:nth-child(odd) {
	background-color: lightgreen;
}

.dashboardOdd tr:nth-child(even) {
	background-color: #d3d3d3;
}

.inListOdd tr:nth-child(odd):hover {
	background-color: #85CDCD;
}

.pickupLateBelow12Hours td {
	background-color: #FDFEC1;
}

.pickupLateBelow12Hours:hover td {
	background-color: #FFFE52;
}

.pickupLateAbove12Hours td {
	background-color: #FBE0C4;
}

.pickupLateAbove12Hours:hover td {
	background-color: #F1ACAA;
}

#main_info #search {
	width: 50%;
	margin-left: 25%;
}

#user_form {
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.6);
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
}

.email_receiptFormPopup {
	height: 90%;
	left: 100px;
	margin-top: 8%;
	overflow: hidden;
	position: absolute;
	top: 0;
}

.print_receiptFormPopup {
    width: 1040px;
    height: 90%;
	margin-left: auto;
	left: auto;
	margin-top: 8%;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 1040px;
}

#claim_status {
	font-size: 20px;
	overflow: hidden;
	width: 1108px;
	background: url("/public/images/bottombar_565.png");
	margin: auto;
	padding: 10px 0;
}

#email_receipt_header {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	height: 35px;
	width: 1030px;
	color: #FFF;
	background: url("/public/images/bottombar_565.png");
}

.outerPopupDiv {
	width: 1128px;
	height: 97%;
	overflow: hidden;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2%;
}

#claim_status label {
	text-align: left;
}

#user_form input,label {
	
}

#user_form input,button:hover {
	cursor: pointer;
}

#changeDateDisplay {
	
}

#changeLocationDisplay {
	
}

.user_right {
	float: right;
	width: 50%;
	height: 35px;
}

.user_left {
	float: left;
	width: 50%;
	height: 35px;
}

.user_right {
	background: #eee;
}

.user_left label {
	width: 150px;
	font-size: 100%;
	margin-top: 4px;
	text-align: right;
	margin-right: 10px;
}

.user_right label {
	width: 160px;
	margin-top: 4px;
	text-align: right;
	margin-right: 10px;
}

.user_right big {
	font-size: 112%;
	font-weight: bold;
}

.user_left big {
	font-size: 112%;
	font-weight: bold;
}

.rcs1 {
	width: 460;
	padding-right: 10px;
	overflow: hidden;
	float: left;
}

.delay {
	-moz-border-radius: 12px 12px 12px 12px;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	background: none repeat scroll 0 0 white;
	color: black;
	float: left;
	margin-left: 50px;
	overflow: hidden;
	width: 200px;
	margin-top: 2px;
}

#user_form select {
	border: 1px solid #aaa;
}

#user_form input[type="text"] {
	padding: 2px;
	border: 1px solid #999999;
    margin-left: 5px;
}

#suggestion {
	background: none repeat scroll 0 0 white;
	border: 1px solid #999999;
	color: #666;
	padding: 0 91px 0 0;
}

.email_reciept_buttons {
	float: right;
}

#user_form img {
	margin-right: 4px;
}

#form_sub {
	width: 98%;
	border-top: 1px dashed #000;
}

#rate {
	height: 40px;
}

#userProf input[type='text'],#userProf select {
	border: 1px solid #f4f4f4;
	background: none;
	color: black;
	cursor: default;
    width:200px;
}

#new_vehicle {
	width: 150px;
	margin-left: 160px;
	padding-top: 4px;
	font-size: small;
}

a {
	cursor: pointer;
}

.cmtimg {
	color: #1569C7;
	font-size: 70%;
}

#new_vehicle a {
	color: #1569C7;
}

#add_comment {
	float: right;
	font-size: small;
}

#add_comment a {
	color: #1569C7;
}

#extend_pickupDate {
	width: auto;
	margin-left: 170px;
	font-size: small;
}

#extend_pickupDate a {
	color: #1569C7;
}

.both_dates {
	height: 50px;
	border: 1px solid;
}

#cot_div {
	height: 45px;
}

#cit_div {
	height: 45px;
}

#rs {
	border: 1px solid #000;
	margin-top: 0px;
	height: 80px;
	padding-bottom: 10px;
}

#rs_checkout {
	border: 1px solid #000;
	margin-top: 0px;
	height: 50px;
	padding-bottom: 10px;
}

#mrs {
	background: #99CCCC;
	border: 1px solid #000;
	margin-top: 8px;
}

#row_stall input {
	font-size: 90%;
}

#row_stall label {
	margin-right: 10px;
	text-align: right;
	font-size: 90%;
}

.rowAndStall {
	width: 49%;
	float: left;
	background: #FFFFCC;
	overflow: hidden;
	height: auto;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	padding-bottom: 5px;
}

.rowAndStall a {
	color: #1569c7;
	margin-left: 160px;
	margin-top: 15px;
}

#rowAndStall {
	/*height: 25px;*/
}

.dropoffdr {
	width: 49%;
	float: left;
	margin-left: 8px;
	overflow: hidden;
	height: auto;
}

.dropoffdr select {
	width: 160px;
}

.user_comment textarea {
	height: 30px;
	width: 400px;
	float: left;
	background: #ffffcc;
	resize: none;
	padding-bottom: 3px;
	border: 1px solid #999999;
}

.cvn {
	margin-left: 50%;
	width: 200px;
}

.cvn a {
	color: #1569c7;
}

.cvn a:hover {
	color: #1569c7;
	cursor: pointer;
}

.newtxtarea textarea {
	height: 55px;
	margin-top: -1px;
	background: #fff;
	width: 75%;
	resize: none;
	font-size: 17px;
}

.revenueTxtArea textarea {
	background: none repeat scroll 0 0 #FFFFFF;
	font-size: 17px;
	height: 55px;
	margin-left: 75px;
	margin-top: 6px;
	resize: none;
	width: 40%;
	float: left;
	margin-bottom: 20px;
}

.tf {
	margin-top: 3px;
}

#tpl1 {
	width: auto;
	font-size: 80%;
	padding-bottom: 50px;
	margin-top: 2px;
	padding-top: 25px;
}

#userform_buttons {
	margin-left: 18.5%;
	padding-bottom: 30px;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}

#userform_buttons input {
	-moz-border-radius: 0.3em 0.3em 0.3em 0.3em;
	-webkit-border-radius: 0.3em 0.3em 0.3em 0.3em;
	background: -moz-linear-gradient(0% 100% 90deg, #080808 0pt, #202020 50%, #484848
		50%, #787878 100%) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #080808),
		color-stop(0.5, #787878), color-stop(0.5, #484848),
		color-stop(1, #080808) );
	border: thin solid #444444;
	color: white;
	margin-left: 4px;
	padding: 0.3em;
	text-shadow: 1px 1px 1px #000000;
	width: 5em;
}

#userform_buttons input:HOVER {
	background-color: #A0CFEC;
}

#clerror {
	clear: both;
	padding-left: 50px;
}

#liteui {
	padding-left: 2px;
	margin: auto;
	padding-right: 2px;
	height: 85%;
	overflow-y: scroll;
	width: 1096px;
	background: #f4f4f4;
	border: 4px solid #848484;
	overflow-x: auto;
	padding-right: 2px;
}

#close {
	border: none;
	margin-left: 95.4%;
	outline: none;
	padding-bottom: 15px;
}

.close_userform {
	background: url("/public/images/quick_close.gif") no-repeat scroll 0 0
		transparent;
	float: right;
	height: 34px;
	margin-left: 1110px;
	margin-top: 3px;
	position: absolute;
	width: 43px;
}

.close_userform_search {
	background: url("/public/images/quick_close.gif") no-repeat scroll 0 0
		transparent;
	float: right;
	height: 34px;
	margin-left: 1088px;
	margin-top: -12px;
	position: absolute;
	width: 43px;
}


.SearchTitle{
    position: absolute;
    /*margin-left: 25%;*/
    /*margin-top: 1%;*/
    color: blueviolet;
    font-weight: normal;
    line-height: 0px;
}

#search_div {
    background: #e7e7e7;
    text-align: center;
    height: 85px;
}

#search_div input[type="text"] {
	border: 1px solid #aaa;
	font-size: 110%;
	/*outline: medium none;*/
	padding: 0px 3px 0px 5px;
	/*vertical-align: middle;*/
	/*margin-top: 0;*/
	height: 30px;
}

#search_text {
	margin: auto;
	position: relative;
	/*top: 90px;*/
	height: 40px;
	width: 500px;
    padding-top: 5px;
}

#search_button {
	height: 30px;
	/*margin-left: 5px;*/
	/*margin-top: 0;*/
}

.srs {
	width: 90%;
	height: 100%;
	overflow: hidden;
	background: #ffff99;
	padding: 3px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	padding-bottom: 15px;
	margin-bottom: 10px;
}

.srs select {
	margin-left: 20px;
	width: 180px;
}

#search_by {
	float: right;
	position: relative;
	top: -26px;
	width: 230px;
}

#search_by ul {
	margin: 0;
}

#search_by ul li {
	list-style: none;
	height: 22px;
	text-align: left;
}

.srowAndStall {
	width: auto;
	height: 100%;
	overflow: hidden;
}

#searched_table {
	border-collapse: collapse;
	border: solid 3px #BFBFBF;
	font-family: "Arial";
	margin-top: 30px;
}

#searched_content {
	margin-top: 1%;
	margin-left: auto;
	margin-right: auto;
	font-size: 100%;
	padding: 0%;
}

#searched_content th {
	padding: 4px;
	color: #ffffff;
	height: 40px;
}

#driveIn_users {
	height: auto;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding: 10px 0;
}

/* #driveIn_resForm {
	width: 88%;
	margin-left: auto;
	margin-right: auto;
		
} */
#driveIn_resForm1 {
	width: 86%;
	margin: 0 auto 0 auto;
	padding-bottom: 25px;
	background: none repeat scroll 0 0 #F4F4F4;
	border: 1px solid #b8b8b8;
	padding-top: 20px;
}

/* #driveIn_resForm input[type='text'],label,select,img {
	float: left;
} */
#driv_subdiv {
	clear: both;
	margin-left: 192px;
	padding: 3px 0;
}

#driv_subdiv input {
	float: none;
}

/* #driveIn_resForm input[type='text'] {
	border: 1px solid #AAAAAA;
	font-size: 16px;
	padding: 4px 6px;
	width: 200px;
}

#driveIn_resForm label {
	margin-left: 60px;
	margin-right: 10px;
	text-align: left;
	margin-top: 4px;
}

#driveIn_resForm select {
	width: 214px;
	padding: 4px;
	border: 1px solid #aaa;
} */

/* #driveIn_resForm img {
	margin-right: 4px;
} */
#drihdr h3 {
	line-height: 10px;
	color: white;
}

#drihdr {
	background: url("/public/images/bottombar_565.png");
	height: 45px;
	margin: auto;
	width: 86%;
	border: 1px solid #b8b8b8;
	border-bottom: none;
}

.left {
	width: 50%;
	/* height: 35px; */
	float: left;
	padding: 3px 0;
}

.right {
	width: 50%;
	float: left;
	padding: 3px 0;
	/* height: 35px; */
}

.comment {
	float: left;
	padding: 4px 2px 10px 0;
}

.comment textarea {
	border: 1px solid #999999;
	font-size: 100%;
	resize: none;
}

.driveIn_buttons {
	overflow: hidden;
	width: auto;
	float: right;
	margin-right: 10px;
}

.driveIn_buttons input {
	margin-right: 10px;
	color: white;
	padding: 0.3em;
	text-shadow: 1px 1px 1px #000000;
	width: 105px;
}

#chpwd_container {
	background: none repeat scroll 0 0 #F4F4F4;
	border: 1px solid #AAAAAA;
	border-top: none;
	height: auto;
	margin: 0 auto;
	padding: 0;
	width: 1100px;
}

#accleft_menu {
	background: none repeat scroll 0 0 #F4F4F4;
	float: left;
	width: 180px;
	border-right: 1px inset #aaa;
	height: 510px;
}

#reports_menu {
	background: none repeat scroll 0 0 #F4F4F4;
	float: left;
	width: 180px;
	border-right: 1px inset #aaa;
	height: auto;
	margin-left: 65px;
}

.left_menu {
	margin: 10px 10px 0 0;
}

#accleft_menu_reports {
	width: 15%;
	height: 94%;
	border: 0.1em solid #1e90ff;
	background: #ddf0f7;;
	margin-left: 10px;
	margin-top: 10px;
	position: absolute;
}

#accleft_menu_reports h4 {
	padding: 15px;
	font-size: 85%;
	text-align: center;
}

.menu {
	list-style: none;
	padding: 20px 15px 20px 15px;
	margin-left: auto;
	margin-right: auto;
	width: 65%;
	border-bottom: none;
	border-top: solid 1px #dcebe9;
	margin-left: -4px;
	text-align: center;
}

#accleft_menu a {
	text-decoration: none;
	outline: none;
	background: none repeat scroll 0 0 transparent;
	color: inherit;
	display: block;
	padding: 5px;
	background: #f4f4f4;
}

#reports_menu a {
	text-decoration: none;
	outline: none;
	background: none repeat scroll 0 0 transparent;
	color: inherit;
	display: block;
	padding: 5px;
	background: #f4f4f4;
}

#accleft_menu a:hover {
	background: url("/public/images/bg-dark.png");
	background-color: #444444;
	cursor: pointer;
	color: white;
}

#reports_menu a:hover {
	background: url("/public/images/bg-dark.png");
	background-color: #444444;
	cursor: pointer;
	color: white;
}

#accleft_menu   a.offA {
	
}

#reports_menu   a.offA {
	
}

#accleft_menu   a.onA {
	background-color: #999999;
	background-image: url("/public/images/bg-lite.png");
	background-position: 0 -80px;
	background-repeat: repeat-x;
	border-color: #888888;
	border-width: 1px;
	color: #FFFFFF;
	display: block;
	color: white;
}

#reports_menu   a.onA {
	background-color: #999999;
	background-image: url("/public/images/bg-lite.png");
	background-position: 0 -80px;
	background-repeat: repeat-x;
	border-color: #888888;
	border-width: 1px;
	color: #FFFFFF;
	display: block;
	color: white;
}

#accleft_menu
.adminfalse a {
	color: #666;
}

#accleft_menu
.adminfalse a:hover {
	background: none;
	cursor: auto;
	color: #666;
}

#menu_info {
	border: 1px solid #AAAAAA;
	margin: 25px auto;
	padding: 20px;
	width: 775px;
	overflow: hidden;
}

#menu_info legend {
	border: 1px solid black;
	color: white;
	background: #000;
	border-color: #E5E5C3 #505014 #505014 #E5E5C3;
	padding: 0 10px;
	height: 20px;
}

.can {
	height: 32px;
	border: 1px solid #AAAAAA;
	padding: 2px 3px;
}

#undoCheckout_content,#claim_sendMail,#ipSetting_content,#eliminate_claimId_content,#modify_payment_content,#chpwd_content,#resetpwd_content,#setrates_content,#change_parking_type_rate_content,#set_blackout_content,#sync_mdb,#createUser_content,#enableUser_content
	{
	float: left;
	width: 580px;
}

#chpwd_content p,#claim_sendMail p,#eliminate_claimId_content p,#ipSetting_content p,#modify_payment_content p,#resetpwd_content p,#setrates_content p,#change_parking_type_rate_content p,#set_blackout_content p, #createUser_content p,#enableUser_content p,#undoCheckout_content p
	{
	padding: 2px;
	margin: 0;
}

#sync_mdb p {
	height: 35px;
	margin: 0;
	width: 470px;
	float: left;
}

#change_payment_table,#getUser_info_table tr td {
	text-align: center;
}

#change_payment_table,#getUser_info_table tr th {
	/* padding: 3px 5px; */
	text-align: center;
	width: 95%;
	margin:auto
}

#change_payment_table,#getUser_info_table {
	border-collapse: collapse;
}

#change_payment_table,#getUser_info_table thead tr {
	background: #444;
	color: #fff;
}

#getUser_info_table tbody tr {
	background: #d3d3d3;
}

#change_payment_table tbody tr:nth-child(2n) {
	background: #d3d3d3;
}

#change_payment_table tbody tr:nth-child(2n+1) {
	background: #b0c4de;
}

#undoCheckout_content label,#claim_sendMail label,#ipSetting_content label,#modify_payment_content label,#eliminate_claimId_content label,#chpwd_content label,#resetpwd_content label,#setrates_content label,#change_parking_type_rate_content label,#set_blackout_content label,#sync_mdb label,#createUser_content label,#enableUser_content label
	{
	text-align: right;
	margin-right: 15px;
	color: black;
	line-height: 30px;
	width: 200px;
	float: left !important;
}

#modify_payment_content input[type="text"],#claim_sendMail input[type="text"],#ipSetting_content input[type="text"],#eliminate_claimId_content input[type="text"],#undoCheckout_content input[type="text"],#chpwd_content input[type="password"],#resetpwd_content input[type="password"],#setrates_content input[type="text"],#change_parking_type_rate_content input[type="text"], #set_blackout_content input[type="checkbox"] #sync_mdb input[type="text"],#createUser_content input[type="text"],#createUser_content input[type="password"]
	{
	border: 1px solid #aaa;
	padding: 6px;
}

#show_message_undo_checkout,#show_message_claimEscalation,#show_message_change_parking_type_rate,#show_message_set_blackout, #show_message_rates,#ipSetting_message,#show_message_sync,#show_message,#show_message_chPwd,#show_message_create_user,#show_message_enable_user,#eliminate_claimId_message,#modify_payment_message
	{
	height: 30px;
	text-align: center;
}

#MDB_message {
	float: right;
	width: 100px;
	display: block;
}

#MDB_message img {
	margin-left: 25px;
	width: 25px;
}

.validatonInfo {
	height: auto;
	margin-bottom: 3px;
	overflow: hidden;
	padding: 5px 10px;
}

input.largerCheckbox {
	width: 22px;
	height: 24px;
	vertical-align: bottom;
}

.migratetabs {
	position: relative;
	height: 32px;
	font-weight: bold;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
	line-height: 29px;
	clear: both;
	width: 375px;
	margin: 5px;
	cursor: pointer;
}

.migratetabs:hover {
	text-decoration: underline;
	background: #f4f4f4;
}

.show_form .rws {
	width: 90px;
	text-align: left;
}

.show_form .rwss {
	width: 90px;
	text-align: left;
	margin-top: 0;
}

small {
	color: #666;
}

.chpwd_buttons input[type='submit'] {
	margin-left: 215px;
	margin-right: 15px;
}

.chpwd_buttons input {
	
}

/* this for show.html */
.show_form {
	background: none repeat scroll 0 0 #F4F4F4;
	height: auto;
	margin: 0 0 20px;
	overflow: hidden;
	padding: 10px 20px 10px 20px;
	width: 88%;
	margin-left: auto;
	margin-right: auto;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	box-shadow: 10px 10px 5px #888;
}

.show_form label,input,select {
	float: left;
}

.show_form select {
	background: #7b7b7b;
	border: 1px solid #C0C0C0;
}

.show_content {
    width:90%;
	margin-left: auto;
	margin-right: auto;
}

.show_form input,textarea {
	padding: 1px;
	border: 1px solid #999999;
	flaot: left;
	margin-top: 2px;
}

.show_form img {
	margin-right: 4px;
}

.show_form label {
	width: 150px;
	text-align: right;
	margin-right: 10px;
	margin-top: 2px;
}

#locationDisplay {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 100%;
}

.show_left
.rwstl {
	width: 35px;
	text-align: left;
	float: left;
	font-weight: bold;
}

.field
.rwstl {
	width: 35px;
	text-align: left;
	float: left;
	font-weight: bold;
	padding-left: 10px;
}

.dltbtton {
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #080808),
		color-stop(0.5, #787878), color-stop(0.5, #484848),
		color-stop(1, #080808) );
	color: white;
	width: auto;
	background: -moz-linear-gradient(0% 100% 90deg, #080808 0pt, #202020 50%, #484848
		50%, #787878 100%) repeat scroll 0 0 transparent;
}

#dateDisplay {
	width: 100%;
	margin-top: 0;
	margin-left: -2px;
	height: auto;
}

#dateDisplay .ddp {
	width: auto;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
}

#commentDisplay {
	width: 100%;
	margin-left: 0px;
}

#commentDisplay label {
	width: 170px;
	float: left;
	text-align: left;
	font-size: 100%;
	font-weight: bold;
}

#commentDisplay tr {
	height: 30px;
}

.show_left {
	width: 90%;
	height: 40px;
}

#chbut {
	margin-left: 30px;
	padding: 0;
}

#smvs {
	padding: 0px;
	margin-left: 30px;
	margin-top: -2px;
}

.d_apay {
	width: 100%;
	padding-bottom: 10px;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}

.damt {
	width: 97%;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background: #FFFF99;
	height: auto;
	overflow: hidden;
	margin-bottom: 5px;
	padding: 5px;
	float: left;
	font-size: 95%;
}

.damt label {
	width: 150px;
	margin-left: 2px;
	font-size: 95%;
}

#pr input {
	float: left;
	color: white;
	margin-top: 14px;
	background: -moz-linear-gradient(0% 100% 90deg, #080808 0pt, #202020 50%, #484848
		50%, #787878 100%) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #080808),
		color-stop(0.5, #787878), color-stop(0.5, #484848),
		color-stop(1, #080808) );
	padding: 1px;
	-moz-border-radius: 0.3em 0.3em 0.3em 0.3em;
	-webkit-border-radius: 0.3em 0.3em 0.3em 0.3em;
	border-radius: 0.3em 0.3em 0.3em 0.3em;
}

#print_coupon {
	margin-left: 20px;
}

.gc {
	color: #1569c7;
	margin-top: 0px;
	margin-bottom: -10px;
}

#adjNotes {
	margin-top: 2px;
	color: #000;
}

.payment {
	padding-left: 5px;
}

#paymentType {
	margin-left: 10px;
	margin-right: 10px;
	/*height: 25px;*/
    width: 112px;
}

.addpayment {
	float: left;
	width: 99%;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background: #99FF99;
	padding: 5px;
	margin-left: 10px;
}

.addpayment label {
	width: 150px;
}

.pamt {
	/* background: -moz-linear-gradient(center top, #FAE2E2, #F2CACB) repeat
		scroll 0 0 transparent;
	background: -webkit-gradient(linear, right bottom, right top, color-stop(1, #FAE2E2),
		color-stop(0, #F2CACB) ); */
	background: #999;
	color: #000;
	font-size: 25px;
	padding: 10px 2px;
	border-bottom: 1px solid #aaa;
}

.fee_pay {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.tp1 {
	padding-top: 15px;
	width: 70%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

.tp1 label,.tp label,.addpayment label {
	font-size: 95%;
}

.tp {
	width: 99%;
	height: auto;
	overflow: hidden;
	padding-bottom: 10px;
	float: left;
	background: #CCFF99;
}

#pickupDetailsOfShow2 {
	width: auto;
	float: left;
	font-size: 100%;
	font-weight: bold;
	padding-bottom: 5px;
}

#pkupnwinshow {
	margin-top: 15px;
}

#change_payment {
	width: 100%;
	border-top: 1px dashed;
	padding-top: 5px;
}

.tp-x {
	float: left;
	width: 100%;
	font-size: 90%;
	overflow: hidden;
	height: auto;
}

#payDisplay {
	font-size: 95%;
	margin-bottom: 5px;
}

#payDisplay label {
	float: left;
	width: 120;
	text-align: center;
}

#payDisplay .dlabel1 {
	width: 100px;
	text-align: right;
}

#payDisplay .dlabel {
	width: 60px;
	text-align: center;
}

#adjDisplay { /*font-size: 90%;*/
	margin-top: 5px;
}

#adjDisplay .adjtyplbl {
	width: 136px;
	float: left;
}

#adjDisplay label {
	width: 85px;
	float: left;
	text-align: left;
	/*font-size: 90%;*/
}

#adjDisplay .amlbl {
	float: left;
	text-align: right;
	width: 98px;
	/*font-size-adjust: 100%;*/
}

#adjValue,#paymentAmount {
	color: #000;
}

.feeDetails {
	float: left;
	width: 49%;
}

.feeDetails h4 {
	margin-top: -3px;
}

.payementHistory {
	float: left;
	width: 49%;
	border-left: 1px solid #000;
}

.payementHistory h4 {
	margin-top: -3px;
}

.tp-x1 {
	
}

#payDisplay {
	float: left;
	width: 45%;
}

.tt {
	width: 70%;
	margin-top: 35px;
	margin-left: 86px;
}

.pamt label {
	margin: 0 6px 0 0;
}

#dpl1 {
	margin-left: 87px;
}

.ppr {
	width: 100%;
}

.bttons {
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #080808),
		color-stop(0.5, #787878), color-stop(0.5, #484848),
		color-stop(1, #080808) );
	color: white;
	background: -moz-linear-gradient(0% 100% 90deg, #080808 0pt, #202020 50%, #484848
		50%, #787878 100%) repeat scroll 0 0 transparent;
}

.cmt1 {
	width: 85%;
	float: left;
	margin-top: 3px;
	height: auto;
}

#movedby_name {
	margin-left: 50px;
	width: 144px;
	/*height: 25px;*/
}

.newCheckin1 {
	overflow: hidden;
	padding-top: 10px;
	width: 317px;
	overflow: hidden;
	float: left;
    border: 1px solid #aaa;
}

#moved_byLoc,#row,#stall {
	font-size: 100%;
}

.Checkin,.Checkout,.QuickCheckin {
	float: right;
	font-size: 90%;
}

.newCheckin2 {
	overflow: hidden;
    padding-top: 10px;
	width: 345px;
	overflow: hidden;
	float: right;
}

.newCheckin {
	background: #ddd;
	overflow: hidden;
}

#locDropOffDriver,#locDropOffReceiver {
	/*height: 25px;*/
}

/*Layout css(pradeep & chandi)
*/
.a,.b,.c,.d,.e,.f,.g,.h,.i,.j,.k,.l,.m,.n,.o,.p,.q,.r,.s,.t,.u,.v,.w,.x,.y,.z
	{
	margin-left: 2220px;
	font-size: 64px;
	position: absolute;
	margin-top: 60px;
}

.p {
	top: 70px;
}

.o {
	top: 185px;
}

.n {
	top: 370px;
}

.m {
	top: 464px;
}

.l {
	top: 555px;
}

.k {
	top: 660px;
}

.j {
	top: 840px;
}

.i {
	top: 930px;
}

.h {
	margin-top: 1090px;
}

.g {
	margin-top: 1180px;
}

.f {
	margin-top: 1270px;
}

.e {
	margin-top: 1370px;
}

.d {
	margin-top: 1470px;
}

.c {
	margin-top: 1560px;
}

.b {
	margin-top: 1760px;
}

.a {
	margin-top: 1835px;
}

.z {
	margin-top: 1940px;
}

.y {
	margin-top: 2040px;
}

.fn {
	margin-top: 370px;
	position: absolute;
	margin-left: 60px;
	font-size: 32px;
}

.fj1 {
	margin-top: 830px;
	position: absolute;
	margin-left: 60px;
	font-size: 32px;
}

.fj2 {
	margin-top: 830px;
	position: absolute;
	margin-left: 1200px;
	font-size: 32px;
}

.ff {
	margin-top: 950px;
	position: absolute;
	margin-left: 450px;
	font-size: 32px;
}

.fb {
	margin-top: 1680px;
	position: absolute;
	margin-left: 590px;
	font-size: 32px;
}

.vibgyor {
	position: absolute;
	margin-top: 2520px;
	font-size: 25px;
	float: left;
}

.numbers {
	display: inline;
	position: absolute;
	margin-top: 370px;
	padding: 12px;
	margin-right: 15px;
	font-size: 22px;
	float: left;
}

#pointer {
	background: url(/public/images/pointer.gif);
	position: absolute;
	left: 35px;
	top: 50px;
}

#info1,#info2,#info3,#info4,#info5,#info6,#info7,#info8,#info9,#info10,#info11,#info12,#info13,#info14,#info15,#info16,#info17,#info18,#info19,#info20,#info21,#info22,#info23,#info24,#info24,#info25,#info26,#info27,#info28
	{
	color: white;
	height: 200px;
	width: 150px;
	position: absolute;
	padding: 15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.5);
	background: #666;
	border: solid 8px silver;
	border-top-width: 35px;
}

#info2 {
	left: 72px;
}

#info3 {
	left: 109px;
}

#info4 {
	left: 146px;
}

#info5 {
	left: 183px;
}

#info6 {
	left: 220px;
}

#info7 {
	left: 257px;
}

#info8 {
	left: 294px;
}

#info9 {
	left: 331px;
}

#info10 {
	left: 368px;
}

#info11 {
	left: 405px;
}

#info12 {
	left: 442px;
}

#info13 {
	left: 479px;
}

#info14 {
	left: 516px;
}

#info15 {
	left: 553px;
}

#info16 {
	left: 590px;
}

#info17 {
	left: 627px;
}

#info18 {
	left: 664px;
}

#info19 {
	left: 701px;
}

#info20 {
	left: 738px;
}

#info21 {
	left: 775px;
}

#info22 {
	left: 812px;
}

#info23 {
	left: 849px;
}

#info24 {
	left: 886px;
}

#info25 {
	left: 923px;
}

#info26 {
	left: 960px;
}

#info27 {
	left: 997px;
}

#info28 {
	left: 1034px;
}

.mouseover {
	height: 90px;
	width: 50px;
	color: #666666;
	position: absolute;
	z-index: -30;
	background: #ffffff;
	border: solid 2px black;
}

.p {
	margin-top: 77px;
}

.close {
	position: relative;
	left: 150px;
	top: -40px;
	height: 15px;
	width: 15px;
	border: inset 0.2px #8d8d8d;
	-moz-box-shadow: 0.5px 0.5px 2px 0.5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0.5px 0.5px 2px 0.5px rgba(0, 0, 0, 0.5);
}

.lotFont {
	font-size: 10px;
	color: white    ;
}

/*reprts pages styles*/
.menu_items {
	height: 500px;
	width: 250px;
	border: 1px solid #000;
	overflow: hidden;
}

.report_header {
	height: 40px;
	border: 1px solid #000;
	margin-top: 50px;
}

.items_lists {
	text-align: center;
	height: 30px;
	padding: 5px 0;
	border: 1px solid #000;
	background: green;
	color: #fff;
	text-shadow: 1px 1px 1px #eee;
	margin-top: 2px;
}

/*
For New UI
*/
.formbox {
	width: 37%;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-left: none;
	height: auto;
	float: left;
	font-size: 16px;
}
/* .formbox .field, .formbox1 .field{
  background: #eee;
}

.formbox  .field:nth-child(odd),.formbox1  .field:nth-child(odd){
	background-color: lightgreen;
} */
.formbox1 {
	width: 62%;
	border: 1px solid rgba(0, 0, 0, 0.1);
	height: auto;
	float: left;
	border-left: none;
}

.popup_headings {
	text-align: left;
    font-weight: bold;
}

.field {
	float: left;
}

.formbox label { /*font-size: 90%;
	font-size-adjust: inherit;*/
	text-align: left;
	float: left;
	width: 150px;
}
/* fieldset#userProf input[type="text"]{
	border:none;
	background: none;
	
} */
.formbox input {
	margin-top: 0;
	/*font-size: 90%;*/
}

.formbox select {
	width: auto;
	padding: 0;
	/*font-size: 90%;*/
}

.formbox1 label {
	/*text-align: left;*/
	float: left;
	width: auto;
}

.formbox .field {
	width: 101%;
	margin-top: 1px;
	height: 25px;
	overflow: hidden;
	padding: 2px;
}

.formbox1 .field {
	width: 100%;
	margin-top: 1px;
	height: auto;
	overflow: hidden;
	padding: 2px;
}

.fld1 {
	width: 45%;
	float: left;
}

.saveUpdateRSVN,.showLocation,.showLocation2,.showPickupDateTime,.showComment,.showPickupDateTime
	{
	float: right;
	-webkit-border-radius: 3px 3px 3px 3px;
	margin-right: 10px;
	padding: 3px 10px;
	border: none;
	font: 12px/27px Arial, sans-serif;
	font-weight: bold;
}

.reportComment {
	margin-left: 19px;
	margin-top: 22px;
	padding: 7px;
	float: left
}

.showComment {
	width: 70px;
}

.saveUserInfoBox {
	height: 35px;
	border: 1px solid #000;
}

.formbox .changeDateSave {
	float: left;
	width: 90%;
	height: auto;
	margin-top: 10px;
}

.formbox1 .changeDateSave {
	float: left;
	width: 90%;
	height: auto;
	margin-top: 10px;
}

.adjustmentTypeCal {
	float: right;
}

.rcs li {
	float: left;
	list-style: none;
	color: #fff;
	position: relative;
}

.rcs li input {
	float: none;
}

.payHead {
	margin-top: -0px;
}

li {
	list-style: none;
}

.rcsbuttons {
	float: right;
	margin-top: -10px;
	overflow: hidden;
	position: relative;
	right: 30px;
	width: 480px;
	height: 42px;
}

.latebyhrs {
	float: left;
}

.clid {
	float: right;
	margin-right: 40px;
}

.rcsbuttons .pri {
	float: left;
}

.rcsbuttons input {
	margin-right: 10px;
	width: auto;
}

.innerHeader{

	/* margin-bottom: 0; */
	/* font-size: 16px; */
	color: inherit;
	padding: 10px;
	background: #fafafa;
	/* font: 12px / 18px Consolas,monospace,serif; */
	color: #666;
	-moz-tab-size: 4;
	/* tab-size: 4; */
	/* overflow: auto; */
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	text-align: center;
	font-weight: bold;
	color: blue;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
}

.memberInfo{
	width: 94%;
	border-radius: 5px;
	/* background: none repeat scroll 0 0 cornsilk !important; */
	background: none repeat scroll 0 0 lightyellow !important;
	height: auto;
	overflow: hidden;
	border: 1px solid #bbbbbb;
	margin: 5px;
	padding: 5px;
}
.payment_cont {
	background: none repeat scroll 0 0 #f4f4f4;
	height: auto;
	overflow: hidden;
	width: 100%;
	border: 1px solid #bbbbbb;
}

.cont1 {
	border-right: 1px solid #aaa;
	float: left;
	height: auto;
	width: 54%;
	text-align: right;
}

.cont2 {
	/*background: none repeat scroll 0 0 #ddd;*/
	/*float: left;*/
	height: auto;
	padding: 0px 17px 1px;
	text-align: left;
}

#adjCouponDays {
	width: auto;
	padding: 2px;
	margin-left: 10px;
	height: 25px;
	font-size: 90%;
}

#adjType {
	height: 25px;
	margin-left: 10px;
	margin-top: 2px;
	padding: 2px;
	width: 145px;
}

.cont3 {
	float: left;
	border: none;
	width: 44%;
}

.stayDays {
	width: 45px;
	float: left;
	/*padding-top: 4px;*/
	/*margin: 5px 0 0 5px;*/
	text-align: center;
	background: -moz-linear-gradient(center top, #8FC857, #5C9425) repeat
		scroll 0 0 transparent;
	background: -webkit-gradient(linear, right bottom, right top, color-stop(1, #8FC857),
		color-stop(0, #5C9425) );
	border: 1px solid #749217;
	color: #fff;
	font-size: 15px;
}

.fee_tax {
	width: 83%;
	float: left;
}

.cont1 select {
	width: 125px;
}

#finalAmount {
	text-align: right;
	width: 115px;
}

#totalPaid {
	text-align: right;
	width: 100px;
    color: blue;
}

#totalPaidLabel {
	width: 185px;
	text-align: center;
}

#finalAmountLabel {
	width: 213px;
	text-align: right;
}

.ft {
	background: none repeat scroll 0 0 #f4f4f4;
	font-size: 20px;
	margin-top: 10px;
	padding: 0;
	border: 1px solid #bbbbbb;
	width: 100%;
	font-weight: bold;
}

.fee_tax label {
	width: 222px;
}

.subTotal {
	margin-top: 20px;
	margin-left: 217px;
}

.final_totalpaid {
	width: 100%;
	overflow: hidden;
	padding-bottom: 5px;
	margin-top: -5px;
}

.PH {
	margin-top: 0px;
}

#change_pickupDateTime,#update_rsvnInfo,#report_comment_status,#create_activity,#change_location,#extra_comments,#revenue_comments,#change_location2,#checkOutComment_activity,#checkInComment_activity,#show_message_sync,#show_message_change_parking_type_rate,#show_message_set_blackout,#show_message_rates,#emailResponse
	{
	font-size: 90%;
	vertical-align: middle;
	color: green;
}

#create_activity{
    margin-left: 80px;
    line-height: 2.5px;
}

.reduceFont {
	font-size: 86%;
}

.pendingAmount {
	width: 160px;
}

.span4 input {
	border: 1px solid #AAAAAA;
	padding: 5px;
}

.span4 input[type="button"] {
	height: 30px;
	width: 75px;
	margin-top: -2px;
	margin-left: 10px;
}

.span4 {
	width: auto;
	display: inline;
	float: left;
	margin-top: 7px;
}

.span4 label {
    text-align :right;
	line-height: 24px;
	margin-left: 15px;
	margin-right: 5px;
    width: auto;
}

div.topbar {
	overflow: hidden;
	z-index: 10000;
	background: #ddd;
	width: 93%;
	margin: auto;
	padding-bottom: 5px;
}

div.topbar-inner {
	border-radius: 4px 4px 4px 4px;
	padding-left: 0px;
	padding-right: 5px;
}

div.validmssgqml {
	margin-left: 5px;
}

div.topbar-inner a {
	padding: 5px;
	border: 1px solid #000;
}

.option {
	font-size: 90%;
}

.newopt {
	border: 1px solid #AAAAAA;
	padding: 4px;
	width: 150px;
}

.testCont2 label {
	width: 145px;
}

#rowOfLocation {
	/*width: -10px;*/
}

.curLoc {
	font-weight: normal;
	margin-right: 30px;
	text-align: right;
	width: 44px;
}

.rcsInlist {
	width: 85%;
	margin: auto;
	color: #000;
	height: auto;
	overflow: hidden;
	padding-bottom: 5px;
	font-size: 100%;
	padding-top: -5px;
	margin-top: -51px;
}

.rcsInlist li {
	
}

.rcsInlist li a {
	padding: 10px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}

.rcsInlist li a:HOVER {
	color: red;
}

.pagesInlist {
	width: 93%;
	margin: auto;
	font: 12px/27px Arial, sans-serif;
	overflow: hidden;
}

.showPages {
	float: left;
	color: blue;
	margin-left: 40px;
}

.listOfDates {
	float: right;
	margin-right: 40px;
	color: blue;
}

.listOfDates span {
	text-decoration: underline;
	margin-left: 3px;
}

.listOfDates span:HOVER {
	text-decoration: none;
	color: purple;
}

.pagesInlistNote {
	color: red;
	font: 15px/27px Arial, sans-serif;
	margin: auto;
	width: 93%;
	clear: both;
}

.pagesInlistNoteC {
	color: red;
	font: 15px/27px Arial, sans-serif;
	margin-left: 41px;
}

.field1 {
	height: 28px;
}

.formbox1 .field1 {
	width: 100%;
	margin-top: 1px;
	height: auto;
	overflow: hidden;
	padding: 2px;
}

.pendingAmtComment {
	background: none repeat scroll 0 0 #f4f4f4;
	height: 200px;
	left: 400px;
	position: absolute;
	top: 200px;
	width: 474px;
	border: 7px solid #444444;
}

.pendingAmtComment input {
	margin-left: 15px;
	padding: 2px;
	margin-top: -10px;
}

#checkOutComment_activity,#checkInComment_activity {
	position: absolute;
	left: 15px;
}

textarea {
	resize: none;
}

.paymentTextArea {
	margin-top: 20px;
	margin-left: 15px;
	resize: none;
	font-size: 150%;
}

.pendingAmtCommentHead {
	background: -moz-linear-gradient(#999999, #333333) repeat scroll 0 0
		transparent;
	background: -webkit-gradient(linear, right bottom, right top, color-stop(1, #999999),
		color-stop(0, #333333) );
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	height: auto;
	left: 400px;
	overflow: hidden;
	padding-bottom: 5px;
	padding-top: 5px;
	position: absolute;
	top: 163px;
	width: 488px;
	color: white;
	text-align: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.closePendingAmtPopup {
	background: url("/public/images/quick_close.gif") no-repeat scroll 0 0
		transparent;
	height: 33px;
	margin-top: -7px;
	width: 33px;
	float: right;
}

.closeEmailReceiptPopup {
	background: url("/public/images/quick_close.gif") no-repeat scroll 0 0
		transparent;
	float: right;
	height: 34px;
	margin-right: -10px;
	margin-top: -12px;
	width: 35px;
}

/* .PendingAmtPopupButton{
	
	border: 1px solid #aaa;
	margin-left:15px;
	color: white;
	width: 100px;
}
 */
.late_hours {
	background-color: indianred;
	color: threeddarkshadow;
	float: left;
	padding: 2px;
}

.pri,.checkInOrCheckOut {
	padding: 3px 10px;
	text-decoration: none;
	-moz-text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	-moz-text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	color: white;
}

.pri {
	background: -moz-linear-gradient(center top, #00ADEE, #0078A5) repeat
		scroll 0 0 transparent;
	background: -webkit-gradient(linear, right bottom, right top, color-stop(1, #00ADEE),
		color-stop(0, #0078A5) );
	border: 1px solid #749217;
	padding: 4px 12px;
	border-radius: 5px;
}

fieldset {
	border: none;
	border-bottom: 1px solid #aaa;
}

.checkInOrCheckOut {
	background: -moz-linear-gradient(center top, #8FC857, #5C9425) repeat
		scroll 0 0 transparent;
	background: -webkit-gradient(linear, right bottom, right top, color-stop(1, #8FC857),
		color-stop(0, #5C9425) );
	border: 1px solid #749217;
}

.locationSave_movelist {
	background: -moz-linear-gradient(center top, #8FC857, #5C9425) repeat
		scroll 0 0 transparent;
	background: -webkit-gradient(linear, right bottom, right top, color-stop(1, #8FC857),
		color-stop(0, #5C9425) );
	border: 1px solid #749217;
	float: right;
	color: #fff;
}

.rcslist {
	margin-right: 20px;
}

.rcslist2 {
	float: right;
}

.rcslistspan {
	width: auto;
}

#claimId1 {
	margin-top: 0;
	border: none;
	margin-left: 10px;
	color: brown;
	font-size: 27px;
    height: 26px;
	background: none repeat scroll 0 0 transparent;
	color: brown;
}

#claimId {
    margin-top: 0;
    /*margin-left: 10px;*/
    font-size: 27px;
    /*color: brown;*/
    height: 27px;
}

.editClaimId,.cancelClaimId,.saveClaimId {
	font-size: 12px;
	color: #0000CC;
	cursor: pointer;
	margin-right: 3px;
    font-weight:normal;
}

#editCLID {
	display: list-item;
	overflow: hidden;
	position: absolute;
	top: 23px;
}

.editClaimId:hover,.cancelClaimId:hover,.saveClaimId:hover {
	text-decoration: underline;
}

#dpi,#dp1i,.datepicker {
	cursor: pointer;
}

#status {
	margin: 0 5px;
}

#rsvnId {
    font-size: 22px;
    /*margin: 0 5px;*/
    margin-top: 10px;
    font-weight: normal;
}

#rsvnId,#status,#claimId,#sourceRsvn {
	color: brown;
}

.receiptClass {
    color: #F4F4F4;
    width: 62%;
    float: right;
    height: 74px;
}

.email_receipt {
	color: green;
    line-height: 80px;
    margin: 28%;

}

#current_loc_brief_label {
	font-weight: bolder;
}

/*Jquery menu for more link */
.jqueryslidemenu {
	font: bold 12px Verdana;
	background: #414141;
}

.jqueryslidemenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li {
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a {
	display: block;
	background: #414141; /*background of tabs (default state)*/
	color: white;
	padding: 8px 10px;
	color: #2d2b2b;
	text-decoration: none;
}

* html .jqueryslidemenu ul li a {
	/*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

.jqueryslidemenu ul li a:link,.jqueryslidemenu ul li a:visited {
	color: white;
}

.jqueryslidemenu ul li a:hover {
	background: black; /*tab link background during hover state*/
	color: white;
}

/*1st sub level menu*/
.jqueryslidemenu ul li ul {
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li {
	display: list-item;
	float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul {
	top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a {
	font: normal 13px Verdana;
	width: 68px; /*width of sub menus*/
	padding: 5px;
	margin: 0;
	border-top-width: 0;
	border-bottom: 1px solid gray;
}

.jqueryslidemenuz ul li ul li a:hover { /*sub menus hover style*/
	background: #eff9ff;
	color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */
.downarrowclass {
	position: absolute;
	top: 12px;
	right: 7px;
}

.rightarrowclass {
	position: absolute;
	top: 6px;
	right: 5px;
}
/* end of jquery menu more link */
.calendar_css {
	background: none repeat scroll 0 0 #414141;
	color: white;
	font: 13px Verdana;
	height: 20px;
	margin-left: -5px;
	margin-top: -6px;
	padding-left: 3px;
	padding-top: 3px;
	width: 75px;
	border: 0px;
	padding-bottom: 5px;
}

.calendar_css:HOVER {
	background: black;
	cursor: pointer;
}

#email_receipt_body {
	background: none repeat scroll 0 0 #f4f4f4;
	overflow-y: scroll;
	height: 70%;
	padding-left: 2px;
	padding-right: 2px;
	width: 1020px;
	border: 3px solid #aaa;
}

#email_receipt_body_copy {
	background: none repeat scroll 0 0 #f4f4f4;
	padding-left: 2px;
	padding-right: 2px;
	width: 1020px;
	border: 3px solid #aaa;
}

.items_content tr {
	border-bottom: none;
}

.items_content tr td {
	height: 30px;
}

.items_content tr td img {
	margin: 0px 20px 0 0;
}

.items_content tr td input[type="text"] {
	border: 1px solid #aaa;
	padding: 6px;
	width: 90px;
}

input[type="submit"],input[type="button"] {
	position: relative;
	height: 32px;
	/*font-weight: bold;*/
	/*line-height: 29px;*/
}

.allButtons {
	background-color: #444444;
	background-image: url("/public/images/bg-lite.png");
	background-position: 0 -80px;
	background-repeat: repeat-x;
	border: 1px solid #fff;
	color: #FFFFFF;
	display: inline-block;
	color: #FFFFFF;
	font-size: 90%;
	font-weight: bold;
}

.allButtons:hover {
	background-image: url("/public/images/bg-dark.png");
	background-color: #999999;
	cursor: pointer;
}

.reportTittle {
	
}

.listNames {
    padding-top: 0px;
    font-size: 1em;
    line-height: 1.45em;
    /*margin: 0 auto 0.5em 0;*/
    width: 1100px;
    border-bottom: 1px solid #aaa;
    background: #524e47;
    color: white;
    text-align: center;
    font-weight: normal;
}

.checkinButton,.updateButton {
	height: 27px;
	padding: 3px;
	font-weight: bold;
}

#adjustment_payment {
	border-top: 1px dashed;
	padding-top: 5px;
}

div.pophead_length {
	float: left;
	min-width: 60%;
	max-width: 70%;
	padding-left: 5px;
	/*line-height: 30px;*/
}

div.popup_actions {
	float: right;
	width: 38%;
}

.claimEdit {
	position: absolute;
	margin-top: 27px;
}

.small_tds {
	width: 30px;
}

td ul li {
	padding: 0;
}

/*
Reoprts
*/
.rMonth_Header {
	border: 1px solid #000;
	overflow: hidden;
}

.rMonthNames {
	margin: 0;
}

.jstColor {
	color: white;
	background-image: linear-gradient(bottom, rgb(62, 98, 203) 13%,
		rgb(93, 128, 244) 57% );
	background-image: -o-linear-gradient(bottom, rgb(62, 98, 203) 13%,
		rgb(93, 128, 244) 57% );
	background-image: -moz-linear-gradient(bottom, rgb(62, 98, 203) 13%,
		rgb(93, 128, 244) 57% );
	background-image: -webkit-linear-gradient(bottom, rgb(62, 98, 203) 13%,
		rgb(93, 128, 244) 57% );
	background-image: -ms-linear-gradient(bottom, rgb(62, 98, 203) 13%,
		rgb(93, 128, 244) 57% );
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.13, rgb(62,
		98, 203) ), color-stop(0.57, rgb(93, 128, 244) ) );
}

.week_names {
	margin: 0;
	position: absolute;
	display: none;
	height: 55px;
	color: white;
	background-image: linear-gradient(bottom, rgb(62, 98, 203) 13%,
		rgb(93, 128, 244) 57% );
	background-image: -o-linear-gradient(bottom, rgb(62, 98, 203) 13%,
		rgb(93, 128, 244) 57% );
	background-image: -moz-linear-gradient(bottom, rgb(62, 98, 203) 13%,
		rgb(93, 128, 244) 57% );
	background-image: -webkit-linear-gradient(bottom, rgb(62, 98, 203) 13%,
		rgb(93, 128, 244) 57% );
	background-image: -ms-linear-gradient(bottom, rgb(62, 98, 203) 13%,
		rgb(93, 128, 244) 57% );
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.13, rgb(62,
		98, 203) ), color-stop(0.57, rgb(93, 128, 244) ) );
}

.week_names li {
	padding: 15px 10px;
	text-align: center;
}

.rMonthNames li {
	float: left;
}

.rMonthNames li.rMonth_name a {
	padding: 4px 10px;
}

.MonthlyAndDailyReports {
	width: 93%;
	margin: 3px auto;
	background: #414141;
	color: #fff;
}

#specificReports {
	clear: both;
}

.MonthlyAndDailyReports_Content {
	
}

.monthsAndDays {
	width: 93%;
	margin: 3px auto;
	overflow: hidden;
}

.months,.days {
	width: 61%;
	margin: 3px auto;
	padding: 10px 0px;
	overflow: hidden;
}

.mcl {
	overflow: hidden;
	float: left;
	padding: 0 10px;
	width: 490px;
}

.resultantReport {
	padding: 20px 0px;
}

.dmtabletilecontainer {
	overflow: hidden;
	width: 93%;
	margin: auto;
}

#label_title {
	float: left;
	font-size: 17px;
	font-weight: bold;
	padding: 5px;
	text-align: right;
	width: 53%;
	color: #ff4500;
}

#download_report_dm {
	float: right;
	background: #b0e0e6;
	padding: 5px;
	margin-right: 15px;
	font-size: 20px;
}

#daysmnthreports {
	width: 93%;
	margin: auto;
	color: black;
	border-collapse: collapse;
}

#daysmnthreports thead tr {
	background: #969496;
}

#daysmnthreports thead tr th:last-child {
	width: auto;
}

#daysmnthreports tbody tr td {
	text-align: center;
}

#daysmnthreports tbody tr:nth-child(even) {
	background: #dcdcdc;
}

.days {
	clear: both;
}

.rollerContainer {
	float: left;
	width: 400px;
	margin: 0 5px;
	width: 384px;
	overflow: hidden;
}

.roller {
	width: 1152px;
	position: relative;
	left: 0;
	right: 0;
	overflow: hidden;
}

.roller-days {
	position: relative;
	left: 0;
	overflow: hidden;
	width: 2976px;
}

#prev-month,#next-month {
	padding: 3px 8px;
	font-weight: bold;
}

#prev-day,#next-day {
	padding: 3px 8px;
	font-weight: bold;
}

.months a,.days a {
	float: left;
	text-decoration: underline;
	padding: 5px 0;
}

.monthName {
	width: 90px;
	margin: 0 3px;
	text-align: center;
	border: 1;
}

.dayName {
	width: 90px;
	margin: 0 3px;
	text-align: center;
	border: 1;
}

.selected_month,.selected_day {
	color: blue;
	background: gray;
}

.rArrow {
	padding: 2px 10px 2px 6px;
	float: left;
}

#total_revenue_id {
	float: right;
	margin-right: 52px;
	font-size: 20px;
	display: none;
	background: none repeat scroll 0 0 #B0E0E6;
	padding: 1px;
	display: none;
}

#showNext12Hours_rsvn {
	color: #0000CD;
	margin-left: 16%;
	float: left;
}

#showNext1Hour_rsvn_warning {
	color: #0000CD;
	margin-left: 1%;
	float: left;
}

#lastVisit_id {
	/*background: -moz-linear-gradient(center top, #8FC857, #5C9425) repeat*/
		/*scroll 0 0 transparent;*/
	/*background: -webkit-gradient(linear, right bottom, right top, color-stop(1, #8FC857),*/
		/*color-stop(0, #5C9425) );*/
	float: left;
	line-height: 14px;
	font-size: 12px;
	/*font-weight: bold;*/
	text-align: center;
	color: white;
    margin-right: 10px;
}
/* new Drivin form @ 8 feb 2012 */
#driveIn_resForm1 {
	overflow: hidden;
}

#driveIn_resForm1 select {
	border: 1px solid gray;
	background: #fff;
	width: 165px;
}

#driveIn_resForm1 .large-text-input {
	width: 165px;
}

#driveIn_resForm .midum-text-input {
	width: 120px;
}

.dateDetails {
	width: 340px;
	border: 1px thin;
	float: left;
	border-right: 2px solid #f4f4f4;
}

.dateDetails p,.cupondetails p,.customerdetails p {
	padding: 2px 5px 10px 10px;
}

.cupondetails .leftDiv {
	width: 300px;
	float: left;
}

.dateDetails label,.cupondetails label,.customerdetails label,.otherdetails label
	{
	display: block;
	line-height: 24px;
}

.dateDetails input[type="text"] {
	
}

.cupondetails {
	float: left;
	margin-left: 0px;
	width: 604px;
	border: 1px thin;
	overflow: hidden;
}

.customerdetails,.otherdetails,.commentdetails {
	clear: both;
	overflow: hidden;
	border: 1px thin;
}

.customerdetails div {
	width: 170px;
	float: left;
	padding: 2px 5px 10px 10px;
}

.commentdetails div {
	padding: 10px 5px 10px 10px;
}

.customerdetails select {
	
}

.customerdetails input[type="text"],.otherdetails input[type="text"],.cupondetails input[type="text"],.dateDetails input[type="text"]
	{
	border: 1px solid gray;
}

.otherdetails div {
	width: 294px;
	float: left;
	padding: 2px 5px 10px 10px;
}

.drivin-header-titles {
	background: #dcdcdc;
	padding-left: 10px;
	line-height: 24px;
	text-align: left;
	margin: 0;
}

#ballonslist {
	padding-left: 25px;
}

#ballonslist img {
	vertical-align: text-top;
	margin: 0 5px;
	cursor: pointer;
}

#time_ticker {
	float: right;
    margin:5px;
}
.outsideGridPopup {
	background: -moz-linear-gradient(#fff, #eee) repeat scroll 0 0
		transparent;
	background: -webkit-gradient(linear, right bottom, right top, color-stop(1, #fff),
		color-stop(0, #eee) );
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0 5px 5px 1px rgba(10, 40, 50, 0.3);
	color: black;
	    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	height: 122px;
	left: 600px;
	padding-top: 15px;
	position: fixed;
	text-align: center;
	top: 200px;
	vertical-align: middle;
	width: 300px;
	border: 3px solid #999999;
	z-index: 1002;
}
.insideGridPopupHeader {
	background: -moz-linear-gradient(#313131, #616161) repeat scroll 0 0
		transparent;
	background: -webkit-gradient(linear, right bottom, right top, color-stop(1, #313131),
		color-stop(0, #616161) );
	font-size: 23px;
	font-weight: bold;
	margin: -5px;
	text-shadow: 0 -1px 1px #000000;
	color: #fff;
	text-shadow: 0 -1px 1px #000000;
}
.popupContent {
	margin: 10px;
	height: auto;
}
.okOnOutsideGridPopup {
	background: -moz-linear-gradient(#313131, #616161) repeat scroll 0 0
		transparent;
	background: -webkit-gradient(linear, right bottom, right top, color-stop(1, #313131),
		color-stop(0, #616161) );
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
	color: white;
	    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	height: 22px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding-top: 4px;
	text-align: center;
	width: 50px;
}

.okOnOutsideGridPopup:hover {
	background: -moz-linear-gradient(#313131, #616161) repeat scroll 0 0
		transparent;
	background: -webkit-gradient(linear, right bottom, right top, color-stop(1, #313131),
		color-stop(0, #616161) );
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.3);
	color: white;
	    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	height: 22px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding-top: 4px;
	text-align: center;
	width: 50px;
	cursor: pointer;
}
.insideGridPopup {
	background: -moz-linear-gradient(#fff, #eee) repeat scroll 0 0
		transparent;
	background: -webkit-gradient(linear, right bottom, right top, color-stop(1, #fff),
		color-stop(0, #eee) );
	border-radius: 4px 4px 4px 4px;
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
	color: black;
	    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	height: auto;
	width: 300px;
	margin: 0 auto;
	border: 3px solid #999999;
	z-index: 1002;
}
.move {
	background: -moz-linear-gradient(#313131, #616161) repeat scroll 0 0
		transparent;
	background: -webkit-gradient(linear, right bottom, right top, color-stop(1, #313131),
		color-stop(0, #616161) );
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
	color: white;
	    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	height: 17px;
	padding: 6px 8px;
	text-align: center;
	width: 56px;
	cursor: pointer;
	float: right;
	margin-left: 2px;
}

.move:hover {
	background: -moz-linear-gradient(#616161, #313131) repeat scroll 0 0
		transparent;
	background: -webkit-gradient(linear, right bottom, right top, color-stop(1, #616161),
		color-stop(0, #313131) );
	-moz-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.3);
	color: white;
	    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	height: 17px;
	padding: 6px 8px;
	text-align: center;
	width: 56px;
	cursor: pointer;
	float: right;
	margin-left: 2px;
}
.dontMove {
	background: -moz-linear-gradient(#313131, #616161) repeat scroll 0 0
		transparent;
	background: -webkit-gradient(linear, right bottom, right top, color-stop(1, #313131),
		color-stop(0, #616161) );
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
	color: white;
	    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	height: 17px;
	padding: 6px 8px;
	text-align: center;
	width: 96px;
	float: left;
}

.dontMove:hover {
	background: -moz-linear-gradient(#616161, #313131) repeat scroll 0 0
		transparent;
	background: -webkit-gradient(linear, right bottom, right top, color-stop(1, #616161),
		color-stop(0, #313131) );
	-moz-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.3);
	color: white;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	height: 17px;
	padding: 6px 8px;
	text-align: center;
	width: 96px;
	cursor: pointer;
	float: left;
}



#pageHeader{
    width: 140px;
    /*border: 1px solid #aaa;*/
    height: 30px  ;
    text-align: center;
    float: left;
    /*border-bottom: 1px solid #aaa;*/
    background: -webkit-gradient(linear, right bottom, right top, color-stop(1, #f4f4f4), color-stop(0, #fefefe) );
    color: blue;
    font-size: 30px;
}

#changePickupDateOnCheckin{
    /*border: 1px solid black;*/
    height: 110px;
    background: #ddd;
}

#checkinCommentDiv{
    padding-top: 15px;
    background: #ddd;
}

#PreCheckinAndCheckinFS{

}

.changePickupDateOnCheckinField{
    width: 101%;
    margin-top: 1px;
    height: 22px;
    overflow: hidden;
    padding: 2px;
}

#pickUpDate, #pickUpTime{
    height: 17px;
}



.preCheckedInRsvn td {
    background-color: #2aabd2;
}

.preCheckedInRsvn:hover td {
    /*background-color: #85CDCD;*/
    background-color: aqua;
}

.linkButton {
    font: bold 11px Arial;
    text-decoration: none;
    background-color: #EEEEEE;
    color: #333333;
    padding: 2px 6px 2px 6px;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #CCCCCC;
}

.pnjAlertMessage{
    font-size: 15px;
    float: left;
    width: 225px;
    color: red;
    text-align: center;
    /*lemonchiffon*/
    /*background-color: #d9edf7;*/
    border-color: #bce8f1;
    padding: 0 3px 0 3px;

}

.paymentAdd{
    float:right;
}

#status, #promoTag{
    color: blue;
    font-size: 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

#dailyRate {
	color: darkred;
	font-size: 20px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
}

.inlistDate{
    width:90px;
}

#LoggedInUser{
    text-align: center;
    background-color: #149c82;
    border-color: #149c82;
    height: 24px;
    line-height: 17px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-top: 40px;
    /*margin-bottom: 5px;*/
    color: #ffffff;
    border-radius: 4px;
    padding: 3px;
}

#checkin_table  td.rsvnId{
    color: darkviolet;
    font-size: 18px;
}

#checkin_table td.claimId{
    color: blue;
    font-size: 18px;
}

.modalMsgName {
    color: red;
    font-size: 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#projectName{
    color: #ffffff;
    font-size: 17px;
    margin-left: 10px;
    line-height: -1px;
}

#pnjBootStrapMenu{
    background-color: #463265;
    text-shadow:none;
    /*height: 50px;*/
    /*width: 100%;*/
    /*border: 1px solid black;*/
}

#rsvnIdValue{
    font-size: 17px;
}

#sourceRsvnValue{
    font-size: 13px;
    color:#0000CC;
}

#searchRadioDiv{
    background: #dfdfdf;
    height: 20px;
    padding: 0 50px 10px;
    color:#7D26CD;
    padding-top: 10px;
    text-align: center;
}


/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 45%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 45% 10px 10px; }


.ui-timepicker-select{
    width:150px;
}

.customerlink > a:link  {color:white;}
.customerlink > a:visited {color:white}
.customerlink > a:active {color:white;}
.customerlink >  a:focus,
.customerlink >  a:hover {
  background-color: transparent;
  color: white;
  text-decoration: none;
}

#navSearchBox{
    margin-left: 40%;
}

#searchButton{
    height: 30px;
}