body {
	font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: 90%;
	font-weight: 400;
	line-height: 20px;
	font-variant: normal;
	color:#000;
	background-color: #FFFFFF;
	height: 100%;
	min-height:100%;
}
.container {
   height: auto;
   overflow: hidden;
   margin-left:auto;
   margin-right:auto;
   width:950px;
}
.footerBar {
	height:50px;
	width:100%;
	color:#FFF;
	display:block;
}
.subHeading {

}
.blueLink {
	cursor:pointer;
	font-size: 90%;
	color: blue;
}
.right {
    width: 302px;
    float: right;
    background-color: #FFFFFF;
}
.right-2 {
    width: 100%;
   // float: right;
   display: none;
    background-color: #FFFFFF;
    position: absolute; top: 0; right: 0;
//padding-bottom: 20000px;
//margin-bottom: -20000px;
}
.left {
    float: none; /* not needed, just for clarification */
    background: #FFFFFF;
    /* the next props are meant to keep this block independent from the other floated one */
    width: 638px;
    overflow: hidden;
	margin:auto;
}
.left-2 {
    float: none; /* not needed, just for clarification */
    background: #FFFFFF;
    /* the next props are meant to keep this block independent from the other floated one */
    width: 100%;
	display: block;
    overflow: hidden;
}
.logoImage {
	margin-left:150px;
}
.actionSelector {
	width: 100%;
}
.headerDiv {
	background-color:#3a393a;
	width:950px;
	margin:auto;
	height:80px;
	display: block;
	z-index:-1000;
	vertical-align: middle;
}
.footerDiv{
	display: block;
	background-color: #c0c0c0;
	width:100%;
	height:30px;
	vertical-align: text-top;
}
.searchBox {
	background-color: transparent;
	background: url(logos/event_dog_paw.png) no-repeat scroll 5px 4px;
	padding-left:30px;
	border: 1px solid;
	border-radius: 25px;
	line-height: 30px;
	width: 200px;
	color: #CCC;
	font-size: 80%;
	margin-left: 10px;
	margin-top: 40px;
	z-index:1000;
}
input[type=number] {
	padding: 15px;
	font-size: 100%;
	height: 30px;
}

input[type=radio] {
	top: 0;
    left: 0;
	
}
input[type=checkbox] {
	width: 13px;
	height: 13px;
	padding: 0;
	margin:0;
	vertical-align: middle;
	position: relative;
	top: -1px;
	*overflow: hidden;
}
input[type=text] {
	color: #0000000;
	max-width:90%;
	height: 30px;
	border-radius: 3px;
	font-size: 100%;
	padding: 15px;
	border:.5px solid #999999;
}
input[type=email] {
	color: #0000000;
	max-width:90%;
	height: 30px;
	border-radius: 3px;
	font-size: 100%;
	padding: 15px;
	border:.5px solid #999999;
}
input[type=password] {
	color: #0000000;
	max-width:90%;
	height: 30px;
	border-radius: 3px;
	font-size: 100%;
	padding: 15px;
	border:.5px solid #999999;
}
select {
	height: 30px;
	border-radius: 3px;
	font-size: 100%;
	padding: 5px;
}
.formCheckboxLabel {
	display: block;
	padding-left: 5px;
	text-indent: 5px;
}
.formRadioLabel {
	display: inline-block;
	padding-left: 5px;
	text-indent: 5px;
}
.alignImageTop {
	vertical-align: text-top;
}
.transButton {
	border: 0px solid;
	color: #e7e7e9;
}

