		
		/* GLOBAL
		////////////////////////////////////////////////////////////////////// */
		

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
margin:0pt;
padding:0pt;
}
			
			body {
				padding: 30px 0 0 0;
				font-family: Arial, Verdana, Helvetica, sans-serif;
				font-size: .9em;
				line-height: 1.3;
			}
			
			#container {
				margin: 0 auto;
				width: 900px;
			}
			
			#container.column { background: url("/images/bg-column.gif") repeat-y; }
			
			img {
				border: 0;
			}

input[type="text"].phone, input[type="text"].ssn { font-family: monospace; font-name: Courier New; }

.ClearFix:after {
clear:both;
content:".";
display:block;
height:0;
visibility:hidden;
}
.ClearFix {
display:inline-block;
}
* html .ClearFix {
height:1%;
}

		/* TEXT
		////////////////////////////////////////////////////////////////////// */
		
			
			h1 {
				font-size: 1.4em;
				color: #ec8409;
			}
			
			h2 {
				font-size: 1.4em;
				color: #ec8409;
			}
			 
			h3 {
				font-size: 1.4em;
				color: #ec8409;
			}
			
			h4 {
                                /*padding: 20px 0 0 0;*/
				font-size: 1.1em;
				color: #555555;
			}
			
			p {
				padding: 8px 0 0 0;
				color: #555555;
			}
			
			a {
				color: #ec8409;
				text-decoration: none;
			}
			
			a:hover {
				color: #ec8409;
				text-decoration: underline;
			}
			
			ul {
				list-style: none;
				color: #555555;
			}
			
			
		/* HEADER
		////////////////////////////////////////////////////////////////////// */
		
			#header {
				background-color: #fff;
				overflow: auto;
			}
			
			#logo {
				float: left;
				padding: 0 0 0 30px;
			}
			
			#utility {
				float: right;
				padding: 20px 40px 0 0;
				font-size: .8em;
				color: #717171;
				background-color: #fff;
			}
			
			#utility a {
				font-weight: bold;
				color: #717171;
				background-color: #fff;
			}
			
			#utility a:hover { color: #ec8409; }
			
			#utility span { margin: 0 8px 0 8px; background-color: #fff; }
			
			
		/* NAVIGATION
		////////////////////////////////////////////////////////////////////// */
			#nav 		{ height: 50px; background: url("/images/bg-nav-full.gif") no-repeat; clear: both; }
			#nav ul 	{ float: left; }
			#nav li 	{ float: left; }
			#nav a 		{ height: 50px; display: block; }

			#nav a.btn-home { width: 90px; background: url("/images/btn-home.gif") no-repeat; }
			#nav a.btn-home:hover { background-position: 0 -50px; }

			#nav a.btn-signup { width: 124px; background: url("/images/btn-signup.gif") no-repeat; }
			#nav a.btn-signup:hover { background-position: 0 -50px; }

			#nav a.btn-tour { width: 55px; background: url("/images/btn-tour.gif") no-repeat; }
			#nav a.btn-tour:hover { background-position: 0 -50px; }

			#nav a.btn-why-scholarselect { width: 151px; background: url("/images/btn-why-scholarselect.gif") no-repeat; }
			#nav a.btn-why-scholarselect:hover { background-position: 0 -50px; }

			#nav a.btn-success-stories{ width: 127px; background: url("/images/btn-success-stories.gif") no-repeat; }
			#nav a.btn-success-stories:hover { background-position: 0 -50px; }

                        #nav a.btn-scholar-snapp{ width: 127px; background: url("/images/btn-scholar-snapp.gif") no-repeat; }
			#nav a.btn-scholar-snapp:hover { background-position: 0 -50px; }

			#nav a.btn-my-account { width: 100px; background: url("/images/btn-my-account.gif") no-repeat; }
			#nav a.btn-my-account:hover { background-position: 0 -50px; }

			#nav a.btn-my-programs { width: 110px; background: url("/images/btn-my-programs.gif") no-repeat; }
			#nav a.btn-my-programs:hover { background-position: 0 -50px; }

			#nav a.btn-provider-settings { width: 134px; background: url("/images/btn-provider-settings.gif") no-repeat; }
			#nav a.btn-provider-settings:hover { background-position: 0 -50px; }

			#nav a.btn-apply { width: 63px; background: url("/images/btn-apply.gif") no-repeat; }
			#nav a.btn-apply:hover { background-position: 0 -50px; }

			#nav a.btn-returning-applicant { width: 148px; background: url("/images/btn-returning-applicant.gif") no-repeat; }
			#nav a.btn-returning-applicant:hover { background-position: 0 -50px; }

			#nav a.btn-my-applications { width: 122px; background: url("/images/btn-my-applications.gif") no-repeat; }
			#nav a.btn-my-applications:hover { background-position: 0 -50px; }

			#nav a.btn-my-evaluations { width: 119px; background: url("/images/btn-my-evaluations.gif") no-repeat; }
			#nav a.btn-my-evaluations:hover { background-position: 0 -50px; }

			#nav a.btn-providers { width: 86px; background: url("/images/btn-providers.gif") no-repeat; }
			#nav a.btn-providers:hover { background-position: 0 -50px; }

			#nav a.btn-programs { width: 88px; background: url("/images/btn-programs.gif") no-repeat; }
			#nav a.btn-programs:hover { background-position: 0 -50px; }

			#nav a.btn-users { width: 65px; background: url("/images/btn-users.gif") no-repeat; }
			#nav a.btn-users:hover { background-position: 0 -50px; }
			
			#nav a.btn-faq { width: 65px; background: url("/images/btn-faq.gif") no-repeat; }
			#nav a.btn-faq:hover { background-position: 0 -50px; }

			ul#help 		{ float: right; }
			ul#help a 		{ width: 96px; background: url("/images/btn-help.gif") no-repeat; }
			ul#help a:hover { background-position: 0 -50px; }

			
		
		/* CONTENT
		////////////////////////////////////////////////////////////////////// */
			
			#content {
				padding: 20px 40px 20px 40px;
				width: 820px;
			}
			
			#container.column #content {
				float: left;
				padding: 20px 20px 20px 40px;
				width: 590px;
			}
			
			#container.column #column {
				float: right;
				padding: 20px 10px 20px 10px;
				width: 210px;
			}
		
		/* TAKE A TOUR
		////////////////////////////////////////////////////////////////////// */

			.tour-signup {
				border-top: 1px solid #e5e3e3;
				text-align: center;
				clear: both;
			}
			
			.tour-signup p { padding: 20px 0 20px 0; }
			
			.tour-signup a {
				font-weight: bold;
				color: #3798c8;
			}
                         
                        div.survey { font-size: 110%; }

		/* SIGNUP FOR NEWSLETTER
		////////////////////////////////////////////////////////////////////// */

			.newsletter-signup {
				border-top: 1px solid #e5e3e3;
				text-align: center;
				clear: both;
			}
			
			.newsletter-signup p { padding: 20px 0 20px 0; }
			
			.newsletter-signup a {
				font-weight: bold;
				color: #3798c8;
			}
		
		/* PAGES
		////////////////////////////////////////////////////////////////////// */
		
			
			/* HOME
			-------------------------------- */
			
			#banners { clear: both; }
			
			#banner-right, #banner-left {
				float: left;
				width: 450px;
			}
			
			#banner-login {
				margin: 0 auto;
				padding: 0 0 0 214px;
				height: 50px;
				background: url("/images/bg-banner-login.gif") no-repeat;
				background-position: top center;
				font-size: .8em;
				font-weight: bold;
				color: #717171;
				clear: both;
			}
			
			#banner-login p {
				display: block; float: left;
				padding: 14px 14px 0 0;
				width: 100px; height: 50px;
				background: url("/images/bg-banner-login-divide.gif") no-repeat;
				background-position: top right;
			}
			
			#banner-login fieldset {
				display: inline; float: left;
				border: none;
				padding: 11px 10px 0 0;
				width: 420px;
			}
			
			#banner-login label {
				padding: 0 12px 0 12px;
				vertical-align: middle;
				
			}
			
			#banner-login input {
				padding: 4px;
				border: 1px solid #dfdede;
				font-size: .8em;
				color: #717171;
				vertical-align: middle;
			}
			
			#what-is-scholarselect {
				padding: 15px 100px 0 70px;
				text-align: center;
			}
			
			#features-benefits {
				margin: 20px 0 0 0;
				padding: 20px 0 0 40px;
				border-top: 1px solid #e5e3e3;
			}
			
			#features-home ul, #benefits-home ul {
				list-style: disc;
				padding: 8px 0 16px 40px;
				font-weight: bold;
			}
			
			#features-benefits li 	{ padding: 0 0 6px 0; }
			#features-benefits a 	{ color: #3798c8; }
			
			#features-benefits h3 {
				padding: 0 0 0 28px;
				background: url("/images/icon-checkbox.gif") no-repeat;
				background-position: top left;
			}
			
			#features-home { float: left; }
			
			#benefits-home {
				float: left;
				padding: 0 0 0 50px;
			}
			
			#nspa {
				padding: 20px 0 0 180px;
				border-top: 1px solid #e5e3e3;
			}
			
			#nspa img {
				display: block;
				float: left;
				padding: 0 30px 0 0;
			}
			
			#nspa-data {
				float: left;
			}
			
			#nspa h3 {
				padding: 0 0 0 28px;
				background: url("/images/icon-checkbox.gif") no-repeat;
				background-position: top left;
			}
			
			#nspa ul { 
				list-style: disc;
				padding: 8px 0 16px 42px;
				font-weight: bold;
			}
			
			#nspa li { padding: 0 0 6px 0; color: #555555; }
			
			
			/* PROVIDERS
			-------------------------------- */
			
			ul.scholarship-list {
				padding: 30px 0 0 0;
				list-style: none;
			}
			
			ul.scholarship-list li {
				margin: 0 0 30px 0;
				background: url("/images/icon-pencil-paper.gif") no-repeat;
				background-position: top left;
			}
			
			ul.scholarship-list p { padding: 0; margin: 0; font-weight: bold; }
			
			ul.scholarship-list p.title a {
				padding: 0 0 0 40px;
				font-size: 1.1em;
				color: #0585c5;
			}
			
			ul.scholarship-list p.details { 
				padding: 0 0 0 40px;
				font-size: .75em;
				color: #555555;
			}
			
			ul.scholarship-list span { padding: 0 8px 0 8px; }
			
			ul.scholarship-list p.details a { color: #86a923; }
			
			
			/* APPLICANTS
			-------------------------------- */
			
			ul.applications-list {
				padding: 30px 0 0 0;
				list-style: none;
			}
			
			ul.applications-list li {
				margin: 0 0 30px 0;
				background: url("/images/icon-pencil-paper.gif") no-repeat;
				background-position: top left;
			}
			
			ul.applications-list p { padding: 0; margin: 0; font-weight: bold; }
			
			ul.applications-list p.title a {
				padding: 0 0 0 40px;
				font-size: 1.1em;
				color: #0585c5;
			}
			
			ul.applications-list p.details { 
				padding: 0 0 0 40px;
				font-size: .75em;
				color: #555555;
			}
			
			ul.applications-list span { padding: 0 8px 0 8px; }
			
			ul.applications-list p.details a { color: #86a923; }
			
			
			/* TOUR
			-------------------------------- */
			
			.tour-section {
				margin: 20px 0 20px 0;
				clear: both;
			}
			
			.tour-details {
				padding: 85px 30px;
				width: 340px;
			}
			
			.screenshot { margin: 0 0 20px 0; }
			
			.left { float: left; }
			.right { float: right; text-align: right; }
			
			.btm-border { border-bottom: 1px solid #e5e3e3; }
			
			/* SUCCESS TORIES
			-------------------------------- */
			
			.success-stories-section {
				margin: 20px 0 20px 0;
				clear: both;
			}
			
			.success-stories-section .left {
				float: left;
			}
			
			.success-stories-section .right {
				float: right;
				text-align: left;
			}
			
			.success-story-details {
				width: 380px;
				margin-bottom: 50px;
			}

			.success-story-details .logo {
				height: 80px;
				display: table-cell;
				vertical-align: middle;
			}
			
			.success-story-details .logo img {
				height: auto;
			}
			
			.success-story-details h4 {
				margin-top: 10px;
			}
			
			/* WHY SCHOLARSELECT
			-------------------------------- */
			
			h4.why-topic {
				margin: 20px 0 0 0;
				padding: 0 0 0 28px;
				font-size: 1.3em;
				background: url("/images/icon-checkbox.gif") no-repeat;
				background-position: top left;
			}
			
			ul.why-list {
				padding: 8px 0 0 40px;
				list-style: disc;
			}
			
			
			/* ABOUT US
			-------------------------------- */
			
			img.nspa-logo { padding: 20px; }
			
			
			/* PRIVACY POLICY
			-------------------------------- */
			
			ul.info-collected {
				padding: 10px 0 10px 20px;
				font-size: .9em;
				font-weight: bold;
			}
			
			/* TERMS OF USE
			-------------------------------- */
			
			ul.member-conduct {
				padding: 10px 0 10px 20px;
				list-style: disc;
				font-size: .9em;
				font-weight: bold;
			}
			
			ul.member-conduct li {
				padding: 0 0 10px 0;
			}
			
			
		/* FOOTER
		////////////////////////////////////////////////////////////////////// */
		
			#footer {
				padding: 30px 0 40px 0;
				background: url("/images/bg-footer.gif") no-repeat #fff;
				background-position: top center;
				text-align: center;
				font-size: .75em;
				clear: both;
			}
			
			#footer ul 		{ list-style: none; }
			#footer li 		{ display: inline; }
			#footer span 	{ padding: 0 6px 0 10px; }
			#footer a 		{ color: #555555; }
			#footer img		{ padding: 12px; }
			
		
		/* SPECIAL
		////////////////////////////////////////////////////////////////////// */

			
			span.replace, #skip-nav { /* Image Replacement */
				display: block;
				width: 0;
				height: 0;
				overflow: hidden;
			}
			
			
			
                         
			
			
			
			#nav-pages a.btn-apply { width: 65px; background: url("/images/btn-apply.gif") no-repeat; }
			#nav-pages a.btn-apply:hover { background-position: 0 -38px; }
			
			#nav-pages a.btn-returning { width: 151px; background: url("/images/btn-returning.gif") no-repeat; }
			#nav-pages a.btn-returning:hover { background-position: 0 -38px; }/* CSS Document */
                        
			#nav-pages a.btn-returning2 { width: 151px; background: url("/images/btn-returning2.gif") no-repeat; }
			#nav-pages a.btn-returning2:hover { background-position: 0 -38px; }/* CSS Document */

div#app-grid a {
    color: black !important;
}

