/*STATUSCHANGES*/

.alertError{
	margin-top: 5px; 
	margin-bottom: 5px;
	border: 1px solid #d9d094;
	background-image: url(img/exclamation.png);
	background-repeat:no-repeat;
	background-position: 5px 5px;
	background-color: #f3e475;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.alertError div {
	border: 1px solid #fff;
	padding: 5px;
	padding-left: 25px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.alertOk {
	margin-top: 5px; 
	margin-bottom: 5px;
	border: 1px solid #7cdb75;
	background-image: url(img/tick.png);
	background-repeat:no-repeat;
	background-position: 5px 5px;
	background-color: #9aeea3;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.alertOk div {
	border: 1px solid #fff;
	padding: 5px;
	padding-left: 25px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

/* BOOKING SYSTEM */
.subTitle {
	 font-size: 16px; 
	 font-weight: bold; 
	 color: #c86a33; 
	 padding-bottom: 5px;
	 padding-top: 15px;
}

.loginBox {
	background-color: #e7e7d6;
	color: #000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.loginBox #heading {
	background-color: #f4a000;
	font-weight: bold;
	color: #fff;
	padding: 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.loginBox #content {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.loginBox #content input {
	margin-top: 3px;
	margin-bottom: 2px;
}



#bookingList th {
	background-color: #eee;
	border-top: 1px solid #ccc;
	color: #888;
	font-weight: bold;
	text-shadow: rgb(255, 255, 255) 1px 1px 1px;
	text-align:left;
}
#bookingList th div {
	border-top: 1px solid #fff;	
	padding: 4px;
}
.eventDescription {
	font-weight: bold;
	background-color: #eee;
	color: #000;
	text-shadow: rgb(255, 255, 255) 1px 1px 1px;
	padding: 4px;
	margin: 2px;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.eventValue {
	border: 1px solid #eee;
	color: #000;
	padding: 4px;
	margin: 2px;
}

.participateButton {
	font-size: 12px;
	display: inline-block;
	color: #000;
	background-color: #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	cursor:pointer;
	padding: 3px;
	border: 1px solid #ccc;
	margin-bottom: 5px;
	
}
.participateButton:hover {
	border: 1px solid #666;
}

.participateList {
	background-color: #eee;	
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	padding: 4px;
	margin-bottom: 5px;
}

.eventSubmit {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	border: 1px solid #665;
	background-color: #888;
	color: #fff;
	padding: 5px;
}
.eventSubmit:hover {
	color: #000;
}

.eventInput {
	padding:6px;
	border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	width: 92%;
	margin-bottom: 4px;
	margin-top: 2px;
	font-family: Tahoma, Verdana;
	font-size: 12px;
}
/* COMPLETE/FULL MENU STYLES */
.menu_complete { font-size: 11px;  font-weight: bold;}
.menu_complete:link { color: #005c7e; }
.menu_complete:visited { color: #005c7e; }
.menu_complete:hover { color: #333333; text-decoration: none; }

.menu_complete_on { font-size: 11px; font-weight: bold; }
.menu_complete_on:link { color: #005c7e; }
.menu_complete_on:visited { color: #005c7e; }
.menu_complete_on:hover { color: #333333; text-decoration: none; }

/* COMPLETE/FULL MENU STYLES FOR UNDERLINKS */
.menu_complete_sub { font-size: 11px; font-weight: normal; }
.menu_complete_sub:link { color: #005c7e; }
.menu_complete_sub:visited { color: #005c7e; }
.menu_complete_sub:hover { color: #333333; text-decoration: none; }

.menu_complete_sub_on { font-size: 11px; font-weight: normal;}
.menu_complete_sub_on:link { color: #000000; }
.menu_complete_sub_on:visited { color: #000000; }
.menu_complete_sub_on:hover { color: #333333; text-decoration: none; }


/* MAIN MENU STYLES */
.menu_main { font-size: 12px; padding-left: 5px; padding-right: 5px;  }
.menu_main:link { color: #000000; }
.menu_main:visited { color: #000000; }
.menu_main:hover { color: #333333; text-decoration: none; }

.menu_main_on { font-size: 12px; padding-left: 5px; padding-right: 5px; }
.menu_main_on:link { color: #000000; }
.menu_main_on:visited { color: #000000; }
.menu_main_on:hover { color: #333333; text-decoration: none; }


.bottom { font-size: 11px; }
.bottom:link { color: #005c7e; }
.bottom:visited { color: #005c7e; }
.bottom:hover { color: #333333; text-decoration: none; }

/* STANDARD FORM ELEMENTS */
.input { font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 11px;  border: 1px solid gray; }
.button { font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 10px; border: 1px solid gray; }

.printerfriendly { font-size: 10px; }
.printerfriendly:link { color: #005c7e; }
.printerfriendly:visited { color: #005c7e; }
.printerfriendly:hover { color: #333333; text-decoration: none; }

.acronym { border-bottom: 1px dotted orange; cursor:help;  }

.timeline { font-size: 9px; color: #005c7e; }
.timeline:link { color: #005c7e; }
.timeline:visited { color: #005c7e; }
.timeline:hover { color: #333333; text-decoration: none; }


/* ACTIVITIES */
.activities_iframe { border: 1px solid #eeeeee; }

.activities_headline { font-weight: bold; background-color: #dddddd; }

.activities_bg { margin: 0; padding: 0; background-color: white; overflow: auto; }
.activities_bg:link { color: #000000; }
.activities_bg:visited { color: #000000; }
.activities_bg:hover { color: #333333; text-decoration: underline; }