/*

	CWBA main stylesheet
	www.industrialmedia.ca

*/

/* =General
---------------------------------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	/*border: 0;*/
}

ul, ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

body {
	background: #252525 url('../images/wrapper/body-bg.jpg') 0 0 repeat-x;
	font-family: "Lucida Sans Unicode", 'Trebuchet MS', arial, verdana, sans-serif;
	font-size: 12px;
	height: 100%;
}

table tr td {
	font-family: "Lucida Sans Unicode", 'Trebuchet MS', arial, verdana, sans-serif;
	font-size: 13px;
	vertical-align: top;
}

img, a img {
	border: 0;
}

.clearit:after { 
    content: "."; 
    display: block; 
    clear: both; 
    height: 0; 
    visibility: hidden; 
}

.clearit { 
    min-height: 0; 
    height: 0; 
}

html>body .clearit { 
    height: auto; 
}

.clear {
	clear: both;
	display: block;
	width: 100%;
	height: 0;
	font-size: 1px;
}

/* =Branding
--------------------------------------------------------------------------------------------------- */
#branding {
	min-height: 151px;
	height: auto !important;
	height: 151px;
	position: relative;
}

#branding #logo {
	display: block;
	float: left;
	width: 294px; 
	height: 115px;
	margin-bottom: 19px;
	padding: 18px 0 0 27px;
}

#branding #tagline {
	display: block;
	float: right;
	width: 465px; 
	height: 30px;
	padding: 89px 25px 0 0;
}

#branding #toolbar {
	background: url('../images/wrapper/tooolbar-bg.gif') 0 0 no-repeat;
	width: 465px; 
	height: 39px;
	position: absolute;
	top: 16px;
	right: 16px;
}

#branding #toolbar li {
	float: left;
}

#branding #toolbar li a {
	display: block;
	float: left;
	color: #252525;
	font-size: 11px;
	text-decoration: none;
	padding: 11px 0 0 16px;
}

#branding #toolbar li a:hover {
	color: #ee3224;
}

#branding #toolbar li#search-form {
	font-size: 11px;
	padding: 5px 0 0 10px;
}

#branding #toolbar li#search-form .search-field {
	background: #ffffff;
	width: 167px;
	height: 23px;
	padding: 4px 0 0 3px;
	border-top: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
}

#branding #toolbar li#search-form li.search-label {
	font-size: 11px;
	padding: 6px 6px 0 10px;
}	

/* =News Ticker
---------------------------------------------------------------------------------------------------- */
#news-ticker {
	background: #EEEEEE url('../images/wrapper/new-ticker-bg.jpg') 0 0 no-repeat scroll;
	width: 950px; 
	height: 39px;
	margin: 14px auto 0 auto;
}

#news-ticker p {
	float: left;
	font-size: 11px;
	padding: 11px 0 0 24px;
	text-transform: uppercase;
}

#news-ticker .news {
	float: left;
	width: 725px;
	margin-top: 11px;
	margin-left: 40px;
	height: 16px;
	overflow: hidden;
}

#news-ticker .news a {
	background: url('../images/wrapper/common-link-arrow.gif') 100% 5px no-repeat scroll;
	font-size: 12px;
	color: #010000;
	text-decoration: none;
	margin-right: 14px;
	padding-right: 10px;
}

#news-ticker .news a:hover {
	color: #dd1c25;
}

/* =Layout Homepage
---------------------------------------------------------------------------------------------------- */
#home-main-content {
	clear: both;
	padding: 14px 15px 14px 15px;
}

#home #left-column {
	float: left;
	width: 660px;
}

#home #right-column {
	float: right;
	width: 281px;
}

/* Main three columns */
#home #main-3-col-content {
	clear: both;
	margin-top: 15px;
}

#home #main-3-col-content #left {
	float: left;
	width: 419px;
}

#home #main-3-col-content #middle {
	float: left;
	width: 238px;
}