#report_link {
	width: 100%;
	text-align: center;
}

.section_container .error_message {
	background: #FFE3DF url(/images/icon-error-tiny.png) no-repeat scroll 10px center;
	margin-top: 4px;
	margin-bottom: 4px;
	border-bottom:1px solid #F08A73;
	border-top:1px solid #F08A73;
	color: #525252;
	font-weight: bold;
	padding: 6px;
	padding-left: 34px;
}

div.messages div {
	padding: 16px 20px 16px 67px !important;
	margin-bottom: 1.45em !important;
	color: #525252;
	font-weight: bold;
}

div.messages div.good {
	border-top: 1px solid #aee756;
	border-bottom: 1px solid #aee756;
	background: #e9fad0 url(/images/icon-ok.png) no-repeat 20px center;
}


div.messages div.info {
	border-top: 1px solid #7FD7F7;
	border-bottom: 1px solid #7FD7F7;
	background: #E5F6FD url(/images/icon-info.png) no-repeat 20px center;
	
}

div.messages div.notice {
	border-top: 1px solid #FFCA0B;
	border-bottom: 1px solid #FFCA0B;
	background: #FFEFB5 url(/images/icon-warning.png) no-repeat 20px center;
}


div.messages div.warning {
	border-bottom:1px solid #F08A73;
	border-top:1px solid #F08A73;
	background: #FFE3DF url(/images/icon-error.png) no-repeat scroll 20px center;
}

