/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}body{text-align:center;}

/* base.css, part of YUI's CSS Foundation */
h1,h2,h3 {
	/* top& bottom margin based on font size */
	margin-bottom:1em;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;
}
h2 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
	color: #000;
	font-family: LucidaGrande, "Lucida Grande", Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-bottom: .5em;
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-family: LucidaGrande, "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:100%;
	margin-top: 1em;
	margin-bottom: 5px;
	color: #2f150f;
	font-weight: bold;
}
h4 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:85%;
	margin-bottom: .5em;
	color: #363535;
}
h5 {
	font-size:77%; 
	color: #363535;
	font-family: LucidaGrande, "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin-bottom: .5em;
	margin-top: -.5em;
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote {
	margin-bottom:1em;
}
cite {
	display: block;
	color: #000;
	font-weight: bold;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room 
	margin-left:2em;*/
}
th,td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding: 3px 5px;
	font-size: 100%;
}
table.noborders th,
table.noborders td {
	border: none;
}
#product-list th,
#product-list td {
	border: none;
}
#product-list h3 {
	font-size: 15px;
	color: #9E2629;
	font-weight: normal;
}
#product-list h4 {
	margin-top: 5px;
}

th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:left;
	color: #9e2629;
}
caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table {
	/*so things don't run into each other*/
	margin-bottom:1em;
}
.small {
	font-size: 10px !important;
}
.left {
	text-align: left;
}
.right {
	text-align: left;
}
.center {
	text-align: center;
}

/*********** GLOBAL SETTINGS ************************/
html{overflow-y:scroll;}
a{outline:none;}
/* removes Firefox dotted outline on click */
a img{border:none;}

/*************************************************/
body {
	background: #343434 url(../_media/bg_site.jpg) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 1.4;
	color: #5f5f5f;
	text-align: center;
}

#wrap {
	width: 993px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}

a,
a:link {
	color: #9e2629;
	text-decoration: none;
}

a:hover {
	color: #9e2629;
	text-decoration: underline;
}

.row {
	clear: left;
	float: left;
	width: 100%;
}

/*
*************** Top Nav ********************/
#top-banner {
	position: relative;
}
h1#siteH1 {
	position: absolute;
	left: -999em;
}
a.maillist {
	display: block;
	float: left;
	width: 145px;
	height: 25px;
	line-height: 25px;
	background: #a32721;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
#social-icons {
	position: absolute;
	right: 0;
	bottom: 20px;
	text-align: right;
	width: 280px;
}
#social-icons img{
	margin-left: 3px;
}
.social-icons img {
	margin: 10px 10px 0 0;
}
#search {
	float: left;
	padding-top: 6px;
	padding-left: 10px;
	width: 203px;
	background: url(../_media/bg_nav.png) repeat-x;
	height: 29px;
}

#search form {
margin-top: 3px;
}
input.search {
	float: left;
	width: 120px;
	height: 15px;
	background: #fff;
	padding: 1px 0;
	color: #000;
	font-size: 11px;
	margin-right: 5px;
	border: none;
}

input.searchButton {
	float: left;
	margin: 0;
	width: 30px;
	background: #7B1719;
	border: 1px solid #fff;
	padding: 1px;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
	}
	
#cse-search-results,
#cse-search-box {
	padding: 0 10px;
	background: none;
}

body #res div.n td a {padding: 0 5px;}

#res a, #res .w, #res .q:visited, #res .q:active, #res .q, #res .b a, #res .b a:visited {
	color: #30a598;
}
body #res a:visited {
	color: #30a598;
}

#topnavWrap {
	margin-bottom: 10px;
	background: #323232 url(../_media/bg_nav.png) repeat-x;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#topnav {
	font-family:Arial, Helvetica, sans-serif;
}
#topnav ul {
	float: left;
	margin: 0;
	width: 780px;
}

#topnav li {
	float: left;
	margin: 0;
}

#topnav li a {
	display: block;
	line-height: 35px;
	width: auto;
	color: #fff;
	font-size: 93%;
	text-transform: uppercase;
	text-decoration: none;
	text-align:center;
}

#topnav li a#nProducts {
	width: 123px;
}
#topnav li a#nArtists {
	width: 100px;
}
#topnav li a#nNews {
	width: 80px;
}
#topnav li a#nShop {
	width: 80px;
}
#topnav li a#nCommunity {
	width: 113px;
}
#topnav li a#nAbout {
	width: 100px;
}
#topnav li a#nSupport {
	width: 120px;
}

