	td {
		vertical-align: top;
	}

	body {
		color: #000000;
	}
	

	#steps td {
		vertical-align: middle !important;
		padding: 0px;
	}
	#steps {
		font-size: 13px;
	}
	#steps a {
		color: #000000;
	}

	.buttons {
		padding: 5px;
	}
	#google_translate_element {
		float: right;
		height: 31px;
	}

	#goog-gt-tt, .goog-te-banner-frame {
		display: none !important;
	}
	.goog-text-highlight {
		background: none !important;
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;
		box-sizing: auto !important;
		-webkit-box-sizing: auto !important;
		-moz-box-sizing: auto !important;
		position: relative !important;
	}
	
	#language {
		float:right;
	}

	/* Application styles */

.formtable {
	border-spacing: 1px 1px;
	border-collapse: separate;
}

td.innerquestion {
	padding: 0px;
}

.question_number {
	padding: 5px;
	vertical-align: top;
	padding-top: 8px;
	background: #E7ECF2;
	color: #333;
	font-weight: bold;
	text-align: right;
	font-size:10px;
}

.tbl_field {
	background: #EDEEF3;
	padding: 3px;
	font-size: 11px;
	font-weight: bold;
	height: 27px;
	vertical-align: top;
	padding-top: 8px;
}

.app_status .formtable td {
	padding: 4px 6px;
}
.app_status .tbl_field {
	background: #EDEEF3;
	font-size: 11px;
	font-weight: bold;
	height: auto;
	vertical-align: top;
	padding: 6px;
}

input[type='text'], input[type='password'], textarea, select {
	padding: 4px;
	font-size: 12px;
    background: url("manage/images/form-input-background.png") repeat-x scroll left top #FFFFFF;
	background-color:#FFF;
	border: 1px #DDD solid;
	-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
	outline: none;
}

.input_normal { width:220px; }

.require {
	color: #F00;
}
#sc1 {
	background-color: #A6C01B;
	background-image: url(images/sc1.jpg);
	background-repeat: repeat-x;
}
#c1 { background: url(images/c1.jpg) repeat-x; }
#c2 { background: url(images/c2.jpg) no-repeat top right; }
#side { background: url(images/side1.jpg) no-repeat bottom left; }
#nav2 { background: url(images/nav2.gif) no-repeat; padding-left:15px}
#subnav {
	background-image: url(images/subnav.jpg);
	background-repeat: no-repeat;
	background-position: 0px 87px;
}
#p1 { background: #A6C01E url(images/p1.jpg) repeat-x; padding: 22px 0px 22px 22px}
#subnav2 {
	background-image: url(images/2subnav.jpg);
	background-repeat: no-repeat;
	background-position: 0px 87px;
}
#p12 { background: #FFFFFF url(images/2p1.jpg) repeat-x; padding: 22px 0px 22px 22px}

.PageTitle,.pagetitle {
	font-weight: bold;
}
.SubTitle, .SubTitle a, .subtitle, .subtitle a {
	font-family: 'Roboto', serif;
	color: #000000 !important;
	font-size: 16px;
	font-weight: bold;
	line-height: 120%;
}

#program_title {
	padding: 12px;
	color: #FFF;
	font-size: 30px;
	text-align: right;
}

.student_list {
	list-style: none;
	padding-left: 0px;
}

.label {
	font-size: 11px;
	font-weight: bold;
}

button.generic, input.generic {
	-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
    background: url("manage/images/form-input-background.png") repeat-x scroll left top #FFFFFF;
	background-color:#FFF;
	border-color:#DDDDDD #CCCCCC #CCCCCC #DDDDDD;
	border-right:1px solid #CCCCCC;
	border-style:solid;
	border-width:1px;
	color:#565656;
	cursor:pointer;
	font: 12px 'Roboto', "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	height: auto;
	padding: 8px 14px 8px 12px;
	line-height: 14px;
	margin:0px;
	overflow:visible;
	width: auto;
}
button.generic_small, input.generic_small {
	-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
    background: url("manage/images/form-input-background.png") repeat-x scroll left top #FFFFFF;
	background-color:#FFF;
	border-color:#DDDDDD #CCCCCC #CCCCCC #DDDDDD;
	border-right:1px solid #CCCCCC;
	border-style:solid;
	border-width:1px;
	color:#565656;
	cursor:pointer;
	font:11px/24px 'Roboto',Helvetica,Arial,sans-serif;
	height:auto;
	line-height:100%;
	margin:0;
	overflow:visible;
	padding:5px 14px 5px 12px;
	width: auto;
}
button.generic:hover, input.generic:hover {
	color:#0E6CC3;
}
input.generic_small.red {
	color: #b90000;
}

	#steps td {
		vertical-align: top;
		padding: 0px;
	}

	#login_sidebar {
		min-height: 521px;
	}

	.student_box {
		background: #EFEFEF;
		border: 1px #DDD solid;
		padding: 20px;
		margin-bottom: 10px;
	}

	.horzline {
		border-bottom: 1px #CCC solid;
		margin-bottom: 10px;
	}
	
	.listline {
		border-bottom: 1px #F4F4F4 solid;
		padding: 1px 0px;
	}

	.app_status {
		background: #FFF;
		border: 1px #DDD solid;
		-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;
		padding: 8px;
		margin-bottom: 10px;
		font-size: 10px;
	}

	.rounded_form {
		background: #FAFAFA;
		border: 1px #DDD solid;
		-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;
		padding: 20px;
		margin-bottom: 10px;
	}

	.rounded_form .rounded_form, .subtab_pane .rounded_form {
		background: #FFF;
	}

	.save_exit_contain {
		padding-top: 10px;
		text-align: center;
	}

	.guidelines {
		font-size: 11px;
		font-style: italic;
	}

