/* -----------------------------------------------
Client: Skirt Sports
Function: Screen CSS definitions.
Author:   Jason Walle | jason.walle@skirtsports.com
Modified:  February 25, 2010
Copyright: Copyright (C) 2010 Skirt Sports, Inc.
@import url("thickbox.css");
----------------------------------------------- */
html, body {width: 100%; height: 100%; margin: 0; padding: 0; text-align: center;}
body div {text-align: left;}
body, p, td, div {font: 12px Helvetica, Tahoma, Arial, sans-serif; color: #485056; line-height: 140%;}
#content {padding: 10px;}
#content p {margin: 6px 0px 15px 0px; padding: 0px; letter-spacing: 0;}
p.small, td.small, .small {font-size: 10px;}
h1, h2, h3, h4, h5 {font-family: Helvetica, Tahoma, Arial, sans-serif; font-weight: bold; margin: 0; padding: 0; line-height: 1em;}
h1 {font-size: 175%; padding: 0 0 5px 0;}
h2 {font-size: 150%; color: #ca145e; margin: 0; padding: 0 0 10px 0; text-decoration: none;}
h3 {font-size: 130%; color: #bf126d; padding: 0; margin: 0;}
h4 {font-size: 120%;}
h5 {font-size: 100%;}

a, a:link, a:visited {color : #333333; text-decoration : underline}
a:hover, a:active {color : #ce1777;	text-decoration : underline}

img {border: 0;}
img.left {float: left; padding: 10px 20px 20px 0;}
img.right {float: right; padding: 10px 0 20px 20px;}

.clear {clear: both; margin: 0; padding: 0;}

.noMargin {margin: 0; padding: 0;}

.required {color: #c00; font-weight: bold;}
.requiredField {background-color: #FFEFF0; border: 1px solid #c00;}

td.fade {background: #fff url(/images/table/bg-table-fade.jpg) repeat-x;}
.tdHeader {color: #fff; background-color: #ff3399; font-size: 95%; font-weight: bold;}
.tdTitle {color: #bf126d; font-size: 95%; font-weight: bold; padding: 3px;}
td.contentHeader { background-color: #2D65B5; color: #FFFFFF; font-size: 11px; border-bottom: 1px solid #0C4087; background: url(../images/bg/contentHeader.gif); padding-left: 5px; }
td.contentHeaderLight { color: #000000; font-size: 11px; border-bottom: 2px solid #ff9acd; border-top: 1px solid #f5c6de; padding-top: 4px; padding-bottom: 4px; background-color: #F3F8FF; background: url(/images/lightContentHeader.jpg) }
td.contentBottom { border-bottom: 1px solid #ffe6f3; font-size: 11px; padding: 3px 5px; }
td.contentBottomPad { border-bottom: 1px solid #CADBE5; font-size: 11px; padding: 2px 0px 3px 5px; }
tr.rowOn { background-color: #FFFFFF; }
tr.rowOnBlue { background-color: #F9FCFF; }
td.contentDarker { border-bottom: 1px solid #C1C1C1; font-size: 11px; }
tr.rowHighlight { border-bottom: 1px solid #CADBE5; font-size: 11px; padding-left: 5px; background-color: #FFFDE9; }

/* ----------------------------------------------
	PRODUCT SIZES
---------------------------------------------- */
#productsizes {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
	border-top: 2px solid #ccc;
}

#productsizes th, #productsizes td {
	padding: 2px;
	font-size: 11px;
	text-align: center;
	border-bottom: 1px dotted #ccc;
}

#productsizes th {
	background-color: #eee;
	font-weight: bold;
	border-right: 1px solid #ccc;
}

#productsizes .qty {
	text-align: center;
}


#productsizes .price {
	text-align: right;
	width: 30px;
}

#productsizes tr.odd td {
	background-color: #FFC;
}

#productsizes td ul {
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 0;
}

#productsizes .title {
	background-color: #FEEBF5;
	text-align: center;
	font-weight: bold;
}

.productDetails {
	font-size: 110%;
}

.productDetails UL {
	padding: 0 0 20px 10px;
	margin: 0 0 0 5px;
}

.productDetails UL LI {
	padding: 5px 0 0 0;
	margin: 0 0 0 5px;
	list-style: disc;
}

.productDetails blockquote {
	color: #444;
	padding: 0 15px;
	line-height: normal;
}



p.packageDiv {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
}

#sitemap-layout {}

	#sitemap-layout UL {
		padding: 0 0 20px 10px;
		margin: 0 0 0 5px;
	}
	
	#sitemap-layout UL LI {
		padding: 2px 0 0 0;
		margin: 0 0 0 5px;
		list-style: disc;
	}


td.dataGrid {
	border-bottom: 1px solid #ccc;
	padding: 2px;
}

td.cartHeader {
	font-size: 11px; 
	font-weight: bold; 
	color: #fff; 
	background-color: #6F5A64;
	padding: 4px;
	border-bottom: 1px solid #FFB7DB;
}

td.cartSubTotal {
	font-size: 11px; 
	font-weight: bold; 
	color: #222; 
	background-color: #fdffc4; 
	padding: 4px;
	border-bottom: 1px solid #DFDFDF;
}

td.cartShipping {
	font-size: 11px; 
	font-weight: bold; 
	color: #222; 
	background-color: #fdffc4; 
	padding: 4px;
	border-bottom: 1px solid #DFDFDF;
}

td.cartTotal {
	font-size: 14px; 
	font-weight: bold; 
	color: #222; 
	background-color: #EAF3CB; 
	padding: 4px;
	border-bottom: 1px solid #DFDFDF;
}

h3.repeaterTitle {
	color: #BF126D; 
	font-size: 16px; 
	font-weight: bold;
	padding: 20px 0 5px 0;
	margin: 25px 0 12px 0;
	border-top: 1px solid #CFC2C8;
	line-height: 22px;
}


.relatedProductTitle {
	font-size: 12px;
	font-weight: bold;
	color: #9F0055;
	margin: 0 0 5px 0;
	padding: 0;
}

.relatedProductPrice {
	font-size: 11px;
	color: #333;
	margin: 0;
	padding: 0;
}

.outfitNumber {
	background: #555;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-border-radius:3px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding: 10px;
	margin: 0 15px 0 0;
	text-align: center;
}

#layoutOnlineStores {padding: 0; margin: 0;}
#layoutOnlineStores ul {padding: 0; margin: 0;}
#layoutOnlineStores li {float: left; display: inline; list-style: none; margin: 0 20px 25px 0; width: 200px; text-align: center;}


#layoutDepartments {padding: 0; margin: 0;}
#layoutDepartments ul {padding: 0; margin: 0;}
#layoutDepartments li {float: left; display: inline; list-style: none; margin: 0 15px 25px 0; width: 285px; height: 125px; text-align: center; background-color: #DFDFDF; padding: 5px;}

#layoutDepartments li .photoBox{float:left;width:100px;border:2px solid #D3CDC7;padding:3px;background-color:#fff}
#layoutDepartments li .copyBox{float:left;width:160px;height:112px;background-color:#f9f9f9;margin:0 0 0 5px;padding:5px}
#layoutDepartments li .copyBox h2{margin:0;padding:0;font-size:13px}
#layoutDepartments li .copyBox p a{font-size:11px}



/*
.layoutSearchResults {margin: 0 0 25px 0; padding: 0 0 10px 0; border-bottom: 1px solid #ccc; clear: both;}
.layoutSearchResults:last-child {border-bottom: none; clear: both;}
*/
.layoutSearchResults {background: #fff; border: 1px solid #ccc; -moz-border-radius:5px; border-radius:5px; -webkit-border-radius:5px; margin: 5px 0 10px 0; padding: 5px 10px;}
.layoutSearchResults .photoBox {float: left; width: 100px; margin: 0 10px 0 0; padding: 3px;}
.layoutSearchResults .copyBox {float: left; width: 460px; margin: 0 0 0 5px;}
.layoutSearchResults .copyBox h2 {margin: 0; padding: 0; font-size: 13px;}
.layoutSearchResults .copyBox p a {font-size: 11px;}

.searchBoxRight {
	background: #fff8cc;
	border: 1px solid #ffdc50;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	margin: 5px 0 10px 0;
	padding: 5px 10px;
}

table.searchResultsSummary td {
	padding: 5px 0;
	vertical-align: top;
}
table.searchResultsSummary td div {
	background: #9ddb84;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-border-radius:3px;
	font-size: 20px;
	font-weight: bold;
	color: #346720;
	padding: 11px 10px;
	text-align: center;
}
table.searchResultsSummary td.description {
	padding-left: 14px;
	font-size: 11px;
	color: #555;
	background-image: none;
}
table.searchResultsSummary td.description h2 {
	border: none;
	color: #444;
	font-size: 14px;
	padding: 2px 0 1px 0;
	line-height: 18px;
	background-image: none;
}




.icon-list {
	margin: 5px 0 10px 0;
	padding: 0;
	border-bottom: 1px solid #ccc;
}

.icon-list .icon {
	float: left;
	width: 40px;
	margin: 0;
	padding: 0;
}

.icon-list .copy {
	float: left;
	width: 275px;
	margin: 0;
	padding: 0;
}

.icon-list .copy h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.icon-list .copy h3 a {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #222;
}

.icon-list .copy p {
	font-size: 11px;
	margin: 0;
	padding: 0;
}


li.boxNavItem {
	list-style: none;
}
li.boxNavItem a {
	background: transparent url(/images/ui/element-arrow.gif) no-repeat 100% 0;
	border-top: 1px solid #e5e5e5; 
	color: #333; 
	display: block; 
	line-height: 3; 
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: none;
}

li.boxNavItem:first-child a { border-top: none; }
li.boxNavItem a:hover { color: #ce1777; }


.eventCalendar {
	background: #FFF url(/images/bg_calendar.gif) no-repeat top right;
	width: 100px;
	height: 100px;
}

.eventCalendarMonth {
	font-size: 18px;
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 11px 0 0 0;
	text-transform: capitalize;
	text-transform: uppercase;
}

.eventCalendarDay {
	font-size: 30px;
	color: #333;
	text-align: center;
	margin: 0;
	padding: 8px 0 0 0;
}

/* Alerts
----------------------------------------------- */
#success {
	background:#E2F9E3 url("/images/icons/alert-success.gif") no-repeat 11px 12px;
	border-top: 1px solid #9c9;
	border-bottom: 1px solid #9c9;
	margin:0 0 20px 0;
	padding:10px 10px 10px 35px;
	/*-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;*/
}

#success h3 {
	color:#468d3f;
	font-size:14px;
	font-weight:normal;
	margin:0;
	padding:0
}

#failureSingle {
	background:#ffd1d1 url("/images/icons/alert-failure.gif") no-repeat 13px 11px;
	border-top: 1px solid #f8acac;
	border-bottom: 1px solid #f8acac;
	margin:0 0 20px 0;
	padding:10px 10px 10px 35px;
	font-size: 12px;
	font-weight: bold;
	/*-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;*/
}

#failure {
	background:#ffd1d1 url("/images/icons/alert-failure.gif") no-repeat 13px 11px;
	border-top: 1px solid #f8acac;
	border-bottom: 1px solid #f8acac;
	margin:0;
	padding:10px 10px 10px 35px;
	/*-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;*/
}

#failure h3 {
	color:#8d3f3f;
	font-size:14px;
	font-weight:normal;
	margin:0;
	padding:0
}

.failureMessage {
	background:#fff1f1;
	border-bottom:1px solid #fddcdc;
	padding:10px 20px;
	color:#664b4b;
	margin-bottom:30px
}

.failureMessage ol {
	margin: 0 0 0 20px;
	padding: 0;
}



#ie6-warning {
	width: 950px;
	margin: 0 auto;
	background-color: #fff8cc;
	border: 10px solid #ffdc50;
	color: #000000;
	padding: 10px;
	font-size: 15px;
	margin-bottom: 10px;
}
#ie6-warning a {
	text-decoration: underline;
}

/*** MSG Styles ***/
	#msg{
		font-family: Verdana, sans-serif;
		line-height: 20px;
		margin: 5px 0 10px 0;
		padding: 5px 10px;
	}
	
	#msg h3 {
		font-size: 14px; 
		color: #3d3100; 
		letter-spacing: -1px; 
		font-weight: bold; 
		padding-bottom: 10px;
	}

	#msg.notice{
		font-size: 11px;
	    background: #fff8cc;
	    color: #31363e; 
		border: 1px solid #ffdc50;
		-moz-border-radius:5px;
		border-radius:5px;
		-webkit-border-radius:5px;
}
	#msg.notice small{font-size: 10px; color: #707173;}
	#msg.notice p{margin: 0; padding: 0;}
	#msg.notice a{font-weight: bold; color: #fc683b;}

	#msg.good{
	    background: #E2F9E3;
	    color: #060; 
		border: 1px solid #9c9;
		-moz-border-radius:5px;
		border-radius:5px;
		-webkit-border-radius:5px;
	}
		
	#msg.bad{
		background: #FFE3E0;
	    color: #E31B0C; 
		border: 1px solid #DC6E66;
		-moz-border-radius:5px;
		border-radius:5px;
		-webkit-border-radius:5px;
	}

	#msg.bad ul {
		margin: 0 0 0 20px;
	}

