﻿<!--[if lt IE 10]>
<style>
	.lpcta-blue {
		background: #006AAC;
	}
    .lpcta-orange {
		background: #DA8D13;
	}
    .lpcta-green {
		background: #62A83B;
	}
    .lpcta-red {
		background: #B71933;
	}
    .lpcta-purple {
		background: #8B197E;
	}
    .lpcta-cyan {
		background: #0090D4;
	}
    .lp-datetime {
		background: #d5e4ed;
	}
    .lp-rules {
		background: #d5e4ed;
    }
    .schedule-header {
    	background: #333333;
    }
    .schedule-subheader {
    	background: #0062A3;
    }
    .schedule-cell {
    	background: #DDDDDD;
    }
</style>
<![endif]-->

#boxsizingfix div{
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}
#lp-wrapper {
	margin: auto;
	padding: 0px;
	width:960px;
	background: #FFF;
	font-size: 1.1em;
}	
#lp-wrapper em {
	color: #666;
}
#lp-headergraphic {
	width: 960px;
	height: 360px;
	background: #333;
}
#lp-headertext {
	background-image: -webkit-linear-gradient(top, #d5e4ed 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(top, #d5e4ed 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(top, #d5e4ed 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(top, #d5e4ed 0%, #FFFFFF 100%);
	background-image: linear-gradient(top, #d5e4ed 0%, #FFFFFF 100%);
	width: 900px;
	padding: 30px 30px 30px 30px;
	font-size: 1.1em;
}
#lp-headertext h1 {
	font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #0071BC;
	font-weight: bold;
	font-size: 2.5em;
	margin: 0px;
	padding: 0px;
}
.lp-bodywrap {
	margin: auto;
	padding: 0px;
	width:960px;
	background: #FFF;
	font-size: 1.1em;
}
.lp-description {
	background: #FFFFFF;
	float: left;
	width: 420px;
	padding: 30px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
	font-weight: normal;
	font-size: 1.1em;
	line-height: 1.5em;
}
.lp-description p:first-child {
	padding-top: 0px;
	margin-top: 0px;
}
.lp-description p:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.lp-datetime {
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #d5e4ed 100%);
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #d5e4ed 100%);
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #d5e4ed 100%);
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #d5e4ed 100%);
	background-image: linear-gradient(top, #FFFFFF 0%, #d5e4ed 100%);
	border-radius: 0px 0px 8px 8px;
	-moz-border-radius: 0px 0px 8px 8px;
	-webkit-border-radius: 0px 0px 8px 8px;
	float: left;
	width: 420px;
	padding: 30px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
	font-weight: normal;
	font-size: 1.1em;
	line-height: 1.5em;
}
.lp-datetime div:last-child {
	margin-bottom: 0px;	
}
.lp-suppliers {
	float: right;
	width: 420px;
	padding: 30px;	
}
.lpcta {
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 20px 0px 20px 0px;
	width: 70%;
	opacity: 1.00;
}
.lpcta:hover {
	opacity: 0.90;
	box-shadow: 0 0 1em white;
	-moz-box-shadow: 0 0 1em white;
	-webkit-box-shadow: 0 0 1em white;
}
.lpcta a{
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 10px 20px 10px 20px;
}
.lpcta-blue {
	background-image: -webkit-linear-gradient(top, #0089cf 0%, #004b88 100%);
	background-image: -moz-linear-gradient(top, #0089cf 0%, #004b88 100%);
	background-image: -ms-linear-gradient(top, #0089cf 0%, #004b88 100%);
	background-image: -o-linear-gradient(top, #0089cf 0%, #004b88 100%);
	background-image: linear-gradient(top, #0089cf 0%, #004b88 100%);
}
.lpcta-orange {
	background-image: -webkit-linear-gradient(top, #fdb913 0%, #b66113 100%);
	background-image: -moz-linear-gradient(top, #fdb913 0%, #b66113 100%);
	background-image: -ms-linear-gradient(top, #fdb913 0%, #b66113 100%);
	background-image: -o-linear-gradient(top, #fdb913 0%, #b66113 100%);
	background-image: linear-gradient(top, #fdb913 0%, #b66113 100%);
}
.lpcta-green {
	background-image: -webkit-linear-gradient(top, #72bf44 0%, #519032 100%);
	background-image: -moz-linear-gradient(top, #72bf44 0%, #519032 100%);
	background-image: -ms-linear-gradient(top, #72bf44 0%, #519032 100%);
	background-image: -o-linear-gradient(top, #72bf44 0%, #519032 100%);
	background-image: linear-gradient(top, #72bf44 0%, #519032 100%);
}
.lpcta-red {
	background-image: -webkit-linear-gradient(top, #d2232a 0%, #9c0f3c 100%);
	background-image: -moz-linear-gradient(top, #d2232a 0%, #9c0f3c 100%);
	background-image: -ms-linear-gradient(top, #d2232a 0%, #9c0f3c 100%);
	background-image: -o-linear-gradient(top, #d2232a 0%, #9c0f3c 100%);
	background-image: linear-gradient(top, #d2232a 0%, #9c0f3c 100%);
}
.lpcta-purple {
	background-image: -webkit-linear-gradient(top, #b41e8e 0%, #62136d 100%);
	background-image: -moz-linear-gradient(top, #b41e8e 0%, #62136d 100%);
	background-image: -ms-linear-gradient(top, #b41e8e 0%, #62136d 100%);
	background-image: -o-linear-gradient(top, #b41e8e 0%, #62136d 100%);
	background-image: linear-gradient(top, #b41e8e 0%, #62136d 100%);
}
.lpcta-cyan {
	background-image: -webkit-linear-gradient(top, #00aeef 0%, #0071b9 100%);
	background-image: -moz-linear-gradient(top, #00aeef 0%, #0071b9 100%);
	background-image: -ms-linear-gradient(top, #00aeef 0%, #0071b9 100%);
	background-image: -o-linear-gradient(top, #00aeef 0%, #0071b9 100%);
	background-image: linear-gradient(top, #00aeef 0%, #0071b9 100%);
}
.lp-rules {
	background-image: -webkit-linear-gradient(top, #d5e4ed 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(top, #d5e4ed 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(top, #d5e4ed 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(top, #d5e4ed 0%, #FFFFFF 100%);
	background-image: linear-gradient(top, #d5e4ed 0%, #FFFFFF 100%);
	clear: both;
	width: 900px;
	padding: 30px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #666;
	font-weight: normal;
	font-size: 1.1em;
	border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
}
.custom-content {
	width: 900px;
	padding: 30px;
}
/* SCHEDULE CSS */
.schedule-wrapper {
	font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
	font-size: 1.1em;
	line-height: 1.5;
	color: #666;
	borer-collapse: collapse;
}
.schedule-padding {
	padding: 5px;	
}
.schedule-title{
	color: #333;
	width: 100%;
	float: left;
	font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
}
.schedule-header{
	color: #FFF;
	width: 50%;
	float: left;
	text-align: center;
	font-weight: bold;
	border-bottom: 2px solid #FFF;
}
.schedule-header:nth-child(odd) {
	background: #444;
}
.schedule-header:nth-child(even) {
	background: #333;	
}
.schedule-subheader {
	color: #FFF;
	width: 25%;
	float: left;
	text-align: center;
	font-weight: bold;
	border-bottom: 2px solid #FFF;
}
.schedule-subheader:nth-child(odd) {
	background: #0062a3;
}
.schedule-subheader:nth-child(even) {
	background: #0081d6;	
}
.schedule-cell {
	width: 25%;
	float: left;
	text-align: center;
	border-bottom: 2px solid #FFF;
}
.schedule-cell a{
	text-decoration: none;
	font-weight: bold;
	color: #333;
}
.schedule-cell:nth-child(odd) {
	background: #EEE;
}
.schedule-cell:nth-child(even) {
	background: #DDD;	
}
.schedule-bottom {
	clear: both;
	height: 30px;	
}