#topnav li a:hover {
	background:url(../_media/bg_nav_up.png) repeat-x;
}

body.pProducts a#nProducts,
body.pArtists a#nArtists, 
body.pNews a#nNews, 
body.pCommunity a#nCommunity,
body.pAbout a#nAbout,
body.pShop a#nShop,
body.pSupport a#nSupport {
	background:url(../_media/bg_nav_up.png) repeat-x;
}

#topnav li ul {
	position: absolute;
	width: 140px;
	left: -999em;
	padding: 10px;
	text-align: left;
	height: auto;
	z-index: 999;
}
#topnav li:hover ul ul, 
#topnav li.sfhover ul ul {
	left: -999em;
	border-left: 1px solid #c9c9c9;
}
#topnav li:hover ul, 
#topnav li li:hover ul, 
#topnav li.sfhover ul, 
#topnav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	top: 114px;
	border: 1px solid #000;
	background: #dadada url(../_media/bg_subnav.png) repeat-x;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
	z-index: 999;
}
#topnav li:hover a, 
#topnav li.sfhover a {
	background: url(../_media/bg_nav_up.png) repeat-x;
}
#topnav li:hover ul li a, 
#topnav li.sfhover ul li a {
	background: none;
}
#topnav li ul li:hover, 
#topnav li ul li.sfhover {
	background: none;
	text-decoration: underline;
}
#topnav li ul li a:hover, 
#topnav li ul li.sfhover a {
	text-decoration: underline;
}
#topnav li:hover, 
#topnav li.hover {
	position: static;
}
#topnav .nolink {
	cursor: default;
}
#topnav .nosub a {
	background: none;
}
#topnav li ul li {
	float: none;
	margin: 0 0 10px 10px;
	background: none;
}
#topnav li ul li.first {
	margin-left: 0;
}	
#topnav li ul li a {
	font-size: 93%;
	color: #000;
	font-weight: bold;
	text-align: left;
	display: block;
	line-height: 1.4;
	padding: 0;
	text-transform: capitalize;
	background: url(../_media/topnav_arrow.png) 0 5px no-repeat !important;
	padding-left: 12px;
}
#topnav li ul li.first a {
	background: none !important;
	padding-left: 0;
	text-transform: uppercase;
}	   
/*
*************** HEADER ********************/
#content #header {
	background:url(../_media/top_line.png) 0 100% no-repeat;
	padding-bottom: 15px;
	height: 49px;
	margin-bottom: 10px;
	margin-left: 5px;
}

#content h1 {
	float: left;
	width: auto;
}

#content #subnav {
	float: right;
	width: auto;
	text-align: right;
	padding-top: 10px;
	margin-right: 10px;
	display: inline;
}

#content #subnav p {
	font-weight: bold;
	font-size: 77%;
	line-height: 1.6;
}

#content #subnav a {
	margin: 0 3px;
	text-transform: uppercase;
}

body.ppLunchbox a#sLunchbox,
body.ppClub a#sClub,
body.ppLunchboxAcoustic a#sLunchboxAcoustic,
body.ppLunchboxBag a#sLunchboxBag,
body.ppLunchboxCab a#sLunchboxCab,
body.ppAccessories a#sAccessories,
body.ppNews a#sNews,
body.ppReviews a#sReviews,
body.ppPR a#sPR,
body.ppAwards a#sAwards,
body.ppArchive1 a#sArchive1,
body.ppCommunity a#sCommunity,
body.ppManuals a#sManuals,
body.ppTechSupport a#sTechSupport,
body.ppData a#sData,
body.ppRegistration a#sRegistration,
body.ppSupport a#sSupport,
body.ppFAQ a#sFAQ,
body.ppSupport a#sSupport,
body.ppAbout a#sAbout,
body.ppArtists a#sArtists,
body.ppLinks a#sLinks,
body.ppShop a#sShop,
body.ppBuy a#sBuy,
body.ppReps a#sReps,
body.ppIntl a#sIntl,
body.ppPrograms a#sPrograms,
body.ppZTBlog a#sZTBlog,
body.ppBios a#sBios,
body.ppContact a#sContact
 {
	color: #5f5f5f;
}

#content h1 img {
	float: left;
	margin-right: 20px;
}

#content h1 span {
	position: absolute;
	left: -999em;
}

a.newWindow {
/* Used with jQuery */
}