/*** end msg ***/



#Flash {
	text-align: left;
	border: 1px solid #ccc;
	padding: 5px 5px 5px 30px;
	font-size: 14px;
	margin: 10px auto;
}

.login #Flash {
  margin-top: 12px;
  font-size: 12px;
}

#Flash.good {
	border-color: #9c9;
	color: #060;
	background: url(/images/alertgood_icon.gif) #E2F9E3 left 4px no-repeat;
}

#Flash.good p {
	color: #060;
}


#Flash.bad {
	border-color: #c99;
	color: #fff;
	background: url(/images/alertbad_icon.gif) #c00 left no-repeat;
}

#Flash.bad p {
	color: #fff;
}


/* Boxes
----------------------------------------------- */
.boxIt {
	font-family: Verdana, sans-serif;
	line-height: 20px;
	margin: 5px 0 10px 0;
	padding: 5px 10px;
}

	.boxIt h3 {
		font-size: 15px; 
		letter-spacing: -1px; 
		font-weight: bold; 
		margin: 0;
		padding: 0 0 5px 0;
	}
	
	.boxIt a {
		text-decoration: underline;
	}

	.boxIt p, .boxIt li {
		font: 12px Helvetica, Tahoma, Arial, sans-serif;
		color: #485056;
		line-height: 140%;
	}

