html {
	background: #00617e;
}

body {
	font:  13px/18px Arial, sans-serif;
	color: #000;
	background: #00617e url(../images/layout/body-tile.gif) repeat-x;
}

a, a:link {
	/*color: #f0f3fc;*/
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #004d66;
}

a:hover {
	color: #ff3c00;
}

a:active, a:focus {
	color: #ff3c00;
	outline: 0;
}

h1 {
	font-size: 24px;
	color: #000;
	font-weight: bold;
	margin-bottom: 10px;
}

h2 {
	font-size: 16px;
	color: #000;
	font-weight: bold;
	margin-bottom: 14px;
}

h2 span {
	color: #ff3c00;
}

h3 {
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	color: #333;
	font-weight: bold;
}

h4 a, #main-content li a {
	color: #027CA3 !important;
}

h4 a:hover, #main-content li a:hover {
	color: #ff3c00 !important;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
	font-size: 12px;
	color: #666;
}

.f-left {
	float: left;
	margin-right: 15px;
}

.f-right {
	float: right;
	margin: 0 0 15px 15px;
}

.no-margin {
	margin: 0 !important;
}

.no-border {
	border: none !important;
}

.round {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

.reg-closed {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	text-transform: uppercase;
	font-size: 10px;
	color: #fff;
	background: #bbb;
	display: block;
	font-weight: bold;
	line-height: 11px;
	padding: 3px 10px;
}

.reg-soon {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	text-transform: uppercase;
	font-size: 10px;
	color: #fff;
	background: #027CA3;
	display: block;
	font-weight: bold;
	line-height: 11px;
	padding: 3px 10px;
}

.detail-reg-closed {
	float: left;
	width: 76px;
	text-align: center;
	margin-right: 10px;
	position: relative;
	top: -6px;
}

.clear {
	clear: both;
}

#outer-container {
	left: 50%;
	margin-left: -600px;
	position: absolute;
}

#outer-inner-container {
	background: url(../images/layout/body-bg.png) no-repeat;
	position: absolute;
	width: 1150px;
	height: 275px;
}

#container {
	width: 965px;
	margin: 0 auto;
}

#header {
	overflow: hidden;
	padding-top: 26px;
	position: relative;
}

#header-left {
	float: left;
}

#logo a {
	display: block;
	width: 144px;
	height: 53px;
	text-indent: -9999px;
	background: url(../images/layout/logo.png) no-repeat;
	margin-left: 2px;
}

#header-right {
	float: right;
	overflow: hidden;
	width: 642px;
	position: relative;
	left: 60px;
	top: 9px;
}

#top-links {
	float: left;
	position: relative;
	top: 1px;
}

#top-links a {
	font-size: 9.5px;
	text-transform: uppercase;
	color: #95c4fe;
	background: #01394b;
	float: left;
	margin-right: 6px;
	padding: 3px 12px 1px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#top-links a:hover {
	color: #01394b;
	background: #95c4fe;
}

#search-form {
	float: left;
	position: relative;
}

#search-btn {
	display: block;
	width: 18px;
	height: 18px;
	background: url(../images/layout/search.gif) no-repeat;
	text-indent: -9999px !important;
	position: absolute;
	top: 4px;
	left: 191px;
	border: none;
}

a:hover#search-btn {
	background-position: 0px -18px;
}

#search-form #search-input {
	background: url(../images/layout/search-bg.gif) no-repeat;
	width: 214px;
	height: 12px;
	border: none;
	color: #46474a;
	font-size: 12px;
	padding: 7px 15px;
	color: #46474a;
}

#all-navigation {
	position: relative;
	z-index: 86;
}

#navigation {
	background: url(../images/layout/nav.gif) no-repeat;
	width: 960px;
	height: 40px;
	position: relative;
	margin: 14px 0 20px;
	left: 2px;
}

#nav li.main-nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
}

#nav li.main-nav, #nav li.main-nav a.main-nav-a {
	display: block;
	height: 40px;
	text-indent: -9999px;
}

#nav-home a, #nav-sports a#main-nav-sports, #nav-leagues a, #nav-tournaments a, #nav-instruction a#main-nav-instruction, #nav-events a, #nav-birthdays a, #nav-contact a {
	background: url(../images/layout/nav.gif) no-repeat;
}

#nav-home {
	left: 0px;
	width: 85px;
}

#nav-home a  {
	background-position: 0px 0px;
}

#nav-home a:hover  {
	background-position: 0px -40px;
}

#nav-home .current {
	background-position: 0px -80px;
}

#nav-sports {
	left: 85px;
	width: 108px;
}

#nav-sports a#main-nav-sports  {
	background-position: -85px 0px;
}

#nav-sports a#main-nav-sports:hover  {
	background-position: -85px -120px;
	cursor: default;
}

#nav-sports a#main-nav-sports.current {
	background-position: -85px -80px;
}

#nav-leagues {
	left: 193px;
	width: 114px;
}

#nav-leagues a  {
	background-position: -193px 0px;
}

#nav-leagues a:hover  {
	background-position: -193px -40px;
}

#nav-leagues .current {
	background-position: -193px -80px;
}

#nav-tournaments {
	left: 307px;
	width: 162px;
}

#nav-tournaments a  {
	background-position: -307px 0px;
}

#nav-tournaments a:hover  {
	background-position: -307px -40px;
}