div.errorExplanation {
	background: #FFE3DF url(/images/icon-error.png) no-repeat scroll 20px center;
	border-bottom:1px solid #F08A73;
	border-top:1px solid #F08A73;
	padding: 16px 20px 16px 67px !important;
	margin-bottom: 1.45em !important;
	color: #525252;
	font-weight: bold;
}

div.errorExplanation h2 {
	color: #525252;
}

.report_container:after {
clear:both;
content:".";
display:block;
height:0;
visibility:hidden;
}
.report_container {
display:inline-block;
}
* html .report_container {
height:1%;
}

.report_section_container {
	background-color: #EFEFEF;
	width: 100%;
	padding: 5px;
	margin: 10px 0 10px 0;
	background-color:#EFEFEF;
	border:1px solid #CCCCCC;
	font-weight:bold;
}

.report_container {
	margin: 5px;
	padding: 5px;
	background-color:white;
	border:1px solid #AAAAAA;
	width:96%;
}

.report_container .question_name, .report_container .field_name {margin: 0 10px 0 0;}
.report_container * { float: left; }
.report_container a {float:right;}
.report_container .field_type { margin: 0 10px 0 0; }
.report_container .field_type { font-weight: bold; }
.report_container .contains_container, .report_container .between_container, .report_container .date_container { font-style: italic;}
.and_container { padding-right: 5px; padding-left: 5px; }