.yellowBox {
	background-color: #fff8cc;
	border: 1px solid #ffdc50;
	color: #31363e;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
}

.greenBox {
	background-color: #E2F9E3;
	border: 1px solid #9c9;
	color: #060;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
}

.redBox {
	background-color: #FFEFEF;
	border: 1px solid #DC6E66;
	color: #E31B0C; 
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
}

.pinkBox {
	background-color: #FFEFF7;
	border: 1px solid #FFB7DB;
	color: #333;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
}

.darkPinkBox {
	background-color: #d9016f;
	border: 1px solid #960A4C;
	color: #fff;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
}


.blueBox {
	background-color: #e5f2ff;
	border: 1px solid #74b9fd;
	color: #333;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
}

.whiteBox {
	background-color: #fff;
	border: 1px solid #ccc;
	color: #333;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
}

.grayBox {
	background-color: #efefef;
	border: 1px solid #ccc;
	color: #333;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
}

.whiteBox {
	background-color: #fff;
	border: 1px solid #ccc;
	color: #333;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
}

.hotPinkBox {
	background-color: #FF0080;
	border: 1px solid #db0470;
	color: #fff;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
}

	.hotPinkBox h3 {
		color: #fff;
		font-size: 16px; 
		letter-spacing: -1px; 
		font-weight: bold; 
		margin: 0;
		padding: 0 0 5px 0;
	}

	.hotPinkBox a {
		color: #fff;
		text-decoration: underline;
		font-weight: bold;
	}

	.hotPinkBox p, .hotPinkBox li {
		font: 12px Helvetica, Tahoma, Arial, sans-serif;
		font-weight: bold;
		color: #fff;
		line-height: 140%;
	}

/* Buttons
----------------------------------------------- */
a.greybutton {
    background: transparent url('/images/buttons/grey-right.png') no-repeat scroll top right;
	_background: transparent url('/images/buttons/grey-greybg-right.gif') no-repeat scroll top right;
    color: #545454;
    display: block;
    float: left;
    font: bold 12px arial, sans-serif;
    height: 33px;
    margin: 0 6px 0 0;
    padding: 0 12px 0 0;
    text-decoration: none;
	border: 0;
	cursor:pointer;
}
a.greybutton span {
    background: transparent url('/images/buttons/grey-left.png') no-repeat;
	_background: transparent url('/images/buttons/grey-greybg-left.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 6px 0 10px 10px;
	margin: 1px 0 0 0;
	color: #545454;
}

a.greybutton:hover span {
    display: block;
	color: #090;
	text-decoration:none;
}

a.greybutton:hover {
	text-decoration:none;
}

a.greybutton img {
    margin:0 6px -3px 0 !important;
    padding:0;
    border:none;
}

.clearButton {
	clear: both; 
	height: 10px;
	text-overflow: none;
}



a.addToCart,
a.addToCartOutfit {
	display: block;
	height: 25px;
	width: 119px;
	position: relative;
	background: url(/images/buttons/btn-add-to-cart.png) left top no-repeat;
	text-indent:-9999px;
	outline: none;
}

a.addToCart:hover,
a.addToCartOutfit:hover {
	background-position: left bottom;
	outline: none;
}

a.addToWishList {
	padding: 6px 0 0 20px;
	background: transparent url(/images/icons/icon_favourites.gif) left 4px no-repeat;
	text-decoration: none;
	font-size: 11px;
}

a.sizeChart {
	padding: 6px 0 0 20px;
	background: transparent url(/images/icons/icon_favourites.gif) left 4px no-repeat;
	text-decoration: none;
	font-size: 11px;
}

a.fabricInfo {
	padding: 6px 0 0 20px;
	background: transparent url(/images/icons/icon_favourites.gif) left 4px no-repeat;
	text-decoration: none;
	font-size: 11px;
}

.submitButton, .genericButton {
	height: 25px;
	background-color: #ff3399;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 0 15px;
	margin: 0;
	border-top: 1px solid #FF8FC8;
	border-right: 1px solid #BF1771;
	border-bottom: 1px solid #BF1771;
	border-left: 1px solid #FF8FC8;
}

.orderButton {
	width: 150px;
	height: 25px;
	background-color: #ff3399;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	border-top: 1px solid #FF8FC8;
	border-right: 1px solid #BF1771;
	border-bottom: 1px solid #BF1771;
	border-left: 1px solid #FF8FC8;
}

a.callOutButton:link, a.callOutButton:visited {
	background-color: #e43d90;
	padding: 5px; 
	border-top: 1px solid #e578af;
	border-right: 1px solid #b01d66;
	border-bottom: 1px solid #b01d66;
	border-left: 1px solid #e578af;
    color: #fefefe;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
}


a.callOutButton:hover, a.callOutButton:active {
	background-color: #24afe9;
	padding: 5px; 
	border-top: 1px solid #ace0fd;
	border-right: 1px solid #0076c4;
	border-bottom: 1px solid #0076c4;
	border-left: 1px solid #ace0fd;
    color: #fefefe;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
}



input[type="submit"] {
	background-color: #ca145e;
	padding: 5px; 
	border-top: 1px solid #CF4D83;
	border-right: 1px solid #8F003B;
	border-bottom: 1px solid #8F003B;
	border-left: 1px solid #CF4D83;
    color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
}


input[type="submit"]:hover {
	background-color: #a40a49;
	padding: 5px; 
	border-top: 1px solid #CF4D83;
	border-right: 1px solid #8F003B;
	border-bottom: 1px solid #8F003B;
	border-left: 1px solid #CF4D83;
    color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
}

input[type="button"] {
	background-color: #ca145e;
	padding: 5px; 
	border-top: 1px solid #CF4D83;
	border-right: 1px solid #8F003B;
	border-bottom: 1px solid #8F003B;
	border-left: 1px solid #CF4D83;
    color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
}


input[type="button"]:hover {
	background-color: #a40a49;
	padding: 5px; 
	border-top: 1px solid #CF4D83;
	border-right: 1px solid #8F003B;
	border-bottom: 1px solid #8F003B;
	border-left: 1px solid #CF4D83;
    color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
}

/* Date Picker
----------------------------------------------- */
table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}
table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected:hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td:hover, table.jCalendar td.dp-hover {
	background: #fff;
	color: #000;
}
table.jCalendar td.disabled, table.jCalendar td.disabled:hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	background: #fff;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 195px;
	line-height: 1.2em;
	border: 5px solid #999;	
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 7px 0;
	padding: 0;
	background-color: #fff;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 4px;
	left: 5px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 4px;
	right: 5px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../images/icons/icon_calendar.gif) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}