#nav-tournaments .current {
	background-position: -307px -80px;
}
/*
#nav-instruction {
	left: 469px;
	width: 145px;
}

#nav-instruction a  {
	background-position: -469px 0px;
}

#nav-instruction a:hover  {
	background-position: -469px -40px;
}

#nav-instruction a.current {
	background-position: -469px -80px;
}
*/


#nav-instruction {
	left: 469px;
	width: 145px;
}

#nav-instruction a#main-nav-instruction  {
	background-position: -469px 0px;
}

#nav-instruction a#main-nav-instruction:hover  {
	background-position: -469px -120px;
}

#nav-instruction a#main-nav-instruction.current {
	background-position: -469px -80px;
}



#nav-events {
	left: 614px;
	width: 107px;
}

#nav-events a  {
	background-position: -614px 0px;
}

#nav-events a:hover  {
	background-position: -614px -40px;
}

#nav-events .current {
	background-position: -614px -80px;
}

#nav-birthdays {
	left: 721px;
	width: 132px;
}

#nav-birthdays a  {
	background-position: -721px 0px;
}

#nav-birthdays a:hover  {
	background-position: -721px -40px;
}

#nav-birthdays .current {
	background-position: -721px -80px;
}

#nav-contact {
	left: 853px;
	width: 109px;
}

#nav-contact a  {
	background-position: -853px 0px;
}

#nav-contact a:hover  {
	background-position: -853px -40px;
}

#nav-contact .current {
	background-position: -853px -80px;
}

#subnav {
	width: 335px;
	height: 110px;
	padding: 22px 20px 22px 0;
	background: #000;
	position: absolute;
	left: 6px;
	top: 40px;
	z-index: 47;
	overflow: hidden;
	display: none;
}

#subnav ul {
	height: 110px;
	overflow: hidden;
}

#subnav li {
	border-top: 1px dotted #2f2f2f;
	border-bottom: 1px dotted #2f2f2f;
	padding: 4px 0;
	margin-top: -1px;
	width: 95px;
	float: left;
	margin-left: 15px;
	text-indent: 0;
	background: none;
}

#subnav li a {
	color: #d8d8d8;
	font-size: 12px;
	position: relative;
	left: 3px;
}

#subnav li a:hover {
	color: #1bcbff;
}

#subnav-instruction {
	width: 265px;
	height: 110px;
	padding: 22px 20px 22px 0;
	background: #000;
	position: absolute;
	left: 6px;
	top: 40px;
	z-index: 47;
	overflow: hidden;
	display: none;
}

#subnav-instruction ul {
	height: 110px;
	overflow: hidden;
}

#subnav-instruction li {
	border-top: 1px dotted #2f2f2f;
	border-bottom: 1px dotted #2f2f2f;
	padding: 4px 0;
	margin-top: -1px;
	width: 115px;
	float: left;
	margin-left: 15px;
	text-indent: 0;
	background: none;
}

#subnav-instruction li a {
	color: #d8d8d8;
	font-size: 12px;
	position: relative;
	left: 3px;
}

#subnav-instruction li a:hover {
	color: #1bcbff;
}

#content {
	width: 960px;
	margin: 0 auto;
	position: relative;
	z-index: 20;
}

#content a:hover {
	color: #ff3b00;
}

#content-header, #content-header-thriva {
	width: 961px;
	height: 118px;
	background: url(../images/layout/generic-header.jpg) no-repeat;
	position: relative;
	z-index: 56;
}

#content-header-thriva {
	background: url(https://thriva.activenetwork.com/FileStore/UnitedSportsTrainingCenter/registration-header.jpg) no-repeat;
	height: 116px;
}

#content-header.soccer {
	background: url(../images/layout/soccer_header.jpg) no-repeat !important;
}

#content-header.lacrosse {
	background: url(../images/layout/lacrosse_header.jpg) no-repeat !important;
}

#content-header.baseball {
	background: url(../images/layout/baseball_header.jpg) no-repeat !important;
}

#content-header.basketball {
	background: url(../images/layout/basketball_header.jpg) no-repeat !important;
}

#content-header.football {
	background: url(../images/layout/football_header.jpg) no-repeat !important;
}

#content-header.softball {
	background: url(../images/layout/softball_header.jpg) no-repeat !important;
}

#content-header.volleyball {
	background: url(../images/layout/volleyball_header.jpg) no-repeat !important;
}

#content-header.field-hockey {
	background: url(../images/layout/field-hockey_header.jpg) no-repeat !important;
}

#content-header.dek-hockey {
	background: url(../images/layout/dek-hockey.jpg) no-repeat !important;
}

#content-header.inline-hockey {
	background: url(../images/layout/inline-hockey.jpg) no-repeat !important;
}

#content-header.birthdays {
	background: url(../images/layout/birthdays_header.jpg) no-repeat !important;
}

#content-header.kickers {
	background: url(../images/layout/kickers-header.jpg) no-repeat !important;
}

#content-header h1 {
	position: relative;
	top: 78px;
	color: #fff;
	height: 28px;
	font: bold 45px Arial, sans-serif;
	text-transform: uppercase;
}

.two-col-right #content-header h1, .full-width #content-header h1 {
	position: relative;
	left: 21px;
}

.two-col-left #content-header h1 {
	left: 158px;
}