#home #main-3-col-content #right {
	float: right;
	width: 281px;
}

/* Feature callouts */
#home #feature-callouts {
	background: url('../images/wrapper/feature-callouts-bg-repeat.gif') 0 0 repeat-y;
	width: 950px;
}

#home #feature-callouts #feature-callouts-btm {
	background: url('../images/wrapper/feature-callouts-btm.jpg') 0 100% no-repeat;
	padding-bottom: 15px;
}

#home #feature-callouts ul {
	background: url('../images/wrapper/feature-callouts-bg.jpg') 0 0 no-repeat;
}

#home #feature-callouts ul li {
	width: 181px;
	float: left;
	padding: 24px 20px 0 35px;
}

#home #feature-callouts ul li.first {
	width: 170px;
	padding: 24px 20px 0 47px;
}

#home #feature-callouts ul li.news-signup {
	width: 184px;
	padding: 24px 20px 0 35px;
}

#home #feature-callouts ul li.news-signup form .email-field {
	background: #ffffff;
	width: 167px;
	height: 23px;
	padding: 4px 0 0 3px;
	border-top: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
}

#home #feature-callouts ul li.news-signup form .news-submit {
	background: url('../images/wrapper/common-link-arrow.gif') 100% 4px no-repeat;
	color: #ee3224;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 17px;
	margin-right: 18px;
	padding-right: 8px;
	border: 0;
	cursor: pointer;
}

#home #feature-callouts ul li.news-signup form .news-submit:hover {
	color: #252525;
}

#home #feature-callouts ul li p {
	margin: 12px 0 10px 0;
	line-height: 17px;
}

#home #feature-callouts ul li.news-signup p {
	margin: 12px 0 4px 0;
}

#home .flash-content h1 {
	font-size: 15px;
	font-weight: bold;
	font-family: 'Verdana';
	width: 95%;
}
#home .flash-content p {
	font-size: 14px;
	font-weight: normal;
	font-family: 'Trebuchet MS';
	width: 95%;
}
#home .flash-content a {
	color: white;
	background: url('../images/link-arrow.gif') 100% 4px no-repeat;
	padding-right: 16px;
}

.caption {
	background: black;
	clear: left;
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
	padding: 10px;
	width: 633px;
	margin: 2px;
	position: absolute;
	/*display: none; */
}
.caption{color: white;}
.caption h1 {
	color: white;
	margin: 0;
}
.caption a {
	border: 0 none;
	text-decoration: none;
	background: #000000;
	padding: 0.3em;
}
.caption a:hover, .caption a:hover {
	background: #202020;
}
.caption-wrapper {
	float: left;
}
br.c { clear: both; }

#rotatorNav { z-index: 50; position: relative; top: 355px; float:right; }
#rotatorNav a { margin: 0 5px; padding: 3px 5px; background: #585858; text-decoration: none; color:#FFFFFF }
#rotatorNav a.activeSlide { background: #C8C8C8; color: #000000; }
#rotatorNav a:focus { outline: none; }

/* =Layout
---------------------------------------------------------------------------------------------------- */
#wrapper-outer-100 {
	background: url('../images/wrapper/inner-wrapper-bg.jpg') 50% 0 repeat-y;
	width: 100%;
}

#wrapper-100 {
	background: url('../images/wrapper/main-wrapper-bg.jpg') 50% 0 no-repeat;
	width: 100%;
	min-height: 730px;
	height: auto !important;
	height: 730px;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
	padding-bottom: 16px;
}

#main-content {
	clear: both;
	padding: 0 15px 14px 0;
}

#main-content #content {
	float: left;
	width: 499px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	padding: 20px 0 40px 0;
}
#main-content #contentwide {
	float: left;
	width: 730px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	padding: 20px 0 40px 0;
	/*border:1px solid black;*/
}
#main-content #content-full {
	float: left;
	width: 720px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	padding: 20px 0 40px 0;
}

#text-content {
	padding: 0 18px 0 22px;
} 