input.date-pick {
	width: 100px;
}

.dp-nav-prev-year, .dp-nav-next-year {
	font-size: 14px;
}

.dp-nav-prev-month, .dp-nav-next-month {
	font-size: 14px;
}


/* Fancy Box
----------------------------------------------- */
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('/images/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
}

* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background-image: url('/images/fancybox/fancybox.png');
	background-position: -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 7px;
	margin: 0;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('/images/fancybox/fancy_title_over.png');
	display: block;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
	background-image: url('/images/fancybox/fancybox.png');
	background-position: -40px -90px;
	background-repeat: no-repeat;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background-image: url('/images/fancybox/fancybox-x.png');
	background-position: 0px -40px;
	color: #FFF;
}

#fancybox-title-right {
	padding-left: 15px;
	background-image: url('/images/fancybox/fancybox.png');
	background-position: -55px -90px;
	background-repeat: no-repeat;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('/images/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('/images/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('/images/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('/images/fancybox/fancybox-x.png');
}

#fancy-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('/images/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('/images/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('/images/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('/images/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('/images/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('/images/fancybox/fancybox-y.png');
}

#fancy-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('/images/fancybox/fancybox.png');
	background-position: -40px -122px;
}

/* IE */

#fancybox-loading.fancybox-ie div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_loading.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-close		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-title-over	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie #fancybox-title-left	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-main	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-right	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-left-ico		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-right-ico	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie .fancy-bg { background: transparent !important; }

.fancybox-ie #fancy-bg-n	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-ne	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-e	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-se	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-s	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-sw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-w	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-nw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }



/* Tables
----------------------------------------------- */
th {
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	padding: 5px 0;
	padding-left: 3px;
	text-align: left;
}
td {
	font-size: 11px;
	line-height: 15px;
	padding: 4px;
}

th.cellCenter, td.cellCenter {
	text-align: center;
}

th.cellRight, td.cellRight {
	text-align: right;
}

