html {
	color: #000;
	background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
var {
	font-style: normal;
	font-weight: normal;
}

/*
	
	li{list-style:none;}
*/
caption,
th {
	text-align: left;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

input,
textarea,
select {
	font-size: 100%;
}

legend {
	color: #000;
}

del,
ins {
	text-decoration: none;
}

.ClearStyle {
	style: clear;
}

.form-errors {
	color: red;
}

.errors {
	color: red
}

#form-errors {
	color: red;
}

#errors {
	color: red
}

html,
body {
	height: 100% !important;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

#header {
	background: linear-gradient(135deg,  #4a1a5c 0%, #6b2c91 50%, #8a4fb3 100%);
	height: 97px;
	clear: both;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

#header_new {
	background: linear-gradient(135deg,  #4a1a5c 0%, #6b2c91 50%, #8a4fb3 100%);
	height: 100px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	clear: both;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
	z-index: 20;
}

#container {
	height: 100% !important;
	margin: 0px;
}

#content {
	display: table;
	margin: auto;
	height: 80%;
	min-height: 80%;
	min-width: 99%;
	margin-top: 5px;
}

#footer {
	position: relative;
	margin-top: -180px;
	/* negative value of footer height */
	height: 180px;
	clear: both;
	padding: 5px;
	background-color: #E4943A;
}

#footer_new {
	margin-top: 6px;
	position: fixed;
	bottom: 0;
	left: 0;
	height: 45px;
	width: 100%;
	padding: 5px;
	background: linear-gradient(135deg,  #f4a460 0%, #e8956b 50%, #dda678 100%);
	box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
	z-index: 6;
}


#push {
	height: 45px;
	/* #push must be the same height as #footer */
}

th {
	padding-right: 5px;
	padding-bottom: 4px;
}

td {
	padding-bottom: 4px;
}

select {
	background-color: #ffffff;
	color: #333333;
	font-size: 0.9em;
	border: 1px solid #999999;
	margin: 2px;
}

input {
	border: 1px solid #999999;
	padding: 1px;
	margin: 2px;
	/* color:#333333; */
}

a {
	color: #5c2e91;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
}

.error {
	border: 2px solid #d54100;
	padding: 5px;
	margin-bottom: 10px;
	background-color: #fcf3ef;
}

#error {
	border: 2px solid #d54100;
	padding: 5px;
	margin: 10px;
	background-color: #fcf3ef;
}

#success {
	border: 2px solid #4bd500;
	padding: 5px;
	margin: 10px;
	background-color: #f5fcef;
}

#client-id {
	position: absolute;
	left: 0;
	top: 5px;
	text-align: right;
	color: #2c1810;
	width: 195px;
}

#header-client {
	font-size: 1.6em;
	color: #ffb903;
	float: left;
}

a.main-client {
	color: #000000;
	text-decoration: none;
}

a.header-client {
	color: #ffb903;
	text-decoration: none;
}

#header-address {
	font-size: 12px;
	color: #ffffff;
}

#header-employee-block {
	text-align: right;
	float: right;
}

#header-employee {
	font-size: 1.2em;
	color: #ffffff;
}

#header-employee-many {
	font-size: 1.2em;
	color: #ffb903;
}

a.header-employee-many {
	color: #ffb903;
	text-decoration: none;
	padding: 50px;
}

#logo {
	float: left;
	width: 200px;
}

#userinfo {
	margin-left: 30px;
	float: left;
	width: 700px;
}

.header-description {
	color: #999999;
	font-size: 0.7em;
}

.purple_button {
	/* button styles */
	background: linear-gradient(135deg,  #8b6bb1 0%, #a084c7 50%, #b598dd 100%);
	-webkit-border-radius: 10px 9px;
	-moz-border-radius: 10px 9px;
	border-radius: 10px 9px;
	border: 0px;
	margin: 5px;
	padding: 8px 20px 5px 20px;
	min-width: 250px;
	display: block;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;

	/*text styles */
	color: #2c1810;
	font-family: helvetica, arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0px;
	word-spacing: 0px;
	text-align: center;
	text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.5);
	text-decoration: none;

	/*interaction */
	cursor: pointer;
}