/*
*************** CONTENT ********************/
#contentWrap {
	clear: both;
	background-color: #323232;
}
body.pHome #contentWrap {
	background-color: none;
}

#content {
	background: #e4e4e4 url(../_media/bg_main.png) repeat-x;
	padding: 10px 6px 60px;
}

body.pSearch #content {
	background: #F5F5F5;
}

#content p,
#content li,
blockquote {
	font-size: 77%;
}

#content p strong {
	color: #000;
}

#content p.subhead {
	font-size: 108%;
	font-weight: bold;
	color: #363535;
	margin: -.5em 0 .5em 0;
}

#content ul {
	margin-bottom: 1em;
}

#content ul li {
	background: url(../_media/bullet.png) 0 6px no-repeat;
	padding-left: 15px;
}
#content ol li {
	list-style: decimal;
	margin: 0 0 10px 2em;
}
#contentSidebar {
	float: left;
	width: 598px;
	padding: 0 15px 10px 73px;
	margin-right: 35px;
	background: url(../_media/divider.png) 100% 0 no-repeat;
}

#sidebar {
	float: left;
	width: 247px;
	padding: 10px 10px 10px 0;
}

#colLt {
	float: left;
	width: 172px;
	padding: 10px 5px;
	text-align:center;
	margin-right: 15px;
	background: url(../_media/divider.png) 100% 0 no-repeat;
}

#colMid {
	float: left;
	width: 484px;
	padding: 10px 15px 10px 0;
	margin-right: 35px;
	background: url(../_media/divider.png) 100% 0 no-repeat;
}

#colRt {
	float: left;
	width: 217px;
	padding: 10px 10px 10px 0;
}

#colFull {
	padding: 0 190px 0 74px;
}

.col2 {
	float: left;
	width: 390px;
	margin-left: 74px;
	margin-right: 40px;
}

#videos {
	width: 120px;
	margin: 0 auto;
	text-align: left;
}

#videos img {
	margin-top: 10px;
	margin-bottom: 5px;
}

.feature {
	float: left;
	width: 200px;
	margin-right: 15px;
}

.feature p {
	font-size: 77%;
	font-style: italic;
}

.rule {
	margin: 10px 0;
}

.gallery {
	margin: 20px 0;
}

.gallery h2 {
	margin-bottom: 1em;
}

.gallery p.more {
}

.galleryItem {
	float: left;
	width: 280px;
	margin-right: 50px;
	text-align: center;
}
.gallery-artist {
	float: left;
	width: 132px;
	margin: 45px 0 0 30px;
	text-align: center;
}
.thumbnails {
	float: left;
	width: 85px;
	margin-top: 30px;
}

#content .thumbnails li {
	margin-bottom: .5em;
	background: none;
	padding: 0;
}

.thumbnails li img {
	border: 1px solid #7a7a7a;
}
.downloads{
	float: left;
	width: 600px;
	margin-bottom: 20px;
	height: auto;
}
.downloads a {
	float: left;
	display: block;
	width: 132px;
	margin-right: 20px;
	padding: 1px 0 6px;
	font-size: 11px;
	text-align: center;
	xxborder: 1px solid #fff;
}
.downloads a.last {
	margin-right: 0;
}
.downloads a:hover {
	text-decoration: none;
	width: 130px;
	padding: 0 0 5px;
	border: 1px solid #222;
}
.downloads img{
	margin-bottom: 5px;
}
.download-right {
	float: left;
	width: 200px;
}


.buttons {
	margin: 30px 0 20px;
}

.benefits {
	width: 206px;
	margin-left: 10px;
}
.benefits h2 {
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 10px;
}
.benefits li {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 7px;
	color: #000;
	background-image: url(../_media/bullet_black.png) !important;
}
.promos {
	width: 217px;
}
.promos img {
	margin-bottom: 15px;
}
.sidenav img {
	margin-bottom: 5px;
}
.sidenav a {
	display: block;
}
.photo {
	text-align: center;
	margin-bottom: 1em;
}

.photo img {
	border: 1px solid #000;
}

.pdf {
	background: url("../_media/icon_pdf.gif") right 50% no-repeat;
	padding: 5px 20px 5px 0;
}

.map {
	float: right;
	width: 425px;
	margin: 0 0 10px 20px;
}

p.logo {
	margin: 2.5em 0;
}

p.logo a {
	padding: 5px 0;
	padding-left: 75px;
}