.date_container * {
	float: left;
}

.date_container input {
	margin: 0 !important;
}

div.report_container span {
	vertical-align: middle;
}

.error_container {
	background-color: rgb(204, 0, 0);
	color: white;
}

.error_container a {
	color: white;
}

.print-preview {
	display: none;
}

.interview_table tr td:nth-child(2) {
	padding-right: 10px;
}

.interview_table {
	border-spacing: 0;
}

.interview_table th, .interview_table td {
	padding: 2px 2px 0 2px;
}

.interview_table thead tr th {
	border-bottom: solid 1px black;
}



fieldset {
	border: 1px solid #ccc;
	padding: 0 1em 1em 1em;
	margin-bottom: 1em;
}

fieldset legend {
	font-weight: bold;
	font-size: 140%;
  color: black;
}

div.section_container label {
	display: block;
}

div.question, label.question  {
	font-weight: bold;
	font-size: 105%;
	color: #555;
}

td.applicant_info_label {
  font-weight: bold;
	font-size: 105%;
	color: #555;
	padding-right: 20px;
}

div.instruction {
  color: #555555;
  font-weight: bold;
	font-size: 105%;
}

div.question em, label.question em {
	font-size: 110%; font-style: normal; color: #C00;
}

div.section_container {
	margin-bottom: .5em;
	padding: 5px;
}