tr.clickRow:hover, tr.highlightRow:hover {
	background-color: #FFF4B3;
}
table.border {
	margin-bottom: 25px;
}
table.border th {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	padding: 9px 0 7px 9px;
	text-align: left;
	color: #fff;
	border-bottom: 1px solid #727272;
	background: #a8a8a8 url('/dashboard/images/tables/table-head.gif') repeat-x;
	text-shadow: #757575 1px 1px 1px;
}
table.border th img {
	vertical-align: middle;
	padding-right: 5px;
}
table.border td {
	font-size: 11px;
	line-height: 15px;
	padding: 4px;
	padding: 5px 0 5px 10px;
	border-bottom: 1px solid #e5e5e5;
}
table.border td span {
	color: #888;
}
table.border td.tableFooter {
	padding: 9px 0 8px 9px;
	background: #e8e8e8 url('/dashboard/images/tables/table-footer.gif') repeat-x;
}
table.border td.tableFooter span {
	font-weight: bold;
	font-size: 12px;
	color: #303030;
}
table.grid th, table.grid td {
	border-bottom: 1px solid #d9d9d9;	
}
table.grid td.last, table.grid th.last {
	border: none;
}
table.grid td span {
	color: #666;
}
table.grid td span.normal {
	color: #333;
	font-size: 11px;
}
table.gridLight th, table.gridLight td {
	border-bottom: 1px solid #ececec;	
}
table.gridLight td.last, table.gridLight th.last {
	border: none;
}
table.gridLight td span {
	color: #666;
}
table.sidebar {
	margin-bottom: 15px;
}
table.sidebar td {
	border-bottom: 1px solid #d9d9d9;	
}
table.sidebar td.last, table.sidebar th.last {
	border: none;
}
table.sidebar th {
	background: #cfcfcf;
}
div.failureMessage table.sidebar {
	margin-bottom: 0;
}
div.failureMessage table.sidebar td, div.failureMessage table.sidebar th {
	color: #111;
}
div.failureMessage table.sidebar td {
	background: #fff;
}
th.inForm {
	background: #d3d3d3;
	padding: 6px 4px;
}
td.inForm {
	background: #e4e4e4;
	padding: 6px 4px;
}
table.inForm {
	margin-bottom: 15px;
}
table.tableTabs td, table.tableTabsHeader td {
	margin: 0;
	padding: 0;
}
table.tableTabs td a.tabNumber {
	color: #c0c0c1;
	text-decoration: none;
}
table.tableTabs td.tabOnLeft {
	padding: 15px 7px 10px 16px;
	font-size: 29px;
	font-weight: bold;
	color: #959595;
	background: url('/dashboard/images/tables/table-tab-left.gif') no-repeat top left;
}
table.tableTabs td.tabOnLeft span {
	font-size: 11px;
	font-weight: bold;
	color: #252525;
	display: block;
	padding-bottom: 6px;
}
table.tableTabs td.tabOnRight {
	background: url('/dashboard/images/tables/table-tab-right.gif') no-repeat top right;
	width: 9px;
}
table.tableTabs td.tabOffFarLeft {
	padding: 18px 15px 10px 13px;
	font-size: 20px;
	font-weight: bold;
	color: #c0c0c1;
	background: url('/dashboard/images/tables/table-tab-off-left.gif') no-repeat bottom left;
}
table.tableTabs td.tabOffLeftOfOn {
	padding: 18px 15px 10px 13px;
	font-size: 20px;
	font-weight: bold;
	color: #c0c0c1;
	background: url('/dashboard/images/tables/table-tab-off-left-of-on.gif') no-repeat bottom left;
}
table.tableTabs td.tabOffMiddle {
	padding: 18px 15px 10px 13px;
	font-size: 20px;
	font-weight: bold;
	color: #c0c0c1;
	background: url('/dashboard/images/tables/table-tab-off.gif') no-repeat bottom right;
}
table.tableTabs td.tabOffMiddle span, table.tableTabs td.tabOffFarRight span, table.tableTabs td.tabOffFarLeft span, table.tableTabs td.tabOffLeftOfOn span {
	font-size: 11px;
	font-weight: normal;
	display: block;
	padding-bottom: 5px;
}
table.tableTabs td.tabOffFarRight {
	padding: 18px 15px 10px 13px;
	font-size: 20px;
	font-weight: bold;
	color: #c0c0c1;
	background: url('/dashboard/images/tables/table-tab-off-right.gif') no-repeat bottom right;
}
table.tableTabs td.tabOffFarRightNoneSelected {
	font-size: 20px;
	font-weight: bold;
	color: #c0c0c1;
	background: url('/dashboard/images/tables/table-tab-off-right.gif') no-repeat bottom right;
}
table.tableTabs td.tabOffFarRightNoneSelected span {
	font-size: 11px;
	font-weight: normal;
	display: block;
	padding-bottom: 5px;
}
table.tableTabs td.tabOffFarRightNoneSelected div {
	padding: 18px 15px 10px 13px;
	background: url('/dashboard/images/tables/table-tab-right-none.gif') no-repeat bottom left;
}
table.tableTabs td.tableHeaderCap {
	background: url('/dashboard/images/tables/table-tab-header-cap.gif') no-repeat bottom right;
}
table.tableTabs td.searchTitle, td.searchTitle {
	color: #5f5f5f;
	font-size: 12px;
	font-weight: bold;
}
table.tableTabsHeader th {
	background: url('/dashboard/images/tables/table-tab-header.gif') repeat-x top left;
	padding: 8px 6px 10px 6px;
	font-size: 12px;
	color: #636b75;
}
table.tableTabsHeader th.tableTabsHeader {
	background: url('/dashboard/images/tables/table-tab-header-left.gif') no-repeat top left;
	padding-left: 16px;
}
table.tableHeader th.sectionTitle {
	font-size: 14px;
	font-weight: normal;
	padding-top: 9px;
}
table.tableHeader th.sectionTitle span {
	font-size: 11px;
	font-weight: normal;
	color: #8d8f96;
	text-shadow: none;
	padding-left: 3px;
}
table.tableTabsHeader th.tabHeaderRight {
	background: url('/dashboard/images/tables/table-tab-header-right.gif') no-repeat top right;
}
table.tableTabsHeader th.tabHeaderLeft {
	background: url('/dashboard/images/tables/table-tab-header-left.gif') no-repeat top left;
	padding-left: 15px;
}
table.tableTabsHeader th a {
	color: #636b75;
	text-decoration: none;
}
table.tableTabsHeader td {
	border-bottom: 1px solid #e9e9e9;
}
table.tableTabsHeader tr:last-child td {
	border-bottom: none;
}
img.sortIcon {
	vertical-align: middle;
	padding-left: 6px;
}
table.tableTabsHeader tr:hover {
	background: #FDFFBF;
}
table.tableTabsHeader tr.noHighlight:hover {
	background: none;
}
table.tableTabsHeader tr.noHighlight td, table.tableHeader tr.noHighlight td {
	border: none;
}
table.tableTabsHeader tr.tabRowSelected {
	background: #fffbd4;
}
table.tableTabsHeader td {
	padding: 4px 6px;
	color: #4c4c4c;
}
table.tableTabsHeader td span {
	color: #8d9095;
}
table.tableTabsHeader td span.lightRed, table.tableHeader td span.lightRed {
	color: #d66262;
}
table.tableTabsHeader td.tabRowLeft {
	padding-left: 16px;
}
table.tableTabsHeader td.tabRowRight {
	padding-right: 16px;
}
table.tableFooter {
	margin: 5px 0 10px 0;
}
table.tableFooterPad {
	margin: 25px 0 10px 0;
}
table.tableFooter td {
	padding: 6px 6px;
	color: #8d9095;
}
table.tableFooter td.simple, table.tableHeader td.simple {
	padding: 7px 6px 9px 6px;
	color: #8d9095;
}
table.tableFooter td span {
	color: #d3d5d7;
}
table.tableFooter td.footerLeft, table.tableHeader td.footerLeft {
	background: url('/dashboard/images/tables/table-footer-left.gif') no-repeat top left;
	padding-left: 10px;
}
table.tableFooter td.footerRight, table.tableHeader td.footerRight {
	background: url('/dashboard/images/tables/table-footer-right.gif') no-repeat top right;
	padding: 0 10px 6px 0;
}
table.tableFooter td.footerRight div#noneSelected, div#exportnote {
	padding: 8px 0;
}
table.tableFooter td.footerRight div#subscribersSelected, div#exportform {
	padding: 4px 0;
}
div#exportform {
	padding: 3px 0 4px 0;
}
div#emptyFooter {
	padding: 7px 0;
}
table.tableFooter td.footerLeft {
	padding-bottom: 10px;
}
table.tableHeader td.footerMiddle {
	background: url('/dashboard/images/tables/table-footer-middle.gif') repeat-x top left;
}
table.tableFooter td select {
	padding: 0;
}
table.moveTable td {
	margin: 0;
	padding: 0;
}
table.tableHeader {
	margin-bottom: 10px;
}
table.noPad {
	margin-bottom: 8px;
}
table.tableHeader th {
	background: url('/dashboard/images/tables/dark-table-head.gif') repeat-x top left;
	padding: 11px 6px 10px 6px;
	font-size: 12px;
	color: #42424c;
	text-shadow:1px 1px 0 #fff;
}
table.tableHeader th.headerLeft {
	background: url('/dashboard/images/tables/dark-table-head-left.gif') no-repeat top left;
	padding-left: 11px;
}
table.tableHeader th.headerLeftWithDropDown {
	background: url('/dashboard/images/tables/dark-table-head-left.gif') no-repeat top left;
	padding: 6px 6px 10px 11px;
}
table.tableHeader th.headerRight {
	background: url('/dashboard/images/tables/dark-table-head-right.gif') no-repeat top right;
	padding-right: 11px;
}
table.tableHeader th.headerGrey {
	background: url('/dashboard/images/tables/light-table-head.gif') repeat-x top left;
	padding: 9px 6px 10px 6px;
	font-size: 12px;
	color: #636b75;
}
table.tableHeader th.headerGreyRight {
	background: url('/dashboard/images/tables/light-table-head-right.gif') no-repeat top right;
	padding-right: 11px;
	color: #636b75;
}
th.headerDarkGrey {
	background: url('/dashboard/images/tables/dark-grey-table-head.gif') repeat-x top left;
	padding: 9px 6px 10px 6px;
	font-size: 12px;
	color: #fff;
}
table.tableHeader th.headerDarkGreyLeft {
	background: url('/dashboard/images/tables/dark-grey-table-head-left.gif') repeat-x top left;
	padding: 11px 6px 10px 10px;
	font-size: 12px;
	color: #fff;
}
th.headerDarkGreyLeft {
	background: url('/dashboard/images/tables/dark-grey-table-head-left.gif') repeat-x top left;
	padding: 11px 6px 10px 10px;
	font-size: 12px;
	color: #fff;
	text-shadow:1px 1px 0 #666;
}
th.headerDarkGreyRight {
	background: url('/dashboard/images/tables/dark-grey-table-head-right.gif') no-repeat top right;
	padding-right: 11px;
	color: #fff;
	text-align: right;
}
th.headerDarkGreyRight span a {
	font-size: 11px;
	font-weight: normal;
	color: #d8d8d8;
	text-decoration: underline;
}
table.tableHeader th.headerDarkGreyRight span a:hover {
	text-decoration: none;
}
table.tableHeader th a {
	color: #636b75;
	text-decoration: none;
}
table.tableHeader tr:last-child td {
	border-bottom: none;
}
table.tableHeader tr.last td {
	border-bottom: none;
}
table.tableHeader tr.lastRow td {
	border-bottom: 5px solid #fff;
}
table.tableHeader tr:hover, table.subscriberStats tr:hover {
	background: #FDFFBF;
}
table.tableHeader tr.noHighlight:hover {
	background: none;
}
table.tableHeader tr.tabRowSelected {

	background: #fffbd4;
}
table.tableHeader td {
	padding: 4px 6px;
	color: #4c4c4c;
	border-bottom: 1px solid #ccc;
}
table.tableHeader tr.segmentCondition td {
	padding: 8px 6px;
	color: #4c4c4c;
	border-bottom: 1px solid #e9e9e9;
}
table.tableHeader tr.segmentConditionAdd td {
	padding: 8px 6px;
	color: #4c4c4c;
}
table.bigPadding td {
	padding: 15px 6px 8px 6px !important;
}
table.tableHeader tr.big td {
	font-size: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
}
table.tableHeader tr.segmentHighlight {
	background: #f5f5f5;
}
table.tableHeader tr.segmentHighlight:hover {
	background: #f0f0f0;
}
table.tableHeader tr.segmentHighlight td {
	padding: 5px 6px !important;
}
table.tableHeader tr.segmentHighlight td.rowSegment {
	padding-left: 20px !important;
}
table.tableHeader tr td span.big {
	font-size: 12px;
	color: #333;
}
table.tableHeader tr td.avgCount {
	font-size: 18px;
	font-weight: bold;
	padding: 30px 0 10px 0;
}
table.tableHeader tr td.avgLabel {
	font-size: 12px;
	color: #666;
	padding: 30px 0 0 0;
}
table.tableHeader td p {
	font-size: 12px;
	padding: 1px 0;
}
table.tableHeader td span {
	color: #8d9095;
}
table.tableHeader td.rowLeft {
	padding-left: 11px;
}
table.tableHeader tr.big td.rowLeft span {
	color: #737373;
}
table.tableHeader td.rowRight {
	padding-right: 11px;
}
table.tableHeader td a.light {
	color: #8e9195;
}
table.tableHeader td.clickCountCell {
	padding-right: 18px;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}
