body {
	text-align: center;
	margin: 0 auto;
	font-family: Tahoma, Arial, Verdana sans-serif;
	font-size: 10pt;
	color: #666666;
	background: url(images/bg.png) repeat-x;
}
hr {
	border: dotted #e8e8e8 1px;
}
img { 
	margin: 0px;
	padding: 0px;
	border: 0px;
	vertical-align: middle;
}

a {
	color: #51a6ec;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}
a.red {
	color: #ff0080;
	text-decoration: none;
}
a.red {
	text-decoration: underline;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
	text-align: left;
}
h3 {
	font-size: 12px;
	text-align: left;
}
#container{
	position: relative;
	width: 920px;
	height: auto;
	margin: 0 auto;
	margin-bottom: 20px;
	border: solid black 0px;
	background: url(./images/bgcontainer.png) repeat-y;
}
#h {
	width: 904px;
	height: 120px;
	margin: 0 auto;
	border: dotted #969aaf 0px;
	background: url(./images/bgtop.png) repeat-x;
	/* border-bottom: solid #606060 5px; */	
	border-bottom: solid #c41e4b 3px;	
}
#b {
	width: 880px;
	margin: 0 auto;
	margin-top: 20px;
	min-height: 11px;
	border: dotted grey 0px;
}
#b .leftpart {
	float: left;
	width: 200px;
	border: solid red 0px;
	text-align: left;
}
#b .rightpart {
	float: right;
	width: 640px;
	border: solid red 0px;
	text-align: left;
}
#c {
	width: 880px;
	margin: 0 auto; 
	border: dotted blue 0px;
}
#f{
	width: 880px;
	margin: 0 auto;
	margin-top: 40px;
	padding: 3px 5px 3px 5px;
	font-size: 12px;
	border-top: dotted #d8d8d8 1px;
}
#copyrights {
	padding: 3px 10px 3px 10px;
	font-size: 10px;
}
.border {
	width: 910px;
	margin: 0 auto;
	border-bottom: solid #c41e4b 2px;
}
/* HEADER */
#logo {
	width: 203px;
	height: 120px;
	line-height: 23px;
	margin-left: 10px;
	float: left;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
}
#address {
	width: 203px;
	height: 120px;
	margin-right: 10px;
	line-height: 23px;
	float: right;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	color: white;
}
/* END HEADER */
.clr { clear: both;}
.leftmenu {
	float: left;
	width: 210px;
	min-height: 400px;
	border: solid #e8e8e8 1px;
	font-size: 12px;
	font-weight: bold;	
	background: url(./images/bgleftmenu.png) repeat-x;
	padding-top: 3px;
}
.leftmenu ul{
	border: solid blue 0px;
	margin: 0px;
	padding: 5px;
	min-height: 353px;
}
.leftmenu ul li{
	list-style: none;
	margin: 10px;
	padding: 5px 17px 5px 0px;
	text-align: right;
	border-bottom: dotted #c0c0c0 1px;
	background: url(./images/arrow.png) no-repeat right;
	vertical-align: middle;	
}
.leftmenu ul li:hover{
	background: #31abe6;
}
.leftmenu a {
	color: #666666;
}
.leftmenu a:hover {
	text-decoration: none;
	color: white;
}
.rightstuff {
	float: right;
	width: 605px;
	min-height: 400px;
	padding: 0px 20px 0px 20px;
	border: solid #e8e8e8 1px;
	background: url(./images/bgleftmenu.png) repeat-x;
}
.left { float: left; min-width: 100px;}
.right {float: right; min-width: 100px; padding-bottom: 10px;}
.disclaimer { margin: 10px 0px 5px 0px; font-size: 10px;}
#class_schedule h2 {
	border-bottom: solid #e8e8e8 2px;
	margin: 10px 0px 10px 0px;
	padding-bottom: 5px;
	padding-left: 25px;	
	background: url("./images/ico/calendar_background.ico") no-repeat;	
}
#studentinfo h2 {
	border-bottom: solid #e8e8e8 2px;
	margin: 10px 0px 10px 0px;
	padding-bottom: 5px;
	padding-left: 25px;	
	background: url("./images/ico/user.ico") no-repeat;
	
}
#facilityinfo h2 {
	border-bottom: solid #e8e8e8 2px;
	padding-bottom: 5px;
	margin: 10px 0px 10px 0px;
	padding-left: 25px;	
	background: url("./images/ico/home.ico") no-repeat;
}
#programinfo h2 {
	border-bottom: solid #e8e8e8 2px;
	padding-bottom: 5px;
	margin: 10px 0px 10px 0px;
	padding-left: 25px;	
	background: url("./images/ico/page_edit16.ico") no-repeat;
}
.center {
	width: 100%;
	margin: 0 auto;
}
.zero {
	margin: 0px;
	padding: 0px;
	display: inline;
}
.continue_but {
	padding: 0px;
	border: 0px;
	width: 125px;
	height: 31px;
	background: url(./images/continue.png) no-repeat;
}
.continue_but:hover {
	cursor: pointer;
}
.cancel_but {
	padding: 0px;
	border: 0px;
	width: 125px;
	height: 31px;
	background: url(./images/cancel.png) no-repeat;
}
.cancel_but {
	cursor: pointer;
}
.submit_but {
	padding: 0px;
	border: 0px;
	width: 125px;
	height: 31px;
	background: url(./images/submit.png) no-repeat;
}
.submit_but {
	cursor: pointer;
}
.admin_ul_links ul {

}
.admin_ul_links li {
	display: inline;
	color: #ff8040;
	font-weight: bold;
	padding: 0px 0px 0px 10px;
}
.admin_ul_links a {
	color: #ff8040;
}
.class_added {
	padding: 7px;
	color: #dd3161;
	font-weight: bold;
	font-size: 12px;
}
.successmsg {
	padding: 5px;
	text-align: center;
	background-color: #bfe972;
	border: solid #a3df31 1px;
	color: black;
	margin-top: 15px;
	margin-bottom: 15px;
	background-image: url(./appcelerator/images/confirm.png);
	background-repeat: no-repeat;
	background-position: 7px 8px;	
}
.errormsg {
	padding: 5px;
	text-align: center;
	background-color: #ffaad5;
	border: solid #ff71b8 1px;
	color: black;
	margin-top: 15px;
	margin-bottom: 15px;
	background-image: url(./appcelerator/images/warning.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-left: 25px;
}
.modal
{
	width:600px;
	height:auto;;
	background-color:#ffffff;
	margin:10px;
	margin-top: -40px;
	padding: 5px 10px 25px 10px;
	border: solid #f786a5 1px;
}

#classes_summary_table
{
	font-size: 12px;
	margin: 0 auto;
	margin-bottom: 50px;
	width: 100%;
}

#classes_summary_table thead {
	background-color: #474251; 
	color: white;	
	font-weight: lighter;
	font-size: 11px;
}
#classes_summary_table td{
	padding: 5px;
	border-bottom: solid #474251 1px;

}
#classes_summary_table tr:hover {
	background-color: #8bb9fe; 
	color: white;	
}

