
html, body {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	width:100%;
	overflow-x:hidden;
}
div, table, td, li {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;	
}

#header {
	text-align: center;
	padding: 0px;
}
#header .blockImport {

}

#linksbar {
	float: left;
	width: 150px;
	clear: both;
	padding-left: 10px;
}
#linksbar ul, #linksbar li { display: inline; margin: 0; padding: 0 }
#linksbar a {
	display: block;
	padding: 3px;
	margin: 5px;
	color: blue;
}

#content {
	background-color:#eaeaea;
	padding: 10px 20px;
}

#footer {
	background-color: white;
	width:100%;
	padding: 0px;
}
div.blockImport.container {
	width:100% !important;
	max-width:1300px !important;
	padding:0px;
	margin-right:0px;
}
/*adjusts how events are displayed on reg form*/
div.EventSetBox input { 
	float: left;
	vertical-align:top;
	margin-top:5px;
}

input[type="checkbox"] {
	width:20px;
	height:20px;
	margin-top:2px !important;
}

div.eventInfo {
	margin-left:5px;
	margin-bottom:30px !important;
	margin-bottom: 1em;
	display:inline-block;
	width: 90%;

}
#eventInfoPlaceholder > h4 {
	text-align:center;
	padding:20px 0px;
}
#renderedDatesBox {
	margin-left:10%;
}
#renderedExistingDatesBox {
	margin-left:10%;
}
#renderedDatesBox > label {
	display: block
}
#authenticationPlaceholder {
	/*float: right;
	padding: 3px 5px;
	background-color: #ddd;*/
	margin:20px auto;
	font-weight:bold;
	padding:10px;
	background-color:#EAEAEA;
}
#authenticationPlaceholder .link {
	font-weight:bold;
  }
#authenticationPlaceholder .link:hover {
	text-decoration:underline;
}
#Error #fieldsPlaceholder { font-family: monospace }
.questionRow {
	padding:10px 0px;
}
.questionList {
	width:80%;
	margin:0px auto;
}
.questionRow > div > input {
	width:100%;
	border-radius:6px;
	border:1px solid #aaaaaa;
	height:40px;
	font-size:16px;
	padding:10px;
}
#submitButton2:hover {
	background-color:hsl(211, 100%, 43%);
}
form {
	background-color:#eaeaea !important;
}
#main-body {
	padding:0px !important;
}
#renderedDatesBox {
	width:100%;
	max-width:800px;
	margin:10px auto;
}
.confirmDates {
	width:80% !important;
	margin:0px auto;
}
.confirmDates > tbody > .odd {
	background-color:#ffffff;
}
.confirmText {
	width:80% !important;
	margin:0px auto;
}
.navUl {
	margin:0px auto !important;
}
.navUl > li {
	padding-top:0px;
	/*line-height:48px;*/
	vertical-align:middle;
}
.navUl > li:nth-child(2) {
	display:none;
}
.navUl > li > a {
	font-style:normal;
	
}
.navUl > li.active > a {
	color:#bbbbbb !important;
}
#navUl > li > a:hover {
	text-decoration:underline;
}
#navUl > li.active > a:hover {
	text-decoration:none;
}
table.eventChoices > tbody > tr > td:nth-Child(1) {
	text-align:center;
}
.eventChoices, .warning  {
	width:80%;
	max-width:800px;
	margin:0px auto;
	background-color:#FFFFFF;
	padding:10px;
}
.desc {
	color:#5F259F;
	margin-top:8px;
}
        #isicontain {
        
            margin-top:50px;
            width:100%;
            margin:0px auto;
            background-color:#ffffff;
            font-size:14px;
    
        }
        
        .isidiv {
            padding:20px 10%;
        }
        
        .boxwrn {
            font-weight:normal;
            padding:10px;
            border:1px solid #333333;
            margin-bottom:20px;
        }
        
        .juvbld {
            color:#7030A0;
            font-weight:bold;
        }
        
        table.ftrtbl > tbody > tr > td {
            text-align:center;
        
        }
        
        table.inset > tbody > tr > td {
            padding:0px !important;
		
        }
#navUlSpcr {
	display:;
}