.purple_button:hover {
	background: linear-gradient(135deg,  #c4a9d1 0%, #d4bce0 50%, #e4cfef 100%);
	transform: translateY(-2px);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.purple_active {
	background-color: #a07fc6;
}

.square_purple_button_important {
	/* button styles */
	background: linear-gradient(135deg, #8b6bb1 0%, #a084c7 50%, #b598dd 100%) !important;
	-webkit-border-radius: 10px 9px !important;
	-moz-border-radius: 10px 9px !important;
	border-radius: 10px 9px !important;
	border: 0px !important;
	margin: 5px !important;
	padding: 5px 15px 5px 10px !important;
	width: 150px !important;
	height: 30px !important;
	display: block !important;
	box-shadow: 0 4px 8px rgba(0,0,0,0.1) !important;
	transition: all 0.3s ease !important;

	/*text styles */
	color: #2c1810 !important;
	font-family: helvetica, arial, sans-serif !important;
	font-size: 22px !important;
	font-weight: bold !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	text-align: center !important;
	text-shadow: 0px 1px 2px rgba(255,255,255,0.5) !important;
	text-decoration: none !important;

	/*interaction */
	cursor: pointer !important;
}

.square_purple_button_important:hover {
	/*text styles */
	color: #e18516 !important;
}

.purple_lt_button {
	background: linear-gradient(135deg, #b19dd8 0%, #c9b8e4 50%, #d8cef0 100%);
	-webkit-border-radius: 10px 9px;
	-moz-border-radius: 10px 9px;
	border-radius: 10px 9px;
	border: 0px;
	margin: 5px;
	padding: 8px 20px 5px 20px;
	min-width: 250px;
	display: block;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;

	/*text styles */
	color: #2c1810;
	font-family: helvetica, arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0px;
	word-spacing: 0px;
	text-align: center;
	text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.5);
	text-decoration: none;

	/*interaction */
	cursor: pointer;
}

.orange_lt_button {
	background: linear-gradient(135deg, #ffb85f 0%, #ffc685 50%, #ffd4ab 100%);
	-webkit-border-radius: 10px 9px;
	-moz-border-radius: 10px 9px;
	border-radius: 10px 9px;
	border: 0px;
	margin: 5px;
	padding: 8px 20px 5px 20px;
	min-width: 250px;
	display: block;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;

	/*text styles */
	color: #2c1810;
	font-family: helvetica, arial, sans-serif;
	font-size: 22px;
	font-weight: bolder;
	letter-spacing: 0px;
	word-spacing: 0px;
	text-align: center;
	text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.5);
	text-decoration: none;

	/*interaction */
	cursor: pointer;
}

.blue_button {
	/* button styles */
	background: linear-gradient(135deg,  #5dade2 0%, #85c1e9 50%, #aed6f1 100%) !important;
	-webkit-border-radius: 10px 9px;
	-moz-border-radius: 10px 9px;
	border-radius: 10px 9px;
	border: 0px;
	margin: 5px;
	padding: 8px 20px 5px 20px;
	min-width: 250px;
	display: block;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;

	/*text styles */
	color: #2c1810;
	font-family: helvetica, arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0px;
	word-spacing: 0px;
	text-align: center;
	text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.5);
	text-decoration: none;

	/*interaction */
	cursor: pointer;
}

.blue_button:hover {
	background: linear-gradient(135deg,  #d5dbdb 0%, #e8f4f8 50%, #f7fbfc 100%);
	transform: translateY(-2px);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.square_blue_button_important {
	/* button styles */
	background: linear-gradient(135deg, #5dade2 0%, #85c1e9 50%, #aed6f1 100%) !important;
	-webkit-border-radius: 10px 9px !important;
	-moz-border-radius: 10px 9px !important;
	border-radius: 10px 9px !important;
	border: 0px !important;
	margin: 5px !important;
	padding: 5px 15px 5px 10px !important;
	width: 150px !important;
	height: 30px !important;
	display: block !important;
	vertical-align: middle !important;
	box-shadow: 0 4px 8px rgba(0,0,0,0.1) !important;
	transition: all 0.3s ease !important;

	/*text styles */
	color: white !important;
	font-family: helvetica, arial, sans-serif !important;
	font-size: 22px !important;
	font-weight: bold !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	text-align: center !important;
	text-shadow: 0px 0px 0px black !important;
	text-decoration: none !important;

	/*interaction */
	cursor: pointer !important;
}

.square_blue_button_important:hover {
	/*text styles */
	color: #97befc !important;
}

.square_purple_button {
	/* button styles */
	background: linear-gradient(135deg,  #8b6bb1 0%, #a084c7 50%, #b598dd 100%);
	-webkit-border-radius: 10px 9px;
	-moz-border-radius: 10px 9px;
	border-radius: 10px 9px;
	border: 0px;
	margin: 5px;
	padding: 5px 10px 5px 10px;
	width: 150px;
	height: 50px;
	display: block;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;

	/*text styles */
	color: #2c1810;
	font-family: helvetica, arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0px;
	word-spacing: 0px;
	text-align: center;
	text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.5);
	text-decoration: none;

	/*interaction */
	cursor: pointer;
}

.square_purple_button2 {
	/* button styles */
	background: linear-gradient(135deg, #8b6bb1 0%, #a084c7 50%, #b598dd 100%);
	-webkit-border-radius: 10px 9px;
	-moz-border-radius: 10px 9px;
	border-radius: 10px 9px;
	border: 0px;
	margin: 5px;
	padding: 8px 10px 17px 10px;
	width: 150px;
	height: 80px;
	display: block;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;

	/*text styles */
	color: #2c1810;
	font-family: helvetica, arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0px;
	word-spacing: 0px;
	text-align: center;
	text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.5);
	text-decoration: none;

	/*interaction */
	cursor: pointer;
}

.square_inactive_button {
	/* button styles */
	background: linear-gradient(135deg, #b8b8b8 0%, #cccccc 50%, #e0e0e0 100%);
	/* background-color: #a881d4; */
	-webkit-border-radius: 10px 9px;
	-moz-border-radius: 10px 9px;
	border-radius: 10px 9px;
	border: 0px;
	margin: 5px;
	padding: 5px 10px 5px 10px;
	width: 150px;
	height: 50px;
	display: block;
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);

	/*text styles */
	color: white;
	font-family: helvetica, arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0px;
	word-spacing: 0px;
	text-align: center;
	text-shadow: 0px 0px 0px black;
	text-decoration: none;

	/*interaction */
	cursor: default;
}

.square_lt_purple_button {
	/* button styles */
	background: linear-gradient(135deg, #b19dd8 0%, #c9b8e4 50%, #d8cef0 100%);
	-webkit-border-radius: 10px 9px;
	-moz-border-radius: 10px 9px;
	border-radius: 10px 9px;
	border: 0px;
	margin: 5px;
	padding: 20px 10px 5px 10px;
	width: 150px;
	height: 80px;
	display: block;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;

	/*text styles */
	color: #2c1810;
	font-family: helvetica, arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0px;
	word-spacing: 0px;
	text-align: center;
	text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.5);
	text-decoration: none;

	/*interaction */
	cursor: pointer;
}

.square_blue_button {
	/* button styles */
	background: linear-gradient(135deg, #5dade2 0%, #85c1e9 50%, #aed6f1 100%);
	-webkit-border-radius: 10px 9px;
	-moz-border-radius: 10px 9px;
	border-radius: 10px 9px;
	border: 0px;
	margin: 5px;
	padding: 5px 10px 5px 10px;
	width: 150px;
	height: 80px;
	display: block;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;

	/*text styles */
	color: #2c1810;
	font-family: helvetica, arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0px;
	word-spacing: 0px;
	text-align: center;
	text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.5);
	text-decoration: none;

	/*interaction */
	cursor: pointer;
}

.square_orange_button {
	/* button styles */
	background: linear-gradient(135deg, #f5b041 0%, #f8c471 50%, #fad7a0 100%);
	-webkit-border-radius: 10px 9px;
	-moz-border-radius: 10px 9px;
	border-radius: 10px 9px;
	border: 0px;
	margin: 5px;
	padding: 20px 10px 5px 10px;
	width: 150px;
	height: 80px;
	display: block;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;

	/*text styles */
	color: #2c1810;
	font-family: helvetica, arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0px;
	word-spacing: 0px;
	text-align: center;
	text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.5);
	text-decoration: none;

	/*interaction */
	cursor: pointer;
}

.orange_button {
	background: linear-gradient(135deg,  #f5b041 0%, #f8c471 50%, #fad7a0 100%);
	-webkit-border-radius: 10px 9px;
	-moz-border-radius: 10px 9px;
	border-radius: 10px 9px;
	border: 0px;
	margin: 5px;
	padding: 8px 20px 5px 20px;
	min-width: 250px;
	display: block;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;

	/*text styles */
	color: #2c1810;
	font-family: helvetica, arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0px;
	word-spacing: 0px;
	text-align: center;
	text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.5);
	text-decoration: none;

	/*interaction */
	cursor: pointer;
}

.dim_orange {
	background-color: #a18516;
}

.orange_button:hover {
	background: linear-gradient(135deg,  #fdeaa7 0%, #fdf2d0 50%, #fef9e7 100%);
	transform: translateY(-2px);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.orange_active {
	background-color: #ecbe87;
}

.green_button {
	background: linear-gradient(135deg,  #58d68d 0%, #82e5aa 50%, #abebc6 100%);
	-webkit-border-radius: 10px 9px;
	-moz-border-radius: 10px 9px;
	border-radius: 10px 9px;
	border: 0px;
	margin: 5px;
	padding: 5px 10px 5px 10px;
	min-width: 150px;
	display: block;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	color: #2c1810;
	font-family: helvetica, arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0px;
	word-spacing: 0px;
	text-align: center;
	text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.5);
	text-decoration: none;
	cursor: pointer;
}

.green_button:hover {
	background: linear-gradient(135deg,  #d5f4e6 0%, #e8f8f5 50%, #fdfefe 100%);
	transform: translateY(-2px);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.brown_button {
	/* button styles */
	background: linear-gradient(135deg, #c5a876 0%, #d4b98a 50%, #e3ca9e 100%);
	-webkit-border-radius: 10px 9px;
	-moz-border-radius: 10px 9px;
	border-radius: 10px 9px;
	border: 0px;
	margin: 5px;
	padding: 8px 20px 5px 20px;
	min-width: 250px;
	display: block;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;

	/*text styles */
	color: #2c1810;
	font-family: helvetica, arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0px;
	word-spacing: 0px;
	text-align: center;
	text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.5);
	text-decoration: none;

	/*interaction */
	cursor: pointer;
}

.brown_button:hover {
	background: linear-gradient(135deg, #f0e4d3 0%, #f5eee1 50%, #faf8ef 100%);
	transform: translateY(-2px);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.inactive_button {
	/* button styles */
	background: linear-gradient(135deg, #b8b8b8 0%, #cccccc 50%, #e0e0e0 100%);
	-webkit-border-radius: 10px 9px;
	-moz-border-radius: 10px 9px;
	border-radius: 10px 9px;
	border: 0px;
	margin: 5px;
	padding: 8px 20px 5px 20px;
	min-width: 250px;
	display: block;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

	/*text styles */
	color: #666666;
	font-family: helvetica, arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0px;
	word-spacing: 0px;
	text-align: center;
	text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.5);
	text-decoration: none;

	/*interaction */
	cursor: default;
}

.inactive_button:hover {
	background: linear-gradient(135deg, #b8b8b8 0%, #cccccc 50%, #e0e0e0 100%);
	cursor: default;
}

.aqua_button {
	/* button styles */
	background: linear-gradient(135deg,  #48c9b0 0%, #76d7c4 50%, #a3e4d7 100%);
	-webkit-border-radius: 10px 9px;
	-moz-border-radius: 10px 9px;
	border-radius: 10px 9px;
	border: 0px;
	margin: 5px;
	padding: 8px 20px 5px 20px;
	min-width: 250px;
	display: block;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;

	/*text styles */
	color: #2c1810;
	font-family: helvetica, arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0px;
	word-spacing: 0px;
	text-align: center;
	text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.5);
	text-decoration: none;

	/*interaction */
	cursor: pointer;
}

.aqua_button:hover {
	background: linear-gradient(135deg,  #d1f2eb 0%, #e8f8f5 50%, #fdfefe 100%);
	transform: translateY(-2px);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.aqua_button2 {
	/*interaction */
	cursor: pointer;
	/* button styles */
	background: linear-gradient(135deg, #48c9b0 0%, #76d7c4 50%, #a3e4d7 100%);
	-webkit-border-radius: 10px 9px;
	-moz-border-radius: 10px 9px;
	border-radius: 10px 9px;
	border: 0px;
	margin: 5px;
	padding: 30px 20px 0px 20px;
	min-width: 250px;
	display: block;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;

	/*text styles */
	color: #2c1810;
	font-family: helvetica, arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0px;
	word-spacing: 0px;
	text-align: center;
	text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.5);
	text-decoration: none;

	/*interaction */
	cursor: pointer;
}

.spray_booth {
	/* button styles */
	background: linear-gradient(135deg, #a8c4f0 0%, #c4d7f5 50%, #e0eafa 100%);
	-webkit-border-radius: 10px 9px;
	-moz-border-radius: 10px 9px;
	border-radius: 10px 9px;
	border: 0px;
	margin: 5px;
	padding: 8px 20px 5px 20px;
	display: inline;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.spray_booth_big {
	/* button styles */
	background: linear-gradient(135deg, #a8d8f0 0%, #c4e4f5 50%, #e0f0fa 100%);
	-webkit-border-radius: 10px 9px;
	-moz-border-radius: 10px 9px;
	border-radius: 10px 9px;
	border: 0px;
	margin: 5px;
	padding: 8px 20px 5px 20px;
	display: block;
	min-width: 170px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.booth_button_text {
	/*text styles */
	color: #000000;
	font-family: helvetica, arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0px;
	word-spacing: 0px;
	text-align: center;
	text-decoration: none;

	/*interaction */
	cursor: pointer;
}

.noteHeader {
	font-weight: bold;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 2px;
	margin-bottom: 2px;
}

.noteText {
	padding-left: 10px;
	margin-bottom: 10px;
}

.error {
	background-color: #F2D0CE;
	padding: 5px;
	border: 1px solid #CC3300;
}

#new_client_table th {
	padding-top: 10px;
}

#new_client_table td {
	padding-top: 10px;
}

.tan_minutes_bg_bronze {
	background-color: #D1BD8F
}

.tan_minutes_bg_silver {
	background-color: #CCCCCC
}

.tan_minutes_bg_gold {
	background-color: #F0E379
}

.tan_minutes_bg_spray {
	background-color: #CEEEEE
}

.copyright {
	font-size: 12px;
}

.clear {
	clear: both;
}

/*
 * Glenn Modify
 */

.bronze_booth {
	/* button styles */
	background: linear-gradient(135deg, #d4c2a8 0%, #e1d1bb 50%, #ebe0ce 100%);
	-webkit-border-radius: 10px 9px;
	-moz-border-radius: 10px 9px;
	border-radius: 10px 9px;
	border: 0px;
	margin: 5px;
	padding: 8px 20px 5px 20px;
	display: inline;
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
	transition: all 0.3s ease;
	color: #2c1810;
	text-shadow: 0px 1px 2px rgba(255,255,255,0.5);
}

.silver_booth {
	/* button styles */
	background: linear-gradient(135deg, #d9d9d9 0%, #e6e6e6 50%, #f2f2f2 100%);
	-webkit-border-radius: 10px 9px;
	-moz-border-radius: 10px 9px;
	border-radius: 10px 9px;
	border: 0px;
	margin: 5px;
	padding: 8px 20px 5px 20px;
	display: inline;
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
	transition: all 0.3s ease;
	color: #2c1810;
	text-shadow: 0px 1px 2px rgba(255,255,255,0.5);
}

.gold_booth {
	/* button styles */
	background: linear-gradient(135deg, #fcc876 0%, #fdd394 50%, #feddab 100%);
	-webkit-border-radius: 10px 9px;
	-moz-border-radius: 10px 9px;
	border-radius: 10px 9px;
	text-decoration: none;
	min-width: 320px;
	border: 0px;
	margin: 2px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
	transition: all 0.3s ease;
	color: #2c1810;
	text-shadow: 0px 1px 2px rgba(255,255,255,0.5);
}

.room_disabled {
	/* button styles */
	float: left;
	background: linear-gradient(135deg, #b8b8b8 0%, #cccccc 50%, #dfdfdf 100%);
	color: #666666;
	-webkit-border-radius: 10px 9px;
	-moz-border-radius: 10px 9px;
	border-radius: 10px 9px;
	text-decoration: none;
	width: 280px;
	border: 0px;
	margin: 2px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
	transition: all 0.3s ease;
}

.dirty_room {
	/* button styles */
	float: left;
	background: linear-gradient(135deg, #a67345 0%, #c8936b 50%, #e6b491 100%);
	color: #2c1810;
	-webkit-border-radius: 10px 9px;
	-moz-border-radius: 10px 9px;
	border-radius: 10px 9px;
	text-decoration: none;
	width: 280px;
	border: 0px;
	margin: 2px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
	transition: all 0.3s ease;
	text-shadow: 0px 1px 2px rgba(255,255,255,0.5);
}

.clean_room {
	/* button styles */
	float: left;
	background: linear-gradient(135deg,  #7dcea0 0%, #a9dfbf 50%, #d5f4e6 100%);
	-webkit-border-radius: 10px 9px;
	-moz-border-radius: 10px 9px;
	border-radius: 10px 9px;
	text-decoration: none;
	width: 280px;
	border: 0px;
	margin: 2px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
}

.armed_room {
	/* button styles */
	float: left;
	background: linear-gradient(135deg,  #f9e79f 0%, #fcf3cf 50%, #fef9e7 100%);
	-webkit-border-radius: 10px 9px;
	-moz-border-radius: 10px 9px;
	border-radius: 10px 9px;
	text-decoration: none;
	width: 280px;
	border: 0px;
	margin: 2px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
}

.running_room {
	/* button styles */
	float: left;
	background: linear-gradient(135deg,  #f1948a 0%, #f5b7b1 50%, #fadbd8 100%);
	-webkit-border-radius: 10px 9px;
	-moz-border-radius: 10px 9px;
	border-radius: 10px 9px;
	text-decoration: none;
	width: 280px;
	border: 0px;
	margin: 2px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
}

.hidden_room {
	height: 0px;
	padding: 0 0 0 0;
	width: 0px;
	display: none;
}

.status_button_room {
	width: 20%;
	float: left;
	text-align: center;
	padding: 4px 2px 0px 2px;
	height: 25px;
	vertical-align: middle;
}

.status_button_level {
	width: 75%;
	float: left;
	text-align: center;
	padding: 4px 2px 0px 2px;
	-webkit-border-radius: 10px 9px;
	-moz-border-radius: 10px 9px;
	border-radius: 10px 9px;
	height: 25px;
	overflow: hidden;
	vertical-align: middle;
}

.status_button_time {
	float: left;
	text-align: center;
	width: 20%;
	padding: 4px 2px 0px 2px;
	height: 25px;
	vertical-align: middle;
}

.status_button_client {
	float: left;
	width: 75%;
	text-align: center;
	height: 25px;
	padding: 4px 2px 0px 2px;
	overflow: hidden;
	vertical-align: middle;
}

.status_tan_line {
	text-align: center;
	border: 2px solid #fbaf41;
	-webkit-border-radius: 10px 9px;
	-moz-border-radius: 10px 9px;
	border-radius: 10px 9px;
	vertical-align: middle;
}

.link_color {
	color: #000;
	text-decoration: none;
}

.MainLoaderCSS_Hidden {
	height: 1px;
	padding: 0 0 0 0;
	width: 1px;
	left: 330px;
	top: 150px;
	visibility: hidden;
}

.MainLoaderCSS_Shown {
	background-image: url(/images/trans.gif);
	height: 100%;
	min-height: 100%;
	padding: 0 0 0 0;
	margin-left: -5px;
	width: 100%;
	left: 5px;
	top: 100px;
	background-color: #2c1810;
	visibility: visible;
	position: absolute;
}

.frozen {
	color: #0099FF;
}


.PageLockout_Hidden {
	height: 0px;
	padding: 0 0 0 0;
	width: 0px;
	display: none;
}

.PageLockout_Shown {
	background-image: url(/images/transblack.png);
	height: 100%;
	min-height: 100%;
	padding: 0 0 0 0;
	width: 100%;
	min-width: 100%;
	display: block;
	position: fixed;
	z-index: 9000;
}

#PageLockoutProccessing {
	height: 75px;
	width: 450px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -37px;
	margin-left: -225px;
	background: #2a2929;
	display: table-cell;
	vertical-align: middle;
	padding-top: 45px;
	color: #ffffff;
	display: block;
	z-index: 9000;
	-webkit-border-radius: 10px 9px;
	-moz-border-radius: 10px 9px;
	border-radius: 10px 9px;
}

.GCLockout_Shown {
	background-image: url(/images/transblack.png);
	height: 100%;
	min-height: 100%;
	padding: 0 0 0 0;
	width: 100%;
	min-width: 100%;
	position: fixed;
	z-index: 8000;
	top: 0;
	left: 0;
}

.GiftCardProccessing {
	clear: both;
	position: absolute;
	height: 550px;
	width: 550px;
	top: 50%;
	left: 50%;
	margin-top: -275px;
	margin-left: -275px;
	padding: 15px;
	background: white;
	z-index: 8001;
	-webkit-border-radius: 10px 9px;
	-moz-border-radius: 10px 9px;
	border-radius: 10px 9px;
}


ul.tmaxUL {
	list-style-type: none;
}

button.clean_room,
button.running_room {
	cursor: pointer;
}


#findclienttable>tbody>tr>td>a:link {
	color: black;
}

#findclienttable>tbody>tr>td>a:visited {
	color: black;
}

#findclienttable>tbody>tr>td>a:hover {
	color: black;
}



#findclienttable>tbody>tr.cell_verified>td>a:link {
	color: #5c2e91;
	font-weight: bold;
}

#findclienttable>tbody>tr.cell_verified>td>a:visited {
	color: #5c2e91;
	font-weight: bold;
}

#findclienttable>tbody>tr.cell_verified>td>a:hover {
	color: #5c2e91;
	font-weight: bold;
}

#findclienttable>tbody>tr.cell_verified {
	color: #5c2e91;
	font-weight: bold;
}