#main-content #content #text-content img.content-image-rgt {
	display: block;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}	

/* =Left nav 
---------------------------------------------------------------------------------------------------- */
#left-nav {
	background: url('../images/wrapper/left-nav-btm.jpg') 0 100% no-repeat;
	float: left;
	width: 227px;
	padding-bottom: 130px;
	margin-left: 1px;
}

#left-nav ul {
	background: url('../images/wrapper/left-nav-bg.jpg') 0 0 repeat-y;
	padding-top: 14px;
}

#left-nav li {
	display: inline;
}

#left-nav li a {
	display: block;
	color: #000000;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
}

#left-nav li a span {
	background: url('../images/wrapper/left-nav-item-divider.jpg') 0 100% no-repeat;
	display: block;
	padding: 8px 10px 8px 40px;
}

#left-nav li a:hover {
	background: url('../images/wrapper/left-nav-item-hover.jpg') 0 0 repeat-y;	
	color: #ee3224;
}

#left-nav li a.active {
	background: url('../images/wrapper/left-nav-item-hover.jpg') 0 0 repeat-y;
	color: #ee3224;
	font-weight: bold;
}

/* Sub nav */
#left-nav li .sub-nav p {
	background: url('../images/wrapper/left-nav-item-divider.jpg') 0 100% no-repeat;
	display: block;
	padding: 0 0 0 41px !important;
}

#left-nav li .sub-nav p a {
	background: url('../images/wrapper/sub-nav-item-bullet.gif') 0 15px no-repeat;
	padding: 8px 0 8px 14px !important;
}

#left-nav li .sub-nav p a:hover {
	background: url('../images/wrapper/sub-nav-item-bullet.gif') 0 15px no-repeat;
}

#left-nav li .sub-nav p a:active {
	background: url('../images/wrapper/sub-nav-item-bullet.gif') 0 15px no-repeat;
	color: #ee3224;
}

/* =Sub-content
---------------------------------------------------------------------------------------------------- */
#sub-content {
	float: right; 
	width: 238px;
	padding-top: 14px;
}

#sub-content .sub-content-block {
	background: url('../images/wrapper/sub-content-block-bg.gif') -1px 0 no-repeat;
	margin-bottom: 18px;
	border: 1px solid #ddd;
	border-top: none;
}

#sub-content .sub-content-block .sub-content-block-inner {
	padding: 12px 12px 0 18px;
}

#sub-content .sub-content-block h3 {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 12px 0 0 18px;
}

#sub-content .sub-content-block p {
	margin: 8px 0 8px 0;
}

#sub-content #signup-block {
	background: url('../images/wrapper/sub-content-block-bg.gif') 0 0 no-repeat;
	min-height: 180px;
	height: auto !important;
	height: 180px;
	margin-bottom: 18px;
}

#sub-content #signup-block #signup-block-inner {
	padding: 20px 10px 0 18px;
}

#sub-content #signup-block form .email-field {
	background: #ffffff;
	width: 195px;
	height: 23px;
	padding: 4px 0 0 3px;
	border-top: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
}

#sub-content #signup-block form .news-submit {
	background: url('../images/wrapper/common-link-arrow.gif') 100% 4px no-repeat;
	color: #ee3224;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 17px;
	margin-right: 18px;
	padding-right: 8px;
	border: 0;
	cursor: pointer;
}

#sub-content #signup-block form .news-submit:hover {
	color: #252525;
}

#sub-content #signup-block h3 {
	padding: 13px 0 0 18px;
}

#sub-content #signup-block p {
	margin: 8px 0 10px 0;
	line-height: 17px;
}

/* =Breadcrumb
---------------------------------------------------------------------------------------------------- */
#ctl00_ContentPlaceHolder1_FolderBreadcrumb1 {
	font-size: 11px;
	clear: both;
	margin: 0 !important;
	padding: 0 0 20px 0;
}