.item {
	
}
.image-left {
	float: left; 
	margin: 0 20px 20px 0; 
}
.icons-left {
	float: left;
	width: 60px;
	text-align: left;
}
.icons-right {
	float: right;
	width: 60px;
	text-align: right;
}
.quote-box {
	background: url(../_media/quote_box_bottom.png) 0 100% no-repeat;
	width: 217px;
	padding-bottom: 6px;
	margin-bottom: 10px;
}
.quote-box-inner {
	background: url(../_media/quote_box_top.png) 0 0 no-repeat;
	padding: 11px 16px 1px;
}
.quote-box blockquote {
	font-family: LucidaGrande, "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.3;
	color: #333;
	font-weight: normal;
}
.quote-box cite {
	font-family: LucidaGrande, "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin: 10px 10px 0 0;
	color: #000;
	text-align: right;
	text-transform: uppercase;
}
.quote-box cite span {
	font-size: 9px;
	font-weight: normal;
	padding-top: 5px;
	display: block;
}
#yt {
	background: url(../_media/logo_yt.png) 0 50% no-repeat;
}
#fb {
	background: url(../_media/logo_fb.png) 0 50% no-repeat;
}
#ms {
	background: url(../_media/logo_ms.png) 0 50% no-repeat;
}

.artist {
	float: left;
	width: 160px;
	margin:0 17px 30px 0;
	text-align: center;
}

.artist img {
	width: 78px;
	border: 2px solid #9e2629;
}

.artist p {
	margin-bottom: 0;
}

#tabs {
	float: right;
	width: 220px;
	text-align: right;
}

#content #tabs p {
	display: block;
	float: left;
	width: 150px;
}

#content #tabs li {
	float: left;
	background: none;
	padding: 0;
	padding-left: .5em;
}

#content #tabs li a {
	width: 2em;
	text-align: center;
}

#content #tabs li.ui-tabs-selected a {
	color: #5f5f5f;
}

#tabsWrap {
	width: 700px;
}

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

#gallery {
	background: url(../_media/rule2.png) 0 0 no-repeat;
	padding-top: 10px;
	margin-top: 20px;
}

.galleryTN {
	float: left;
	width: 98px;
	margin-right: 20px;
	margin-bottom: 10px;
}

.galleryTN img {
	border: 2px solid #9e2629;
}

.galleryTN p {
	text-align: center;
}

.red {color: #f00; font-size: 85%;}
.black {color: #000;}

/*
*************** TABLES ********************/
table.std {
	width: 100%;
}

fieldset {
	border: 1px solid #ccc;
	padding: 10px;
}

legend {
	padding: 0 10px;
	font-weight: bold;
}

td.space {
	height: 20px;
}

table.registration {
}

table.registration td {
	text-align: top;
	border: none;
}

table.registration input,
table.registration select,
table.registration textarea  {
	width: 200px;
	color: #000;
	font-size: 99%;
}

table.registration input.options {
	width: auto;
}

/* FORM PROCESSING
****************************************/
table.registration input.error,
table.registration select.error {
	background: #EFD1D1;
	border: 1px solid #7F9DB9;
}

label.error {
	display: none;
	color: #f00;
	width: auto; 
	margin-left: 10px; 
	font-size: 77%;
}
.checkbox label.error {
	float: right;
}
table.registration input.submitButton,
button.submitButton {
	width: auto;
	border: 1px solid #000;
	color: #fff;
	font-family: Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 85%;
	font-weight: bold;
	text-shadow: 1px 1px #333;
	background: #c00;
	padding: 5px;
	cursor: pointer;
	letter-spacing: 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

table.registration input.submitButton:hover,
button.submitButton:hover {
	text-shadow: -1px -1px #333;
}


/* Contest Form */
body.special #contentWrap {
	background: none;
}
body.special #valprop {
	margin-bottom: 5px;
}
body.special .col2 {
	width: 431px;
	padding: 0 0 0 42px;
	margin: 0 20px 0 0;
}
body.special #colFull {
	padding-left: 42px;
}
body.special .last {
	padding-left: 22px !important;
}
.box {
	border: 1px solid #bcbcbc;
	background: #fff;
	padding: 15px 25px;
	margin-bottom: 10px;
}
.box h3 {
	font-size: 15px;
	color: #5f5f5f;
	margin: 0 0 15px;
}
#content .box p.black {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4;
	margin: 0;
}
body.special #colFull {
	padding: 0 50px;
}
body.special #content h1 {
	display: block;
	float: none;
	color: #000;
	font-size: 34px;
	font-family: sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
}
body.special #content {
	padding-top: 25px;
}
body.special #content ol {
}
body.special #content li {
	font-size: 14px;
}
body.special #content ol li {
	margin-bottom: 10px;
	padding-left: 5px;
	list-style: decimal;
	background: none;
}
body.special #content p {
	font-size: 15px;
}
body.special #content p.small {
	font-size: 11px !important;;
}
body.special #content p.disclaimer {
	font-size: 12px;
	font-style: italic;
	line-height: 1.4;
}
.hr {
	background: url(../_media/rule2.png) 50% 0 no-repeat;
	height: 1px;
	margin-bottom: 15px;
}
body.special table.registration {
	font-size: 12px !important;
}
body.special table.registration p {
	font-size: 77% !important;
}
body.special table.registration label {
	width: 50px;
}
body.special table.registration input, 
body.special table.registration select, 
body.special table.registration textarea {
	width: 150px;
}
body.special table.registration input.options,
body.special table.registration input.submitButton {
	width:auto;
}
body.special table.registration input.submitButton,
button.submitButton {
	font-size: 18px;
	font-weight: bold;
	background: #ac2326 url(../_media/button_submit.png) 0 repeat-x;
	border: none;
	float: right;
	margin-right: 50px;
}