#crumbs {
	height: 23px;
	background: #f0f2fb;
	font-size: 11px;
	padding-top: 5px;
	position: relative;
	z-index: 57;
}

#crumbs em {
	font-style: normal;
	padding: 0 3px;
}

.two-col-left #crumbs {
	padding-left: 164px;
}

.two-col-right #crumbs, .full-width #crumbs {
	padding-left: 21px;
}

#crumbs a {
	color: #027ca3;
}

#content-container {
	overflow: hidden;
}

#content-container-inner {
	overflow: hidden;
}

.two-col-left #content-container {
	background: #f0f2fb url(../images/layout/2col-bg.gif) no-repeat 0% 100%;
	padding-bottom: 9px;
}

.two-col-right #content-container, .full-width #content-container {
	background: #f0f2fb url(../images/layout/full-bottom-corners.gif) no-repeat 0% 100%;
	padding-bottom: 9px;
}

.two-col-left #content-container-inner {
	background: #f0f2fb url(../images/layout/2col-tile.gif) repeat-y;
}

.two-col-right #content-container-inner {
	background: #fff;
}

#sidebar {
	float: left;
	padding: 0 10px 50px 12px;
}

.sidebar-schedules {
	border-bottom: 1px dotted #bec4cf;
	padding-bottom: 8px;
}

.sidebar-schedules li a {
	margin-bottom: 4px !important;
	padding-left: 6px;
}

.sidebar-schedules b {
	color: #292c2d;
	font-size: 12px;
	line-height: 12px;
	display: block;
	margin-bottom: 6px;
}

.two-col-left #sidebar {
	width: 121px;
	background: #f0f2fb;
	padding-top: 32px;
}

.two-col-right #sidebar {
	width: 282px;
	background: #fff;
	padding-top: 50px;
}

.search #sidebar {
	padding-top: 100px !important;
}

.two-col-left #sidebar strong {
	display: block;
	border-bottom: 1px dotted #bec4cf;
	padding-bottom: 7px;
	margin-bottom: 9px;
	line-height: 14px;
	font-size: 12px;
	letter-spacing: .5px;
	color: #292c2d;
}

.two-col-left #sidebar form strong {
	padding: 0px;
	margin: 0 0 4px 0;
}

.two-col-right .sidebar-feature {
	margin-bottom: 30px;
	padding-left: 12px;
}

.two-col-right .sidebar-feature strong {
	background: url(../images/layout/sidebar-feature.gif) no-repeat;
	display: block;
	color: #fff;
	width: 241px;
	height: 30px;
	padding: 3px 0 0 12px;
	position: relative;
	left: -12px;
	font-size: 16px;
}

.sidebar-block {
	border-bottom: 1px solid #e1e1e3;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.sidebar-block li {
	background: url(../images/layout/bullet-arrow.gif) no-repeat 0% 50%;
	padding-left: 12px;
	margin-bottom: 3px;
}

.sidebar-block h2 {
	margin-bottom: 5px !important;
}

.sidebar-block input.inp {
	background: #fafafa;
	border: 1px solid #d9d9d9;
	padding: 10px;
	width: 230px;
	margin: 10px 0;
	color: #46474a;
}

#sidebar-search-btn {
	border: none;
}

.sidebar-block a {
	display: inline !important;
	margin: 0 !important;
}

.sidebar-block li a {
	font-weight: bold;
}

#sidebar a {
	display: block;
	font-size: 12px;
	color: #027ca3;
	margin-bottom: 11px;
	width: 110px;
	line-height: 14px;
}

#sponsors {
	margin-top: 50px;
}

.sidebar-sponsor {
	margin-bottom: 20px;
}

#filter-results-submit,
#subscribe {
	display: block;
	background: #3e3e3e;
	color: #fff !important;
	width: 80px;
	text-transform: uppercase;
	text-align: center;
	font-size: 10px !important;
	padding-top: 2px;
}

a.sidebar-right-btn {
	display: block;
	background: #3e3e3e;
	color: #fff !important;
	width: 155px;
	text-transform: uppercase;
	text-align: center;
	font-size: 11px !important;
	font-weight: bold;
	padding-top: 2px;
	margin-bottom: 10px;
}

a:hover#filter-results-submit,
a:hover#subscribe,
a:hover.sidebar-right-btn {
	background: #191919;
}

#email-updates {
	margin-top: 33px;
}

#email-updates strong {
	border-bottom: none !important;
	margin: 0;
	padding: 0;
}

#email-updates input {
	width: 118px;
	border: 1px solid #d3d4d8;
	margin-bottom: 6px;
	color: #46474a;
	padding: 2px;
}

.more {
	font-weight: bold;
}

#main-content-thriva {
	padding: 20px 20px 120px 20px;
}

#main-content {
	float: left;
	padding: 20px 16px 120px 20px;
}

body.events h1 {
	margin-bottom: 25px;
}

body.events h2 {
	font-size: 16px;
	color: #666;
}

body.birthdays #main-content {
	width: 565px;
	float: left;
	border-right: 1px solid #dfe1e9;
	margin: 20px 16px 120px 20px;
	padding: 0 32px 0 0 !important;
}

body.birthdays #sidebar-right {
	float: left;
	width: 170px;
	padding-top: 30px;
}

body.birthdays #sidebar-right h2 {
	margin-bottom: 0px !important;
}

.extra-ul {
	position: relative;
	z-index: 80;
}