/* =Footer
---------------------------------------------------------------------------------------------------- */
#footer {
	background: url('../images/wrapper/footer-bg.jpg') 0 0 no-repeat;
	clear: both;
	width: 950px;
	height: 53px;
	margin: 0 auto;
}

#footer p {
	font-size: 12px;
	text-align: center;
	padding-top: 18px;
}

#footer p a {
	color: #000000;
	padding-left: 14px;
}

#footer p a:hover {
	color: #ee3224;
}

/* =Links
---------------------------------------------------------------------------------------------------- */
a, a:focus {
	outline: none;
	color: #ee3224;
}

a:hover {
	color: #252525;
}

.common-link {
	background: url('../images/wrapper/common-link-arrow.gif') 100% 4px no-repeat;
	color: #ee3224;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	padding-right: 10px;
}

.common-link:hover {
	color: #252525;
}

/* =lists
--------------------------------------------------------------------------------------------------- */
#main-content #text-content ul {
	margin: -8px 0 10px 12px;
	padding: 0 0 0 12px;
}

#main-content #text-content ul li {
	list-style: square;
	line-height: 18px;
	padding-bottom: 3px;
}

/* =Typography
---------------------------------------------------------------------------------------------------- */
#main-content p {
	line-height: 17px;
}

#main-content #content #text-content p,#main-content #content-full #text-content p, #main-content #contentwide #text-content p {
	line-height: 17px;
	margin: 0 0 18px 0;
}

#main-content #content #text-content h1,#main-content #content-full #text-content h1, #main-content #contentwide #text-content h1 {
	font-size: 17px;
	color: #231f20;
	margin: 0 0 14px 0;
}

#main-content #content #text-content h2,#main-content #content-full #text-content h2,#main-content #contentwide #text-content h2 {
	font-size: 14px;
	color: #ee3224;
	margin: 0 0 14px 0;
}

#main-content #content #text-content h3,#main-content #content-full #text-content h3, #main-content #contentwide #text-content h3{
	font-size: 15px;
	color: #000000;
	margin: 0 0 10px 0;
}

/* =Main navigation - CSS menus - core
---------------------------------------------------------------------------------------------------- */
.qmmc .qmdivider {display:block;font-size:1px;border-width:0px;border-style:solid;}
.qmmc .qmdividery {float:left;width:0px;}
.qmmc .qmtitle {display:block;cursor:default; }
.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;}
.qmmc {position:relative;width:100%;}
.qmmc a, .qmmc li {float:left;display:block;}
.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}
.qmsh div a {float:left;}
.qmmc div {visibility:hidden;position:absolute;}

/* =Main navigation - CSS menus
---------------------------------------------------------------------------------------------------- */   
#main-nav {
	clear: both;
	width: 950px;
	margin: 0 auto;
}

/* (MAIN) Container */	
#qm0 {	
	background: none;
}

/* (MAIN) Items */	
#qm0 a {	
	background: none;
}

/* (MAIN) Hover State */	
#qm0 a:hover {	
	background: none;
}

/* (MAIN) Parent items */	
#qm0 .qmparent {	
	background: right 0 no-repeat;
}

/* (MAIN) Active State */	
body #qm0 .qmactive, body #qm0 .qmactive:hover {	
	background: none;
}

/* (SUB) Container */	
#qm0 div {	
	background: #7b7b7b;
	border-left: 1px solid #252525;
	border-right: 1px solid #252525;
}

#qm0 div div, #qm0 div div div {
	border-top: 1px solid #252525;
	margin-top: 1px;
}	

/* (SUB) Items */	
#qm0 div a {	
	color: #ffffff;
	font-size: 13px;
	width: 180px;
	text-decoration: none;
	border-top: 1px solid #898989;
	border-bottom: 1px solid #252525;
	padding: 8px 10px 8px 10px;
	margin: 0;
}