.Message, .Error, .Warning {
  font-size: 11px;
  background: #F2F2F2;
  color: #FFF;
  line-height: 170%;
  text-align: left;
  padding: 10px 20px 10px 50px;
  margin: 0px 0px 10px 0px;
  border-radius: 10px;
  box-shadow: #999 0px 0px 10px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Color='#888888', Direction=135)";
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size: 24px 24px;
  z-index: 10000;
  font-weight:bold;
}

.Message {
  background-image: url(manage/images/flash-success.png);
  border: 2px solid #b6dd94;
  color: #59871F;
}

.Error {
  background-image: url(manage/images/flash-error.png);
  border: 2px solid #CAA5A1;
  color: #aa1b1b;
}

.Warning {
  background-image: url(manage/images/flash-warning.png);
  border: 2px solid #FFF033;
  color: #F7951D;
}

#digital_signature {
	padding-top: 10px;
}

table {
	border-collapse: collapse;
}

.listrow td {
	border: 1px #DDD solid;
	border-width: 1px 0px;
	font-size: 11px;
	padding: 4px;
}
.listrow_noborder td {
	border-width: 0px;
	font-size: 11px;
	padding: 4px;
}

.listrow td td {
	border-width: 0px 0px;
	padding: 0px;
}

#confirmation .formtable {
	border-spacing: 0px;
	border-collapse: collapse;
}

.student_heading {
	background: #EDEEF3;
	padding: 6px;
}

.print_mark { display:none }


