.content {
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 10px;
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.header {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: #333333;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

body,td,th {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
	text-decoration: none;
}
/* Event display styles */

.eventTitle {            /* This is the background-color of event title box */
  background-color: #C3C3C3;
}

.eventInfoHeader {            /* Event info box, time/date etc. */
  background-color: #E0E0E0;
  width: 40px;
}

.eventInfo {
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;

}

.eventTable {           /* Bordercolor of event table */
  background-color: #000000;
  height: 100%;
}

.copyright {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px; color: #FFFFFF;
  background-color: #FFFFFF;
}

/* Calendar styles (daycells etc.) */

.calName {               /* Calendar's name (big text) */
  font-size: 21px;
}

.calWeekday {            /* Dayheader, (monday,tuesday etc.) */
  background-color: #A4A4A4;
  font-size: 12px;
  font-weight: bold;
}

.dayEmpty {              /* Empty day cell */
  background-color: #FFFFFF;
  width: 14%;
  height: 80px;
}

.dayNow {                /* This day */
  vertical-align: top;
  background-color: #C8C8C8;
}

.dayNormal {             /* Normal day */
  background-color: #E2E2E2;
  font-size: 9px;
  width: 14%;
  height: 110px;
  vertical-align: top;
}

.dayNumber {             /* Number of a day */
  font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: right;
 }

 /* Admin styles */

 .titleMain {
   background-color: #C3C3C3;
 }
 
 .titleSub {
   background-color: #E0E0E0;
 }

 .emptyCell {
   background-color: #FFFFFF;
 }

 /* Other */

.adminMenu {             /* Admin menu which appears when logged in */
  background-color: #D0D0D0;
  border-bottom: 1px solid #000000;
 }

.message {               /* Messagebox (errors and so on) */
  border: 0px solid #000000;
  background-color: #E0E0E0;
  width: 50%;
  text-align: center;
  }
.footer {
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 10px;
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a {

	COLOR: #333333; TEXT-DECORATION: none
}
a:active {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #CC6600;
	text-decoration: none;
}