/*
*************** HOME PAGE ********************/
#valprop {
	margin-bottom: 20px;
}

.callout {
	float: left;
	width: 216px;
	margin-right: 41px;
	text-align: center;
}

.callout h2 {
	text-transform: none;
	font-size: 108%;
	color: #fff;
	margin: 0;
	line-height: 1.2;
	height: 40px;
}

/*
*************** FOOTER ********************/
#footer {
	margin-top: 20px;
	text-align: center;
}

#footer p {
	color: #868686;
	font-size: 85%;
	line-height: 1;
}

#footer a {
	color: #868686;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* misc.
---------------------------------------------------------- */
.last {
	margin: 0;
}

.clearer {
	clear: both;
	height: 0px;
	overflow: hidden;
}
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(../_media/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #9e2629;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}



/*
 * jQuery UI screen structure and presentation
 * This CSS file was generated by ThemeRoller, a Filament Group Project for jQuery UI
 * Author: Scott Jehl, scott@filamentgroup.com, http://www.filamentgroup.com
 * Visit ThemeRoller.com
*/

/*
 * Note: If your ThemeRoller settings have a font size set in ems, your components will scale according to their parent element's font size.
 * As a rule of thumb, set your body's font size to 62.5% to make 1em = 10px.
 * body {font-size: 62.5%;}
*/

/*datepicker*/
/* Main Style Sheet for jQuery UI date picker */
.ui-datepicker-div, .ui-datepicker-inline, #ui-datepicker-div {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	background: #fff;
	font-size: 1.1em;
	border: 2px solid #9A2326;
	width: 15.5em;
	padding: 2.5em .5em .5em .5em;
	position: relative;
}
.ui-datepicker-div, #ui-datepicker-div {
	z-index: 9999; /*must have*/
	display: none;
}
.ui-datepicker-inline {
	float: left;
	display: block;
}
.ui-datepicker-control {
	display: none;
}
.ui-datepicker-current {
	display: none;
}
.ui-datepicker-next, .ui-datepicker-prev {
	position: absolute;
	left: .5em;
	top: .5em;
	background: #f6f6f6 url(/_media/datepicker/f6f6f6_40x100_textures_02_glass_100.png) 0 50% repeat-x;
}
.ui-datepicker-next {
	left: 14.6em;
}
.ui-datepicker-next:hover, .ui-datepicker-prev:hover {
	background: #fdf5ce url(/_media/datepicker/fdf5ce_40x100_textures_02_glass_100.png) 0 50% repeat-x;
}
.ui-datepicker-next a, .ui-datepicker-prev a {
	text-indent: -999999px;
	width: 1.3em;
	height: 1.4em;
	display: block;
	font-size: 1em;
	background: url(/_media/datepicker/ef8c08_7x7_arrow_left.gif) 50% 50% no-repeat;
	border: 1px solid #cccccc;
	cursor: pointer;
}
.ui-datepicker-next a {
	background: url(/_media/datepicker/ef8c08_7x7_arrow_right.gif) 50% 50% no-repeat;
}
.ui-datepicker-prev a:hover {
	background: url(/_media/datepicker/ef8c08_7x7_arrow_left.gif) 50% 50% no-repeat;
}
.ui-datepicker-next a:hover {
	background: url(/_media/datepicker/ef8c08_7x7_arrow_right.gif) 50% 50% no-repeat;
}
.ui-datepicker-prev a:active {
	background: url(/_media/datepicker/ef8c08_7x7_arrow_left.gif) 50% 50% no-repeat;
}
.ui-datepicker-next a:active {
	background: url(/_media/datepicker/ef8c08_7x7_arrow_right.gif) 50% 50% no-repeat;
}
.ui-datepicker-header select {
	border: 1px solid #cccccc;
	color: #1c94c4;
	background: #f6f6f6;
	font-size: 1em;
	line-height: 1.4em;
	position: absolute;
	top: .5em;
	margin: 0 !important;
}
.ui-datepicker-header option:focus, .ui-datepicker-header option:hover {
	background: #fdf5ce;
}
.ui-datepicker-header select.ui-datepicker-new-month {
	width: 7em;
	left: 2.2em;
}
.ui-datepicker-header select.ui-datepicker-new-year {
	width: 5em;
	left: 9.4em;
}
table.ui-datepicker {
	width: 15.5em;
	text-align: right;
}
table.ui-datepicker td {
	text-align: center;
	border: 1px solid #eee;
}
table.ui-datepicker td a {
	padding: .1em .3em .1em 0;
	display: block;
	color: #1c94c4;
	cursor: pointer;
	border: 1px solid #fff;
	text-align: center;
}
table.ui-datepicker td a:hover {
	border: 1px solid #9A2326;
	color: #c77405;
	background: #fdf5ce url(/_media/datepicker/fdf5ce_40x100_textures_02_glass_100.png) 0 50% repeat-x;
	text-decoration: none;
}
table.ui-datepicker td a:active {
	border: 1px solid #9A2326;
	color: #eb8f00;
	background: #ffffff url(/_media/datepicker/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;
}
table.ui-datepicker .ui-datepicker-title-row td {
	padding: .3em 0;
	text-align: center;
	font-size: .9em;
	color: #333333;
	text-transform: uppercase;
}
table.ui-datepicker .ui-datepicker-title-row td a {
	color: #333333;
}
.ui-datepicker-cover {
	display: none;
	display/**/: block;
	position: absolute;
	z-index: -1;
	filter: mask();
	top: -4px;
	left: -4px;
	width: 193px;
	height: 200px;
}



