#s6e_body {
	color: #001060;
	background-color: #fff;
	font-size:13px;
	
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}

#s6e_body_content {
	font-family: Verdana, sans-serif;
	margin: 0 auto;
	width: 650px;
	text-align: left;
}

#s6e_body_content :focus {
	outline: none;
}

#s6e_body_content input:focus {
	outline: none;
}

#s6e_body_content  h1 {
	font-size:14px;
	margin:20px 0 10px 0;
}

#s6e_body_content  h2 {
	font-size: 15px;
}


#s6e_body_content  p {
}

#s6e_body_content  ul {
}

#s6e_body_content  td {
}

#s6e_body_content th {
}

#s6e_body_content  a {
	color: #0000A0;
}

#s6e_body_content a:link {
	color: #0000A0;
}

#s6e_body_content a:visited {
	color: #0000A0;
}

#s6e_body_content a:hover {
	color: #0000A0;
}

#s6e_body_content a:active {
	color: #0000A0;
}

#s6e_body_content  li {
	background:none;
}

/*
#s6e_body_content input[type="submit"] {
	color:#444444;
	padding:3px 5px;
	border:1px solid #c6c6c6;
	-moz-border-radius:2px;
	border-radius:2px;
	background-color:#f1f1f1;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f7f7f7));
	background: -webkit-linear-gradient(top,  #ffffff,  #f7f7f7);
	background: -moz-linear-gradient(top,  #ffffff,  #f7f7f7);
	background: -ms-linear-gradient(top,  #ffffff,  #f7f7f7);
	background: -o-linear-gradient(top,  #ffffff,  #f7f7f7);
	background: linear-gradient(top,  #ffffff,  #f7f7f7);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f7f7f7)";
	cursor:pointer;	
}

#s6e_body_content input[type="submit"]:disabled {
	color:#ccc;
	border:1px solid #ccc;
	background-color:#eee;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee)) !important;
	background: -webkit-linear-gradient(top,  #fff,  #eee) !important;
	background: -moz-linear-gradient(top,  #fff,  #eee) !important;
	background: -ms-linear-gradient(top,  #fff,  #eee) !important;
	background: -o-linear-gradient(top,  #fff,  #eee) !important;
	background: linear-gradient(top,  #fff,  #eee) !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#eee)" !important;
	cursor:pointer;	
}
*/

#s6e_body_content input[type="submit"] {
}

#s6e_body_content input[type="submit"]:disabled {
}


#s6e_body_content input[type="text"], 
#s6e_body_content input[type="password"], 
#s6e_body_content select 
{
	background-color:#fff;
	border:1px solid #ccc;
	border-radius:3px;
	padding:3px 5px;
}

#s6e_body_content select {
	
}

#s6e_body_content option {
	
}

/* Jeder Text, der nicht in der Terminansicht zu sehen ist */
/* All text which not appears in the calendar view */
#s6e_body_content .text {
}

/* Fett gedruckter Text */
/* Bold text */
#s6e_body_content .bold {
	font-weight: bold;
	color: #000000;
}

/* Tabellenzelle 'Uhrzeit' */
/* Table cell 'Time'*/
#s6e_body_content .time {
	font-weight: bold;
	background-color: #dfdfdf;
	color: #000000;
	text-align: center;
}

/* Tabellenzellen mit Datum, Tabellenkopf der Eventliste   */
/* Table cells which are containing the date, table head of the event list*/
#s6e_body_content .date {
	background-color: #dfdfdf;
	color: #000000;
	text-align: center;
}

/* Tabellenzellen mit den Termin-Uhrzeiten (linke Spalte)*/
/* Table cells which are containing the appointment times (left column) */
#s6e_body_content .app {
	background-color: #f2452d;
	color: #ffffff;
	text-align: right;
	white-space: nowrap;
	padding-left: 5px;
	padding-right: 5px;
}