.content-block {
	margin-bottom: 30px;
	position: relative;
	padding: 0 10px;
}

.content-block ul {
	float: left;
	width: 265px;
	margin-top: -10px !important;
}

.second-list-items {
	position: relative;
	left: 40px;
}

.content-block p {
	position: relative;
	z-index: 79;
	padding-top: 80px;
}

.content-block.sep1 p, .content-block.sep2 p {
	padding-top: 60px;
}

.content-block.sep3 p {
	padding-top: 90px;
}

.content-block.sep4 p {
	padding-top: 15px;
}

.content-block.sep4 {
	position: relative; 
	top: 30px;
}

.slip-para {
	width: 340px;
}

.content-block.sep5 p {
	padding-top: 70px;
}

.content-block.sep6 p {
	padding-top: 90px;
}

.content-block.sep7 p {
	padding-top: 70px;
}

.content-block img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 78;
}

.faqs .content-block {
	margin-bottom: 20px !important;
}

.faqs .first-content-block {
	margin-top: 20px;
}

.content-block a {
	color: #027CA3;
}

.content-block h2 {
	margin-bottom: 0 !important;
	font-size: 16px !important;
}

.content-block h3 {
	font-size: 14px !important;
	color: #343539;
}

.content-block.add-info {
	background: #f6f8ff;
	border: 1px solid #dfe1e9;
	padding: 22px;
	color: #343539;
}

#main-content p a, #sidebar-right a {
	color: #027CA3;
}

.home #main-content {
	padding: 0px;
}

.two-col-left #main-content {
	background: #fff;
	width: 780px;
}

.two-col-right #main-content {
	background: #fff;
	width: 600px;
}

.full-width #main-content {
	background: #fff;
	width: 930px;
}

#utility-nav {
	overflow: hidden;
	height: 35px;
	margin-bottom: 30px;
	border-bottom: 1px solid #dfe1e9;
	font-weight: Arial;
	font-weight: bold;
	padding-top: 15px;
	font-size: 12px;
}

#utility-nav a {
	color: #027ca3;
}

#utility-nav em {
	padding: 0 4px;
}

#share-print {
	font-weight: normal;
}

.white-btn {
	background: #FFF;
	padding: 7px 20px 6px;
	color: #000 !important;
	margin-right: 8px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
}

a:hover.white-btn {
	color: #FFF !important;
	background: #124C93;
}

.white-btn-small {
	background: #FFF;
	padding: 2px 4px;
	color: #000 !important;
	margin-right: 10px;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
}

a:hover.white-btn-small {
	color: #FFF !important;
	background: #124C93;
}

.orange-btn {
	background: #ff3c00;
	padding: 7px 20px 6px;
	color: #fff !important;
	margin-right: 8px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}

a:hover.orange-btn {
	background: #d01d00;
}

.orange-btn-small {
	background: #ff3c00;
	padding: 2px 4px;
	color: #fff !important;
	margin-right: 10px;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
}

a:hover.orange-btn-small {
	background: #d01d00;
}

.small-gray-btn {
	width: auto !important;
}

#announce {
	border: 1px solid #dfe1e9;
	padding: 20px 30px 20px 50px;
	background: #f6f8ff url(../images/layout/announce-icon.gif) no-repeat 15px 15px;
	margin-bottom: 20px;
	width: 450px;
	position: relative;
	color: #333 !important;
}

#announce a {
	color: #027CA3;
}

#announce ol {
	margin-bottom: 20px;
}

#announce strong {
	display: block;
	font-size: 13px;
}

#announce p {
	margin-bottom: 20px;
}

#close-btn {
	display: block;
	text-indent: -9999px;
	width: 12px;
	height: 12px;
	background: url(../images/layout/close-btn.gif) no-repeat;
	position: absolute;
	top: 13px;
	left: 500px;
}

a:hover#close-btn {
	background-position: 0px -12px;
}

#main-content ul, #main-content-thriva ul {
	margin-top: 14px;
}

#main-content li, #main-content-thriva li {
	background: url(../images/layout/bullet.gif) no-repeat 0% 6px;
	padding-left: 10px;
	margin: 4px 0;
	line-height: 16px;
}

#main-content p, #main-content-thriva p {
	margin-bottom: 20px;
}

#main-content form label, #main-content-thriva form label {
	font-weight: bold;
	font-size: 14px;
	display: block;
}

#main-content form input.inp, #main-content-thriva form input.inp {
	background: #fafafa;
	border: 1px solid #d9d9d9;
	width: 532px;
	padding: 8px;
	margin-bottom: 2px;
}

#main-content form textarea, #main-content-thriva form textarea {
	background: #fafafa;
	border: 1px solid #d9d9d9;
	height: 190px;
	width: 532px;
	padding: 8px;
}

#send-btn {
	border: none;
	cursor: pointer;
}

#main-content form em, #main-content-thriva form em {
	display: block;
}

#main-content .form-input, #main-content-thriva .form-input {
	margin-bottom: 18px;
}

#main-content .form-input.error, #main-content .form-input.error em, #main-content-thriva .form-input.error, #main-content-thriva .form-input.error em {
	color: #e00000;
}

#main-content .form-input.error em, #main-content-thriva .form-input.error em {
	background: url(../images/layout/err-icon.gif) no-repeat 0% 50%;
	padding-left: 20px;
}