/*
Generic ThemeRoller Classes
>> Make your jQuery Components ThemeRoller-Compatible!
*/

/*component global class*/
.ui-component {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-size: 1.1em;
}
/*component content styles*/
.ui-component-content {
	border: 1px solid #dddddd;
	background: #eeeeee url(/_media/datepicker/eeeeee_40x100_textures_03_highlight_soft_100.png) 0 0 repeat-x;
	color: #333333;
}
.ui-component-content a {
	color: #333333;
	text-decoration: underline;
}
/*component states*/
.ui-default-state {
	border: 1px solid #cccccc;
	background: #f6f6f6 url(/_media/datepicker/f6f6f6_40x100_textures_02_glass_100.png) 0 50% repeat-x;
	font-weight: bold;
	color: #1c94c4 !important;
}
.ui-default-state a {
	color: #1c94c4;
}
.ui-default-state:hover, .ui-hover-state {
	border: 1px solid #fbcb09;
	background: #fdf5ce url(/_media/datepicker/fdf5ce_40x100_textures_02_glass_100.png) 0 50% repeat-x;
	font-weight: bold;
	color: #c77405 !important;
}
.ui-hover-state a {
	color: #c77405;
}
.ui-default-state:active, .ui-active-state {
	border: 1px solid #fbd850;
	background: #ffffff url(/_media/datepicker/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;
	font-weight: bold;
	color: #eb8f00 !important;
	outline: none;
}
.ui-active-state a {
	color: #eb8f00;
	outline: none;
}
/*icons*/
.ui-arrow-right-default {background: url(/_media/datepicker/ef8c08_7x7_arrow_right.gif) no-repeat 50% 50%;}
.ui-arrow-right-default:hover, .ui-arrow-right-hover {background: url(/_media/datepicker/ef8c08_7x7_arrow_right.gif) no-repeat 50% 50%;}
.ui-arrow-right-default:active, .ui-arrow-right-active {background: url(/_media/datepicker/ef8c08_7x7_arrow_right.gif) no-repeat 50% 50%;}
.ui-arrow-right-content {background: url(/_media/datepicker/222222_7x7_arrow_right.gif) no-repeat 50% 50%;}

