/* CSS Document */

#menustart {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #143D60;
}
#menuend {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.menu {
	padding-left: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #143D60;
}
.menulinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
}
.book {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #143D60;
	background-color: #CCCCFF;
	border: 1px solid #143D60;
}
.login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #143D60;
	background-color: #CCCCFF;
	border: 1px solid #143D60;
}
.newstuff {
color: #d00;
font-weight: bold;
}
.manager {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #143D60;
	background-color: #CCCCFF;
	border: 1px solid #143D60;
}
.delimiter {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #143D60;	
}
#denied {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
}
.ccursor {
	cursor: pointer;
}
.flink {
	color: #FFFF00;
	text-decoration: none;
}
#calendar {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}
#langpanel {
	position: absolute;
	top: 37%;
	left: 37%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
.available {
	color: #006600;
}
.unavailable {
	color: #CC0000;
}
.past {
	color: #CCCCCC;
}
#panel {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 0px;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #143D60;
	border-left-color: #143D60;
	padding-bottom: 10px;
}
.navlinks {
	text-decoration: none;
}
#navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #143D60;
	border-left-color: #143D60;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
}