﻿/* Master Page */

.Quote {
    padding: 8px;
}
.QuoteText:before {
    font-size: 125%;
    line-height: 80%;
    font-weight: bold;
    content: "\201C";
}
.QuoteText:after {
    font-size: 125%;
    line-height: 80%;
    font-weight: bold;
    content: "\201D";
}
.QuoteAuthor:before {
    margin-left: 20%;
    content: "\2014  ";
}
.QuoteAuthor {
    font-variant: small-caps;
}
/* Apply.aspx */
.Application {
    width: 90%;
    font-weight: bold;
}
.Application col:first-child {
    width: 12em;
}
.Application tr {
    height: 2em;
}
.Application th {
    text-align: right;
    padding-right: 1em;
}
.Application th:after, .ApplicationItemLabel:after {
    content: "\2006:";
}
.ApplicationExplanation {
    font-weight: normal;
}
tr.Separator {
    height: 0.5em;
}
tr.BigSeparator {
    height: 5em;
}
.EmphasizedMonth {
    color: #FF3333;
}

/*** Text and Input Styles ***/
.TextArea-HowLongDSLR,
.TextArea-BestTime,
.TextArea-Experience {
    width: 390px;
    height: 70px;
}
.TextArea-Availability {
    width: 390px;
    height: 40px;
    margin: 3px 0 3px 0;
}
.TextBox-Availability {
    margin: 3px 0 3px 0;
}
.TextBox {
    width: 250px;
}
.ErrorIndicator {
    color: #cc0000;
    font-weight: bold;
}
.ErrorText {
    color: #cc0000;
}
ul.certification {
    font-size: 85%;
}

input.ApplyButton {
	font-size: 116%;
	font-weight: bold;
	padding: 10px;
	margin-top: 0.6em;
}

#ProblemsFooter {
	float: right;
	width: 390px;
	line-height: 1.4em;
	background-color: #D7E0E0;
	padding: 8px;
}

#ProblemsFooter h3 {
	margin-top: 0em;
	margin-bottom: 0.25em;
}