/* (SUB) Hover State */	
#qm0 div a:hover {	
	background: #404040;
	font-size: 13px;
	text-decoration: none;
	border-top: 1px solid #404040;
	border-bottom: 1px solid #252525;
	padding: 8px 10px 8px 10px;
	margin: 0;
}

/* (SUB) Active State */	
body #qm0 div .qmactive, body #qm0 div .qmactive:hover {	
	background: #404040;
	font-size: 13px;
	text-decoration: none;
	border-top: 1px solid #404040;
	border-bottom: 1px solid #252525;
	padding: 8px 10px 8px 10px;
	margin: 0;
}

/* =JQuery tabs
---------------------------------------------------------------------------------------------------- */   
/* News & Events - Press Box tabs */
#tabs ul.tab-nav {
	background: url('../images/wrapper/right-col-tabs-bg.jpg') 0 0 no-repeat; 
	float: right;
	width: 281px;
	height: 32px;
	padding: 7px 0 0 0;
}
	
#tabs ul.tab-nav li {
	margin-left: 8px;
}

#tabs ul.tab-nav li, #tabs ul.tab-nav  li a {
	display: block;
	float: left;
}
	
#tabs ul.tab-nav li a {
	display: block;
	width: 115px; 
	height: 20px;
	color: #000000;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px 0 0 0;
}

#tabs ul.tab-nav li a:hover {
	background: url('../images/wrapper/tab-link-bg.gif') 0 0 no-repeat;
	color: #ffffff;
	width: 115px; 
	height: 25px;
}
	
#tabs ul.tab-nav li.active {
	background: url('../images/wrapper/tab-link-bg.gif') 0 0 no-repeat;
	color: #ffffff;
	width: 115px; 
	height: 25px;
}
	
#tabs ul.tab-nav li.active a {
	background: url('../images/wrapper/tab-link-bg.gif') 0 0 no-repeat;
	color: #ffffff;
	width: 115px; 
	height: 25px;
}
	
#tabs div {
	clear: both;
	padding:  5px 10px 10px 10px;
}

#tabs div ul li {
	background: url('../images/wrapper/right-col-tab-content-divider.gif') 0 100% no-repeat;
	padding: 8px 0 8px 0;
}

/* Video Highlights - Video Archive tabs */
#videotabs ul.tab-nav {
	background: url('../images/wrapper/video-tabs-bg.jpg') 0 0 no-repeat;
	width: 408px;
	height: 32px;
	padding: 7px 0 0 0;
}
	
#videotabs ul.tab-nav li {
	margin-left: 8px;
}

#videotabs ul.tab-nav li, #videotabs ul.tab-nav li a {
	display: block;
	float: left;
}
	
#videotabs ul.tab-nav li a {
	display: block;
	width: 115px; 
	height: 20px;
	color: #000000;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px 0 0 0;
}

#videotabs ul.tab-nav li a:hover {
	background: url('../images/wrapper/tab-link-bg.gif') 0 0 no-repeat;
	color: #ffffff;
	width: 115px; 
	height: 25px;
}
	
#videotabs ul.tab-nav li.active {
	background: url('../images/wrapper/tab-link-bg.gif') 0 0 no-repeat;
	color: #ffffff;
	width: 115px; 
	height: 25px;
}
	
#videotabs ul.tab-nav li.active a {
	background: url('../images/wrapper/tab-link-bg.gif') 0 0 no-repeat;
	color: #ffffff;
	width: 115px; 
	height: 25px;
}
	
#videotabs div {
	clear: both;
	padding: 10px 10px 10px 10px;
}

#videotabs div .vid-icon {
	display: block;
	float: left;
	width: 67px; 
	height: 67px;
}	
	
#videotabs div p.vid-description {
	float: left;
	width: 300px;
	padding-left: 14px;
}

#videotabs div p.vid-description span {
	display: block;
	text-align: right;
}

#videotabs div ul li {
	background: url('../images/vid-highlights-list-divider.gif') 0 100% no-repeat;
	padding: 10px 0 10px 0;
	clear: both;
}