/* Tabellenzellen fuer Wochenende, Pausen und Geschaeftsschluss */
/* Table cells for weekend, breaks, close of business */
#s6e_body_content .weekend {
	background-color: #ebebeb;
	color: #000;
	text-align: center;
}

#s6e_body_content .weekend a {
	color: #000;
}

/* Tabellenzellen mit reservierten Terminen */
/* Table rows with scheduled/reserved Appointments */
#s6e_body_content .res {
	background-color: #e80e07;
	color: #fff;
	text-align: center;
}

/* Links in den Tabellenzellen mit reservierten Terminen */
/* Links inside of the scheduled appointment table cells */
#s6e_body_content .res a {
	color: #fff;
	text-decoration: none;
}

#s6e_body_content .res a:link {
	color: #fff;
	text-decoration: none;
}

#s6e_body_content .res a:visited {
	color: #fff;
}

#s6e_body_content .res a:hover {
	color: #fff;
	text-decoration: underline;
}

#s6e_body_content .res a:active {
	color: #fff;
}

/* Zum Teil reservierte Termine z.B. 3/10 */
/* Partly reserved appointments e.g. 3/10 */
#s6e_body_content .partly_reserved {
	background-color: #5e5e5e;
	color: #000000;
	text-align: center;
}

#s6e_body_content .partly_reserved a {
	color: #fff;
	text-decoration: none;
}

#s6e_body_content .partly_reserved a:link {
	color: #fff;
	text-decoration: none;
}

#s6e_body_content .partly_reserved a:visited {
	color: #fff;
}

#s6e_body_content .partly_reserved a:hover {
	color: #fff;
	text-decoration: underline;
}

#s6e_body_content .partly_reserved a:active {
	color: #fff;
}

/* Tabellenzellen mit Admin-Terminen */
/* Table rows with admini appointments */
#s6e_body_content .admin_res {
	background-color: #e80e07;
	color: #000000;
	text-align: center;
}

/* Links in den Tabellenzellen mit Admin-Terminen */
/* Links inside of the admin appointment table cells */
#s6e_body_content .admin_res a {
	color: #e80e07;
	text-decoration: none;
}

#s6e_body_content .admin_res a:link {
	color: #fff;
	text-decoration: none;
}

#s6e_body_content .admin_res a:visited {
	color: #fff;
}

#s6e_body_content .admin_res a:hover {
	color: #fff;
	text-decoration: underline;
}

#s6e_body_content .admin_res a:active {
	color: #fff	;
}

/* Tabellenzellen mit freien Terminen */
/* Table cells for unscheduled/free appointments */
#s6e_body_content .free {
	background-color: #F7F7F7;
	text-align: center;
}

/* Radio-Buttons in Tabellenzellen mit freien Terminen */
/* Radio buttons in table cells for unscheduled/free appointments */
#s6e_body_content .free input {
	background-color:transparent;
}

/* Tabellenzellen und Text im Detail-PopUp-Fenster */
/* Table cells and text in detail pop up window */
#s6e_body_content .popup_text {
	color: #000;
	background-color: #fff;
}

/* Fett gedruckter Text im Detail-PopUp-Fenster*/
/* Bold text inside the detail pop up window */
#s6e_body_content .popup_bold {
	font-weight: bold;
	color: #000;
	background-color: #fff;
}


/* Textformatierung des E-Mail-Formulars */
/* Text of the e-mail form */
#s6e_body_content .mailform {
	font-weight: bold;
}

#s6e_content,
#s6e_body_content #appointmentform {
	padding:10px;
	margin-top:2px;
	-moz-border-radius: 0px 0px 6px 6px;
	border-radius: 0px 0px 6px 6px;
}

#s6e_content h2,
#s6e_body_content #appointmentform h2 {
	color:#000;
	background-color:rgba(0,0,0,0.03) !important;
	padding:5px 10px;
	margin:10px 0;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* Auswahlfelder oberhalb der Kalenderansicht im Userbereich*/
