/** STYLING FOR SUMMER SCHEME FORMS **/

#summerSchemes {
	padding: 15px 30px;
}

#summerSchemes h4 {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	font-family: arial, helvetica, sans-serif;
	margin-bottom: 10px;
}

#summerSchemes h5 {
	font-size: 13px;
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}

h3.topTitle{
	color:#B34A45;
	margin:5px 0 15px;
}

#summerSchemes table.formTable {
	margin-bottom: 20px;
}

#summerSchemes td {
	padding: 2px 0;
	vertical-align: top;
}

#summerSchemes td.label {
	text-align: left;
	padding-right: 10px;
	width: 170px;
}

#summerSchemes td.element {
	width: 153px;
}

#summerSchemes td.notes {
	font-size: 11px;
	padding-left: 10px;
}

#summerSchemes input.short {
	width: 43px;
}

#summerSchemes textarea {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	width: 170px;
	height: 60px;
}

#summerSchemes textarea.largeTextarea {
	width: 325px;
	height: 80px;
}

#summerSchemes textarea.otherInfo {
	width: 500px;
}

#summerSchemesTerms {
	padding: 40px;
}

#summerSchemes table.schemeWeek td {
	vertical-align: top;
	padding: 2px;
	margin: auto 5px;
}

#summerSchemes table.schemeWeek td select {
	width: 140px;
}

table.schemeWeek td.weekName{
	font-weight: bold;
	vertical-align: middle !important;
}

table.schemeWeek td.synagogueName{
	width: 120px;
}

#emptyApplication {
	padding-bottom: 60px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 10px;
}

div.applicationSummary{
	margin: 15px 0;
	border-bottom: 1px solid #CCCCCC;
}

div.applicationSummary div.name{
	margin: 5px 0;
	font-weight: bold;
}

div.applicationSummary div.name span.remove {
	float: right;
	color: red;
	font-weight: bold;
	text-decoration: underline;
	font-size: 11px;
	cursor: pointer;
}

div.applicationSummary table.schemes{
	margin: 15px 0;
	width: 100%;
}

div.applicationSummary table.schemes td{
	padding: 3px;
}

div.applicationSummary table.schemes td.cost{
	text-align: right;
	font-weight: bold;
}

.totalText{
	width: 470px;
	padding-right: 10px;
}

.red{
	color: #F00;
}
