.PageLinks
{
	width:100%;
	margin: 20px 0 0 0;
}

.PageLinks_PreviousPage
{
	width:110px;
	float:left;
	position:relative;
}

.PageLinks_PageNbrs
{
	width:380px;
	font-weight:normal;
	text-align:center;
	float:left;
	position:relative;
	word-spacing:4px;
}

.PageLinks_PageNbrs a
{
	font-weight:bold;
}

.PageLinks_NextPage
{
	width:70px;
	text-align:right;
	float:right;
	position:relative;
}

#ObjectContainer
{
	clear:both;
	padding:20px 0 0 0;
}

.PriceInfo
{
	margin-right: 25px;
}

.BookOviewTable
{
	clear:both;
	padding:0;
	margin:0;
	border-width:0 0 0 0;
	border-collapse: collapse;
	border-style: solid;
	border-color:Gray;
}

.PreviousTimeCell
{
	background-color: #00ff00;
	border-width:1px 1px 1px 0;
	border-style: solid;
	border-color:Gray;
	width:10px;
}

.NextTimeCell
{
	width:10px;
	background-color: #00ff00;
	border-width:1px 1px 1px 0;
	border-style: solid;
	border-color:Gray;
}

.PreviousTimeCell a, .NextTimeCell a
{
	display:block;
}

.EmptyCell
{
	font-size:5px;
}

.WeekExplanation
{
	padding: 0 3px 0 0;
	font-size:9px;
	line-height:9px;
	color:gray;
	font-weight:normal;
	text-align:right;
	
	border-style:solid;
	border-color:Gray;
	border-width: 0 1px 0 0;
}

.YearCell
{
	height:9px;
	padding: 0 0 0 3px;
	font-size:9px;
	line-height:9px;
	font-weight:normal;
	color:gray;
}
/*
.TimeStatusCell
{
	height:17px;
	width: 17px;
	padding:0;
	text-align:center;
	font-weight:normal;
	border-style: solid;
	border-color: gray;
	border-width: 1px 1px 1px 0;

	color:gray;
	font-size:9px;
	line-height:9px;
	font-weight:normal;
	text-align:center;
}

.TimeStatusCell div
{
	height:17px;
}
*/
.TimeStatusCell a
{
	cursor: pointer;
}

.TimeStatusCell a, .TimeStatusCell span
{
	display:block;
	height: 16px;
	width: 21px;
	text-decoration: none;
}

.TimeStatusCell span span, .TimeStatusCell a span
{
	position: absolute;
	display:block;
	height:16px;
	width: 21px;
	margin:0;
	padding: 3px 0 0 0;
	text-align:center;
}

.TimeStatusCell
{
	height:16px;
	width: 21px;
	padding: 0;
	border-style: solid;
	border-color: gray;
	border-width: 1px 1px 1px 0;
	
	color:gray;
	font-size:9px;
	line-height:9px;
	font-weight:normal;
}

.TimeStatusCell div
{
	position:absolute;
	width:21px;
	height: 16px;
}

.TimeStatusCell div div
{
	position:relative;
	float:left;
	height: 16px;
	width: 3px;
	overflow: hidden;
}

.TimeStatucCell div img
{
	height: 17px;
	width:17px;
}

.TimeStatusCell_Avail
{
	background-image: url("/bilder/green.gif");
}

.TimeStatusCell_AvailPrel
{
	background-image: url("/bilder/green_yellow.gif");
}

.TimeStatusCell_AvailBook
{
	background-image: url("/bilder/green_red.gif");
}

.TimeStatusCell_PrelAvail
{
	background-image: url("/bilder/yellow_green.gif");
}

.TimeStatusCell_Prel
{
	background-image: url("/bilder/yellow.gif");
}

.TimeStatusCell_PrelBook
{
	background-image: url("/bilder/yellow_red.gif");
}

.TimeStatusCell_BookAvail
{
	background-image: url("/bilder/red_green.gif");
}

.TimeStatusCell_BookPrel
{
	background-image: url("/bilder/red_yellow.gif");
}

.TimeStatusCell_Book
{
	background-image: url("/bilder/red.gif");
}