/* Select fields above the calendar view */
#control_bar {
	background-color:#F7F7F7;
	padding:10px;
	margin-top:2px;
	-moz-border-radius: 0px 0px 6px 6px;
	border-radius: 0px 0px 6px 6px;
}

#control_bar form {
	display: inline;
}

#control_bar ul {
	margin: 0 0 0 0;
	list-style: none;
	text-align: left;
	padding: 0;
}

#control_bar li {
	float: left;
	text-align: left;
	margin: 0 20px 0 0;
}

#control_bar li:last-child {
	margin:0;
}

#control_bar .btn {
	font-size:13px;
	font-weight:normal;
	text-decoration:none;
	padding:2px 3px;
	margin-right:3px;
}

/*
#control_bar input[type="submit"],
.reasons input[type="submit"],
.link_button {
	color:#444444 !important;
	margin:0px 5px 0px 0px !important;
	border:1px solid #c6c6c6;
	-moz-border-radius:2px;
	border-radius:2px;
	background-color:#f1f1f1;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f7f7f7));
	background: -webkit-linear-gradient(top,  #ffffff,  #f7f7f7);
	background: -moz-linear-gradient(top,  #ffffff,  #f7f7f7);
	background: -ms-linear-gradient(top,  #ffffff,  #f7f7f7);
	background: -o-linear-gradient(top,  #ffffff,  #f7f7f7);
	background: linear-gradient(top,  #ffffff,  #f7f7f7);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f7f7f7)";
	vertical-align:middle;
	font-size:13px;
	font-weight:normal;
	text-decoration:none;
}

#control_bar select {
	font-size:12px;
	font-weight:normal;
}

#control_bar input[type="submit"]:hover,
.reasons input[type="submit"]:hover,
.link_button:hover {
	cursor:pointer;
	background-color:#fefefe;
	background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#ececec));
	background: -webkit-linear-gradient(top,  #fefefe,  #ececec);
	background: -moz-linear-gradient(top,  #fefefe,  #ececec);
	background: -ms-linear-gradient(top,  #fefefe,  #ececec);
	background: -o-linear-gradient(top,  #fefefe,  #ececec);
	background: linear-gradient(top,  #fefefe,  #ececec);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#fefefe, endColorstr=#ececec)";
	border:1px solid #bbbbbb;
}

.link_button {
	padding:1px 2px 2px 2px;
	display:block;
}

#control_bar input[type="submit"].disabled:hover {
	cursor:auto;
	background-color:#f1f1f1;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f7f7f7));
	background: -webkit-linear-gradient(top,  #ffffff,  #f7f7f7);
	background: -moz-linear-gradient(top,  #ffffff,  #f7f7f7);
	background: -ms-linear-gradient(top,  #ffffff,  #f7f7f7);
	background: -o-linear-gradient(top,  #ffffff,  #f7f7f7);
	background: linear-gradient(top,  #ffffff,  #f7f7f7);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f7f7f7)";
}

#control_bar select {
	color:#444444;
	border:1px solid #c6c6c6;
	-moz-border-radius:3px;
	border-radius:3px;
	vertical-align:top;
	margin:0;
}

#control_bar #browse_start input {
	margin-top: 0;
}

#browse_other {
	text-align: left;
}

#control_bar input[type="submit"].next {
	font-family:monospace;
}

#control_bar input[type="submit"].next:hover {
	background-color:#fefefe;
	background: -moz-linear-gradient(top,  #fefefe,  #ececec);
	background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#ececec));
	background: -webkit-linear-gradient(top,  #fefefe,  #ececec);
	background: -moz-linear-gradient(top,  #fefefe,  #ececec);
	background: -ms-linear-gradient(top,  #fefefe,  #ececec);
	background: -o-linear-gradient(top,  #fefefe,  #ececec);
	background: linear-gradient(top,  #fefefe,  #ececec);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#fefefe, endColorstr=#ececec)";
}

#control_bar input[type="submit"].previous {
	font-family:monospace;
}

#control_bar input[type="submit"].previous:hover {
	background-color:#fefefe;
	background:	-moz-linear-gradient(top,  #fefefe,  #ececec);
	background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#ececec));
	background: -webkit-linear-gradient(top,  #fefefe,  #ececec);
	background: -moz-linear-gradient(top,  #fefefe,  #ececec);
	background: -ms-linear-gradient(top,  #fefefe,  #ececec);
	background: -o-linear-gradient(top,  #fefefe,  #ececec);
	background: linear-gradient(top,  #fefefe,  #ececec);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#fefefe, endColorstr=#ececec)";
}
*/
.selectiontableoutside {
	
}