#tab-content {
	border-bottom: 4px solid #86888a;
	padding-bottom: 42px;
	overflow: hidden;
	clear: both;
}

#tabs {
	margin: 45px 0 35px;
}

.ui-tabs-hide {
	display: none;
}

#tabs ul {
	overflow: hidden;
	border-bottom: 4px solid #86888a;
	margin: 0 !important;
}

#tabs li {
	float: left;
	list-style-type: none;	
	border-right: 2px solid #fff;	
	margin: 0 !important;
	padding: 0;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	background: none;
}

#tabs li.ui-tabs-selected {
	padding: 9px 24px;
	background: #86888a;
}

#tabs li.ui-tabs-selected a {
	padding: 0;
	background: #86888a;
	border-bottom: 0;
	color: #fff !important;
}

#tabs li a {
	display: block;
	padding: 8px 24px;
	background: #e2e4e7;
	border-bottom: 2px solid #fff;
	color: #939597 !important;
}

#tabs li a:hover, .active-tab a {
	background: #86888a !important;
	color: #fff !important;
}

#tab-main-content {
	padding: 0 10px;
}

#tab-main-content a {
	color: #387389;
	font-weight: bold;
}

#tab-main-content h3 {
	border-bottom: 1px solid #dfe1e9;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#tab-main-content strong {
	font-size: 14px;
}

#tab-main-content p strong {
	font-size: 13px;
}

#tab-main-content ol.important-dates {
	float: left;
	width: 130px;
}

#tab-main-content ol.important-dates-details {
	float: left;
	width: 200px;
	margin-left: 5px;
}

#tab-main-content ol.important-dates li {
	text-align: right;
}

#tab-main-content ol {
	margin-bottom: 15px;
}

#tab-main-content ol li {
	background: none;
	margin: 0 0 5px 0;
	padding: 0;
}

span.author {
	display: block;
	font-size: 13px;
	font-style: italic;
	color: #666;
	position: relative;
	top: -17px;
}

#tab-main-content ul {
	margin: 0 0 35px 0px;
}

#tab-main-content1 {
	float: left;
	width: 350px;
}

#tab-main-content2 {
	float: left;
	width: 350px;
	margin-left: 38px;
}

#tab-sponsors {
	padding-top: 45px;
	overflow: hidden;
	clear: both;
}

#tab-sponsors-head {
	/*border-bottom: 1px solid #dfe1e9;*/
	margin-bottom: 15px;
	padding-bottom: 5px;
}

#tab-sponsors-head strong {
	padding-right: 280px;
	font-size: 14px;
}

#tab-sponsors-head a {
	color: #027ca3;
	font-weight: bold;
}

.first-hotel {
	border-left: 1px solid #dfe1e9;
	padding-left: 12px;
}

.hotel {
	float: left;
	border-right: 1px solid #dfe1e9;
	padding-right: 7px;
	margin-right: 11px;
	margin-bottom: 15px;
}

.hotel a {
	display: block;
	font-size: 10px;
	color: #027ca3;
	font-weight: bold;
	text-align: center;
}

.last-hotel {
	margin-right: 0 !important;
}

.hotel-accom {
	background: url(../images/layout/form-icon.gif) no-repeat;
	padding: 0 0 5px 20px;
}

#t2 p a {
	background: url(../images/layout/form-icon.gif) no-repeat;
	padding-left: 20px;
	padding-bottom: 5px;
	display: block;
	color: #387389 !important;
	font-weight: bold;
	margin-left: 10px;
}

#t2 p a:hover {
	color: #FF3B00 !important;
	
}

.forms #tab-main-content p {
	margin-bottom: 15px;
}

#map-directions {
	background: #f6f8ff;
	border: 1px solid #dfe1e9;
	float: left;
	width: 279px;
	padding: 14px;
}

#map-directions label {
	color: #ff4911;
	font-size: 11px;
	text-transform: uppercase;
	display: block;
	font-weight: bold;
}

#map-directions input {
	border: 1px solid #dcdde3;
	width: 269px;
	display: block;
	padding: 4px;
	margin-bottom: 18px;
	color: #46474a;
}

#map-directions select {
	margin-top: 14px;
}

#map-directions .orange-btn-small {
	display: block;
	width: 110px;
	margin-top: 14px;
}

#map {
	float: left;
	width: 597px;
	margin-left: 13px;
}

.search h2 {
	margin-bottom: 30px;
}

.search-block {
	padding: 14px 0;
	border-top: 1px solid #e1e1e3;
	border-bottom: 1px solid #e1e1e3;
	margin-top: -1px;
	width: 575px;
}

.search-block p {
	margin-bottom: 6px !important;
}

.search-block strong {
	font-size: 14px;
}

.search-block a {
	color: #1385a9;
}

.pagination li {
	float: left;
	background: none !important;
	margin: 0 5px 0 0 !important;
	font-weight: bold;
	padding: 0 !important;
}

.pagination li a {
	color: #1385a9;
}

.pagination-more a {
	display: block;
	background: url(../images/layout/pagination-more.gif) no-repeat;
	text-indent: -9999px;
	width: 14px;
	height: 14px;
	position: relative;
	top: 2px;
}

.help-icon {
	background: url(../images/layout/help-icon.gif) no-repeat 0 1px;
	padding-left: 20px;
}