#videotabs div ul li.last {
	background: none;
}
 
/* Featured Player - Rankings tabs */
#playertabs ul.tab-nav {
	background: url('../images/wrapper/player-tabs-bg.jpg') 0 0 no-repeat;
	width: 233px;
	height: 32px;
	padding: 7px 0 0 5px;
}
	
#playertabs ul.tab-nav li.first {
	margin-right: 3px;
}

#playertabs ul.tab-nav li, #playertabs ul.tab-nav li a {
	display: block;
	float: left;
}
	
#playertabs ul.tab-nav li a {
	display: block;
	width: 112px; 
	height: 20px;
	color: #000000;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px 0 0 0;
}

#playertabs ul.tab-nav li a:hover {
	background: url('../images/wrapper/tab-link-sml.bg.gif') 0 0 no-repeat;
	color: #ffffff;
}
	
#playertabs ul.tab-nav li.active {
	background: url('../images/wrapper/tab-link-sml.bg.gif') 0 0 no-repeat;
	color: #ffffff;
}
	
#playertabs ul.tab-nav li.active a {
	background: url('../images/wrapper/tab-link-sml.bg.gif') 0 0 no-repeat;
	color: #ffffff;
}
	
#playertabs div {
	clear: both;
	padding:  16px 10px 10px 15px;
}

#playertabs div .player-thb {
	display: block;
	float: right;
	width: 88px; 
	height: 88px;
	margin-left: 5px;
	margin-bottom: 5px;
}
	
#playertabs div p {
	margin: 0 0 6px 0;
}

#playertabs div ul {
	margin: 0 0 6px 15px;
}

#playertabs div ul li {
	list-style: square;
	padding: 0 0 0 0;
}


/* --- <PPC> ------ Calendar ---------------------------------------------------------------------------------- */

#Calendar1 {
	width: 499px;
}

#Calendar1 td {
	font-family: "Lucida Sans Unicode",'Trebuchet MS',arial,verdana,sans-serif !important;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	font-size: 10px;
	border-right: none;
	border-bottom: none;
}

#Calendar1 .mv_eventTitle div a {
	text-decoration: none;
	margin-top: 5px;
}

#Calendar1 table {
	border-bottom: 1px solid #ddd;
	margin-left: 23px;
	width: 499px;
}

#Calendar1 table td table {
	width: auto;
}

#Calendar1 td table td, #Calendar1 td table {
	border: none;
	margin: 0;
}

#Calendar1 .mv_MonthHeaderBkg {
	border: none;
    font-weight: bold ;
    background: url(/images/cal-header.gif) no-repeat;
	color: white;
}

#Calendar1 .mv_MonthHeaderPrev a, #Calendar1 .mv_MonthHeaderPrev a:hover {
	font-size: 0px;
	color: #717171;
	width: 40px;
	height: 40px;
	margin: 10px 0 0 15px;
	display: block;
}
#Calendar1 .mv_MonthHeaderNext a, #Calendar1 .mv_MonthHeaderNext a:hover {
	float: right;
	font-size: 0px;
	color: #717171;
	width: 40px;
	height: 40px;
	margin: 10px 10px 0 0;
	display: block;
}

#Calendar1 .mv_MonthHeader {
	font-size: 16px;
	color: white;
	width: 350px;
	padding-right: 100px;
}
#Calendar1 .mv_MonthHeaderNext a {
}

