.calendar {
	width: 300px;
}
.calendar .top {
	height: 20px;
	width: 300px;
	background-image: url(/img/300Red_top.png);
	background-repeat: no-repeat;
}
.calendar .content {
	background-image: url(/img/300Red_content.png);
	background-repeat: repeat-x;
	background-color: #690E29;
}
.calendar .bottom {
	height: 20px;
	width: 300px;
	background-image: url(/img/300Red_bottom.png);
	background-repeat: no-repeat;
}


.stripViewer .panelContainer .panel ul {
	text-align: left;
}
.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	width: 300px;
}
/* These 2 lines specify style applied while slider is loading */
.csw {
	width: 100%;
	overflow: scroll;
}
.csw .loading {
	text-align: center;
	color:#FFCC00;
	font-family:Tahoma;
	font-size:13px;
}
.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden;
	margin: auto;
	width: 300px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	clear: both;
}
.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	list-style-type: none;/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 300px; /* Also specified in  .stripViewer  above */
}
.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 10px;
}
.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin: auto;
	display: none;
}

.stripNav a { /* The nav links */
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	background: #c6e3ff;
	color: #000;
	text-decoration: none;
	display: block;
	padding: 0 15px;
}
.stripNav a:hover {
	background: #9cf;
}
.stripNavR { /* The left and right arrows */
	float:right;
}
.stripNavL { /* The left and right arrows */
	float:left;
}
.stripNavL a, .stripNavR a {
	display: block;
	height: 35px;
	width: 40px;
	text-indent: -5000px;
	outline: none;
}
.stripNavLOff a, .stripNavROff a {
	display: block;
	height: 35px;
	width: 40px;
	text-indent: -5000px;
	outline: none;
}
.stripNavL {
	float: left;
	margin-left: 10px;
}
body .stripNavL {
	_margin-left: 5px;
}
.stripNavLOff {
	float: left;
	margin-left: 10px;
}
body .stripNavLOff {
	_margin-left: 5px;
}
.stripNavR {
	float: right;
	margin-right: 10px;
}
body .stripNavR {
	_margin-right: 5px;
}
.stripNavROff {
	float: right;
	margin-right: 10px;
}
body .stripNavROff {
	_margin-right: 5px;
}
.stripNavL {
	background-image: url(/img/kalendarLeft.png);
	background-repeat: no-repeat;
	background-position: center;
}
.stripNavLOff {
	background-image: url(/img/kalendarLeftOff.png);
	background-repeat: no-repeat;
	background-position: center;
}
.stripNavR {
	background-image: url(/img/kalendarRight.png);
	background-repeat: no-repeat;
	background-position: center;
}
.stripNavROff {
	background-image: url(/img/kalendarRightOff.png);
	background-repeat: no-repeat;
	background-position: center;
}


.month {
	background-color:#000000;
	color:#9E0003;
	height:35px;
	margin-left:50px;
	position:absolute;
	text-align:center;
	width:200px;
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 32px;
}

