@import url(/style/shared/cfp.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);

body {
	font: 13px "Open Sans","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #444;
	background-color: #FFF;
	}
	
h1, h2, h3, h4, h5, h6 {	
 font-family:"Open Sans","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
 text-align: left;
 }
	
.bannerwrapper {
	background-image: url('/img/ngwa/expo15/expoheaderbg.png');
	background-repeat: no-repeat;
	height: 175px;
	background-position: center;
	}
	.bannerwrapper .banner img {
		height: auto;
		width: auto;
		padding: 20px 0 0;
		}
		
.colorBar {
	height: 40px;
	width: 100%;
	background-color: #CC9933;
	}
/* Client Menu */
 ul.clientMenu li {
	display: inline-block;
	border-right: 1px solid #FFF;
	line-height: 40px;
	float: left;
	}
	 ul.clientMenu li a {
		color: #FFF;
		text-decoration: none;
		display: block;
		padding: 0px 10px;
		font-weight: 600;
		transition: all 0.3s ease-out 0s;
		font-size: 16px;
		}
		ul.clientMenu li a:hover {
			background-color: #006699;
		}
		ul.clientMenu li:first-child {
			border-left: 1px solid #FFF;
			}
			
/* End Client Menu */

 
.programinfo h3{
	margin-bottom: 2em;
	}
	
.programinfo .expander {
	margin-top: 1em;
	background-position: left center;
	}
	.programinfo .expandedcontent {
		margin-bottom: 1em;
		padding-bottom: 50px;
		}
		.programinfo .expandedcontent ul, .programinfo .expandedcontent ol {
			padding-left: 40px;
		}
 
 label {
	width: 6em;
	text-align: left;
	display: inline-block;
	}
	
input {
	margin: 5px 0;
	}
 
 .login {
	background-color: #EEEEEE;
	}
	
.programinfo, .login, .sidebar {
	border-radius: 0px;
	border: 0px;
	}
	
.programinfo h3, .login h3, .sidebar h3 {
	background-color: transparent;
	color: #444;
	}
	
.editsub {
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	}
	
.cfp .login input.btn {
	display: inline-block;
	margin-left: 1em;
	}
	
.cfp .login input.btn, .cfp .programinfo input.btn {
	border-radius: 3px;
	background-color: #2d5c88;
	color: #FFF;
	padding: 5px 10px 5px;
	border: none;
	cursor: pointer;
	font-weight: normal;
	}
.cfp .login input.btn:hover, .cfp .programinfo input.btn:hover {
	background-color: #426C94;
	}
	
.footerwrapper {
	background-color: #006699;
	border-top: 1px solid #444;
	font-size: 11px;
	line-height: 30px;
	}
	.footerwrapper span.copyright {
		display: inline-block;
		}
	.footerwrapper ul li {
		display: inline-block;
		float: left;
		}
		.footerwrapper a , .copyright{
			color: #eee;
			}
			.footerwrapper a:hover {
				color: #aaaaaa;
				text-decoration: underline;
				}
		.footerContent {
			padding: 15px 0;
			}
			ul.social_bookmarks {
				display: inline-block;
				float: right;
				}
				ul.menu {
					display: inline-block;
					float: right;
					margin-top: 10px;
				}
				ul.menu li {
					border-right: 1px solid #444444;
					padding: 0 10px;
					line-height: 10px;
					}
					ul.menu li:last-child{
						border-right: none;
						}
				ul.social_bookmarks li a {
					width: 30px;
					height: 30px;
					color: #80b3cc;
					line-height: 30px;
					text-align: center;
					transition: all 0.3s ease-out 0s;
					}
					ul.social_bookmarks li a:hover {
						border-radius: 30px;
						color: #FFF;
						text-decoration: none;
						}
						li.social_bookmarks_twitter a:hover {
							background-color: #46D4FE;
							}
						li.social_bookmarks_facebook a:hover {
							background-color: #37589B;
							}
						li.social_bookmarks_linkedin a:hover {
							background-color: #419CCA;
							}
						li.social_bookmarks_youtube a:hover {
							background-color: #A72B1D;
							}
							
							
				
.display_none {
	display: none;
	}
li.programinfo {display: list-item;}
ul.programinfo  {list-style-type: disc;}
o.programinfo  {list-style-type: decimal;}
/* Planner Note Val */
.callText ul {
	margin-left: 40px;
	list-style-type: disc;
	}
.callText ol {
	margin-left: 40px;
	list-style-type: decimal;
	}
	
h4 {font-weight:bold}

table, th, td {
   border: 1px solid #cccccc; padding:5px; background-color: #eeeeee;
}
	
.small {
font-size: .9em;
}

.note li  {margin-left: 20px;
list-style-type: disc;}