@charset "UTF-8";
/* CSS Document */

/* -------------------------------------------------------------- 
  
   * Center
   
-------------------------------------------------------------- */

#center p {
	font-size:14px;
	margin-bottom:12px;
}

table#course_cart, table#add_course_cart {
	width:100%;
	margin-bottom:5px;
}

table#course_cart th, table#add_course_cart th{
	color:#940777;
	font-size:14px;
	padding:5px 10px;
}

table#course_cart td, table#add_course_cart td {
	background-color:#E6E6E6;
	padding:5px 10px;
	border:1px solid #FFF;
	border-bottom:2px solid #FFF;
	text-align:center;
}

table#course_cart td img {
	display:inline;
}

table#course_cart td.course_cart_title {
	text-align:left;
	width:100%;
}

table#course_cart td.course_cart_date {
	width:100%;
}

#course_cart_form input, #add_course_cart_form input {
	width:20px;
	text-align:right;
}

#course_cart_form input#but_cart_update {
	float:right;
	border:0px;
	background-image:url(../images/booking/but_update.png);
	width:71px;
	height:26px;
	border: none;
	display:block;
	cursor:pointer;
}

#add_course_cart_form input#but_add_course {
	float:right;
	border:0px;
	background-image:url(../images/booking/but_add_course.gif);
	width:118px;
	height:26px;
	border: none;
	display:block;
	cursor:pointer;
}

table#add_course_cart {
	clear:both;
	margin-top:20px;
}

table#add_course_cart td {
	padding:10px;
	border:0px;
	background-color:#E6E6E6;
}

#add_course_cart_form select {
	width:170px;
}

table#course_cart_total {
	font-size:14px;
	float:right;
	width:169px;
	margin-top:25px;
}

table#course_cart_total {
	font-size:14px;
	float:right;
	width:169px;
}

table#course_cart_total td {
	padding:2px 13px;
}

table#course_cart_total td.total_bott {
	padding:20px 13px 10px;
}

td.total_right {
	text-align:right;
}

#but_request_booking {
	text-indent:-9000px;/*hide text*/
	background-image:url(../images/booking/but_request_booking.png);
	width:169px;
	height:37px;
	display:block;
	clear:both;
	float:right;
}

div#center p.para_pink {
	color:#940777;
	padding-top:20px;
	font-size:13px;
}

#s1 {
	width:170px;
}

#contact_form input#con_date {
	width:100px;
}

/*this is for calendar page because of my poorly thought out style sheets!*/
#but_book_courses {
	background-image:url(../images/calendar/but_book_courses.gif);
	width:168px;
	height:37px;
	display:block;
	float:right;
	border:0px;
	border: none;
	cursor:pointer;
	margin-top:6PX;
}

/* -------------------------------------------------------------- 
  
   * End Center
   
-------------------------------------------------------------- */