fieldset.page {
	background-color: #DBDBDB;
}

fieldset.section {
	background-color: white;
}

div.special_class {
	background-color: #EFEFEF;
}

div.special_class div.instruction span {
	font-style: italic
}

div.legend {
	margin: 8px 0px;
	top: 10px;
	display: block;
	font-weight: bold;
	font-size: 140%;
	color: black;
}


h5 p {
	color: black;
}

fieldset.page div.type, fieldset.section div.type {
	float: right;
	font-style: italic;
	margin-top: 12px;
	margin-right: 5px;
}

div.evaluator_class {
	background-color: #a4ddfa;
}

div.provider_class {
	background-color: #FFFFC8;
}

span.checkbox_container input, span.radio_container input {
	margin-right: .2em;
}


div.section_container div.choices label {
	display: inline;
	margin-right: .3em;
}

div.checkbox_container label {
        display: inline;
}

div.essay p {
	padding: 0px;
}

/*
--------------------------------------------------------------------------------
What:    "Oranges in the sky" Styles(Table data design)
Who:    Krasimir Makaveev(krasi [at] makaveev [dot] com)
When:    15.09.2005(created)
--------------------------------------------------------------------------------
*/
table.datagrid {
    border-collapse: collapse;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    color: #333;
    margin-top: 1px;
}

table.datagrid caption {
    font-size: 100%;
    font-weight: bold;
    letter-spacing: -1px;
    margin-bottom: 10px;
    padding: 5px;
    color: #666;
}

table.datagrid a {
    text-decoration: none;
    border-bottom: 1px dotted #aaa;
    font-weight: bold;
    color: #293989;
}

table.datagrid a:hover {
    color: #aaa;
}

table.datagrid tr th a {
    color: #369;
    border-bottom: 1px dotted #aaa;
}

table.datagrid tr th a:hover {
    color: #fff;
    background: #369;
}

table.datagrid thead tr th {
    background: #ddd;
    border: 1px solid #999;
}

table.datagrid tfoot tr th, table.datagrid tfoot tr td {
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    padding: 10px;
}

table.datagrid tfoot tr th {
    width: 20%;
}

table.datagrid tfoot tr td {
    width: 80%;
}

table.datagrid td,table.datagrid th {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 6px;
    vertical-align: top;
    width: 20%;
    font-size: 80%;
}

table.datagrid th {
    font-size: 90%;
    padding: 4px;
}

table.datagrid tr.odd th,table.datagrid tr.odd td {
    background: #f0f0f0;
}