.selectiontableinside {
	
}

.numberoptions {
	text-align: right;
}

/* Navigation oberhalb des Auswahlmenues */
/* Navigation bar on top of the page */
ul.navibar {
	list-style:none;
	margin:0;
	min-height:20px;
}

ul.navibar li {
	float:left;
	background: transparent;
}

.navibar {
	margin: 0px 0px 0px 0px;
	padding: 4px 8px;
	background-color:#F7F7F7;
	-moz-border-radius:6px 6px 0 0;
	border-radius:6px 6px 0 0;
	font-size:12px;
}

.navibar a:link {
	color: #FFFFF;
	font-weight: none;
	text-decoration: none;
	padding:3px 6px;
	-moz-border-radius:0px 0px 4px 4px;
	border-radius:0px 0px 4px 4px;
}

.navibar a:visited {
	color: #FFFFF;
	text-decoration: none;
}

.navibar a:hover {
	color: #FFFFF;
	text-decoration: underline;
}

.navibar a:active {
	color: #FFFFF;
	text-decoration: none;
}

ul.navibar li form {
	margin:0;
	padding:0;
	display:inline;
}

ul.navibar li select {
	padding:0px 1px !important;
	margin:0 !important;
	font-size:12px;
	background-color:#F7F7F7 !important;
}

ul.navibar li input[type="submit"] {
	padding:0px 1px !important;
	margin:0 0 4px 0 !important;
	font-size:12px;
}

.navibarcontainer {
	width: 650px;
}

.topmenu a:link {
	font-weight: bold;
	color: #6F6F6F;
}

.topmenu a:visited {
	font-weight: bold;
	color: #6F6F6F;
}

.topmenu a:hover {
	font-weight: bold;
	color: #000000;
}

.timerange {
	font-weight: bold;
	line-height: 23px;
	border: 1px solid #000000;
	margin-top: 5px;
	padding: 5px;
	background-color: #F7F7F7;
}

.timerange input {
	text-align: right;
	padding: 1px 10px 1px 10px;
}

/* Abgesagte Termine */
/* Canceled appointments*/
.canceled,.canceled td {
	text-decoration: line-through;
}

/* Active appointments */
.active {
	
}

/* Liste Termingruende */
/* Reason list below appointment overview*/
.reasons {
	margin-top: 8px;
	padding: 3px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #F7F7F7;
	width: 100%;
}

.reasons input[type="submit"] {
	font-size:15px;
	padding:4px 8px;
}

/* 	Kalenderansicht
	Calendar view */
.calendar {
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 3px;
	background-color: #F7F7F7;
	width: 270px;
	height: 265px;
}

.calendar caption {
	font-weight: bold;
	padding: 5px 0px 5px 0px;
	text-align: center;
}

.formtable input[type="text"],.formtable input[type="submit"],.formtable input[type="password"],.formtable select,.formtable textarea
	{
	margin-left: 10px;
}

.formtable input[type="text"],.formtable input[type="password"],.formtable select,.formtable textarea
	{
	width: 350px;
}