.main-slider-container {
	height: 371px;
	width: 960px;
	position: relative;
}

.main-slider-wrapper {
	width: 960px;
	height: 371px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}

.main-slider-container .main-slider-wrapper ul {
  width: 9999px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
}

.main-slider-container li {
	color: #fff;
	font-size: 11px;
	float: left;
	width: 960px;
	height: 371px;
	display: block;
}

.main-slider-container #ticker-controls {
	overflow: hidden;
	width: 48px;
	position: relative;
	top: 10px;
	left: 445px;
}

.main-slider-container .arrow.back {
	background: url(../images/layout/main-slide-controls.png) no-repeat;
	text-indent: -9999px;
	display: block;
	float: left;
	width: 24px;
	height: 20px;
}

.main-slider-container #tick-play {
	display: none;
}

.main-slider-container .arrow.forward {
	background: url(../images/layout/main-slide-controls.png) no-repeat -24px 0px;
	text-indent: -9999px;
	display: block;
	float: left;
	width: 24px;
	height: 20px;
	overflow: hidden;
}

.main-slider-container a.arrow.forward:hover {
	background-position: -24px -20px;
}

.main-slider-container a.arrow.back:hover {
	background-position: 0px -20px;
}

.viewport {
	background: url(../images/layout/ticker.png) no-repeat;
	height: 177px;
	width: 960px;
	position: relative;
}

.viewport-wrapper {
	width: 904px;
	height: 125px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	margin: 13px 27px;
}

.viewport .viewport-wrapper ul {
  width: 9999px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.viewport li {
	color: #fff;
	font-size: 11px;
	float: left;
	width: 202px;
	height: 155px;
	display: block;
	border-right: 35px solid #000;
}

.viewport li a {
	display: block;
	color: #eeb900;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	top: 4px;
}

.viewport li a img {
	display: block;
}

#ticker-controls {
	overflow: hidden;
	width: 167px;
	margin: 0 auto 20px;
	position: relative;
	top: 146px;
}

.arrow.back {
	background: url(../images/layout/ticker-rewind.png) no-repeat;
	text-indent: -9999px;
	display: block;
	float: left;
	width: 64px;
	height: 24px;
}

#tick-play {
	background: url(../images/layout/ticker-play.png) no-repeat;
	text-indent: -9999px;
	display: block;
	float: left;
	width: 39px;
	height: 24px;
}

.arrow.forward {
	background: url(../images/layout/ticker-forward.png) no-repeat;
	text-indent: -9999px;
	display: block;
	float: left;
	width: 64px;
	height: 24px;
	overflow: hidden;
}

a.arrow.forward:hover {
	background-position: 0px -24px;
}

a.arrow.back:hover {
	background-position: 0px -24px;
}

a#tick-play:hover, a.current-play {
	background-position: 0px -24px !important;
}

#main-slider {
	margin-bottom: 20px;
	position: relative;
	z-index: 46;
	width: 960px;
	height: 371px;
	overflow: hidden;
}

#main-slider-overlay-container {
	position: absolute;
	top: 337px;
	left: 139px;
}

#main-slider-overlay {
	width: 681px;
	height: 325px;
	background: url(../images/layout/overlay-bg.png) repeat;
}

#main-slider-overlay-control {
	width: 681px;
	margin: 0 auto;
}

#main-slider-overlay-control a {
	display: block;
	text-indent: -9999px;
	width: 681px;
	height: 32px;
	background: url(../images/layout/explore-overlay-tabs.png) no-repeat;
	overflow: hidden;
}

#main-slider-overlay-control a.open {
	background-position: 0px -32px;
}

#footer {
	color: #00a7d8;
	background: url(../images/layout/footer-bg-new.png) no-repeat;
	width: 960px;
	height: 214px;
	font-size: 11px;
	padding: 90px 24px 0;
	margin: 0 auto;
	position: relative;
	top: -40px;
	z-index: 10;
}

#footer a {
	color: #1bcbff;
}

#footer a:visited {
	color: #1bcbff;
}

#footer a:hover {
	color: #fff;
}

#footer-left {
	float: left;
}

#footer-right {
	float: right;
	position: relative;
	left: -60px;
}

#footer-right span {
	padding-right: 170px;
	text-transform: uppercase;
}

#footer-sponsors {
	overflow: hidden;
	margin-top: 20px;
}

#footer-sponsors img {
	opacity: .4;
}

#footer-sponsors a {
	display: block;
	width: 110px;
	height: 50px;
	text-align: center;
}

#footer-sponsor1 {
	float: left;
	width: 110px;
}

#footer-sponsor2 {
	float: left;
	width: 110px;
}

#footer-sponsor3 {
	float: left;
	width: 110px;
}

#tourney {
	padding-bottom: 10px;
}

.table-bottom {
	background: url(../images/layout/table-tile.gif) repeat-x;
}

.table-bottom td {
	border: 0 !important;
	padding: 0 !important;
}

#tourney .thead {
	background: url(../images/layout/thead-tile.png) repeat-x;
}

#tourney .thead td {
	padding: 0px;
	height: 34px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	border-right: 1px solid #6b6b6b;
}

#tourney .extra-pad {
	padding-left: 16px !important;
}

#tourney td {
	font-size: 12px;
	padding: 10px;
	border-right: 1px solid #dcdee6;
}

#tourney .title {
	padding: 10px;
}