.ui-arrow-left-default {background: url(/_media/datepicker/ef8c08_7x7_arrow_left.gif) no-repeat 50% 50%;}
.ui-arrow-left-default:hover, .ui-arrow-left-hover {background: url(/_media/datepicker/ef8c08_7x7_arrow_left.gif) no-repeat 50% 50%;}
.ui-arrow-left-default:active, .ui-arrow-left-active {background: url(/_media/datepicker/ef8c08_7x7_arrow_left.gif) no-repeat 50% 50%;}
.ui-arrow-left-content {background: url(/_media/datepicker/222222_7x7_arrow_left.gif) no-repeat 50% 50%;}

.ui-arrow-down-default {background: url(/_media/datepicker/ef8c08_7x7_arrow_down.gif) no-repeat 50% 50%;}
.ui-arrow-down-default:hover, .ui-arrow-down-hover {background: url(/_media/datepicker/ef8c08_7x7_arrow_down.gif) no-repeat 50% 50%;}
.ui-arrow-down-default:active, .ui-arrow-down-active {background: url(/_media/datepicker/ef8c08_7x7_arrow_down.gif) no-repeat 50% 50%;}
.ui-arrow-down-content {background: url(/_media/datepicker/222222_7x7_arrow_down.gif) no-repeat 50% 50%;}

.ui-arrow-up-default {background: url(/_media/datepicker/ef8c08_7x7_arrow_up.gif) no-repeat 50% 50%;}
.ui-arrow-up-default:hover, .ui-arrow-up-hover {background: url(/_media/datepicker/ef8c08_7x7_arrow_up.gif) no-repeat 50% 50%;}
.ui-arrow-up-default:active, .ui-arrow-up-active {background: url(/_media/datepicker/ef8c08_7x7_arrow_up.gif) no-repeat 50% 50%;}
.ui-arrow-up-content {background: url(/_media/datepicker/222222_7x7_arrow_up.gif) no-repeat 50% 50%;}

.ui-close-default {background: url(/_media/datepicker/ef8c08_11x11_icon_close.gif) no-repeat 50% 50%;}
.ui-close-default:hover, .ui-close-hover {background: url(/_media/datepicker/ef8c08_11x11_icon_close.gif) no-repeat 50% 50%;}
.ui-close-default:active, .ui-close-active {background: url(/_media/datepicker/ef8c08_11x11_icon_close.gif) no-repeat 50% 50%;}
.ui-close-content {background: url(/_media/datepicker/ef8c08_11x11_icon_close.gif) no-repeat 50% 50%;}

.ui-folder-closed-default {background: url(/_media/datepicker/ef8c08_11x11_icon_folder_closed.gif) no-repeat 50% 50%;}
.ui-folder-closed-default:hover, .ui-folder-closed-hover {background: url(/_media/datepicker/ef8c08_11x11_icon_folder_closed.gif) no-repeat 50% 50%;}
.ui-folder-closed-default:active, .ui-folder-closed-active {background: url(/_media/datepicker/ef8c08_11x11_icon_folder_closed.gif) no-repeat 50% 50%;}
.ui-folder-closed-content {background: url(/_media/datepicker/ef8c08_11x11_icon_folder_closed.gif) no-repeat 50% 50%;}

.ui-folder-open-default {background: url(/_media/datepicker/ef8c08_11x11_icon_folder_open.gif) no-repeat 50% 50%;}
.ui-folder-open-default:hover, .ui-folder-open-hover {background: url(/_media/datepicker/ef8c08_11x11_icon_folder_open.gif) no-repeat 50% 50%;}
.ui-folder-open-default:active, .ui-folder-open-active {background: url(/_media/datepicker/ef8c08_11x11_icon_folder_open.gif) no-repeat 50% 50%;}
.ui-folder-open-content {background: url(/_media/datepicker/ef8c08_11x11_icon_folder_open.gif) no-repeat 50% 50%;}