#students_summary_table
{
	font-size: 12px;
	margin: 0 auto;
	width: 100%;
	margin-bottom: 50px;
}

#students_summary_table thead {
	background-color: #474251; 
	color: white;	
	font-weight: lighter;
	font-size: 11px;
	border: solid red 1px;
}
#students_summary_table td{
	padding: 5px;
	border-bottom: solid #474251 1px;

}
#students_summary_table tr:hover {
	background-color: #8bb9fe; 
	color: white;	
}

#students_all_table
{
	font-size: 12px;
	margin: 0 auto;
	width: 100%;
	margin-bottom: 50px;
}

#students_all_table thead {
	background-color: #474251; 
	color: white;	
	font-weight: lighter;
	font-size: 11px;
	border: solid red 1px;
}
#students_all_table td{
	padding: 5px;
	border-bottom: solid #474251 1px;

}
#students_all_table tr:hover {
	background-color: #8bb9fe; 
	color: white;	
}

.click_students_selector {
	font-size: 18px;
	font-weight: bold;
	padding: 5px;
}
.click_students_selector:hover {
	background: #51a6ec;
	color: white;
	text-decoration: none;
}
.current_page {
	font-size: 18px;
	background: #474251;
	color: white;
	padding: 5px;
	font-weight: bold;
}
.bgred {
	background: red;
}
.txtwhite {
	color: white;
}
#info_actions_customers{
	margin: 0 auto;
	width: 90%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.sub_menu {
	border-top: dotted #ff0080 1px;
	text-align: right;
	padding-top: 5px;
	font-weight: bold;
}
.box_content {
	background: white; 
	width: 650px; 
	border: solid red 1px; 
	padding: 10px 5px 30px 5px;
}
.active_inactive_class {
	color: #51a6ec;	
}
.active_inactive_class input,select {
	width: 50px;
}.stud_grad_date {
	color: #51a6ec;
}