.formtable input[type="radio"],.formtable input[type="checkbox"] {
	margin-left: 10px;
	text-align: left;
}

/* Hilfetexte, die im Popup erscheinen */
/* Help texts appearing in popup windows */
.helptext li {
	font-family: Sans-serif;
	margin-bottom: 15px;
}

.print_row {
	background-color: #1200C0;
	color: #ffffff;
	text-align: center;
}

.print_row a {
	color: #FFFFFF;
}

.install_label {
	width: 250px;
	font-weight: bold;
	vertical-align: top;
	text-align: right;
	padding-right: 10px;
}

/* Farbe Terminhintergruende bassierend auf dem Termingrund */
.reason1 {
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
}

.reason1 a {
	color: #FFFFFF;
}

.reason2 {
	background-color: red;
	color: #FFFFFF;
	text-align: center;
}

.reason2 a {
	color: #FFFFFF;
}

.grid_tooltip td {
	
}

.error_message_item {
	font-weight: bold;
	color: #FF0000;
}

#s6e_body_content #s6e_my_appointments,
#s6e_body_content .s6e_table {
	border-collapse: collapse;
}

#s6e_body_content #s6e_my_appointments th,
#s6e_body_content #s6e_my_appointments td,
#s6e_body_content .s6e_table th,
#s6e_body_content .s6e_table td
{
	padding: 8px 2px;
	border-bottom: 1px solid #F2F2F2;
}


#s6e_body_content #s6e_my_appointments tbody tr:hover,
#s6e_body_content .s6e_table tbody tr:hover {
	background-color:#F7F7F7;
}

#s6e_body_content #s6e_my_appointments  tr  td  a,
#s6e_body_content #s6e_my_appointments  tr  th  a
	{
	
}

#s6e_body_content #s6e_my_appointments  tr  th,
#s6e_body_content .s6e_table tr  th {
	padding: 8px 0;
}

#s6e_body_content .s6e_my_appointments_head a {
	
}

.myappointments_table_light_row td {
}

.myappointments_table_dark_row td {
}

.time_zone {
	font-size: 70%;
	color: #AF0000;
	margin-top: 8px;
	margin-bottom: 8px;
}

.logged_in_as {
	font-size: 10px;
	color: #AF0000;
	margin: 0 0 4px 10px;
	font-weight: normal;
}

#next_available_appointment {
	font-size: 90%;
	margin-top: 3px;
	margin-bottom: 5px;
	font-weight: bold;
}

#next_available_appointment input {
	margin-left: 15px;
}

#appointment_area_select_menu select {
	margin: 0;
}

#appointment_area_select_menu input {
	margin: 0;
}

#calendar_grid {
	margin-top:8px;
}

#calendar_grid table tbody {
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#calendar_grid table tbody td.free {
	white-space:nowrap;
	vertical-align:top;
}

#calendar_grid table tbody td.free br {
	display:none;
}

#calendar_grid table tbody td a {
  	text-decoration:none;
}

#calendar_grid table tbody td a:hover {	
}

#calendar_grid table tr:first-child td:first-child {
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
}

#calendar_grid table tr:first-child td:last-child {
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
}

#calendar_grid table tr:last-child td:first-child {
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
}

#calendar_grid table tr:last-child td:last-child {
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
}

.current_day_head {
	
}

#month_selector {
	text-align:center;
	margin:10px 0 0 0;
	-moz-border-radius:5px;
	border-radius:5px;
}

#month_selector ul.navigation {
	background-color:#F7F7F7;
	padding:5px 0;
}

#month_selector ul.navigation a {
	margin:0 5px;
}

ul.navigation {
	margin:0;
	padding:0;
	height:25px;
}

ul.navigation li {
	float:left;
	padding:0 !important;
    width: auto !important;
}

ul.navigation li a.link_button {
    width: auto;
    padding: 2px 5px;
    margin-left:5px !important;
    min-width: 0;
	white-space:nowrap;
}

