
/****************************************
 * GENERAL STYLES 
 **************************************/

body.cfp {
	background-color: #304a24;
	margin: 0 auto 20px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	padding: 0;
	text-align: center; }
	
.wrapper {
	background-color: white;
	text-align: left;  }

.banner img {
	height: auto;
    width: auto;
    margin: 0 auto;
    max-height: 150px;
}
.banner a {
	text-decoration: none;
	display: block;
	width: 100%;
}
.banner h1 {
	/*visibility: hidden;
	margin-left: -9999px;
	position: absolute;
	font-size: 1px;*/
	width: 550px;
	float: right;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #ccc;
	margin: 15px 10px 5px;
}

body, body.cfp, BODY.cfp {
	background-color: #FFFFFF;
	color: #333333;
	font-size: 14px;
	line-height: 1.4em;
	 font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	}
	
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
    line-height: 1.1;
}
header, section, main, footer, aside, nav {
	display: block;
}
a {
	color: #428bca;
	text-decoration: none;
	}
	
a:hover, a:focus {
	color: #2a6496;
	text-decoration: underline;
	}
	
a:focus {
	outline-offset: -2px;
	}

h1 {
	font-size: 1.8em;
	margin-bottom: 10px;
	}
	
h2, .login h3{
	font-size: 24px;
	border-bottom: 1px solid #A6CE39;
	margin-bottom: 10px;
	padding-bottom: 10px;
	}
	
.login h3{
	font-size: 18px;
	border-bottom: 1px solid #A6CE39;
	}
	
.navbar {
	background-color: #F8F8F8;
	border-radius: 6px;
	border: 1px solid #E7E7E7;
	padding: 10px;
	margin: 20px 0px 10px -10px;
	}
	.navbar a, .navbar a:visited, .navbar a:focus {
		color: #777777;
		font-size: 14px;
		font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
		text-decoration: none;
		}
		.navbar a:hover {
			color: #555555;
			text-decoration: none;
			}
			
.containerwrapper {
	margin-top: 20px;
	z-index: 9999;
}


			
.beginsubmission {
margin-top: 10px;
	margin-left: 40px;
	padding: 1px 0;
		}
	
.btn {
    background-color: #f7f7f7;
    color: #333;
	border: 1px solid #CCC;
	padding: 5px;
	border-radius: 4px;
}


	.login label {
		width: 45%;
		float: left;
		}
		.login input {
			width: 50%;
			float: right;
			margin-bottom: 8px;
			}
			.login p {
				padding: 10px 0;
	border-bottom: 1px 
	margin-bottom: 10px;
	}
	
.programinfo p {
	margin: 10px 0;
	}
	
.programinfo ul {
	margin-left: 40px;
	}
	
.programinfo ul li {
	list-style-type: disc;
	}
		
.programinfo strong {
	margin: 10px 0;
	display: inline-block;
	}
	
.programinfo h3 {
	font-weight: bold;
	border-top: 1px solid #A6CE39;
	padding: 10px 0 0 0;
	}
	.catprep .programinfo h3 {
		border-top: none;
		}
.login {
    background-color: #efefef;
    margin-top: 20px;
    padding: 20px 10px;
}
.cfplogin {
    border: 1px solid #ccc;
    padding: 10px;
    width: 60%;
}

.login input.btn {
	clear: both;
	}



#cfp_footer {
	background-color: #333333;
	margin-top: 20px;
	padding: 20px 0;
	}
	
	.meeting_footer ul li {
		float: left;
		display: inline-block;
		margin-right: 10px;
		}
		.meeting_footer ul li:after {
			content: "|";
			color: #428bca;
			margin-left: 10px;
			}
			.meeting_footer ul li:last-child:after {
				content: "";
				}
			.meeting_footer p {
				display: block;
				margin: 10px 0;
				clear: both;
				float: none;
				}
  
/* *************************
 * Category preparation
 **************************/
body.catprep {
	font-size: 0.85em;
}
ol.preparationsteps {
	list-style-type: upper-alpha;
	margin: 10px 0;
}
ol.preparationsteps li {
	margin: 0 0 0 2em;
	padding: 0.5em 0;
	border-bottom: 1px solid #666;
}
ol.preparationsteps li ul li, ol.preparationsteps li ol li {
	border-bottom: none;
	margin: 0 0 0 2em;
	padding: 0.2em 0;
}
ol.preparationsteps li ul, ol.preparationsteps li ul li {
	list-style-type: disc;
}