.table_footer {
    background: #cccccc;
}

/*********** end datagrid ************/

a.ygtvlabel {
	font-size: 80%;
}

p.app_notice {
	font-weight: bold;
}

.table-numbers {
	margin-top: 2em;
	padding: 0;
	border-collapse: collapse;
}

.table-numbers td {
	border-top: 1px solid #999;
	padding: .5em;
}

.table-numbers td:first-child {
	width: 15em;
}


/* commented backslash hack for mac-ie5 \*/
dt { clear: both; }
/* end hack */

div.page_header {
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	color: #777;
}

div.page {

}

table.checklist tr td {
	font-size: 10px;
	color: #666;
}

table.checklist {
	margin: 0;
	padding: 0;
}

table.checklist tr td.checkbox_row {
	vertical-align: top;
}

div#login {
	position: absolute;
	top: 2pt;
	left: 356px;
	width: 400px;
	font-size: 11px;
	color: #777;
	text-align: right;
	white-space: nowrap;
}

div.scholarship_url {
	margin: 1em;
	padding: 1em;
	border: 1px solid #efefef;
}

div#page_header img {
	border: 0;
}

ol.reorganize_list {
	
}

ol.reorganize_list li.page_list_item {
	padding: .5em;
	border: 1px solid black;
	margin: .5em;
	background-color: #6E6E6E;
	font-weight: bold;
	cursor: move;
	list-style-type: none;
}

ol.reorganize_list ol.section_list li.section_list_item {
	padding: .5em;
	border: 1px solid #121212;
	margin: .5em;
	background-color: #C6C6C6;
	font-weight: bold;
	cursor: move;
	list-style-type: none;
}

ol.question_list li {
	padding: .5em;
	margin: .5em;
	border: 1px solid #aaa;
	background-color: white;
	font-weight: normal;
	cursor: move;
  list-style-type: none;
}


div#edit_tree {
	/*margin-bottom: 1em;*/
}

div#main_content {
    margin-left: 1em;
    margin-right: 1em;
    margin-top: .5em;
}

form.button-to {
    display: inline;
}

form.button-to div {
    display: inline;
}

.quickstart-box {
background:#efefef none repeat scroll 0%;
border:5px solid #EC8409;
font-size:102%;
line-height:145%;
padding:0.8em;
margin-bottom: 1em;
}

label.inline {
display:inline;
font-size:100%;
margin:0pt;
}

div.fieldWithErrors {
    display: inline;
}


div#messages {
    margin-bottom: 1em;
}

h3.tiny {
    font-size: 105%;
    padding-left: 3px;
}

ol.checklist {
    margin-left: 2em;
}

ol.checklist li {
    margin-bottom: .5em;
}

div.help_container {
    margin-top: 1.2em;
}

h2#new_question {
    margin-top:1em;
}

div.admin_page_container {
    margin-top: 1em;
}

div.scholarship_header {
    margin-top: 1em;
    margin-bottom: 1em;
}

.black { color: #000;}

ol.checklist {
    margin-top: 1em;
    padding-left: 1em;
}

ol.checklist li {
    padding-left: 1em;
    padding-bottom: .3em;
}

.ygtvlabel, .ygtvlabel:link, .ygtvlabel:visited, .ygtvlabel:hover {
    background-color:none;
}

div.button_menu_container {
    margin-top: .5em;
    margin-bottom: .5em;
}

div#control_options table tr th {
    text-align: left;
    font-weight: normal;
}

div#table_container {
    margin-top: 1em;
}

div#table_container a {
    color: black !important;
}

div.privacy_policy_container p {
    margin-bottom: .5em;
}

div.privacy_policy_container h4 { 
    margin-top: 1.5em;
}

p.column_content_container { margin-bottom: 1.2em; }

dl.scholarship_data dt {
    font-weight: bold;
    color: #555555;
}

dl.scholarship_data dd {
    padding-bottom: .5em;
}

dl.scholarship_data dd p {
    padding-top: 0;
}

form.inline_form {
    display: inline;
}

div.section_container#checkbox_div label, div.checkbox_div label {
    display: inline;
}

span.char_count, span.attachment_file_size {
    font-weight: normal;
    font-size: 100%;
    font-style: italic;
}

span.char_count {
    padding-left: 0em;
    font-size: 90%;
    
}

dl.scholarship_data dd p {
    padding-bottom: 1em;
}