table.tableHeader td.highlightCell {
	background: #f5f5f5;
}
table.tableHeader tr:hover td.highlightCell {
	background: #f0f0f0;
}
table.simple td {
	padding: 2px;
}
table.tableTabsHeader td.alertRow {
	background: #e3e3e3;

	padding: 6px 16px;
	color: #818181;
}


table.tableStats {
	margin-bottom: 5px;
}
table.tableStats td {
	background: url('/dashboard/images/tables/table-stats.gif') repeat-x top left;
	padding: 15px 12px 10px 18px;
	font-size: 22px;
	color: #494949;
	font-weight: bold;
}
table.tableStats td.statLeft {
	background: url('/dashboard/images/tables/table-stats-left.gif') repeat-x top left;
}
table.tableStats td.statRight {
	background: url('/dashboard/images/tables/table-stats-right.gif') no-repeat top right;
	width: 8px;
}
table.tableStats td span {
	display: block;
	font-size: 12px;
	color: #959595;
	font-weight: normal;
	padding-bottom: 5px;
	line-height: 14px;
}
table.tableStats td span.statmeta {
	font-size: 11px;
	color: #717171;
	padding: 4px 0 15px 0;
}
table.subscriberStats {
	margin-bottom: 20px;
}
table.subscriberStats td {
	padding: 4px 6px;
	color: #4c4c4c;
	border-bottom: 1px solid #e9e9e9;
}
table.subscriberStats td.rowLeft {
	padding-left: 11px;
	color: #8d9095;
	text-transform: lowercase
}
table.subscriberStats td.rowRight {
	padding-right: 11px;
	font-weight: bold;
}
table.subscriberStats td.rowRight span {
	font-weight: normal;
	padding-left: 8px;
}
table.subscriberStats td.rowRight img {
	padding-left: 5px;
}
table.performance td {
	font-size: 11px;
	padding: 2px 0;
	color: #47473b;
}
table.performance th {
	font-size: 11px;
	font-weight: bold;
	padding: 2px 18px 2px 0;
	vertical-align: top;
	color: #47473b;
}
table.goalSummary td {
	padding: 5px 0;
	border-bottom: 1px solid #ebebc7;
	vertical-align: top;
}
table.goalSummary tr.lastGoal td {
	border-bottom: none !important;
}
table.goalSummary td div {
	background: #9ddb84;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-border-radius:3px;
	font-size: 20px;
	font-weight: bold;
	color: #346720;
	padding: 11px 10px;
	text-align: center;
}
table.goalSummary td div.secondary {
	background: #d3d4c0;
	color: #94948e;
}
table.goalSummary td.goalDescription {
	padding-left: 14px;
	font-size: 11px;
	color: #555;
	background-image: none;
}
table.goalSummary td.quote {
	background: url('/dashboard/images/icons/goal-quote.gif') no-repeat 0 18px;
}
table.goalSummary td.goalDescription h2 {
	border: none;
	color: #444;
	font-size: 14px;
	padding: 2px 0 1px 0;
	line-height: 18px;
	background-image: none;
}
table.snapshotStats td {
	font-size: 12px;
	padding: 5px 0 4px 20px;
	border-bottom: 1px solid #dcdcdc;
	color: #565656;
}
table.snapshotStats td span {
	color: #a2a2a2;
	font-size: 12px;
}
table.snapshotStats td span.howJoined {
	color: #a2a2a2;
	font-size: 11px;
}
table.snapshotStats th {
	font-size: 12px;
	padding: 5px 0 4px 0;
	border-bottom: 1px solid #dcdcdc;
	color: #a2a2a2;
	font-weight: normal;
}
table.snapshotStats td.noLine, table.snapshotStats th.noLine {
	border-bottom: none;
}
table.colorPicker {
	border: 6px solid #ccc;
	background: #fff;
	margin-top: 4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
}
table.colorPicker td {
	padding: 0;
}
.colorPickerHighlight {
	background: url('/dashboard/images/tables/colorPickerRow.gif') no-repeat top left;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
}
#colorPickerDiv {
	top: 30px !important;
}
table.tableHeader tr.dashRow td {
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 12px;
}
table.darkFooter th {
	background: url('/dashboard/images/tables/footer-dark-grey.gif') repeat-x top left;
	padding: 2px 6px 5px 6px;
	font-size: 12px;
	color: #636b75;
}
table.darkFooter th.footerLeft {
	background: url('/dashboard/images/tables/footer-dark-grey-left.gif') no-repeat top left;
	padding-left: 5px;
}
table.darkFooter th.footerRight {
	background: url('/dashboard/images/tables/footer-dark-grey-right.gif') no-repeat top right;
	padding-right: 11px;
}
table.noCellPad td {
	padding: 0;
}
table.searchHelp td {
	padding: 0px;
}
.noData {
	padding: 20px 10px 10px 10px;
}
.noData p {
	text-align: center;
	color: #666;
}



