body,
textarea {
	font-family: Sans-serif;
}

#s6e_body {
	font-size:13px;
	
	margin: 0 4px 0 4px;
	padding: 0 0 30px 0;
	text-align: center;
}

#s6e_body_content {
	color: #000000;
	background-color:#fff;
	margin: 0 auto;
	padding:10px 15px;
	max-width: 650px;
	text-align: left;
	box-shadow: 2px 2px 5px 2px #888888;
}

#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 {
	color: #000000;
}

#s6e_body_content  ul {
}

#s6e_body_content  td {
	border:0;
}

#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="email"], 
#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: transparent;
	color: transparent;
	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: transparent;
	color: #666;
	text-align: center;
	font-size:11px;
	padding: 0 8px;
}

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

#frontend_appointment_table {
	border-collapse:collapse;
	width:100%;
}

#frontend_appointment_table > tbody > tr > td {
	font-size:11px;
	line-height:21px;
}

#s6e_body_content tr.timerow > td {
}

#s6e_body_content tr.timerow > td {
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	padding:1px 3px;
}

#s6e_body_content tr.timerow:last-child > td {
	border-bottom:1px solid #ccc;
}

#s6e_body_content tr.timerow:hover td:first-child {
	background-color:#eee;
	color:#666;
}

#s6e_body_content tr.timerow td:first-child {
	border-left:none;
}

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

#s6e_body_content .weekend span {
	display:inline-block;
	padding:0 7px 0 7px;
	min-width:25px;
	margin:0 auto;
	font-size: 10px;
	line-height: 20px;
	*line-height: 20px;
	color: #666 !important;
	background-color: transparent;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}

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

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



#s6e_body_content .res span {
    display:inline-block;
	padding:0 7px 0 7px;
	min-width:25px;
    margin:0 auto;
	font-size: 10px;
	line-height: 20px;
	*line-height: 20px;
	color: #AFAFAF;
    background-color: transparent;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}

/* 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: #AFAFAF;
	text-decoration: none;
}

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

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

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

/* Zum Teil reservierte Termine z.B. 3/10 */
/* Partly reserved appointments e.g. 3/10 */
#s6e_body_content .partly_reserved {
	background-color: transparent;
	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: transparent;
	color: #000000;
	text-align: center;
}
#s6e_body_content .admin_res span {
	display:inline-block;
	overflow:hidden;
	min-width:25px;
	padding:0 7px 0 7px;
	height:18px;
	margin:0 auto;
	font-size: 10px;
	line-height: 20px;
	*line-height: 20px;
	color: #ffffff !important;;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
	background-color: transparent;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}

