/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
.reservationBg {
	background: url('../images/reservations/background_blank.jpg') repeat-y;
}
option {
	margin: 0px 5px 0px 0px;
}
#dateChoice h5 {
	margin: 10px 0 10px 0;
}
#dateChoice h4 {
	margin: 10px 0 10px 0;
}
.roundBox h1 {
	font-size: 14px;
	font-weight: lighter;
	color: #2b6285;
	margin-bottom: 10px;
}
.roundBox h2 {
	font-size: 16px;
	color: #2b6285;
	margin-bottom: 10px;
}
.roundBoxFade h1 {
	font-size: 14px;
	font-weight: lighter;
	color: #2b6285;
	padding: 22px 12px 0px 12px;
}
#calendar p {
	margin: 0 auto 10px auto;
	padding: 7px;
	width: 256px;
	background: #fff;
	border-right: 1px solid #719bbb;
	border-bottom: 1px solid #719bbb;
}
#calendar p b {
	font-size: 14px;
	color: #993366;
}
#calendar h1 {
	color: #666666;
	font-size: 16px;
	margin: 0 0 10px 0;
}
#calendar h3 {
	margin: 5px 0 15px 0;
	color: #a17289;
}
p {
	margin: 10px 0 10px 0;
}
h3 {
	margin-top: 25px;
	font-size: 18px;
	font-weight: lighter;
	color: #3b7497;
	background: url('../images/reservations/bg_h3_new.jpg') 0 0 no-repeat;
	height: 40px;
	padding: 0 0 0 25px;
}

/* ------------------------------
	Layout
---------------------------------*/

#main {
}
#formLeft {
	padding-left: 40px;
	width: 360px;
	float:left;
}
#formRight {
	padding-left: 15px;
	float: left;
	width: 380px;
	margin-left: 420px;
}
#formTop {
	padding: 30px 0 0 150px;
}
#paddingLeft{
	padding-left: 30px;
}
#dateChoice {
	background: #E8F0F0;
	padding: 15px;
	border-right: 1px solid #336699;
	border-bottom: 1px solid #336699;
	font-family: arial, verdana, helvetica, sans-serif;
	color: #003366;
	width: 320px;
	margin: 10px 0 10px 0;
}
#nextAppointment {
	background: #FBEEF5;
	border-bottom: 1px solid #a17289;
	border-right: 1px solid #a17289;
	padding: 15px;
	color: #793c5a;
}
#friendOne {
	padding: 10px;
	background: #EDF8FC;
	line-height: 30px ;
}
#friendTwo {
	padding: 10px;
	background: #D6EBF8;
	line-height: 30px;
}
#calendar {
	background: #E8F0F0;
	padding: 13px;
	border-right: 1px solid #336699;
	border-bottom: 1px solid #336699;
	text-align: center;
	margin-bottom: 40px;
}
#day {
	background: #d3b1c2;
	padding: 10px;
}
.roundBox {
	width: 400px;
	color: #25506c;
}
.roundBoxLarge {
	width: 600px;
	color: #25506c;
}
.roundBox p, .roundBox td, .roundBox th {
	color: #25506c;
}
.roundBoxExpand {
	width: 400px;
	background: url("../images/reservations/middle_round.gif") 0 0 repeat-y;
}
.roundBoxExpandLarge {
	width: 600px;
	background: url('../images/reservations/middle_round_600.gif') 0 0 repeat-y;
}
.roundBoxPad {
	padding: 12px;
	margin: 0px;
}
.roundBoxFade {
	background: url('../images/reservations/fade_round.gif') 0 0 no-repeat;
	width: 392px;
}

/*-------------------------------
	Tables
---------------------------------*/

#formTable td, #formTable th {
	width: 392px;
	padding: 5px;
}
#formTable {
	margin-left: 3px;
	background: #cde2ef;
	width: 385px;
	margin-bottom: 20px;
	border-left: 1px solid #a1cde9;
	border-right: 1px solid #a1cde9;
	border-bottom: 1px solid #a1cde9;
}
.rowOne {
	background: #d6e6f1;
}
.rowTwo {
	background: #c6e0f1;
}
.rowHead {
	background: #b6d9f0;
	border-bottom: 1px solid #85a8be;
	border-right: 1px solid #85a8be;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
}
#tableCalendar {
	width: 200px;
	margin: 0 auto 20px auto;
}
#tableCalendar td {
	padding: 7px;
	font-size: 14px;
	background: #d0e5f2;
}
#tableCalendar th {
	padding: 7px;
	background: #b8daf0;
}
#timeTable td, #timeTable th {
	padding: 5px;
	color: #2b6285;
	font-weight: lighter;
}
#timeTable td, #timeTable tr {
	background: #cce0ed;
}
#timeTable p {
	font-size: 10px;
	color: #428bb9;
}
.available {
	color: #0989dc;
	font-weight: bold;
}
.selected {
	border: 1px solid #3f657e;
}
.reservationList td, .reservationList th {
	padding: 5px;
}
.reservationList th {
	color: #0f67a4;
	font-size: 13px;
}
.reservationList td {
	color: #003366;
	font-size: 12px;
}
.reservationList {
	border-collapse: collapse;
}
.reservationList td textarea{
	padding: 5px;
	font-family: arial, verdana, helvetica, sans-serif;
	color: #003366;
	font-size: 11px;
}