.greyFont {
	margin-top: 40px;
	color: #B3B3B3;
	margin-left: 10px;
	margin-top: 35px;
}
.optionButton {
	font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #FFF;
	font-size: 90%;
	margin-left: 10px;
	float: right;
	margin-right: 10px;
	margin-top: 40px;
	padding: 10px;
	line-height: 1.2;
	cursor:pointer;
	font-weight:bold;
}
.selectNoDecoration {
	font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight:normal;
	float: right;
	margin-right: 10px;
	margin-top: 20px;
	background: transparent;
	background: url(https://eventdog.com/a/admin/admin_images/down_chevron.png) no-repeat scroll 5px 4px;
	background-position: right;
	padding: 5px;
	line-height: 1.2;
	border: 0;
	border-radius: 0;
	font-size: 80%;
	color: #FFF;
	-webkit-appearance: none;
	-prefix-appearance: none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	text-align-last:right;
}
.modal_overlay{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("../admin/admin_images/opaque_background.png");
	z-index:1000;
	padding:20px;
}
.modal_div300 {
	width:300px;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	background-color:#FFF;
	position: relative;
	top: 50%;
	max-height:80%;
	overflow-x:auto;
	overflow-y:auto;
	transform: translateY(-50%);
}
body.modal_overlay{
	overflow:hidden;
}
form {
	display:inline;
	margin:0px;
	padding:0px;
}
.redButton{
	font-size:90%;
	color:#FFFFFF;
	font-style:italic;
	background-color:#E82828;
	margin-bottom:15px;
	border-radius:5px;
	padding-left:13px;
	padding-right:13px;
	padding-top:8px;
	padding-bottom:8px;
	cursor:pointer;
}
.redButtonRight{
	font-size:90%;
	color:#FFFFFF;
	font-style:italic;
	background-color:#E82828;
	margin-bottom:15px;
	border-radius:5px;
	padding-left:13px;
	padding-right:13px;
	padding-top:8px;
	padding-bottom:8px;
	cursor:pointer;
	float:right;
	margin-right:0px;
}
.roundedBlock {
	border:0px #e6e6e8 solid;
	border-radius:0px;
	margin-bottom:10px;
	
//	color:#999999;
}
.roundedBlockContainer {
	padding-left:10px;
	padding-right:10px;
}
.headerRounded {
	background-color:#FFF;
	border-radius:0px;
	color:#000;
	text-align:left;
	padding-top:4px;
	padding-bottom:4px;
	padding-left: 0px;
	border-bottom: 2px solid #3a393a;
	font-weight: bold;
}
.sideNav {
//	color:#999999;
	text-decoration: none;
	margin-left:5px;
	margin-bottom:5px;
	font-size: 100%;
	display:block;
	cursor:pointer;
}
a.mailto:link visited {
	color:#999999;
	text-decoration: none;
	margin-left:5px;
	margin-bottom:5px;
	font-size: 100%;
}
.spanLink {
	cursor:pointer;
	background-color:#e6e6e8;
	color:#000000;
	border-top:0.1em solid #777;
	border-left:0.1em solid #777;
	border-bottom:0.1em solid #aaa;
	border-right:0.1em solid #aaa;
	padding-left:0.2em;
	padding-right:0.2em;
	border-radius: 5px;
}
.spanLink_small {
	cursor:pointer;
	background-color:#e6e6e8;
	font-size: 70%;
	color:#000000;
	border-top:0.1em solid #777;
	border-left:0.1em solid #777;
	border-bottom:0.1em solid #aaa;
	border-right:0.1em solid #aaa;
	padding-left:0.1em;
	padding-right:0.1em;
	border-radius: 5px;
}
.spanLink_flat {
	cursor:pointer;
	color:#003366;
	font-style:bold;
	font-size:90%;
}
.spanLink_flat:hover {
	cursor:pointer;
	color:#003366;
	font-style:bold;
	text-decoration:underline;
	font-size:90%;
}
a.sidenavLink_small:link {
	color:#565757;
	text-decoration: none;
	margin-left:5px;
	font-size: 90%;
}
a.sidenavLink_small:visited {
	color:#565757;
	text-decoration: none;
	margin-left:5px;
	font-size: 100%;
}
.formLabel {
	width:225px;
	display:inline-block;
	text-align: right;
	margin-right:15px;
}
.questionContainer {
	cursor:pointer;
	padding-bottom:15px;
}
.mask{
	position: relative;
	overflow: hidden;
	margin: 0px auto;
	width: 90%;
	background-color: #FFFFFF;
}
.header{
	float: left;
	width: 100%;
	background-image: url("../../eventImages/swimstart.png");
	background-repeat: no-repeat;
}
.colleft{
	position: relative;
	width: 100%;
	right: 50%;
	background-color: transparent;
}
.col1{
	position: relative;
	overflow: hidden;
	float: left;
	width: 48%;
	left: 101%;
	background-color: transparent;
}
.col2{
	position: relative;
	overflow: hidden;
	float: left;
	width: 48%;
	left: 3%;
	background-color: transparent;
}
.col3{
	margin-left:auto;
	margin-right:auto;
	background-color: transparent;
}
.footer{
	float: left;
	width: 100%;
	background-color: #FFFFFF;
}
.halfLabel {
	width:350px;
	display:inline-block;
//	text-align: right;
	font-weight: bold;
	margin-right:5px;
}
.quarterLabel {
	width:100%;
	display: block;
//	text-align: right;
	margin-right:5px;
	font-size: 100%;
	margin-left:0px;
	margin-bottom: 5px;
	font-weight:bold;
}
.activityRollover td {
	padding-bottom: 10px;
}
.activityRollover tr:hover {
	background-color: #e6e6e8;
	cursor:pointer;
	
}
td {
	font-size: 90%;
	padding-top: 5px;
//	color:#999999;
}
.error {
	color: red;
	font-size:90%;
}
.header_nomouse {
	background-color:#FFFFFF;
	cursor:default;
}
.footnote {
	font-size: 80%;
	margin-left:0px;
}
.mobileView{
	display:none;
}
.divTable {
	display:table-layout;
	width:100%;
}
.divRow {
	display:table-row;
}
.divHeaderCell {
	display:table-cell;
	padding-left: 5px;
	padding-right: 5px;
	padding-top:3px;
	font-weight: bold;
	vertical-align: middle;
	padding:5px 15px 5px 15px;
}
.divCell {
	display:table-cell;
	padding:5px 15px 5px 15px;
	margin-bottom:5px;
	vertical-align: middle;
}
.insideTableBorders {
	border-style:hidden;
}

.insideTableBorders th {
	border: 1px solid #fff;
	padding-right:13px;
}
.insideTableBorders tr:hover {
	background-color:#e9e9e9;
}
.onethirdcolumn {
	padding:10px;
	display:inline-block;
	width:30%;
	vertical-align:top;
}
.twothirdcolumn {
	padding:10px;
	vertical-align:top;
	width:60%;
	float:right;
}
.iframemap {
	display:block;
	height: 175px;
	width: 500px;
	float: right;
}

.smallLogoEventPage {
	display: inline;
	max-width:240px;
	float: right;
}
.mobileBlock{
	display:inline;
	margin-left:10px;
}
.procDIV2{
	max-width:600px;
	height:200px;
	min-height: 200px;
	max-height: 500px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
	border:0px solid #999999;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
}
.merchAddToCart{
	float:right;
	width:100%;
}
.merchImages{
	float:left;
	width:300px;
	margin-left:-300px;
}
.merchDisplayDIV{
	margin-left:300px;
}
@media only screen and (max-width: 350px) {
    /* For mobile phones: */
	.merchAddToCart{
		float:left;
		width:100%;
	}
	.merchImages{
		float:left;
		width:100%;
		margin-left:0px;
	}
	.merchDisplayDIV{
		margin-left:0px;
	}
	.mobileBlock{
		display:block;
		margin:0;
	}
	.smallLogoEventPage {
		display: block;
		width: 100%;
		max-width: 100%;
		margin-bottom: 10px;
	}
	.footerBar {
		height:150px;
		width:100%;
		color:#FFF;
	}
	.footerMenuDivide {
		display: none;
	}
	.footerMenu {
		display:block;
		margin:auto;
	}
	.insideTableBorders table { 
		display: block; 
	}
	.insideTableBorders thead { 
		display: block; 
	}
	.insideTableBorders tbody { 
		display: block; 
	}
	.insideTableBorders th { 
		display: block; 
	}
	.insideTableBorders td { 
		display: block; 
	}
	.insideTableBorders tr { 
		display: block; 
	}
	.divHeaderCell {
		display: block;
	}
	.formLabel {
		display: block;
		text-align: left;
		font-weight: bold;
	}
	.onethirdcolumn {
		display:block;
		margin:auto;
		width:100%;
	}
	.twothirdcolumn {
		display:block;
		margin:auto;
		position: relative;
		overflow: hidden;
		padding-top: 56.25%;
		width:100%;
		margin-bottom: 10px;
	}
	.headerDiv {
		width: 90vW;
	}
	.iframemap {
		position: absolute;
		border:0;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		height: 350px;
		width: 100%;
		border: 0;
	}
	.roundedBlock {
		display:block;
	}
	.redButtonRight{
		margin-left:auto;
		margin-right:auto;
		margin-bottom:10px;
		float:none;
		display:block;
	}
	.optionButton {
		width:90%;
		margin-top:0px;
		margin-bottom:0px;
		margin-left:10px;
	}
	.selectNoDecoration {
		width:90%;
		text-align-last:left;
		margin-top:0px;
		margin-bottom:0px;
		margin-left:10px;
	}
	.divCell {
		display: block;
		border-bottom: 1px solid c0c0c0;
	}
	[class*="left"] {
        width: 100%;
        margin-right:10px;
    }
    [class*="left-2"] {
        width: 100%;
        margin-right:10px;
    }
    [class*="right"] {
        width: 100%;
        margin-right:10px;
    }
    [class*="right-2"] {
        width: 100%;
        margin-right:10px;
        position: relative;
    }
    [class*="quarterLabel"] {
    	display:block;
    	margin-left:2px;0
		margin-right:0px;
		margin-left:0px;
	}
    [class*="container"] {
        width: 100%;
		padding: 5px;
    }
    [class*="logoImage"] {
        margin-left:10px;
    }
    [class*="optionButton"] {
        margin-right:10px;
    }
    [class*="mobileView"] {
        display:inline;
    }
    [class*="nonMobileView"] {
        display:none;
    }
	input[type=text] {
		max-width:80%;
		height: 30px;
		border-radius: 3px;
		padding: 5px;
		font-size: 100%;
		border:.5px solid #999999;
	}
	input[type=email] {
		max-width:80%;
		height: 30px;
		border-radius: 3px;
		padding: 5px;
		font-size: 100%;
		border:.5px solid #999999;
	}
	input[type=password] {
		max-width:80%;
		height: 30px;
		border-radius: 3px;
		padding: 5px;
		font-size: 100%;
		border:.5px solid #999999;
	}
	input[type=nummber]{
		max-width:80%;
		border:.5px solid #999999;
	}
	input[type=email]{
		max-width:80%;
		margin-left:0px;
		border:.5px solid #999999;
	}
	.procDIV2{
		width:100vW;
		margin-left:-20px;
	}
}
.redButton{
	font-size:90%;
	color:#FFFFFF;
	font-style:italic;
	background-color:#E82828;
	margin-bottom:15px;
	border-radius:5px;
	padding-left:13px;
	padding-right:13px;
	padding-top:8px;
	padding-bottom:8px;
	cursor:pointer;
}

.redButtonSmall{
	font-size:90%;
	color:#FFFFFF;
	font-style:italic;
	background-color:#E82828;
	margin-bottom:15px;
	border-radius:5px;
	padding-left:13px;
	padding-right:13px;
	padding-top:3px;
	padding-bottom:3px;
	cursor:pointer;
	width: 170px;
}
.redButtonCancel{
	font-size:90%;
	color:#FFFFFF;
	font-style:italic;
	background-color:#999999;
	margin-bottom:15px;
	border-radius:5px;
	padding-left:13px;
	padding-right:13px;
	padding-top:8px;
	padding-bottom:8px;
	cursor:pointer;
}
.redButtonCancelSmall{
	font-size:90%;
	color:#FFFFFF;
	font-style:italic;
	background-color:#999999;
	margin-bottom:15px;
	border-radius:5px;
	padding-left:13px;
	padding-right:13px;
	padding-top:3px;
	padding-bottom:3px;
	cursor:pointer;
}
.tooltip{
    display: inline;
    position: relative;
}
.tooltip:hover:after{
    background: #333;
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    content: attr(title);
    left: 20%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 220px;
}
.tooltip:hover:before{
    border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
}
.noClass {
	display:block;
}
.hideSlider{
	display:block;
}
.headerMenu {
	color:#FFF;
	padding-left:10px;
	padding-right:10px;
	cursor:pointer;
	height: 80px;
	line-height: 80px;
	white-space: nowrap;
	display: inline-block;
	border-bottom: 0;
}
.headerMenuDivide {
	color:#FFF;
	padding-left:10px;
	padding-right:10px;
	height: 80px;
	line-height: 80px;
	white-space: nowrap;
	font-size:85%;
	display: inline-block;
	border-bottom: 0;
}
.headerMenu:hover {
	border-bottom: 2px solid #E82828;
}
.footerMenu {
	color:#999;
	padding-left:10px;
	padding-right:10px;
	cursor:pointer;
	height: 50px;
	line-height: 50px;
	white-space: nowrap;
	font-size:85%;
	display: inline;
}
.footerMenu:hover {
	color: #E82828;
}
.footerMenuDivide {
	color:#999;
	padding-left:10px;
	padding-right:10px;
	height: 50px;
	line-height: 50px;
	white-space: nowrap;
	font-size:85%;
}