.summaryScore {
	margin: 0; 
	padding: 0;
	color: #c1272d; 
	font-weight: normal; 
	font-size: 20px; 
	letter-spacing: -1px;
}

table.general{padding-bottom: 10px;}
table.header {padding: 10px 0; border-bottom: 3px solid #000;}
table.summary {padding-bottom: 10px; margin-bottom: 20px; border-bottom: 2px solid #000;}
td.summary {border-bottom: 1px solid #ccc;}
td.header, .headerSmall {font-size: 9px; font-weight: bold;}

.answer {color: #000;}
.appealHeader {
	margin: 0; 
	color: #c1272d; 
	font-weight: normal; 
	font-size: 16px; 
	letter-spacing: -1px;
}

/* Tables
----------------------------------------------- */
#MenuBG {
	background : #929BA0 url(../images/Menu/menuBG.gif);
}

#menuTitleBG {
	background : #C5292C;
}

#tdMenuTitle {
	background : #C5292C;
	color : #FFFFFF;
	font : normal normal bold 10px/normal Geneva, Verdana, Arial, Helvetica, sans-serif;
	height : 14px;
	padding-left : 4px;
}

#tdTitleBG {
	background : #4492A9;
}

#tdTitle {
	background-color: #604752;
	color : #fff;
	font : normal normal bold 11px/normal Geneva, Verdana, Arial, Helvetica, sans-serif;
	height : 25px;
	padding-left : 4px;
	text-transform : uppercase;
}

#tdSubTitle {
	background : #444444;
	color : #FFFFFF;
	font : normal normal bold 11px/normal Geneva, Verdana, Arial, Helvetica, sans-serif;
	height : 16px;
	padding-left : 7px;
}

#tdName, td.tdName {
	background-color: #7F6F76;
	color : #fff;
	font : normal normal normal 11px/normal Helvetica, Verdana, Arial, sans-serif;
	padding: 5px 0 2px 5px;
}

#trDark {
	background : #FFEFF6;
}

#trLight {
	background : #FEFEFE;
}

#whiteBG {
	background : #FFFFFF;
}

#tableBG {
	background : #CCCCCC;
}