.tree .x-panel-body-noheader, .tree .x-panel-mc .x-panel-body {
	border: none !important;
}

.x-panel-body {
	background: none !important;
}

.x-tree-node a span, .x-dd-drag-ghost a span {
	color: #EC8409 !important;
}

.x-tree-node-collapsed .x-tree-node-icon, .x-tree-node-expanded .x-tree-node-icon, .x-tree-node-leaf .x-tree-node-icon {
	display: none;
}

dl.table-display
{
width: 35em;
}

.table-display dt
{
width: 15em;
float: left;
margin: 0 0 0 0;
padding: .5em;
border-top: 1px solid #ccc;
font-weight: bold;
font-size: 105%;
color: #555;
}

/* commented backslash hack for mac-ie5 \*/
dt { clear: both; }
/* end hack */

.table-display dd
{
float: left;
width: 17em;
margin: 0 0 0 0;
padding: .5em;
border-top: 1px solid #ccc;
}

.clear-and-bottom-margin
{
	clear:both;
	margin-bottom: 2em;
}

fieldset#pages li.current_page {
	background: url(/extjs/resources/images/default/grid/page-next.gif) 0px 1px no-repeat;
	padding: 0 10px 0 15px;
}

fieldset#pages li.error_page {
	background-color: #FFCCCC;
}

fieldset#pages li.error_page a {
	color: black;
}

fieldset#pages legend {
	margin-left: 14px;
}

fieldset#pages {
	padding: 10px 4px;
}

fieldset#pages a {
	color: black;
}

fieldset#pages li {
	padding: 0 10px 0 15px;
}

hr {
    border: 0;
    height: 1px;
    background-color: #ccc;
    width: 100%;
}

#rec_email_image_good, #rec_email_image_bad {
	padding-left: 4px;
}

#fb_become_a_fan{
	background-repeat:no-repeat;
	width:150px;
	height:50px;
	background-image:url("/images/find_us_on_facebook.gif");
}

.cancel_button_left{
	float:left;
}

span.sds {color:#FF0000;}

.UIButton{background-image:url(/images/apfsevhg.png);border-style:solid;border-width:1px;display:-moz-inline-box;display:inline-block;outline:none;padding:3px 6px;vertical-align:bottom}
.UIButton_Text{background-color:transparent;border:none;cursor:pointer;display:block;font-size:11px;font-weight:bold;line-height:14px;*line-height:13px;margin:0;overflow:visible;padding:0;*padding-bottom:1px;width:auto;color:#333333;}
.UIButton_Icon{display:block;height:16px;margin:-2px 5px 0 0;float:left;width:16px !important}
span.UIButton_IconNoSpriteMap{background-image:url(/images/apfsevhg.png);margin-top:-1px;margin-bottom:-1px}
.UIButton_Gray {-moz-box-shadow:0 1px 0 rgba(0, 0, 0, 0.1);background-color:#EEEEEE;border-color:#999999 #999999 #888888;}
.facebook_share_section{width: 110px; margin: 4px auto 6px;}
.FBConnectButton, .FBConnectButton_RTL {-moz-background-clip:border;-moz-background-inline-policy:continuous;-moz-background-origin:padding;background-image:url(/images/connect_sprite.png); background-color:#29447E; background-repeat:no-repeat;cursor:default;display:inline-block;outline-color:-moz-use-text-color;outline-style:none;outline-width:medium;padding:0 0 0 1px;text-decoration:none;}
.FBConnectButton .FBConnectButton_Text, .FBConnectButton_RTL .FBConnectButton_Text {-moz-background-clip:border;-moz-background-inline-policy:continuous;-moz-background-origin:padding;background-image:url(/images/connect_sprite.png); background-color:#5F78AB; background-repeat:repeat;border-bottom:1px solid #1A356E;border-top:1px solid #879AC0;color:#FFFFFF;display:block;font-family:"lucida grande",tahoma,verdana,arial,sans-serif;font-weight:bold;margin:1px 1px 0 0;padding:2px 6px 4px;text-shadow:none;}
.FBConnectButton_Small,
.FBConnectButton_RTL_Small{background-position:left -232px;font-size:10px;line-height:10px}
.FBConnectButton_Small .FBConnectButton_Text{padding:2px 6px 3px;margin-left:17px}
.facebook_fan_section {width:160px;margin: 6px auto;}