body {
	background-image: url(../images/blauw/bg.jpg);
	background-color: #E4EAEF;
}
.header {
	background-position: 61px 56px;
	background-image: url(../images/blauw/chiro_mm.gif);
	background-repeat: no-repeat;
}
.aurora-header, .aurora-footer {
	border-top: 3px solid #93B8FF;
	background-image: url(../images/blauw/aurora.jpg);
	background-repeat: repeat-x;
}
.aurora-header {
	border-bottom: 3px solid #93B8FF;
}
.panel {
	width: 100%;
	border-spacing: 0px;
	background-color: white;
	border: 3px solid #93B8FF;
}
.panelMid {
	width: 100%;
	border-spacing: 0px;
	background-color: white;
	border: 3px solid #93B8FF;
}
th {
	color: white;
	background-color: #93B8FF;
	padding-bottom: 2px;
}
.footer {
	font-size: 10px;
	width: 100%;
	color: #4E8F95;
}
.content {
	background-image: url(../images/blauw/paint_spot.jpg);
}
.dropsLeft {
	background-image: url(../images/blauw/paint_drops_left.jpg);
}
.dropsRight {
	background-image: url(../images/blauw/paint_drops_right.jpg);
}
.menuItem {
	background-image: url(../images/blauw/hand_print.jpg);
}
.ledenItem {
	background-image: url(../images/blauw/leden_sign.jpg);
}
.leidingItem {
	background-image: url(../images/blauw/leiding_sign.jpg);
}
.adminItem {
	background-image: url(../images/blauw/admin_sign.jpg);
}
.menuHover {
	background-color: #E4EAEF;
}
.title {
	color: #4E8F95;
	font-weight: bold;
}
.bulletTitle,
.bulletTitle2,
.bulletTitle3,
.widget-cal-activity-title,
.widget-cal-month,
.widget-gallery-title {
	color: #4E8F95;
	padding-left: 15px;
	background-image: url(../images/blauw/bullet.gif);
	background-repeat: no-repeat;
}
.bulletTitle {
	font-weight: bold;
	background-position: 0px 6px;
}
.bulletTitle2 {
	font-weight: bold;
	background-position: 0px 1px;
}
.bulletTitle3 {
	color: black;
	background-position: 0px 1px;
}
.label {
	color: #4E8F95;
}
.button {
	color: #4E8F95;
	background-color: #E4EAEF;
	border: 1px solid #4E8F95;
	cursor: pointer;
}
.passwordLost {
	margin-top: 3px;
	border: 2px solid #93B8FF;
}
.entryName, .entryInfo {
	background-color: #4E8F95;
}
.labelBorder {
	color: #4E8F95;
	border-top: 1px solid #4E8F95;
}
.antiSpam {
	background-color: #E4EAEF;
}
.scoreDialog {
	background-color: #E4EAEF;
	border: 3px solid #93B8FF;
}
a:link, a:visited  {
	color: #4E8F95;
	text-decoration: none;
}
a:hover {
	color: #4E8F95;
	background-color: #E4EAEF;
	text-decoration: none;
}

/* CALENDAR WIDGET */
.widget-cal-container {
	width: 100%;
}
.widget-cal-header {
	font-size: 11px;
	margin-bottom: 3px;
}
.widget-cal-month {
	font-weight: bold;
	color: #4E8F95;
	margin: 10px 0px;
}
.widget-cal-combobox {
	text-align: center;
	padding: 0px 74px;
}
.widget-cal-prev-month, .widget-cal-next-month , .widget-cal-combobox {
	display: inline;
}
.widget-cal-prev-month a, .widget-cal-next-month a {
	color: #4E8F95;
	text-decoration: none;
}
.widget-cal-prev-month a:hover, .widget-cal-next-month a:hover {
	background-color: #E4EAEF;
}
.widget-cal-calendar-table {
	font-size: 11px;
	width: 100%;
	border-collapse: collapse;
}
.widget-cal-calendar-header td {
	width: 14%;
	text-align: center;
	background-color: #93B8FF;
	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #000000;
}
.widget-cal-calendar-row {
	height: 40px;
}
.widget-cal-calendar-row td, .widget-cal-calendar-row td.active, .widget-cal-calendar-row td.weekend {
	padding: 5px;
	vertical-align: top;
	border: 1px solid #000000;
}
.widget-cal-calendar-row td.weekend {
	background-color: #F7F7F7;
}
.widget-cal-calendar-row td.activity , .widget-cal-calendar-row td.activity-weekend {
	background-color: #8DC1C6;
}
.widget-cal-calendar-row td.active {
	border-width: 5px;
	font-weight: bold;
}
.widget-cal-calendar-row td.activity-active {
	border-width: 5px;
	font-weight: bold;
	background-color: #8DC1C6;
}
.widget-cal-calendar-row td.empty {
	background-color: #E4EAEF;
}
.widget-cal-calendar-row td div {
	height: 24px;
	width: 24px;
	background: url(../images/birthday.png) no-repeat;
	float: right;
}
.widget-cal-activity, .widget-cal-birthday {
	border: 1px solid #666666;
	z-index: 999;
	position: absolute;
	font-size: 11px;
}
.widget-cal-activity {
	width: 250px;
	background-color: #EEEEEE;
}
.widget-cal-birthday {
	background-color: #AF1302;
	color: #FFFFFF;
}
.widget-cal-activity-activity {
	border-bottom: 1px dotted #4E8F95;
	padding: 7px;
}
.widget-cal-birthday-birthday {
	border-bottom: 1px dotted #FFFFFF;
	padding: 7px;
}
.widget-cal-activity-place, .widget-cal-activity-time, .widget-cal-activity-info {
	padding: 2px 0px;
}
.widget-cal-activity span {
	font-weight: bold;
}
.widget-cal-activity-title {
	padding-bottom: 2px;
	font-weight: bold;
}
.widget-cal-activity-title span {
	display: none;
}
.widget-cal-birthday-name {
	color: #FFFFFF;
	font-weight: bold;
}

/* COUNTDOWN WIDGET */
.widget-count-container {
	margin: 4px 5px;
	height: 60px;
}
.widget-count-activity {
	font-size: 10px;
	color: #4E8F95;
	font-weight: bold;
	padding-bottom: 3px;
}
.widget-count-cell  {
	float: left;
	border: 1px solid #000000;
	width: 44px;
	text-align: center;
	background-color: #93B8FF;
	margin-right: -2px;
}
.widget-count-days,
.widget-count-hours,
.widget-count-minutes,
.widget-count-seconds {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	color: #FFFFFF;
}
.widget-count-label {
	font-family: Tahoma;
	background-color: #4E8F95;
	font-size: 10px;
	font-weight: bold;
	padding: 2px;
	border-top: 1px solid #E4EAEF;
	color: #FFFFFF;
}