#Calendar1 .mv_weekendDOWHeader, #Calendar1 .mv_weekdayDOWHeader {
	background: url(/images/wrapper/new-ticker-bg.jpg) top center;
	padding: 8px 5px;
	font-size: 11px;
	font-weight: normal;
}
#Calendar1 .mv_weekendDOWHeader {
	color: #777;
}
#Calendar1 .mv_NonMonthBorder {
	background: #ddd;
	padding: 3px;
}
#Calendar1 .mv_dayBorder, #Calendar1 .mv_DateCellEmpty, #Calendar1 .mv_DateCell {
	background: white;
	padding: 3px;
}
#Calendar1 .mv_DateCell a, #Calendar1 .mv_DateCellWeekend a, #Calendar1 .mv_DateCellToday a {
	text-decoration: none;
	color: #666;
	font-weight: normal;
}
#Calendar1 .mv_dayBorderWeekend, #Calendar1 .mv_DateCellEmptyWeekend, #Calendar1 .mv_DateCellWeekend {
	background: #f4f4f4;
	padding: 3px;
}
#Calendar1 .mv_dayBorderToday, #Calendar1 .mv_DateCellEmptyToday, #Calendar1 .mv_DateCellToday {
	background: #ffb;
	padding: 3px;
}

#Calendar1 .mv_eventContainer {
	margin-left: 67px;
}
#Calendar1 .mv_TodayCell {
	border: 1px solid #bbb;
	background: #f9f9f9;
	padding: 5px;
}

/* Event View */
#Calendar1 .evt_TitleCell {
	background: #717171;
	color: white;
	padding: 7px;
	text-align: left;
}
#Calendar1 .evt_TitleCell br, #Calendar1 .evt_DateCell br {
	display: none;
}
#Calendar1 .evt_DateCell {
	background: url(/images/wrapper/new-ticker-bg.jpg) top center no-repeat;
	padding: 7px;
	text-align: left;
}
#Calendar1 .evt_ViewDayCell {
	border-right: 1px solid #ddd;
}

#Calendar1 .evt_ViewDayCell, #Calendar1 .evt_ViewDayCell table td {
	background: white;
	font-weight: normal;
	padding: 3px;
}

#Calendar1 .etCtrl_Background table {
	position: absolute;
	width: 200px;
	margin-left: 510px;
	top: 460px;
}

#Calendar1 .etCtrl_InstructCell {
	padding-right: 5px;
	width: 5px !important;
	overflow: hidden;
	display: none;
}

#Calendar1 .etCtrl_SelCell {
	width: 200px !important;
}

#Calendar1 .etCtrl_selectBox {
	background: #ddd;
	color: black;
	padding: 2px;
	width: 200px;
}

#calendar-sidebar {
	position: absolute;
	margin-left: 540px;
	top: 440px;
	font-size: 12px;
}

/* --- </PPC> ----- Calendar ---------------------------------------------------------------------------------- */


/* =Sponsors
---------------------------------------------------------------------------------------------------- */   

#sponsors {
	/*background: url(/images/wrapper/sponsors-bg-top.gif) top center no-repeat;*/
	margin-top: 1em;
}
#sponsors div {
	/*background: url(/images/wrapper/sponsors-bg-btm.gif) bottom center no-repeat;*/
	padding: 10px 0;
}
#sponsors td {
	vertical-align: middle;
	text-align: center;
	padding: 5px;
}
#sponsors td.text {
	text-align: right;
	padding-bottom: 0px;
}

/* Margin Craziness */

#text-content img {
	margin: 20px;
}

th{color:red;text-align:left;}
table.stats{border:1px solid #c6c6c6; border-collapse:collapse;}
table.stats tr td{border:1px solid #c6c6c6; border-collapse:collapse;padding:2px;font-size:11px;}
.stats-win{color:green}
.stats-lose{color:blue}

.photo{
	padding:8px 8px 8px 0;
margin:0 !important;
}

.photoTable{
	width:100px !important;
	height:auto !important;
	border:1px solid white;
}
.photoTable tr td{
height:auto !important;
}

.photocaption{
	font-style: italic;
	font-size: 12px;

}
.smallimagemargin{
	margin:5px !important;
}
.tablealignmiddle tr td{
	vertical-align:middle !important;
}
.tableheader{
	font-size:14px !important;
	color:#ffffff;

}
div.thumb {
	margin: 10px;
	border: 1px solid #A0ACC0;
	float: left;
	width:auto;
	padding:10px;
	text-align: center;

} 
div.thumb img{
display: inline;
border: 1px solid #A0ACC0;
margin:0 !important;

}
.thumb a:hover img {border: 1px solid black;}
.photocattitle {text-align: center; font-weight: bold;}
.phototitle {
text-align: center;
font-weight: normal;
width: 120px;
margin: 0 3px 3px 3px;
} 
div.cropper{
	height:125px;
	overflow:hidden;
	width:125px;
}
/* =Online Store
---------------------------------------------------------------------------------------------------- */  
#colright {
    float: left;
    width: 390px;
    padding: 10px;
}

div.product-desc{
    margin-bottom:10px;

}

#thumbgalleryspacer {
    clear: left;
    height: 100px;
    width: 240px;
}

