/* popout.css */


/* no javascript message style */	
.popout #nojs {
	color: red;
	font-weight: bold;
	font-size: 1.3em;
	border: 2px solid red;
	background-color: #fcb5a0;
	padding: 10px;
	margin: 30px;
	text-align: center;
}

/* popout general style */
.popout {
	margin: 0 auto;
	font-size: 12px;
	font-family: helvetica, arial, sans-serif;
	color: #000;
}

/* widths of windows */
#apply {width: 550px;}
#contact {width: 455px;}
#experiences {width: 700px;}
#scholarships {width: 650px;}

/* overall header title */
.popout #header {
	font-family: georgia;
	font-size: 1.8em;
	font-style: italic;
	text-decoration: underline;
	padding: 0;
}

/* intro paragraph */
.popout .instruct {
	padding: 0;
	margin: 0;
	clear: both;
}

/* subtitle */
.popout .title {
	font-family: georgia;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
	padding: 10px 10px 0 0;
	font-size: 1.1em;
	font-weight: bold;
	clear: both;
}

/* right subtitle */
.popout .titleR {
	width: 100%;
	font-family: georgia;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
	padding: 10 10px 0 0;
	font-size: 1.1em;
	font-weight: bold;
	text-align: right;
}

/* experiences floated left and right */
#experiences .experienceL {
	width: 675px;
	float: left;
	text-align: left;
	margin-top: -10px;
}
#experiences .experienceR {
	width: 675px;
	float: right;
	text-align: right;
	margin-top: -10px;
}

/* scholarship table */
#scholarships tr {
	font-size: 1.1em;
	border-spacing: 10px;
	height: 20px;
}
#scholarships #school {width:220px;}
#scholarships #formula {width: 200px;}
#scholarships #max {width: 180px;}

/* overall form properties */
.popout #form {
	margin-top: 20px;
}

textarea {
	width: 337px;
	height: 70px;
	margin-bottom: 5px;
}

/* for validation purposes only */
#check {
	visibility: hidden;
}

/* left column with contents floating right */
.popout .fright {
	text-align: right;
	margin-right: 3px;
	margin-top: 3px;
	float: left;
}
#apply .fright {width: 200px;}
#contact .fright {width: 100px;}

/* javascript validation error output */
.popout .error_strings { 
	font-size: 14px;
	font-weight: bold; 
	color: #ff1c00;
	display: block;
	margin-left: -20px;
}

#contact input, textarea {
	float: left;
}