@CHARSET "UTF-8";

/* --------------------------------------------
    RESERVATION ADD STUDENT FORM
   --------------------------------------------*/

#reservation_add_student {
	padding: 10px 0 0;
    }

#reservation_student_form {
    display: block;
    padding-top: 10px;
    border-top: 1px solid #999;
    }

#reservation_student_form .label a {
	display: block;
    font-size: .9em;
	}

#reservation_student_form .value p {
	margin: 5px;
	font-size: .9em;
	}
	
#reservation_student_form td table {
	margin: 0;
	}

#reservation_student_form td table td {
	padding: 2px;
	border: none;
	}


	
#reservation_student_form .data-table select, 
#reservation_student_form .data-table input[type="text"] {
	width: 250px;
    border: 1px solid #ccc;
    padding: 3px;
	}	
    
#reservation_student_form #dob {
	width: 100px;
	}
	
/* --------------------------------------------
    RESERVATION STUDENT LIST (LEFT COL)
   --------------------------------------------*/

#reservation_student_list {
    width: 100%;
    border-collapse: separate;
    }
    
#reservation_student_list tr.product td {
    border-top: 1px solid #999;
    padding-bottom: 0;
    }
    
#reservation_student_list tr.info td {
    font-size: .9em;
    padding-top: 0;
    }
    
#reservation_student_list tr.totals td {
    border-top: 2px solid #666;
    text-align: right;
    font-weight: bold;
    }
    
#reservation_student_list tr.empty td {
    font-weight: bold;
    color: #c00;
    border-color: #d7d7d7;
    border-style: solid;
    border-width: 1px 1px 0;
}
    
#reservation_student_list tr.checkout td {
    text-align: right;
    }
    	
#reservation_student_list td.name {
    font-weight: bold;
    }
    
#reservation_student_list td.time {
    white-space: nowrap;
    width: 1%;
    padding: 4px 5px 0;
    text-align: right;
    }
    
#reservation_student_list tr.product td.price {
    border-right: 1px solid #d7d7d7;
    text-align: right;
    white-space: nowrap;
    width: 1%;
    }
    
#reservation_student_list td.delete {
	width: 1%;
    padding: 8px 3px 0;
    border-left: 1px solid #d7d7d7;
    }
    
/* --------------------------------------------
    RESERVATION DETAILS (LEFT COL)
   --------------------------------------------*/

#reservation_details {
	margin: 10px 0 0;
    }

#reservation_details h3 {
	margin-bottom: 0;
    }
    
#reservation_details .client {
    
    }
    
#reservation_details .date {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
    }
    
#termsconditions {
	margin: 10px 0;
    padding: 10px;
    border: 1px solid #999;
    font-size: .95em;
    font-style: oblique;
}
    
