/* Forms */

div.applications table td {
	vertical-align: top;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid #ccc;
}

div.applications table td.indented {
	padding-left: 30px;
}

div.applications table tr {

}

div.applications form input.short {
	width:60px;
}

div.e-form form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 80%;
}
div.e-form fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
div.e-form fieldset legend {
	background:#fff;
	color: #e32;
	font-size: 110%;
	font-weight: bold;
}
div.e-form fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
div.e-form fieldset fieldset legend {
	font-size: 100%;
	font-weight: normal;
}
div.e-form fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
div.e-form form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
div.e-form form div.input {
	color: #444;
}
div.e-form form div.required {
	color: #333;
	font-weight: bold;
}
div.e-form form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
div.e-form label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
div.e-form input, div.e-form textarea {
	clear: both;
	font-size: 100%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
}
div.e-form select {
	clear: both;
	font-size: 100%;
	vertical-align: text-bottom;
}
div.e-form select[multiple=multiple] {
	width: 100%;
}
div.e-form option {
	font-size: 100%;
	padding: 0 3px;
}
div.e-form input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
div.e-form input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.e-form div.radio label {
	margin: 0 0 6px 20px;
}
div.e-form input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

/* application form */

/* Forms */
div.apply-form form {
	clear: both;
	margin-right: 20px;
	padding: 0;
}
div.apply-form form div {
	clear: both;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: text-top;
}
div.apply-form form div.input {

}
div.apply-form form div.required {
	color: #333;
	font-weight: bold;
}
div.apply-form form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
div.apply-form label {
	float: left;
	display: inline;
	width: 100px;
}
div.apply-form input, div.apply-form textarea {
	clear: both;
	margin-left: 80px;
}
div.apply-form select {
	margin-left: 80px;
}
div.apply-form select[multiple=multiple] {
	margin-left: 80px;
}
div.apply-form option {
	font-size: 100%;
	padding: 0 3px;
}
div.apply-form input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
div.apply-form input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.apply-form div.radio label {
	margin: 0 0 6px 20px;
}
div.apply-form input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

/* end application form */

div.message, div#flashMessage {
	clear: both;
	color: #333;
	margin: 10px;
	border: 1px solid #00334F;
	background-color: #FEFD8E;
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
}

div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}

.item-title {
	font-weight: bold;
	font-size: 13px;
	margin-top: 0px;
}

.item-date {
	font-size: 14px;
	color:#333333;
	margin-bottom: 0px;
}

.event-photo {
	float: right;
	padding-left: 0px;
	padding-bottom: 0px;
}


.event-photo-left {
	float:left;
	padding:0px;
	margin:0px;
	border:solid 1px #00334F; 
	}
	
	
	
#event-border {
	border-top:solid 1px #00334F; 
	margin-top:10px;
}

#admin-bar {
	background-color: #00334f;
	padding: 4px;
	font-size: 11px;
	margin-bottom: 10px;
	color: #FFF;
}

#admin-bar a:link {
	color: #FFF;
}

#admin-bar a:visited {
	color: #FFF;
}

ul#icContacts {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}

#icContacts li {
	float: left;
	width: 280px;
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

table.e-inner {
	font-size: 80%;
	font-family: Arial;
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
}
table.e-inner th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
table.e-inner th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
table.e-inner th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table.e-inner tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
table.e-inner tr.altrow td {
	background: #f4f4f4;
}
table.e-inner td.actions {
	text-align: center;
	white-space: nowrap;
}
table.e-inner td.actions a {
	margin: 0px 6px;
}

.contact_droppable {
	border: 3px dotted #000 ;
}