#month_selector.side_by_side {
	float:left;
	margin:8px 50px 20px 0;
	border: 3px solid #F7F7F7;
}

#month_selector table {
	width:100%;
	-moz-border-radius:5px;
	border-radius:5px;
	border: 3px solid #F7F7F7;
	background-color: #F7F7F7;
}

#month_selector table tr:first-child td:first-child {
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
}

#month_selector table tr:first-child td:last-child {
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
}

#month_selector table tr:last-child td:first-child {
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
}

#month_selector table tr:last-child td:last-child {
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
}

#month_selector table caption {
	font-weight: bold;
	font-size: 14px;
	padding: 5px 0px 5px 0px;
	text-align: center;
}


#month_selector ul {
	list-style: none;
}

#month_selector li {
	float: left;
	width: 30%;
	padding: 0.5em;
}

#month_selector li td {
	background-color: #fff;
	padding: 4px;
}

.s6e_display_appointments {
	font-weight: bold;
	background-color: #fff !important;
	color: #fff;
	padding: 0;
}

.s6e_display_appointments {
	font-weight: normal;
	background-color: #fff !important;
	color: #fff;
	padding: 0;
}

#s6e_body_content .s6e_display_appointments > a:link,
#s6e_body_content .s6e_display_appointments > a:visited
{
	background-color: #F7F7F7;
	font-weight: normal;
	padding: 4px 5px;
	text-decoration: none;
	display: block;
}

#s6e_body_content .s6e_display_appointments > a:hover,
#s6e_body_content .s6e_display_appointments > a:active
{
	background-color: #fff;
	display: block;
}

#s6e_body_content .s6e_details {
	border-collapse: collapse;
}

#s6e_body_content .s6e_details  tr  td {
	border: 1px solid #fff;
	background-color: #F7F7F7;
	margin: 2px;
	padding: 4px;
}

#s6e_login_form input[type="text"],
#s6e_login_form input[type="password"]
{
	width: 300px;
	height: 21px;
}

#s6e_login_form  .s6e_index {
}

.s6e_login_message {
	color: #D60000;
	font-weight: bold;
}

ul.s6e_two_columns {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.s6e_two_columns li {
	float: left;
	width: 45%;
	padding-right: 5%;
}

ul#so_reason_list {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#so_reason_list li {
	background: transparent;
	line-height: 190%;
	padding:0;
}

ul#so_reason_list li:hover {
	background-color: transparent;
	cursor: pointer;
}

ul#so_reason_list li input[type="radio"] {
}

ul#so_reason_list li label {
	display: block;
    color:#000;
}

ul#so_reason_list li label:hover {
	cursor: pointer;
}

#s6l_separate_appointment_area_select_menu input[type="submit"] {
	margin-top:20px;
}

#s6l_separate_appointment_area_select_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#s6l_separate_appointment_area_select_menu ul li {
	background: transparent;
	line-height: 190%;
}

#s6l_separate_appointment_area_select_menu ul li:hover {
	background-color: transparent;
}

#s6l_separate_appointment_area_select_menu ul li,
#s6l_separate_reason_form ul#so_reason_list li {	
	/*border-bottom: 1px solid #ddd;*/
}

#s6l_separate_appointment_area_select_menu ul li label,
#s6l_separate_reason_form ul#so_reason_list li a,	
#s6l_separate_reason_form ul#so_reason_list li label {	
	/*border-bottom: 1px solid #ddd;*/	
	padding:12px 5px 12px 15px;
	display:block;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:3px;
    background: rgb(238, 238, 238); 
	background-color:rgba(0,0,0,0.03) !important;
}

#s6l_separate_appointment_area_select_menu ul li label:hover,
#s6l_separate_reason_form ul#so_reason_list li label:hover {
    background: rgb(229, 229, 229); 
	background-color:rgba(0,0,0,0.05) !important;
}