/* 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: transparent;
	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 {
	padding:15px 0;
	border-bottom:1px solid rgba(0,0,0,0.1) !important;
	margin-bottom:15px;
}

#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 8px;
	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 !important;
	margin:0 !important;
	min-height:20px !important;
}

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

.navibar {
	margin: 0px 0px 0px 0px;
	padding: 0 0 5px 0;
	border-bottom:1px solid rgba(0,0,0,0.1) !important;
	font-size:12px;
}

.navibar a:link {
	color: #FFFFF;
	font-weight: none;
	text-decoration: none;
	padding:3px 15px 1px 0;
}

.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;
	height:22px;
}

ul.navibar li input[type="submit"] {
	padding:0px 5px !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;
	margin-top:20px;
}

/* 	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 {
	margin: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;
	vertical-align:top;
}


#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_table tr.dark {
	background-color:#F7F7F7;
}

#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;
	max-width:280px;
}

#appointment_area_select_menu input {
	margin: 0 0 3px 0;
}

#calendar_grid {
	margin-top:8px;
}

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

#calendar_grid table tbody td label {
	display:inline;
	height:auto;
	line-height:auto;
	padding:0;
	margin:0;
}

#calendar_grid table tbody td label:hover {
	cursor:pointer;
}

#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;
}

#month_selector ul > li {
	margin:0 10px 0 0;
	width:auto;
	min-width:20px;
}

#month_selector ul > li:last-child {
	margin:0;
}

#month_selector a.browse-previous,
#month_selector a.browse-next {
	margin-top:40px;
	display:block;	
}

#month_selector a.browse-previous {
	width: 0; 
	height: 0; 
	border-top: 60px solid transparent;
	border-bottom: 60px solid transparent; 	
	border-right:20px solid #F7F7F7;
}

#month_selector a.browse-previous:hover {
	border-top: 60px solid transparent;
	border-bottom: 60px solid transparent; 	
	border-right:20px solid #ccc;
}

#month_selector a.browse-next {
	border-top: 60px solid transparent;
	border-bottom: 60px solid transparent;	
	border-left: 20px solid #F7F7F7;
}

#month_selector a.browse-next:hover {
	border-top: 60px solid transparent;
	border-bottom: 60px solid transparent;	
	border-left: 20px solid #ccc;
}

#month_selector ul.navigation {	
	padding:13px 0;
}


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

ul.navigation {
	margin:0 0 20px 0;
	padding:0;
	height:25px;
	list-style:none;
}

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;
}

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

#month_selector table td {	
	font-size:11px;
	padding:0px !important;
}


#month_selector table td a {	
	text-decoration:none;
	display:block;
	margin:0;
	padding:3px;
}

#month_selector table td span {
	display:block;
	margin:0;
	padding:3px;
}

#month_selector table td a:hover {	
	background-color:#F2DEDC;
}

#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;
	padding:0;
	margin:0;
}

#month_selector li {
	margin-right:10px;
	float:left;	
}

#month_selector li:last-child {
	margin-right:0;	
}

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

#month_selector .week-number {
	color:#ccc;
}

.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="email"],
#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 !important;
	margin: 0 !important;
	padding: 0 !important;
}

ul.s6e_two_columns li {
	float: left;
	width: 47%;
	padding-right: 3%;
	padding-left:0;
}

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

ul#so_reason_list li {
	list-style: none !important;
	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: 4px;
	border-radius: 4px;
	margin-bottom:10px;
    background: rgb(238, 238, 238); 
	background-color:rgba(0,0,0,0.02) !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.04) !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="email"],
dl#s6e_login_form dd input[type="password"], 
#s6e_register_form textarea,
#s6e_register_form input[type="text"],
#s6e_register_form input[type="email"],
#s6e_register_form input[type="password"], 
#s6e_register_form select,
.s6e_details input[type="text"],
.s6e_details input[type="email"],
.s6e_details input[type="password"], 
.s6e_details textarea, 
.s6e_details select 
{
	width:300px;
	font-size:12px;
	
}

#s6e_register_form select,
.s6e_details 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: #289BFF;
  *background-color: #289BFF;
  background-image: -moz-linear-gradient(top, #289BFF, #1B87DF);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#289BFF), to(#1B87DF));
  background-image: -webkit-linear-gradient(top, #289BFF, #1B87DF);
  background-image: -o-linear-gradient(top, #289BFF, #1B87DF);
  background-image: linear-gradient(to bottom, #289BFF, #1B87DF);
  background-repeat: repeat-x;
  border-color: #1B87DF #1B87DF #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='#ff289BFF', endColorstr='#ff1B87DF', 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: #289BFF;
  *background-color: #289BFF;
  background-image: none;
}

.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 !important;;
  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 !important;;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

.free-appointment {
	display:inline-block;
	padding:0 7px 0 7px;
	min-width:25px;
	margin:0 auto;
	font-size: 10px;
	line-height: 20px;
	*line-height: 20px;
	color: #ffffff !important;;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
	text-align:center;
	background-color: #289BFF;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}
.free-appointment.legend {
	display:inline;
	padding:0 5px 0 5px;
	width:auto !important;
}

.free-appointment:hover,
.free-appointment:active,
.free-appointment.active,
.free-appointment.disabled,
.free-appointment[disabled] {
  color: #ffffff !important;
  background-color: #87E285;
  *background-color: #87E285;
}

.free-appointment-selected {
  color: #ffffff !important;
  background-color: #87E285;
  *background-color: #87E285;
}

.btn-info:active,
.btn-info.active {
  background-color: #0074DB \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: #289BFF;
  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: #000;
  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;
}

.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  vertical-align: middle;
  *zoom: 1;
}

.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}

.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}

.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}

.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}

.control-group {
  margin-bottom: 10px;
}

legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}

.form-horizontal .control-group {
  margin-bottom: 10px;
  padding-bottom:10px;
  *zoom: 1;
}

.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  line-height: 0;
  content: "";
}

.form-horizontal .control-group:after {
  clear: both;
}

.form-horizontal .control-label {
  float: left;
  width: 200px;
  padding-top: 5px;
  text-align:right;
}

.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 220px;
  *margin-left: 0;
}

.form-horizontal .controls > span {
	display:inline-block;
	padding-top:4px;
}

.form-horizontal .controls:first-child {
  *padding-left: 220px;
}

.form-horizontal .help-block {
  margin-bottom: 0;
}

.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}

.form-horizontal .form-actions {
  padding-left: 220px;
}

#reservationbutton-throbber {
	border:none;
	vertical-align:bottom;
	margin-bottom:8px;
}

.legend {
	width:25px !important;
	display:inline-block !important;
}


.pagination ul {
	float:right;
	margin:20px 0;
	padding:0;
	list-style:none;
}

.pagination li {
	float:left;
	list-style:none;	
}

.pagination a {
	-moz-border-radius: 3px;
	border-radius: 3px;
    background: rgb(238, 238, 238); 
	background-color:rgba(0,0,0,0.03) !important;
	text-decoration:none;
	display:block;
	padding:4px 8px;
	margin-left:20px;	
}

.pagination > ul >li.disabled > a {
	color:#ccc !important;
}

.pagination a:hover {
	background-color:rgba(0,0,0,0.06) !important;
}

.pagination > ul >li.disabled > a:hover {
	background-color:rgba(0,0,0,0.03) !important;
}

.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}



label {
  display: block;
}

table.status-bar {
	margin:5px 0;
	border-collapse:collapse;
	width:100%;
	border-bottom:1px solid rgba(0,0,0,0.1) !important;
}

table.status-bar > tbody > tr > td {
	vertical-align:top;
}

table.status-bar > tbody > tr > td > div {
	width:195px;
	overflow:hidden;
}

table.status-bar > tbody > tr > td.appointment-info > div {
	width:250px;
}

table.status-bar > tbody > tr > td.more-selected-appointments > div {
	width:395px;
}

table.status-bar > tbody > tr > td > p {
	padding:3px 0;
	margin:0;
	color:#6e6e6e;
	font-size:11px;
}

table.status-bar > tbody > tr > td > p > strong {
	color:#666;
	font-size:13px;
}

#selected-appointment-info a {
	text-decoration:none;
	display:inline-block;
	padding:0px 5px;
	font-size:11px;
	margin:0px 2px;
}

#multiple-appointments {
	margin-bottom:20px;
}

#multiple-appointments span {
	display:inline-block;
	font-size:11px;
	padding:3px 5px 3px 5px;
	margin:0px 2px 3px 0px;
	border-radius:3px;
	width:200px;
}

#multiple-appointments.multiple-appointments-mailform span {
	width:180px;
}

#multiple-appointments span:hover {
	background-color:rgba(0,0,0,0.05) !important;
}

#multiple-appointments a {
	font-weight:bold;
	text-decoration:none;
	float:right;
}

#bottom-reservation-button {
	margin-top:20px;
	float:right;
}

#multiple-appointment-instructions {
	margin-top:13px;
}

.continue-reservation-button.daily-top {
	border-top:1px solid rgba(0,0,0,0.1) !important;
	border-bottom:1px solid rgba(0,0,0,0.1) !important;
	padding:15px 0 15px;
	margin:10px 0 10px;
}

.grid-details {
	color:#AFAFAF;
}

.grid-right {
	float:right;
	min-width:300px;
	padding-top:13px;
}

h1.calendar-headline {
	margin-bottom:15px !important;
}

.alert-top {
	margin-top:10px;
}