#tourney .title a {
	font-weight: bold;
	font-size: 14px;
	color: #027ca3;
}

#tourney .title a:hover {
	color: #FF3B00;
}

tr.alt {
	background: #f3f4fb;
}

td .orange-btn {
	padding: 5px 10px !important;
	margin: 0 !important;
}

.register-td {
	font-size: 10px;
	color: #027ca3 !important;
	margin-top: 8px;
	display: block;
}

a:hover.register-td {
	color: #FF3B00 !important;
}

#filter-results {
	border-bottom: 1px dotted #BEC4CF;
	padding-bottom: 10px;
}

.filter-btn {
	width: 80px !important;
	padding-top: 1px !important;
}

#filter-results span, #filter-results span a, body.lil-kickers #content span a {
	color: #ff3c00;
	font-size: 10px !important;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	margin-top: 15px;
	
}

#filter-results span a, body.lil-kickers #content span a {
	background: url(../images/layout/pivot-arrows.gif) no-repeat 0% -8px;
	overflow: hidden;
	height: 8px;
	padding-left: 15px;
	line-height: 8px !important;
}

#filter-results span a:hover, body.lil-kickers #content span a:hover {
	color: #027CA3;
}

#filter-results span a.triggered, body.lil-kickers #content span a.triggered {
	background-position: 0px 0px;
}

body.sports #sidebar span a.triggered {
	background-position: 0px 0px;
}

body.sports #sidebar span a {
	background: url(../images/layout/pivot-arrows.gif) no-repeat 0% -8px;
	margin-top: 25px;
	color: #292c2d !important;
	margin-bottom: 9px;
	font-size: 12px;
	letter-spacing: .5px;
	font-weight: bold;
	height: 8px;
	padding-left: 15px;
	line-height: 8px !important;
}

body.sports #sidebar span a:hover {
	color: #ff3c00 !important;
}

.sports-list {
	border-top: 1px dotted #bec4cf;
	padding-top: 8px;
}

#filter-results label {
	font-size: 12px;
	position: relative;
	top: -3px;
	left: 4px;
}

.checkbox-container {
	margin-bottom: 4px;
}

#sIFR_replacement_0_alternate {
	display: none;
}

span.filter,
a.filter {
	display: block;
	height: 26px;
	background: url(../images/layout/thead-tile.png) repeat-x;
	padding: 8px 0 0 16px;
	overflow: hidden;
	color: #fff !important;
}

a.filter span {
	display: block;
	height: 20px;
	background: url(../images/layout/filter-arrows.png) no-repeat 90% 50%;
	overflow: hidden;
}

a.filter span.filter-up {
	display: block;
	height: 20px;
	background: url(../images/layout/filter-up.png) no-repeat 90% 50%;
	overflow: hidden;
}

a.filter span.filter-down {
	display: block;
	height: 20px;
	background: url(../images/layout/filter-down.png) no-repeat 90% 50%;
	overflow: hidden;
}

a.filter:hover {
	color: #fff !important;
	background-position: 0px -34px;
}

a.schedule {
	display: block;
	background: url(../images/layout/schedule-icon.png) no-repeat 0 50%;
	padding-left: ;
	font-size: 11px !important;
	text-transform: uppercase;
	font-weight: bold;
	color: #027ca3;
	padding-left: 20px;
	margin-top: 8px;
}

.date-inp {
	width: 102px;
	border: 1px solid #d3d4d8;
	margin-right: 2px;
}

.date-container img {
	position: relative;
	top: 2px;
	left: 3px;
}

.date-container {
	margin-bottom: 10px;
}

#pagination {
	margin-top: -10px;
}

#pagination li {
	float: left;
	list-style-type: none;
	background: none;
	font-weight: bold;
	color: #333;
	font-size: 12px;
	margin: 0 !important;
	padding-left: 5px !important;
}

#pagination li a {
	color: #027ca3;
}

a.first,
a.last,
.prev-page a,
.next-page a {
	display: block;
	height: 14px;
	width: 14px;
	text-indent: -9999px;
	position: relative;
	top: 1px;
}

a.first,
.prev-page a {
	background: url(../images/layout/pagi-arrow-prev.png) no-repeat;
}

a.last,
.next-page a {
	background: url(../images/layout/pagi-arrow-next.png) no-repeat;
}

#filter-blurb {
	margin: 20px 0 20px 0;
	color: #343539;
	font-size: 14px;
	font-weight: bold;
}

#filter-blurb span {
	color: #ff3c00;
}

#sports-content {
	width: 960px;
	height: 414px;
}

.sport-landing {
	padding: 110px 40px 40px 40px;
	overflow: hidden;
}

.sport-landing ul {
	float: left;
	margin-right: 40px;
}

.sport-landing li {
	width: 275px;
	margin-bottom: 14px;
}

.sport-landing li p {
	font-size: 12px;
	line-height: 15px;
	margin: 3px 0 0 2px;
}

.sport-landing li a {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	padding: 1px 20px 1px 10px;
	text-align: left;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	background: #fff url(../images/layout/sport-arrow.gif) no-repeat 95% 50%;
}

.promotion {
	overflow: hidden;
	margin-bottom: 30px;
	border: 2px dashed #bec4cf;
	padding: 30px;
}

.promotion img {
	float: right;
}

.sponsor-img {
	float: left;
	width: 300px;
	height: 180px;
	border-left: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	margin-left: -1px;
	text-align: center;
}