#s6l_separate_reason_form ul#so_reason_list li:last-child {	
	/*border-bottom: 1px solid transparent !important;*/
}

#s6l_separate_reason_form ul#so_reason_list li label input[type="radio"],
#s6l_separate_appointment_area_select_menu ul li label input[type="radio"] {
	margin:5px 10px 0 10px;
}

#s6l_separate_reason_form ul li label {
	padding:6px 3px;
	margin-left:0px;
	display:block;
}

#s6l_separate_appointment_area_select_menu ul li label:hover {
	cursor: pointer;
}

#s6l_separate_reason_form ul#so_reason_list li input[type="radio"] {
	float: left;
	margin:5px 10px 0 0;
}

.s6l_readonly {
	color: #000;
	background-color: transparent;
	border: none;
	font-family: sans-serif;
	font-size: 13px;
}



.s6l_message {  		
	width:97%;
	padding:8px;
	margin:20px 0px;
	border:1px solid #FFEF8C;
	-moz-border-radius:8px;
    border-radius:8px;
    background-color:#FFFBE5;
}

table.s6l_month_selector tbody td.unavailable {
	color:#cccccc;
}

dl#s6e_login_form, 
dl#s6e_register_form,
dl.s6e_details 
{
	margin-bottom:20px;
}

dl#s6e_login_form dt, 
dl#s6e_register_form dt, 
dl.s6e_details dt 
{
    float: left;
    width:250px;
    font-weight: bold;
    text-align: left;
    padding-top: 8px;
    padding-bottom: 0;
    margin-right:15px;
}

dl#s6e_login_form dd,
dl#s6e_register_form dd,
dl.s6e_details dd
{
    margin:0 0 15px 250px;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 0;
    min-height:25px;
}

dl#s6e_login_form dd input[type="text"],
dl#s6e_login_form dd input[type="password"], 
dl#s6e_register_form dd textarea,
dl#s6e_register_form dd input[type="text"],
dl#s6e_register_form dd input[type="password"], 
dl#s6e_register_form dd select,
dl.s6e_details dd input[type="text"],
dl.s6e_details dd input[type="password"], 
dl.s6e_details dd textarea, 
dl.s6e_details dd select 
{
	width:300px;
	
}

dl#s6e_register_form dd select,
dl.s6e_details dd select {
	width:auto;
	max-width:300px;
}

ul.s6e_list {
	margin:20px 0 0 0;
	padding:0;
	list-style:none;
}

ul.s6e_list li {
	float:left;
	padding-right:20px;
}

ul#s6e_footer_navigation {
	list-style:none;
	margin:50px 0 0 0;
	padding:5px 0 0 0;
	display:inline-block;
	width:100%;
}

ul#s6e_footer_navigation li {
	float:left;
	margin:0 10px 0 0;
	font-size:10px;
}

ul#s6e_footer_navigation li a {
}


#s6l_separate_reason_form a.reason_group_label {
	display:block;
	font-weight:bold;
	text-decoration:none;
	background: transparent;
	line-height: 190%;
	background-color: transparent;
	cursor: pointer;	
	padding:5px 0;
}

ul.reason_group {
	list-style:none;
}



.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #bbbbbb;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 2px;
}

.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

.btn-mini {
  padding: 1px 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  *background-color: #0044cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}

.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  *background-color: #f89406;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}

.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}

.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}

.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}

.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}

.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  *background-color: #222222;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}

.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}

button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-link {
  color: #0088cc;
  cursor: pointer;
  border-color: transparent;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover {
  color: #333333;
  text-decoration: none;
}

a.btn {
	text-decoration:none;
   color: #333333 !important;
}

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  color: #c09853;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}


.reservationbutton {
	font-weight: bold;
	color:#007F17;
	text-shadow: 1px 1px #fff;
	padding: 5px 15px;
	margin: 10px 0 15px 0;
}