html, body {
	margin: 0;
	margin-top:21px;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	background-color:#FEFEFE;

}

.clear {
	clear:both;
}

img {
	border: none;
}

h1 {
	padding:0;
	margin:0;
	margin-left:15px;
	margin-top:-3px;
	color:white;
	text-shadow:1px 1px 2px black;
}

#sidebar {
	position:fixed;
	left:0px;
	top:0px;
	width:250px;
	height:100%;
	background-color:#EEE;
	border-right:1px solid #819DD3;
	margin-left:-250px;

}

#sidebar #sidebar-button {
	width:50px;
	height:35px;
	background: url(../images/sidebar-menu.png);
	position:relative;
	top:93px;
	left:250px;
	cursor:pointer;
}

#sidebar #sidebar-menu {
	list-style:none;
	text-align:center;
	margin:-2px 0 0 0;
	padding:0;

}

#sidebar #sidebar-menu li {
	padding-top:10px;
	padding-bottom:25px;
	text-shadow:1px 1px 1px black;
	font-weight:bold;
	color:white;
	background:url(../images/menu-back.png) black repeat-x;
	border-bottom:1px solid #DDD;
	cursor:pointer;
}

#sidebar #sidebar-menu li:hover {
	background-color:#BBB;
}

#sidebar #sidebar-menu li img {
	position:relative;
	top:10px;
	left:-10px;
}

.wrapper {
	width:960px;
	margin:auto auto;
}

.spacer {
	height:60px;
}
 
#header {
	padding-left:15px;
	height:42px;
	background:url(../images/headerBack.png) repeat-x #46629E;
	border-bottom:1px solid #E1E2E3;
	position:fixed;
	top:0px;
	width:100%;
	z-index:999;
}

#menu {
	height:50px;
	background-color:#E1E2E3;
	text-align:center;
	border-bottom:1px solid #A5A5A5;
	min-width:600px;
	position:fixed;
	width:100%;
	top:42px;
	z-index: 999;
}

#menu img {
	margin-top:9px;
	padding-right:15px;
}

.formContainer {
	position:absolute;	
	height:250px;
	width:400px;
	margin:auto auto;
	border:1px solid black;
	border-radius:7px;
	box-shadow:1px 1px 3px black;
	background-color:#F2F4F8;
	top:60%;
	left:50%;
	margin-left:-200px;
	margin-top:-112px;
	padding:20px;
}

.loginButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	background-color:#79bbff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #528ecc;
}
.loginButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
	background-color:#378de5;
}
.loginButton:active {
	position:relative;
	top:1px;
}

.textBox {
	-webkit-box-shadow: 0 0 0 #000,inset 0px 3px 3px #eee;
	box-shadow: 0 0 0 #000,inset 0px 3px 3px #eee;
	padding:5px;
	border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-webkit-border-radius:3px;
	border:1px solid #A0A0A0;
}

#client-search {
	background-color:#E1E2E3;
	width:300px;
	height:30px;
	margin-top:50px;
	position:fixed;
	left:50%;
	margin-left:-150px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	border:1px solid #A0A0A0;
	border-top:none;
	display:none;
	padding:10px;
	z-index:99;

	
}

#resource-table {
	margin:auto auto;
	border-collapse:collapse;
	width:950px;
}
 
#resource-table td, #resource-table th {
	padding:10px;	
	color:white;
	text-shadow:1px 1px 1px black;
}

#resource-table th {
	background-color:#53BDFF;
	color:white;
	text-shadow:1px 1px 1px black;
}

#resource-table td {
	background-color:#A0DAFF;
	border:1px solid #4AA3DB;
	text-align:center;
}

#resource-table tr.alt td {
	background-color:#77CBFF;
}

#resource-table a {
	color:white;
	text-decoration:none;
}

.blue-button {
	-moz-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	box-shadow:inset 0px 1px 0px 0px #bee2f9;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #63b8ee), color-stop(1, #468ccf) );
	background:-moz-linear-gradient( center top, #63b8ee 5%, #468ccf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b8ee', endColorstr='#468ccf');
	background-color:#63b8ee;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #3866a3;
	display:inline-block;
	color:#14396A;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #7cacde;
}.blue-button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #468ccf), color-stop(1, #63b8ee) );
	background:-moz-linear-gradient( center top, #468ccf 5%, #63b8ee 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#468ccf', endColorstr='#63b8ee');
	background-color:#468ccf;
}.blue-button:active {
	position:relative;
	top:1px;
}

.green-button {
	-moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
	background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
	background-color:#9dce2c;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #83c41a;
	display:inline-block;
	color:#14396A;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #689324;
}.green-button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
	background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
	background-color:#8cb82b;
}.green-button:active {
	position:relative;
	top:1px;
}

