/* CSS Document */

body {
	height: 100%;
	margin: 0; 
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0em;
	margin-top: 0em;
	text-align: center; 
	font-family: Futura, Futura-Medium, "Futura Medium", "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", sans-serif;
}
#contentContainer{
	border-top: none;
	border-left: .5em solid #50788d;
	border-right: .5em solid #50788d;
	text-align: left;
	position:relative; 
    margin: 0em 1em; /* center, not in IE5 */
    min-height: 100vh;/* real browsers */
	padding: 1em;

}
#header {
	margin: -1em; 
	margin-bottom: 1em;
	height: 6em; 
	background: #50788d;
	padding: 1em;
	color: #FFFFFF;
}
#branding {
	float: left;
	width: 50%;
} 

#branding h1{
	
}
#mainMenu {
	float: right;
}
#mainMenu ul {
	list-style: none;
}
#mainMenu ul a {
	color: #FFFFFF;
	text-decoration:  none;
	
}
#userLink {
	
}
#content {
	background: #FFFFFF;
}
#footer {
	margin-left: -1em;
    position:absolute;
    width:100%;
	height: 6em;
    bottom:0; /* stick to bottom */
	background:#50788d;
}
#footerContainer {
	padding:1em;
	
}
#footerBranding {
	float: left;
	width: 60%;
}
#footerMenu {
	float: right;
	width: 38%;
}

/* Forms */
fieldset {
	border: solid 1px #50788d;
}
fieldset legend {
	border: 1px solid #50788d;
	background: #FFFFFF;
	padding: .5em;
}
fieldset #description {
	width: 80%;
	height: 6em;
	
}
.hidden {
	display: none;
}

/* Forms */

form fieldset ul li {
	text-align: left;
	text-decoration: none;
	padding: .5em;
}
form label {
	border: 1px solid #45718b;
	background: #eef5f9;
	margin: 1em .1em;
	text-align: left;
}
fieldset p {
	font-size: 1.2em;
	line-height: 1.6em;
}
legend {
	padding: .25em 1.5em;
	background: #eef5f9;
	font-size: 1.2em;
	color: #434343;
	border: 1px solid #45718b;
	border-radius: .5em;
}
#decal {
	float: left; 
	height: 100px;
	border: 1px solid #333;
	margin: .1em;
	border-radius: .2em;
}
input[type=text], input[type=file], input[type=email], select {
	font-size: 1.2em;
	border-radius: .2em;
}
#expectation_wrapper p {
	padding: .5em .25em .25em .5em;
	border: 1px solid #444444;
	overflow:auto;
	border-radius: .5em;
}
input[type=submit] {
	font-size: 2em;
	margin: auto;
}
label.error { 
/* Deal with error reporting on form validation. */
	font-size: .6em;
	padding: .3em;
	margin: .1em;
	border-radius: .3em;
	
}
input.error, select.error{
	border: 1px solid #CC0000;
	color: #000000;
	background-color: #FFFFE0;
	text-align: left;
}
.big_pic {
    width: 600px;
}
.small_pic {
    width: 300px;
}
li.Active {
	border: 1px solid #E47200;
	padding: .2em .5em; 
}
li.Active span {
	border: 1px solid #E47200;
	background-color: #FFE188;
	font-weight: 500;
	padding: 0em .1em;

}
.attendance_table {
	margin: 1em;
}
.attendance_table th, .attendance_table td, .attendance_table th {
	border: 1px solid #333333;
	text-align: center;
}
.attendance_table td.attendee_names {
	text-align: left;
	
}
.clear_helper {
	clear: both;
	width: 100%;
	text-align: center;
}
.clear_helper input {
	text-align: center;
}
.left_choice_menu {
	float: left;
	width: 40%;
}
.right_choice_menu {
	float: right;
	width: 40%;
}
.All_Session_Container {
	clear: both;
}
.event_description {
	width: 50%; 
	height: 10em;
	display: block;
	
}
.important {
	color: firebrick;
	border: solid 1px #666666;
}
form ul {
	padding-left: 5px;
}
form li {
	padding: .5em;
	margin: .2em .2em;
	border: solid 1px #333333;
	list-style: none;
}
li.disabled { 
	color: #999999;
	background-color:#F0EFF8;
}