.listhead td {
	background-color: #E7ECF2;
	font-weight: bold;
	color: #000;
	padding-left: 6px;
	padding-right: 6px;
}
.alt1 {
	background-color: #FAFAFA;
}
.alt-1 {
	background-color: #EDEEF3;
}
.applist {
	border-collapse: collapse;
}
.listhead td {
	border: 0px #53769E solid;
}
.approw td {
	border: 1px #FFF solid;
	padding-left: 6px;
	padding-right: 6px;
}
.approw td td {
	border: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.hoverrow {
	background-color: #E1FAB1 !important;
}

.day_labels td {
	font-size: 8px;
	font-weight: bold;
}

.schedule_day {
	font-size:9px;
	cursor:pointer;
	cursor:hand;
}

.day_current {
	background-color: #D8F0F9 !important;
	color: #000 !important;
}
.day_normal {
	background-color: #FAFAFA !important;
	color: #F6760B;
	font-weight: bold;
}
.day_feeder {
	background-color: #EDEEF3 !important;
}
.day_selected {
	background-color: #3F6693 !important;
	color: #FFF !important;
	text-shadow: 0px 1px 0 #000;
}
.schedule_day.hoverrow {
	background-color: #E1FAB1 !important;
	color: #2E4C6D !important;
	text-shadow: 0px 1px 0 #FFF;
}

.no_slots { 
	color: #BBB;
	font-weight: normal;
}

.verified { color: #090; }
.denied { color: #C00; }
.pending { color: #DC742B; }


.tabs {
	padding: 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
}
.tabs li {
	float: left;
	height: 33px;
	width: 175px;
	margin-right: 5px;
	margin-bottom: 5px;
	overflow: hidden;
}
.tabs li.active {
}

.tabs li a {
	display: block;
	text-align: center;
	color: #FFF !important;
	background-color: #4A7DC8 !important;
	/*background-color: #6B6FDC !important;*/
	font-size: 12px;
	font-weight: bold;
	line-height: 33px;
	border: 1px #DDDDDD solid;
	padding: 0px;
	text-decoration: none;
	border-radius: 10px 10px 10px 10px;
	text-shadow: #333 0px 1px;
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
	white-space: nowrap;
}
.tabs li.active a {
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

.tab_box {
	border: 0px;
	padding: 0px;
	background: #FFF;
	font-size: 12px;
	line-height: 140%;
}



.subtabs {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.subtabs li {
	float: left;
	height: 33px;
	margin-right: -1px;
}
.subtabs li.active {
}

.subtabs li a {
	display: block;
	text-align: center;
	color: #A8A8A6;
	font-size: 12px;
	font-weight: bold;
	line-height: 33px;
	border: 1px #DDDDDD solid;
	padding: 0px 15px;
	border-bottom: 0px;
	text-decoration: none;
	border-radius: 10px 10px 0px 0px;
}
.subtabs li.active a {
	color: #2E4C6D;
	background-color: #FAFAFA !important;
}

.subtab_box {
	border: 1px #DDDDDD solid;
	padding: 18px;
	background: #FAFAFA;
}


.tabs2 {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.tabs2 li {
	float: left;
	height: 33px;
	margin-right: -1px;
}
.tabs2 li.active {
}

.tabs2 li a {
	display: block;
	text-align: center;
	color: #A8A8A6;
	font-size: 11px;
	font-weight: bold;
	line-height: 33px;
	border: 1px #DDDDDD solid;
	padding: 0px 12px;
	border-bottom: 0px;
	text-decoration: none;
	border-radius: 10px 10px 0px 0px;
}
.tabs2 li.active a {
	color: #2E4C6D;
	background: #FAFAFA;
}

.tab_box2 {
	border: 1px #DDDDDD solid;
	padding: 18px;
	background: #FAFAFA;
}


.dash_user {
	background: url('images/user.png') no-repeat -20px -10px;
}
.dash_user_female {
	background: url('images/user-female.png') no-repeat -20px -10px;
}
.dash_user_new {
	background: url('images/user--plus.png') no-repeat 10px center;
}
.tabs li a.dash_user_new {
	background-color: #79BA2C !important;
}

td.guardian1, td.guardian2 {
	width: 50%;
}

td.guardian1 .input_normal, td.guardian2 .input_normal
{
	width: 165px;
}

#confirmation {
	font-size: 11px;
}

.error_highlight {
	color: #C00 !important;
}

.error_highlight input[type='text'], .error_highlight input[type='password'], .error_highlight textarea, .error_highlight select {
	border: 1px #F9CBCF solid;
}

a.edit_info {
	display: block;
	float:right;
	background: url('images/pencil.png') no-repeat left center;
	padding-left: 16px;
	line-height: 12px;
	font-size: 11px;
	text-decoration: none;
}

a.add_application {
	display: block;
	background: url('images/user--plus.png') no-repeat left center;
	background-size: 14px 14px;
	padding-left: 20px;
	line-height: 14px;
	text-decoration: none;
}

.delete_withdraw_div {
	float: right;
	margin-left: 6px;
}
.delete_withdraw_div button {
	text-align: center;
}

a.delete_app {
	display: block;
	float:right;
	background: url('images/cross-small-12.png') no-repeat left center;
	padding-left: 14px;
	line-height: 12px;
	font-size: 11px;
	text-decoration: none;
	color: #C00;
}

.ui-tooltip {
	background:transparent url('manage/images/white.png') no-repeat;
	background-size: 100% 100% !important;
	font-size:10px;
	line-height:140%;
	/*height:70px;*/
	width:170px;
	padding:20px;
	color:#333;
	border: 0px;
	box-shadow : none;
}

.ui-tooltip ul {
	margin-left: 20px;
	padding-left: 0px;

}

.default_text { color: #999; }

.msg_approved, .msg_disapproved, .msg_pending {
	font-size: 9px;
	line-height: 130%;
	font-style: italic;
}
.msg_approved {
	color: #090; 
}	
.msg_disapproved {
	color: #F00; 
}
.msg_pending {
	color: #DC742B; 
}

#dev_alert {
	position:fixed;
	z-index: 999999;
	top: 0px;
	left: 20px;
	text-align: center;
	font-size: 11px;
	background: #F2F2F2;
	color: #FFF;
	line-height: 170%;
	text-align: left;
	padding: 10px 20px 10px 50px;
	margin: 20px 0px 30px 0px;
	border-radius: 10px;
	box-shadow: #999 0px 0px 10px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Color='#888888', Direction=135)";
	background-repeat: no-repeat;
	background-position: 15px center;
	background-size: 24px 24px;
	z-index: 10000;
	font-weight: bold;
	background-image: url(manage/images/flash-warning.png);
	border: 2px solid #FFF033;
	color: #F7951D;
}

.sidebar_box {
	background: #F9D26D; 
	border-color: #FBCEA4; 
}

.sidebar_box, .sidebar_box a {
	color: #BB8641 !important;
}

.red_text {
	color: #C00 !important;
}

.sibling_status_dot {
	width: 10px; 
	height: 10px;
}
.msg_approved .sibling_status_dot {
	background-color: #090;;
}
.msg_disapproved .sibling_status_dot {
	background-color: #F00; 
}
.msg_pending .sibling_status_dot {
	background-color: #DC742B; 
}