.orange-button {
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
	background:-moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
	background-color:#ffc477;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #eeb44f;
	display:inline-block;
	color:#14396A;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #cc9f52;
}.orange-button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
	background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
	background-color:#fb9e25;
}.orange-button:active {
	position:relative;
	top:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */

.red-button {
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background-color:#fe1a00;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #b23e35;
}.red-button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background-color:#ce0100;
}.red-button:active {
	position:relative;
	top:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */


.grey-button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.grey-button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.grey-button:active {
	position:relative;
	top:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */



.resourceTable {
	width:98%;
	min-width:1024px;
	border-collapse:collapse;
	table-layout:fixed;
	word-wrap:break-word;
	

}

.resourceTable th {
	background: #f6f8f9; /* Old browsers */
	background: -moz-linear-gradient(top,  #f6f8f9 13%, #e5ebee 28%, #d7dee3 92%, #f5f7f9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(13%,#f6f8f9), color-stop(28%,#e5ebee), color-stop(92%,#d7dee3), color-stop(100%,#f5f7f9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f6f8f9 13%,#e5ebee 28%,#d7dee3 92%,#f5f7f9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f6f8f9 13%,#e5ebee 28%,#d7dee3 92%,#f5f7f9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f6f8f9 13%,#e5ebee 28%,#d7dee3 92%,#f5f7f9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f6f8f9 13%,#e5ebee 28%,#d7dee3 92%,#f5f7f9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* IE6-9 */
	border:1px solid #B2B2B2;
}

.resourceTable td {
	border:1px solid #333;
	padding:5px;
	font-size:14px;
}

.resourceTable a {
	text-decoration:none;
}

.hilight {
	background-color:#23BF35;
	color:white;
	text-shadow:1px 1px 1px black;
}

.unconfirmed {
	background-color:#46629E;
	color:white;
	text-shadow:1px 1px 1px black;
}

.unconfirmed:hover {
	background-color:#6A84BA;
}

.confirmed {
	background-color:#049B07;
	color:white;
	text-shadow:1px 1px 1px black;
}

.confirmed:hover {
	background-color:#02CC05;
}

.showed {
	background-color:#E8A92C;
	color:white;
	text-shadow:1px 1px 1px black;
}

.showed:hover {
	background-color:#FFC459;	
}

.disabledSlot {
	background-color:#E21212;
}

.black {
	position: fixed;
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,.8);
	z-index: 100;
	display: none;
	top: 0;
	left: 0;
}

.week-picker {
	display: none;
	z-index: 102;
}

.outOfRange {
	background-color:#C9C9C9;
}

.outOfRangeHoliday {
	background-color:#222222;
}

.off {
	background-color:#222222;
	color:white;
	text-shadow:1px 1px 1px black;

}

.rescheduled {
	background-color:#AD0000;
	color:white;
	text-shadow:1px 1px 1px black;
}

.rescheduled:hover {
	background-color:#E20000;
}

.off:hover {
	background-color:#666666;
}

.internal {
	background-color:#8F48B5;
	color:white;
	text-shadow:1px 1px 1px black;
}

.internal:hover {
	background-color:#A47CBA;
}

.table-wrapper {
	width:1100px;
	margin:auto auto;
}

.parts-table {
	margin:auto auto;
	border-collapse:collapse;
	width:350px;
	float:left;

}

.parts-table th {
	background: #f6f8f9; /* Old browsers */
	background: -moz-linear-gradient(top,  #f6f8f9 13%, #e5ebee 28%, #d7dee3 92%, #f5f7f9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(13%,#f6f8f9), color-stop(28%,#e5ebee), color-stop(92%,#d7dee3), color-stop(100%,#f5f7f9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f6f8f9 13%,#e5ebee 28%,#d7dee3 92%,#f5f7f9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f6f8f9 13%,#e5ebee 28%,#d7dee3 92%,#f5f7f9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f6f8f9 13%,#e5ebee 28%,#d7dee3 92%,#f5f7f9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f6f8f9 13%,#e5ebee 28%,#d7dee3 92%,#f5f7f9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* IE6-9 */
	border:1px solid #B2B2B2;
	text-shadow:1px 1px 1px black;
}

.parts-table a {
	text-decoration:none;
	color:inherit;
}

.time {
	z-index:9999;
}

.tableFloatingHeader {
	z-index:98;
}