.stud_grad_date input {
	width: 65px;
	font-size: 10px;
}
.stud_paym_meth {
	color: #51a6ec;
}
.stud_paym_stat {
	color: #51a6ec;
}
.stud_phone_num {
	color: #51a6ec;
}

.allct_table
{
	font-size: 12px;
	margin: 0 auto;
	width: 100%;
	margin-bottom: 50px;
}

.allct_table thead {
	background-color: #474251; 
	color: white;	
	font-weight: lighter;
	font-size: 11px;
	border: solid red 1px;
}
.allct_table td{
	padding: 5px;
	border-bottom: solid #474251 1px;

}
.allct_table tr:hover {
	background-color: #8bb9fe; 
	color: white;	
}

.stud_grad_datex {
	color: #51a6ec;
}
.stud_grad_datex2 {
	color: #51a6ec;
}
.stud_paym_methx {
	color: #51a6ec;
}
.stud_paym_statx {
	color: #51a6ec;
}
.stud_phone_numx {
	color: #51a6ec;
}
.stud_last_name {
	color: #51a6ec;
}
.stud_first_name {
	color: #51a6ec;
}
.stud_email {
	color: #51a6ec;	
}
.stud_last_namex {
	color: #51a6ec;
}
.stud_first_namex {
	color: #51a6ec;
}
.stud_emailx {
	color: #51a6ec;	
}
#login {
	margin: 0 auto;
	margin-top: 40px;
	width: 400px;
	background: #d8d5db;
	border: solid #a099a8 1px;
	padding: 0px 10px 25px 10px;
	color: black;
}

#login #submit {
	float: right;
	margin-right: 97px;
}
#login h2 {
	text-align: center;
	background: #665f6d;
	color: white;
	padding: 3px;
	margin-top: 12px;
	margin-bottom: 30px;
	
}
#login label {
	font-weight: bold;
}

.customer_comments_wrap {
	margin: 0 auto;
	margin-top: -20px;
	margin-bottom: 30px;
}
.customer_comments {
	margin: 0 auto;
	width: 99%;
	height: 50px;
	background: #fff8d9;
	border: solid #c0c0c0 1px;
}
.brdr {
	border: solid #c0c0c0 1px; 
	background: #fff8d9;
}
.customer_streetx {
	color: #51a6ec;	
}
.customer_cityx {
	color: #51a6ec;	
}
.customer_statex {
	color: #51a6ec;	
}
.customer_zipx {
	color: #51a6ec;	
}
.customer_facnamex {
	color: #51a6ec;	
}
.customer_facphonex {
	color: #51a6ec;	
}

.class_startdatex {
	color: #51a6ec;	
}
.class_enddatex {
	color: #51a6ec;	
}
.class_starttimex {
	color: #51a6ec;	
}
.class_endtimex {
	color: #51a6ec;	
}