a:hover
{
	/*font-size: 100.01%; /* IE/Win requires some link change on hover in order to show the tooltips */
}

.panel 
{
	float: left;
	width: 740px;
}

.panelRight
{
	float: right;
	text-align: right;
	width: 740px;
}

.dateView{
float:left;
width:195px;

}

.timeLine{
float:left;
float:right;

}

.a1 {background-color: #1b62d2; /*border-left: 1px solid #185ac3; width: 10px;*/} /* available first half hour 1b62d2*/
.a2 {background-color: #154da6; /*border-left: 1px solid #fff;width: 10px;*/} /* available second half hour */
.h1 {background-color: #ffb600; /*border-left: 1px solid #ffb600;width: 10px;*/} /* highlight first half hour */
.h2 {background-color: #ff9900; /*border-left: 1px solid #ff9900;width: 10px;*/} /* highlight second half hour */
.b1 {background-color: #aaa; /*border-left: 1px solid #aaa;width: 10px;*/} /* booked up first half hour */
.b2 {background-color: #aaa; /*border-left: 1px solid #aaa;width: 10px;*/} /* booked up second half hour */
.x1 {background-color: #d9d9d9; /*border-left: 1px solid #d9d9d9;width: 10px;*/} /* past time slot first half hour */
.x2 {background-color: #d9d9d9; /*border-left: 1px solid #d9d9d9;width: 10px;*/} /* past time slot second half hour */
.m1 {background-color: #00bb00; /*border-left: 1px solid #009900;width: 10px;*/} /* Own time slot first half hour */
.m2 {background-color: #008800; /*border-left: 1px solid #009900;width: 10px;*/} /* Own time slot second half hour */

#cars
{
	float: left; /*background-color: #000; */
	width: 740px;
	margin: 0px 0 0px 0;
	padding: 0;
}

.car
{
	float: left;
	width: 740px;
	background-color: #d9d9d9;
	margin: 1px 0px 1px 0;
		background-image: url(images/add_days.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


.location
{
	float: left;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;

	
	
}

.location p
{
	padding: 3px;
	margin: 0;
}

.car ul /*container for time periods */
{
	float: right;
	margin: 0px;
	width: 531px;
	padding: 0;
}

.car ul li
{
	float: left;
	display: inline;
	padding: 0;
	margin: 0;
}

.car ul li a /* time period cells */
{
	position: relative;
	text-decoration: none;
	float: left;
	width: 10px;
	height: 20px;
	margin: 1px 1px 1px 0px; /* space around time increments */
}

.car ul li a span /* the time set flag */
{
	display: none;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: White;
	background-image: url(images/flag.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border: 1px solid white;
}

.startTimeShow
{
	display: block !important;
	position: absolute;
	top: -18px;
	left: -86px;
	width: 92px;
	text-align: right;
	background-color: #ff9900;
	color: #000;
	font-size: 65%;
	padding: 2px 0px 2px 2px;
}

.endTimeShow
{
	display: block !important;
	position: absolute;
	top: -18px;
	left: 0px;
	width: 86px;
	background-color: #ff9900;
	color: #000;
	font-size: 65%;
	padding: 2px 0px 2px 2px;
}


.setTime
{
	margin-top: 10px;
	float: left;
	width: 740px;
}