td.dataGrid {
	border-bottom: 1px solid #ccc;
	padding: 2px;
}

.tableStyleOne {
	margin: 0;
	padding: 0;
	border: 1px solid #ccc;
}

.tableStyleOne th {
	background-color: #7F6F76;
	color : #fff;
	font : normal normal bold 10px/normal Geneva, Verdana, Arial, Helvetica, sans-serif;
	height : 15px;
	padding-left : 7px;
}


.dataHighlight {
	background: #fff8cc;
	border: 1px solid #ffdc50;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	margin: 5px 0 10px 0;
	padding: 5px 10px;
}


table.productChart {
	margin: 0 0 10px 0;
	padding: 0;
}

table.productChart th {
	background-color: #c9145b;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	border-right: 1px solid #dfdfdf;
}
table.productChart th.last {
	border-right: 1px solid #F1C2D1;
}

table.productChart td {
	background-color: #F9F9F9;
	padding: 4px 6px;
	color: #333;
	border-right: 1px solid #dfdfdf;
}

table.productChart td.price {
	font-size: 12px;
	font-weight: bold;
	color: #006600;
}

table.productChart td.last {
	border-right: 1px solid #F9F9F9;
}




/* Tables
----------------------------------------------- */
#homeFlash {
	width: 974px;
	height: 450px;
	margin: 0;
	padding: 0;
}

#homeFeaturesHeader {
	background:url(/images/home/bg-stores.jpg);
	width:974px;
	height:47px;
	margin: 3px 0 0 0;
	padding: 0;
}
#homeFeaturesHeader ul#button {
	display: block;
	float: right;
	/*width:305px;*/
	height: 40px;
	margin: 7px 0 0 0;
	padding: 0 8px 0 0;
}
#homeFeaturesHeader ul#button li {
	display:block;
	position:relative;
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	margin-right:5px;
}
#homeFeaturesHeader ul#button li#locator a {
	display: block;
	height: 34px;
	width: 160px;
	position: relative;
	background: url(/images/home/btn-store-locator-20100916.png) left top no-repeat;
	text-indent:-9999px;
}
#homeFeaturesHeader ul#button li#locator a:hover {
	background-position: left bottom;
}

#homeFeaturedContainer {
	clear: both;
	display: block;
}

ul#homeFeaturedColumns {
	background: #fff url(/images/home/bg-home-features-20111024.jpg) left top no-repeat;
	width:974px; 
	height: 162px; 
	margin: 0; 
	padding: 0 0 15px 0;
}
ul#homeFeaturedColumns li {
	display:block;
	float:left;
	list-style:none;
	width:323px;
	height: auto;
	margin: 3px 0 0 1px;
}

ul#homeFeaturedColumns li h3 {
	color: #333;
	font-weight: bold;
	font-size:16px;
	line-height:20px;
	margin: 10px 0 13px 15px;
}

ul#homeFeaturedColumns li h3 span {
	color:#A20E4A;
}

ul#homeFeaturedColumns li p {
	color:#333;
	font-size: 12px;
	line-height:18px;
	margin-bottom: 12px;
}

ul#homeFeaturedColumns li#sc5k p{margin: 70px 10px 0 10px;}
ul#homeFeaturedColumns li#win p { margin-left:15px; margin-right:115px; }
ul#homeFeaturedColumns li#left p{margin: 60px 10px 0 150px;}
ul#homeFeaturedColumns li#center p {margin: 60px 150px 0 10px;}
ul#homeFeaturedColumns li#right p { margin: 60px 120px 0 10px; }
ul#homeFeaturedColumns li#right h3 { margin-left:15px; margin-right:130px; }




/* Top Login
----------------------------------------------- */
.loginTrigger{
	position: relative;
	}

#masthead .accountLinks ul li.loginTrigger a{
	border-left: none;
	}

.loginTrigger a{
	outline:none !important;
	}

.loginTrigger.active{
	background: #CE1777; 
	color: #fff;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border:none !important;
	}

.loginTrigger.active a{
	color: #fff;
	border: none !important;
	}

#loginOverlay{
	width: 210px;
	display:none;
	position: absolute;
	left: 464px;
	top: 30px;
	z-index: 20;
	background: #efefef;
	padding: 10px;
	border: 5px solid #CE1777;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

#loginOverlay form{display:inline;}
#loginOverlay input{margin-bottom: 5px; width: 190px;}
#loginOverlay form #loginButton{float: left; margin: 5px 15px 0 0; padding: 2px 0 3px 0; width: 75px;}
form#loginForm label{font-size:11px; font-weight: bold;}
#loginOverlay p.forgot{float: left; color: #333; margin: 7px 0 0 0; padding: 0 !important;}
#loginOverlay .fbForgot{border: none; color: #333;}


#layoutDepartments li .photoBox.hover{position: relative;}
.photoBox .availableImageSet{position: absolute; top: -45px; left: -130px; width: 110px; background: #fff; border: 5px solid #CE1777; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; padding: 5px;}
#layoutDepartments li .photoBox .availableImageSet .imageSet li{margin: 0; width: 50px !important; height: 55px; background: none; padding: 2px;}
#layoutDepartments li .photoBox .availableImageSet .imageSet li.more-styles{width: 100px !important; height: 25px !important;}
.photoBox .corner{background: url(../images/styles-corner.png) no-repeat left top; width: 9px; height: 18px; position: absolute; right: -14px; top: 85px;}
.photoBox .availableImageSet.two-or-less{top: 0;}
.photoBox .availableImageSet.two-or-less .corner{top: 30px;}

ul.headshot-list{margin: 0; padding: 0;}
ul.headshot-list li{list-style:none; margin: 10px;  padding: 10px; float: left; width: 200px; background: #f9f9f9; border: 3px solid #dfdfdf; }
ul.headshot-list p a{font-size: 14px;}
ul.headshot-list p{text-align: center;}
ul.headshot-list h3 {text-align: center; margin-top: 10px;}

.athlete-left{width: 200px; margin-right: 15px; float: left; background: #efefef; border: 1px solid #ccc; padding: 10px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
.athlete-right{width: 705px; float: right;}
.athlete-right h4{border-bottom: 1px solid #dfdfdf; padding-bottom: 5px; margin-bottom: 8px;}
.athlete-left .headshot p{text-align:center;}


