/* CSS Document */

#app_nav{
	position: relative;
	float: top;
	height: 27px;
}

#content{
	width:560px;
	width:text-align:center;
}


#title {
	position: relative;
	float: top;
	width: 280px;
	font-size: 24px;
	text-align: center;
}

#week {
	position: relative;
	float: top;
	width: 574px;
}

#active_day {
	position: relative;
	float: left;
	width: 82px;
	height: 82px;
	background-image: url('img/active80.png');
	cursor: pointer;
	text-align:right;
}

#non-active_day {
	position: relative;
	float: left;
	width: 82px;
	height: 82px;
	background-image: url('img/non-active80.png');
}

#today {
	position: relative;
	float: left;
	width: 82px;
	height: 82px;
	background-image: url('img/today80.png');
	cursor: pointer;
	text-align:right;
}


#day {
	position: relative;
	float: top;
	width: 350px;
}

#slot-open {
	position: relative;
	float: top;
	width: 250px;
	height: 30px;
	border: 0px black solid;
	background-image: url('img/slot_white.png');
	cursor: pointer;
	text-align:right;
}

#slot-some {
	position: relative;
	float: top;
	width: 250px;
	height: 30px;
	border: 0px black solid;
	background-image: url('img/slot_gray.png');
	cursor: pointer;
	text-align:right;
}

#slot-closed {
	position: relative;
	float: top;
	width: 250px;
	height: 30px;
	border: 0px black solid;
	background-image: url('img/slot_darkgray.png');
	text-align:right;
}

#slot-furnace {
	position: relative;
	float: top;
	width: 250px;
	height: 30px;
	border: 0px black solid;
	background-image: url('img/slot_green.png');
	text-align:right;
}



a.ar:link, a.ar:visited, a.ar:active{
	color: #000000;
	text-decoration: none;
	font-family: "Times New Roman", Serif;
	font-size: 14px;
}

a.ar:hover {
	color:#c6db35;
	font-family: "Times New Roman", Serif;
	font-size: 14px;
}

#footer {
	float:left;
	width:580px;
	margin-right:0px;
	margin-top:15px;
	margin-bottom: 0px;
	font-family: "Times New Roman", Serif;
	font-size: 14px;
	margin-left: 0px;
	text-align: center;
	color:#000000;
	text-transform: lowercase;

}

.sideBarEntryContent1 {
	float:left;
	margin-left:15px;
	width:370px;
	padding-top:10px;
}

.slot-time {
	float: left;
	margin-left:10px;
	padding-top: 6px;
	width: 40px;
	text-align:left;
}


.sideBarEntryContent2 {
	float:left;
	margin-left:40px;
	margin-top:20px;
}
.slot-desc {
	float: left;
	postion:relative;
	margin-left:10px;
	padding-top: 6px;
	width: 180px;
	text-align:center;
}



.future{
	background-image: url('img/day_white.png');
    background-repeat: repeat;
   	height:60px;
    width: 60px;
	border: 1px;
	border-color:black;
	border-style:solid;
	text-align: top left;
}

.past{
	background-image: url('img/day_gray.png');
    background-repeat: repeat;
   	height:60px;
    width: 60px;
	border: 1px;
	border-color:black;
	border-style:solid;
	text-align: top left;
}

.today{
	background-image: url('img/day_green.png');
    background-repeat: repeat;
   	height:60px;
    width: 60px;
	border: 1px;
	border-color:black;
	border-style:solid;
	text-align: top left;
}