/*-------------------------------
	Lists
---------------------------------*/

#appointmenetList {
	padding: 10px 0 10px 0;
}
#appointmentList td {
	padding: 10px;
	background: #FBEEF5;
	margin: 7px;
	border-bottom: 1px solid #a17289;
	border-right: 1px solid #a17289;
	list-style: none;
	text-align: left;
}

/* ------------------------------
	Misc.
---------------------------------*/

.clear {
	clear: both;
}
.red {
	font-size: 12px;
	color: #FF0000;
}
.blue {
	color: #0989dc;
	font-weight: bold;
	text-transform: uppercase;
}
.center {
	text-align: center;
}
.alert {
	font-size: 10px;
	background: #a4648a;
	padding: 10px;
	color: #fff;
}
.noteText { 
	font-size: 12px;
	color: #660033;
}
.noteText2 {
	font-size: 14px;
	color: #660033;
}
.info{
	color: black;
	background-color: transparent;
	font-weight: normal;
}
.warn{
	color: rgb(120,0,0);
	background-color: transparent;
	font-weight: normal;
}
.error{
	color: red;
	background-color: transparent;
	font-weight: bold
}
.smalltext {
	font-size: 10px;
	color: #428bb9;
}
.medtext{
	font-size:12px;
	font-weight:bold;
	color: #428bb9;
}
#restart{
	text-align: center;
}
.addRow {
	background: #eaeaea;
	padding: 4px 0 4px 10px;
}
.addHeading {
	font-size: 12px;
	font-weight: bold;
}
.addLink {
	font-size: 14px;
	font-weight: bold;
	line-height: 26px;
	padding: 0 0 0 20px;
	background: url('../images/reservations/add.png') left no-repeat;
}
.removeLink {
	float: right;
	text-align: right;
}
.removeLink a {
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	padding: 3px 0 3px 20px;
	background: url('../images/reservations/delete.png') left no-repeat;
}
.reorder {
	float: left;
	background: #fff;
	padding: 0 0 0 20px;
	background: url('../images/reservations/updown.png') left no-repeat;
	cursor: n-resize;
}
.warningNote {
	font-weight: bold;
	color: #aa0000;
	padding: 0 0 0 20px;
	background: url('../images/reservations/warning.png') left no-repeat;
	
}
.reservationButton {
	background: url('../images/reservations/button_bg.gif') repeat-x top; 
	color: #333;
	margin: 0;
	padding: 2px 4px 2px 4px;
	border-top: 1px solid #d6e6f1;
	border-right: 1px solid #c6e0f1;	
	border-bottom: 1px solid #c6e0f1;
	border-left: 1px solid #d6e6f1;
	cursor: pointer ;
}
.calendarKey { margin: 4px 0 4px 0; }
#reservationDates .calendarDay { padding: 4px 2px 4px 2px; background: #eaeaea; font-size: 12px; border-left: 1px solid #a1cde9; border-right: 1px solid #a1cde9; border-bottom: 2px solid #a1cde9 }
.datePadding { padding: 4px 0 0 4px; }

#reservationDates .dateToday { height: 50px; text-align: left; vertical-align: top; padding: 0; font-size: 14px; font-weight: bold; color: #3b7497; background: #ddd url('../images/reservations/calendar_bg_closed.gif') repeat; border: 1px solid #25506c; }
#reservationDates .dateHoliday { height: 50px; text-align: left; vertical-align: top; padding: 0; font-size: 14px; font-weight: bold; color: #3b7497; background: #ddd url('../images/reservations/calendar_bg_closed.gif') repeat; border: 1px solid #fff; }
#reservationDates .dateClosed { height: 50px; text-align: left; vertical-align: top; padding: 0; font-size: 14px; font-weight: bold; color: #3b7497; background: #ddd url('../images/reservations/calendar_bg_closed.gif') repeat; border: 1px solid #a1cde9; }

#reservationDates .dateOpen { height: 50px; text-align: left; vertical-align: top; padding: 0; font-size: 14px; font-weight: bold; background: #d6e6f1; border: 1px solid #a1cde9; }
#reservationDates .dateOpen a { display: block; width: 100%; height: 100%; padding: 0; }
#reservationDates .dateOpen a:link, #reservationDates .dateOpen a:visited { }
#reservationDates .dateOpen a:hover, #reservationDates .dateOpen a:active {color: #0f67a4; background: #b6d9f0; outline: hidden; }