.no-left-border {
	border-left: 1px solid #FFF !important;
}

.no-right-border {
	border-right: 1px solid #FFF !important;
}

.no-bottom-border {
	border-bottom: 1px solid #FFF !important;
}

#map a {
	color: #ff3c00;
}

.pdc {
	width: 50px;
	margin-bottom: 0px;
}

.pdc label {
	position: relative !important;
	top: -20px !important;
	left: 22px !important;
	line-height: 15px;
}

.pdc-next {
	margin-top: -12px;
}

#main-slider-overlay-wrapper {
	padding-top: 38px;
	overflow: hidden;
}

#msow-1 {
	float: left;
	width: 267px;
	margin-right: 47px;
	margin-left: 35px;
}

#msow-2 {
	float: left;
	width: 296px;
	height: 259px;
	background: url(../images/layout/advanced-search.png) no-repeat;
}

.msow-container {
	width: 267px;
	height: 107px;
	position: relative;
}

.msow-container p {
	background: #2f3235;
	opacity: .9;
	height: 23px;
	width: 257px;
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	padding-top: 3px;
	padding-left: 10px;
	position: absolute;
	bottom: 0;
}

.msow-container p a {
	color: #fff;
}

.msow-container p a:hover {
	color: #ff3c00;
}

#msow-11 {
	margin-bottom: 42px;
}

#testimonial {
	padding: 20px;
	background: #f6f8ff;
	border: 1px solid #dfe1e9;
}

#testimonial h1 {
	font-size: 14px;
	color: #343539;
}

.direction-button {
	color: #027CA3 !important;
}

#main-content.kickers-content {
	width: 598px !important;
	border-right: 1px solid #dfe1e9;
	float: left;
}

#kickers-sidebar {
	padding: 22px 12px 0px !important;
	width: 142px !important;
	float: left !important;
}

#kickers-sidebar a {
	color: #027CA3 !important;
}

#kickers-sidebar a:hover {
	color: #FF3B00 !important;
}

#kickers-sidebar h3 {
	font-size: 14px;
}

#kickers-sidebar a.learn-more {
	display: block !important;
	font-weight: bold;
	padding-top: 8px;
	font-size: 11px;
}

#kickers-sidebar .sidebar-block {
	border-bottom: 1px dotted #E1E1E3 !important;
}

.birthday-link {
	font-weight: bold;
	font-size: 12px;
}

.li-pad-left {
	padding-left: 10px;
}

body.sports #tourney .title {
	padding-left: 12px !important;
}

#msow-2 select {
	font-size: 12px;
	color: #333;
}

#t3 {
	overflow: hidden;
}

.site-location {
	float: left;
	margin-bottom: 50px;
	width: 350px;
}

.site-location a {
	background: url(../images/layout/field-arrow.gif) no-repeat 0 50%;
	padding-left: 12px;
	color: #1385a9 !important;
	font-weight: normal !important;
}

.site-location a:hover, #main-content h2 a:hover {
	color: #FF3B00 !important;
}

.site-location p {
	margin-bottom: 5px !important;
}

.empty {
	display: none !important;
}

#ch-sponsor {
	position: absolute;
	right: 20px;
}

#main-content h2 a {
	color: #387389 !important;
	text-decoration: none !important;
}

.sport-sponsor {
	position: absolute; 
	bottom: 20px; 
	right: 20px;
}

.container-alert {
	padding-top: 30px;
}

.tenant {
	border-bottom: 1px solid #ececec;
	overflow: hidden;
	margin-bottom: 40px;
}

.tenant-left {
	float: left;
	padding: 0 25px;
	position: relative;
	top: 10px;
	width: 180px;
}

.tenant-right {
	float: left;
	padding-left: 40px;
	width: 500px;
	padding-bottom: 20px;
	border-left: 1px solid #ececec;
	min-height: 150px;
	height: auto !important;
	height: 150px;
	padding-top: 10px;
}

.exclusive-sponsors .sponsor-img {
	width: 220px !important;
	height: 125px !important;
	padding: 5px;
}

.unexclusive-sponsors .sponsor-img {
	width: 184px !important;
	height: 100px !important;
}

.exclusive-sponsors .sponsor-img a {
	display: block;
	width: 220px !important;
	height: 125px !important;
	overflow: hidden;
}

.exclusive-sponsors .sponsor-img a img {
	margin: 10px 0px;
}

.unexclusive-sponsors .sponsor-img a {
	display: block;
	width: 184px !important;
	height: 100px !important;
	overflow: hidden;
}

.no-top-border {
	border-top: 1px solid #FFF !important;
}

.exclusive-sponsors strong, strong.spons-strong {
	color: rgb( 0, 100, 125 );
	padding: 40px 0px;
	clear: both; 
	display: block; 
	text-transform: uppercase; 
	font-size: 20px;
}

.promotion-link {
	display: block;
	width: 225px;
	height: 225px;
	overflow: hidden;
	border: 2px dashed #bec4cf;
	float: left;
	margin: 0px 30px 30px 0px;
}

.promotion-link a {
	color: #000;
	display: block;
	float: left;
	text-align: center;
}

.promotion-link a img {
	margin: 30px auto 0px;
}

.promotion-link a strong {
	display: block;
	margin: 0px 10px;
	text-align: center;
}