@import url(https://fonts.googleapis.com/css?family=Droid+Sans+Mono);

.form_class { padding: 10px; border: 1px #ccc solid; background-color: #f7f7f7; margin: 0; }

.modified { color: #0078D2 !important; }

.dl_form { margin: 0; }

.dl_form dl { margin: 0; padding: 0; margin-bottom: 5px; clear: both; display: table; width: 100%; position: relative; padding: 1px; padding-top: 4px; padding-bottom: 4px; }

.dl_form dl {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	clear: both;
	display: table;
	width: 100%;
	position: relative;
	padding: 1px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.dl_form dt { float: left; width: 195px; padding-right: 20px; font-family: Helvetica, Arial, sans-serif; color: #666666; text-align: right; line-height: 1.1em; }

.dl_form dt {
	float: left;
	width: 180px;
	padding-right: 20px;
	padding-top: 5px;
	font-size: 1.1em;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	color: #666666;
	text-align: right;
	/*line-height: 1.3em;*/
}

#req_info {
	border-left: 20px solid #fdb62a;
	margin: 10px 0;
	/*padding:2px;*/
	padding-left: 16px;
}

.dl_form dd { margin: 0; margin-left: 180px; padding-left: 20px; position: relative; }

.dl_form.accepted_form dd { display: inline-block !important; }

#dialog-modal .dl_form dd { width: auto !important; min-width: 440px; }

.dl_form dt small { font-size: 13px; line-height: 1em; display: block; }

.dl_form div.half { float: left; width: 310px; display: block; padding: 0; border: 0; margin: 0; white-space: nowrap; }

.dl_form div.half dd { width: auto !important; }

.dl_form div.half:first-child { margin-right: 8px; }

.dl_form .wrap_over div.half { width: 310px; }

label.label,
.dd_labels, .dl_form dd label { background-color: rgba(0, 0, 0, 0.04); padding: 5px 10px 3px 5px; display: inline-block; margin: 2px 10px 2px 0;
	border-radius: 4px; vertical-align: top; white-space: pre ; }

.dl_form input[type="text"] { width: 250px; }

.form input[type="text"],
.form input[type="password"],
.form textarea,
.form select,
.dl_form input[type="text"],
.dl_form input[type="password"],
.dl_form textarea,
.dl_form select { padding: 4px 5px; font-size: 13px; font-family: "Droid Sans Mono", Courier New, monospace; margin-right: 5px;
	border: 1px #cccccc solid; border-bottom-color: #f4edde; border-right-color: #f4edde;
	background-color: #ffffff; color: #444;
	border-radius: 4px;
}

.dl_form option { font-family: "Droid Sans Mono", Courier New, monospace; }

.form input[type="text"]:focus,
.form input[type="password"]:focus,
.form textarea:focus,
.form select:focus,
.dl_form input[type="text"]:focus,
.dl_form input[type="password"]:focus,
.dl_form textarea:focus,
.dl_form select:focus { border-color: #fdb62a; background-color: #ffffff; box-shadow: 0px 0px 4px #fdb62a; outline: none; }

.dl_form dd option { border: 0; background: none; }

.dl_form textarea { width: 95%; }

.smallerlabels label { max-width: 90%; }

label.block { display: block !important; /*clear:right !important;*/ float: none; padding-bottom: 3px; }

.dd_labels input,
.dl_form dd label input { display: inline-block; float: left; vertical-align: bottom; position: relative; bottom: 3px; margin-right: 6px; }

.dl_form label input[type=checkbox] { bottom: 2px; margin-bottom: 1px; }

label.label,
.dd_labels,
.dl_form dd .label { display: block; /*border:1px #ccc solid;;*/ margin: 2px; margin-top: 0; margin-left: 0; float: left; padding: 5px 8px 4px; }

label.label:hover,
.dd_labels:hover,
.dl_form dd .label:hover, .dl_form dd label:hover { background-color: #C0D9FF; cursor: pointer; }

.dl_form .clear { clear: both; }

.dl_form .submitsection { padding-top: 10px; margin-top: 10px; border-top: 2px #ccc solid; clear: both; }

.dl_form .submitsection dd { margin-left: 194px; }

.dl_form .dl_scrollable { overflow: auto; max-height: 500px; padding: 0; margin: 0; }

.needsattention { border-color: #ee7979 !important; color: #f00 !important; padding: 5px 0; }

.required_info { vertical-align: top; font-size: 16px; }

.required_info { display: inline-block; width: 24px; height: 16px; margin-left: -20px; margin-top: 5px; overflow: hidden; /*text-indent:-100px;*/ }

.required_info { position: absolute; }

.required_info .ok { color: #090 !important; padding: 3px; }

.required_info_notice_container { clear: both; margin-left: 8px; }

.required_info_notice { background-color: #BF9227; color: #fff; padding: 3px 5px; margin-top: -3px; font-size: smaller; min-height: 14px; text-shadow: none !important }

.required_info_notice_arrow {
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #ccc;
	border-left: 0;
	padding: 0; margin: 0;
	width: 16px;
	display: none;
}

label.red { }

label.green { }

.button, .dl_button, button, input[type="submit"], input[type="button"] {
	border: 0; background-color: #001e6b;
	font-weight: bold; font-size: 14px; padding: 4px 8px; margin-right: 5px; display: inline;
	color: #eee; text-transform: uppercase;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}

.button img { margin-bottom: -1px; }

.button:hover,
button:hover,
.dl_button:hover,
input[type="submit"]:hover,
input[type="button"]:hover { background-color: #012277 !important; cursor: pointer; border: 0; color: #fff; /*margin-right: 5px;*/ }

a.button { color: #666; }

.dl_form .button { }

.submit { border: 2px #070 solid !important; margin: -1px; margin-right: 10px !important; padding-left: 16px; padding-right: 16px; letter-spacing: 1px; }

.submit:hover { border-color: #090; margin: -1px; margin-right: 10px !important; }

input[type="text"].smallest,
input[type="password"].smallest,
textarea.smallest,
select.smallest,
input[type="text"].smaller,
input[type="password"].smaller,
textarea.smaller,
select.smaller { width: 40px; }

input[type="text"].small,
input[type="password"].small,
textarea.small,
select.small { width: 70px; }

input[type="text"].normal,
input[type="password"].normal,
textarea.normal,
select.normal { width: 130px; }

input[type="text"].large,
input[type="password"].large,
textarea.large,
select.large { width: 200px; }

input[type="text"].larger,
input[type="password"].larger,
textarea.larger,
select.larger { width: 280px; }

input[type="text"].largest,
input[type="password"].largest,
textarea.largest,
select.largest { width: 95%; }

.half input[type="text"].largest,
.half input[type="password"].largest,
.half textarea.largest,
.half select.largest { width: 400px; }

.dp-input { width: 70px !important; }

.dp-day { width: 80px !important; }

.dp-month { width: 95px !important; }

.dp-year { width: 85px !important; }

.ddchckb { margin-top: 6px; margin-right: 10px; vertical-align: top; float: left; }

.dl_form .align_left { margin-left: 0; padding-left: 0; border: 0; }

.dl_form .yesnoleft .required_info { margin-left: 140px; padding-left: 0; border: 0; }

.separator_border { border-bottom: 2px solid #EEEEEE; margin-bottom: 10px; }

.dl_form dd .wrap_over { background-color: rgba(0, 0, 0, 0.05); padding: 10px 25px; /*border:1px solid #ccc;*/ border-radius: 5px; }

.dl_form dd .wrap_over dd { border: 0; }

.audition_list dd { border: 0; }

.audition_list dd label { white-space: nowrap; overflow: hidden; }

.audition_list dd label input { float: none !important; vertical-align: inherit !important; bottom: 0px !important; }

label.disabled { background-color: #BDB7AC !important; }

.block { border-radius: 5px; }

.block h3 {
	/*font-family:Verdana; !important*/
	/*font-syle:italic; !important*/
	font-size: 16px;
	color: #04236C;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 10px;
	margin-top: 0px;
}

/* ################################################################################################################################################################################################################## */

.moz_round { -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }

.moz_round_left { -moz-border-radius: 5px 0 0 5px; -webkit-border-radius: 5px 0 0 5px; border-radius: 5px 0 0 5px; }

.moz_round_right { -moz-border-radius: 0 5px 5px 0; -webkit-border-radius: 0 5px 5px 0; border-radius: 0 5px 5px 0; }

.moz_round_top { -moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; }

.moz_round_bot { -moz-border-radius: 0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; }

.moz_round_small { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }

.moz_round_big { -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; }

.moz_round_tab { -moz-border-radius: 5px 5px 0 0; -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; }

.moz_shadow { -moz-box-shadow: #aaa 0 0 4px; -webkit-box-shadow: #aaa 0 0 4px; }

.text_shadow { text-shadow: 0px 0px 4px #444; }

/* ################################################################################################################################################################################################################## */

.reset { padding: 0; margin: 0; border: 0; }

.none, .hidden { display: none; }

.hidden_smart { height: 1px; position: relative; overflow: hidden; margin-top: 1px; }

.left { float: left; }

.right { float: right !important; }

.clear { clear: both; }

.darken { background-color: rgba(0, 0, 0, 0.04); }

.pointer { cursor: pointer }

.small { font-size: 10px; }

.smallest { font-size: 9px; }

.padding { padding: 10px; }

.loading { position: relative; margin-top: 5px; text-decoration: blink; }

.content.loading { border: 1px #ccc solid; background-color: #fff; }

.loading img { margin-right: 10px; margin-bottom: -4px; }

.print_a { display: inline-block; width: 98%; border: 2px #09c solid; background: #eff; padding: 4px 6px; position: relative; margin: 10px 0; color: #000 !important; text-align: left;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.print_a pre { font-family: Courier New, monospace; margin-left: 10px; color: #000; }

.print_a b { color: #C00; }

.print_a a.print_a_hide { color: #C00 !important; text-decoration: none !important; cursor: pointer !important }

.print_a a.print_a_hide:hover { color: #C00 !important; text-decoration: underline !important; }

.needsattention { background-color: #fff0f0; color: #f00 !important; padding: 5px 0; }

.noborder { border: 0 !important; }

.padding { padding: 10px; }

/* ############################################################################################################################################################################## */
img { -ms-interpolation-mode: bicubic; }

/* ############################################################################################################################################################################## */

/* SPACING PADDINGS  AND MARGINS */

.space { margin-bottom: 10px; }

.spacer_v { margin-top: 10px; margin-bottom: 10px; }

.space_small { margin-bottom: 5px; }

.relative { position: relative; }

/* in most cases used for IE to fix font or content bug */

/* Margins ------------------------------------------  */
.mag_none { margin: 0px !important; }

/* MARGIN TOP */
.mag_top_big { margin-top: 20px; }

.mag_top { margin-top: 10px; }

.mag_top_small { margin-top: 5px; }

.mag_top_none { margin-top: 0px !important; }

/* MARGIN RIGHT */
.mag_right_big { margin-right: 20px; }

.mag_right { margin-right: 10px; }

.mag_right_small { margin-right: 5px; }

.mag_right_none { margin-right: 0px !important; }

/* MARGIN BOTTOM */
.mag_bot_big { margin-bottom: 20px !important; }

.mag_bot { margin-bottom: 10px !important; }

.mag_bot_small { margin-bottom: 5px !important; }

.mag_bot_none { margin-bottom: 0px !important; }

/* MARGIN LEFT */
.mag_left { margin-left: 10px; }

.mag_left_big { margin-left: 20px; }

.mag_left_small { margin-left: 5px; }

.mag_left_none { margin-left: 0px !important; }

/* Paddings ------------------------------------------ */
.pad_none { padding: 0 !important; }

/* PADDING TOP */
.pad_top_big { padding-top: 20px; }

.pad_top { padding-top: 10px !important; }

.pad_top_small { padding-top: 5px; }

/* PADDING RIGHT */
.pad_right_big { padding-right: 20px; }

.pad_right { padding-right: 10px; }

.pad_right_small { padding-right: 5px; }

.pad_right_none { padding-right: 0px !important; }

/* especially used on menus and contents */

/* PADDING BOTTOM */
.pad_bot_big { padding-bottom: 20px !important; }

.pad_bot { padding-bottom: 10px !important; }

.pad_bot_small { padding-bottom: 5px; }

/* PADDING LEFT */
.pad_left_big { padding-left: 20px !important; }

.pad_left { padding-left: 10px; }

.pad_left_small { padding-left: 5px; }

.pad_left_none { padding-left: 0px !important; }

/* especially used on menus and forms */

/* TEXT ALIGNS */
.text_right { text-align: right; }

.text_left { text-align: left; }

.text_center { text-align: center; }

/* FONT RELATED */
.smallcaps { text-transform: lowercase; }

.text_right { text-align: right; }

.text_left { text-align: left; }

.bold { font-weight: bold; }

.underline { text-decoration: underline !important; }

.normal_font { font-size: 14px; }

.text_smallest { font-size: 10px; }

.text_small { font-size: 12px; }

.text_big { font-size: 16px; }

.text_bigger { font-size: 22px; }

/* Colors */
.white { color: #fff; }

.black { color: #000; }

.blue { color: #009bde; }

.medium_grey { color: #a2a2a2; }

/* STYLE for reseting backgrounds borders etc. */
.no_bcg { background: none !important; }

.no_border { border: none !important; }

.no_wrap { white-space: nowrap; }

.no_bold { font-weight: normal !important; }

#developer_bar { position: fixed; z-index: 9999; bottom: 0; right: 0; font-size: 10px; opacity: 0.2; width: 30px; height: 16px;
	padding: 3px 5px; background-color: #ffc; border: 1px #ccc solid; border-width: 1px 0 0 1px; overflow: hidden; }

#developer_bar:hover { opacity: 1; width: auto; }

#developer_bar span { border-left: 1px #ccc solid; padding: 0 5px; }

#developer_bar span:first-child { border: 0; }

/* NOTIFICATIONS */

.notice {
	position: fixed;
	width: 680px;
	left: 50%;
	margin-left: -285px;
	top: 50px;
	z-index: 101;
	background-image: none !important;
	background-color: #9db000;
	border: 10px #96a800 solid;
	padding: 12px;
	margin-bottom: 10px;
	-moz-box-shadow: #000 0 0 6px;
	-webkit-box-shadow: #000 0 0 6px;
	color: #fffdf8;
}

.notice.alert { background-color: #d42727; border: 10px #cc0000 solid; }

.notice .close { float: right; width: 16px; height: 16px; display: block; text-indent: -150px; overflow: hidden; margin-top: 2px; }

.notice .message_type { font-weight: bold; text-transform: uppercase; margin-bottom: 0px; padding-bottom: 0px; border-bottom: none; text-shadow: 0px 0px 1px #444; }

.notice .message_value { padding: 2px 0; text-shadow: 0px 0px 1px #444; }

/* OVERTEXT */

.inputHintOverlay { color: #666; font-size: 12px; border: none !important; background-color: transparent !important; margin: 0 !important; padding: 0 !important; z-index: 1000 !important; }

.hintWrapper { display: inline; }

/* ############################################################################################################################################## */

html, body { color: #333; }

hr.line { background: none; border: 0; padding: 0; margin: 16px 0; border-top: 1px #ccc solid; }

/*.dl_form							{ font-size:14px; line-height:normal;}*/

#sub_content { }

a { color: #0f97dd; border: 0; }

*:focus { outline: none; }

/* ------------------------------------------------------------------------------------------------------------------------------------------ */
.section_header { background-color: #f1f2f3; /*border-top: 1px solid #ccc;*/ margin-top: 10px; border-radius: 5px; }

.section_header label { cursor: pointer; padding: 16px 10px 12px; display: block; }

.section_header label input { float: left; }

.section_header .label { /*font-size:16px; */ font-weight: bold; color: #333; display: inline-block; margin-left: 6px; width: 390px; vertical-align: top; }

.section_header .label b { font-size: 16px; font-weight: 700 }

.section_header small,
.section_content small { font-size: 11px; font-weight: normal; line-height: 10px !important; color: #8d8c93; }

.section_header .orange { font-size: 12px; color: #eda313; }

.section_header .audition,
.section_header .tuition { color: #aaa9af; font-size: 14px; display: inline-block; vertical-align: top; }

.section_header .audition img,
.section_header .tuition img { margin-bottom: 5px; margin-right: 5px; margin-top: 1px; float: left; }

.section_header .tuition { width: 135px; }

.section_header .label small { font-size: 12px; }

/* ------------------------------------------------------------------------------------------------------------------------------------------ */

.section_content { background-color: #f1f2f3; color: #8d8c93; padding: 10px 35px; /*padding-left:35px; padding-top:5px;*/ margin-top: -5px; border-radius: 5px; }

.section_content label { background-color: #dfdfe7; color: #333; font-size: 13px; }

.section_content h3 { font-size: 16px; color: #777; padding: 0; margin: 0; border: 0; margin-top: 10px; margin-bottom: 5px; }

.section_content h3:first-child { margin-top: 0; }

.section_audition { /*width:200px; float:right; margin-right: 20px; border-top:1px #dadbdc solid; padding-top:16px; vertical-align:top;*/ }

.section_audition label { display: block; float: none; }

.section_programs { border-top: 1px #dadbdc solid; /*margin-right:240px;*/ padding-top: 10px; }

.section_inner_content { background-color: rgba(0, 0, 0, 0.04); background-color: #dfdfe7; padding: 10px; border-radius: 5px; }

/* ------------------------------------------------------------------------------------------------------------------------------------------ */

.campus_tabs { margin-top: 4px; height: 27px; position: relative; }

.campus_tabs .dd_labels.active { padding-bottom: 10px; margin-bottom: -5px; }

.fiveweek { padding-bottom: 4px !important; margin-bottom: 0 !important; }

.as_subtab { margin-top: -6px; }

.dd_labels.active:hover { background-color: #dfdfe7; cursor: pointer; }

.section_inner_content .dd_labels { float: left; width: 210px; min-width: 180px; max-width: 230px; }

.nofloat .dd_labels { clear: both; width: 280px; max-width: 300px; }

.nofloat .clear { border-top: 1px #F1F2F3 dotted; margin-bottom: 4px; }

.nofloat .clear:last-child { border: 0; margin-bottom: 4px; }

.section_inner_content .dd_labels small { margin-left: 24px; display: inline-block; }

/*.section_inner_content .dd_labels:nth-child(3n+1):after	{ content: '<div class="clear"></div>'; s}*/

label.block { clear: both !important; }

/* ------------------------------------------------------------------------------------------------------------------------------------------ */

.table { display: table; width: 100%; }

.table-cell { display: table-cell; }

.split50 { width: 49%; }

.split30 { width: 29%; }

.split25 { width: 24%; }

.button,
input[type=button],
input[type=button]:hover,
input[type=submit],
input[type=submit]:hover,
input.nextstep:hover,
input.nextstep { padding: 10px 20px; background-color: #0F97DD; background-color: #00b5ee; border-radius: 4px; font-family: Arial, sans-serif; font-size: 1.2em; /*float: right; margin-right: 20px;*/ color: #fff !important; box-shadow: 1px 1px 2px #ccc; 

background: #00b5ee; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYjVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMGFmZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #00b5ee 0%, #00afe6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00b5ee), color-stop(100%,#00afe6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #00b5ee 0%,#00afe6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #00b5ee 0%,#00afe6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #00b5ee 0%,#00afe6 100%); /* IE10+ */
background: linear-gradient(to bottom,  #00b5ee 0%,#00afe6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b5ee', endColorstr='#00afe6',GradientType=0 ); /* IE6-8 */



}

.button:hover,
input[type=button]:hover,
input[type=submit]:hover,
input.nextstep:hover
{
	background: #0F97DD !important;
}

input[type=button]:hover,
input[type=button] { float: none; }



.dl_form input[type=submit]	{
	float: right; margin-right: 20px;
}

.whats-icluded { margin-top: 4px; }

.whats-icluded li { list-style: disc !important; padding-left: 0px !important; margin-left: 0px !important; }

.intensives_wrapper span.label { display: block; padding-left: 8px; clear: both; font-size: 13px; }
	
	


/* ------------------------------------------------------------------------- */


.block {	
	background-color: #F5F6F7;
	padding: 20px;
	margin-top: 30px;
	box-shadow: 1px 1px 2px #DDD inset;
	border-radius: 5px;
	margin-bottom: 20px;
}	