#ctl00_ContentPlaceHolder1_thumbgallery{
    display:block;
    width:240px;
    height:240px;
    position: absolute;
    margin-top: 325px;
    
}
#ctl00_ContentPlaceHolder1_thumbgallery img{
    cursor: pointer;
    padding:10px;
    margin:0px;
}
#vert-space{
    height:200px
}
#colleft{
    float:left;
    border:1px solid #c6c6c6 !important;
    width:240px;
    height:312px; 
    padding:0px !important;
    margin:0 0 240px 0 !important;
    overflow:hidden;

}
a.addToCartButton img{
    margin:10px 0 0 10px !important;
    padding:10px !important;
}
#colright table tr td{
    padding-top:10px !important;
}
ul.productList{
    padding-left:0px !important;
}
ul.productList li{
    padding-left:0px !important;
    margin-top:2em !important;
}
ul.productList li ul.prices li{
    padding-left:0px !important;
    margin-top:0em !important;
}
ul.productList li ul.prices li{
    padding-left:0px !important;
    margin-top:0em !important;
}
DIV.EktronProductListWrapper DIV.products UL.productList LI SPAN.productImage{
    margin:5px;
    margin-top:-5px;
}
DIV.EktronProductListWrapper DIV.products UL.productList LI{
    height:auto;
}
td.items{
padding:2px !important;
margin:2px !important;
}
td.items p{
	line-height:auto;
padding:0px !important;
margin:0px !important;	
}
a.commerce-toolbar-button, a.commerce-toolbar-button:visited
{
    display:block;
	background-color: #F5F5F5;
	border-color:#EEEEEE #DEDEDE #DEDEDE #EEEEEE;
	border-style:solid;
	border-width:1px;
	color:#565656 !important;
	cursor:pointer;
	font-size:100%;
	line-height:100%;
	padding: 5px 10px 6px 7px;
	text-decoration:none;
	margin-left:10px;
	margin-right:10px;
	
}

a.commerce-toolbar-button img 
{
	padding-right:5px;
	margin:0 !important;
}
div.nomargin img{
	margin:0 !important;
}
.EktronCheckout_LoginBlock ul{
list-style-type:none;
}
ul.EktronCheckout_Rows_Container {
list-style-type:none;
}
li.EktronCheckout_LoginEmail{
list-style-type:none !important;
}
li.EktronCheckout_LoginPassword{
list-style-type:none !important;
}
li.EktronCheckout_LoginButton{
list-style-type:none !important;
}
.EktronCheckout_ReturningCustomer span {
display:block;
color:#EE3224;
}
.EktronCheckout_NewCustomerAlert  {
display:block;
color:#EE3224 !important;
}
ul.EktronCheckout_Rows_Container li{
	list-style-type:none !important;
}

.shippingBilling tbody tr tr ul li{
	list-style-type:none !important;
}

	.greyborder{
		border: 1px solid #d0d0d0;
		width:335px;
		margin:10px;
		padding:10px;
	
	}
#storepage img{
padding:0px !important;
margin: 0px !important;

}	

#productForm tr td{
	padding:5px;

}
/* End Online Store
---------------------------------------------------------------------------------------------------- */  