.ui-doc-default {background: url(/_media/datepicker/ef8c08_11x11_icon_doc.gif) no-repeat 50% 50%;}
.ui-doc-default:hover, .ui-doc-hover {background: url(/_media/datepicker/ef8c08_11x11_icon_doc.gif) no-repeat 50% 50%;}
.ui-doc-default:active, .ui-doc-active {background: url(/_media/datepicker/ef8c08_11x11_icon_doc.gif) no-repeat 50% 50%;}
.ui-doc-content {background: url(/_media/datepicker/222222_11x11_icon_doc.gif) no-repeat 50% 50%;}

.ui-arrows-leftright-default {background: url(/_media/datepicker/ef8c08_11x11_icon_arrows_leftright.gif) no-repeat 50% 50%;}
.ui-arrows-leftright-default:hover, .ui-arrows-leftright-hover {background: url(/_media/datepicker/ef8c08_11x11_icon_arrows_leftright.gif) no-repeat 50% 50%;}
.ui-arrows-leftright-default:active, .ui-arrows-leftright-active {background: url(/_media/datepicker/ef8c08_11x11_icon_arrows_leftright.gif) no-repeat 50% 50%;}
.ui-arrows-leftright-content {background: url(/_media/datepicker/222222_11x11_icon_arrows_leftright.gif) no-repeat 50% 50%;}

.ui-arrows-updown-default {background: url(/_media/datepicker/ef8c08_11x11_icon_arrows_updown.gif) no-repeat 50% 50%;}
.ui-arrows-updown-default:hover, .ui-arrows-updown-hover {background: url(/_media/datepicker/ef8c08_11x11_icon_arrows_updown.gif) no-repeat 50% 50%;}
.ui-arrows-updown-default:active, .ui-arrows-updown-active {background: url(/_media/datepicker/ef8c08_11x11_icon_arrows_updown.gif) no-repeat 50% 50%;}
.ui-arrows-updown-content {background: url(/_media/datepicker/222222_11x11_icon_arrows_updown.gif) no-repeat 50% 50%;}

.ui-minus-default {background: url(/_media/datepicker/ef8c08_11x11_icon_minus.gif) no-repeat 50% 50%;}
.ui-minus-default:hover, .ui-minus-hover {background: url(/_media/datepicker/ef8c08_11x11_icon_minus.gif) no-repeat 50% 50%;}
.ui-minus-default:active, .ui-minus-active {background: url(/_media/datepicker/ef8c08_11x11_icon_minus.gif) no-repeat 50% 50%;}
.ui-minus-content {background: url(/_media/datepicker/222222_11x11_icon_minus.gif) no-repeat 50% 50%;}

.ui-plus-default {background: url(/_media/datepicker/ef8c08_11x11_icon_plus.gif) no-repeat 50% 50%;}
.ui-plus-default:hover, .ui-plus-hover {background: url(/_media/datepicker/ef8c08_11x11_icon_plus.gif) no-repeat 50% 50%;}
.ui-plus-default:active, .ui-plus-active {background: url(/_media/datepicker/ef8c08_11x11_icon_plus.gif) no-repeat 50% 50%;}
.ui-plus-content {background: url(/_media/datepicker/222222_11x11_icon_plus.gif) no-repeat 50% 50%;}


/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/

#cboxOverlay{background:#222;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(/_media/colorbox/controls.png) no-repeat -100px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(/_media/colorbox/controls.png) no-repeat -129px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(/_media/colorbox/controls.png) no-repeat -100px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(/_media/colorbox/controls.png) no-repeat -129px -29px;}
    #cboxMiddleLeft{width:21px; background:url(/_media/colorbox/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(/_media/colorbox/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(/_media/colorbox/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(/_media/colorbox/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(/_media/colorbox/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(/_media/colorbox/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(/_media/colorbox/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(/_media/colorbox/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; top:0; right:0; background:url(/_media/colorbox/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to IE9.
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
*/
.cboxIE6 #cboxTopLeft{background:url(/_media/colorbox/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(/_media/colorbox/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(/_media/colorbox/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(/_media/colorbox/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(/_media/colorbox/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(/_media/colorbox/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(/_media/colorbox/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(/_media/colorbox/ie6/borderMiddleRight.png);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}



/*hidden elements*/
.ui-hidden {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}
.ui-accessible-hidden {
	 position: absolute; left: -99999999px;
}
/*reset styles*/
.ui-reset {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
}
/*clearfix class*/
.ui-clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.ui-clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .ui-clearfix {height: 1%;}
.ui-clearfix {display: block;}
/* End hide from IE-mac */

/* Note: for resizable styles, use the styles listed above in the dialog section */
