/* Page Layout - Div structure and layout */
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.container {
	text-align: left;
	width: 910px;
	margin: 0px auto;
}
/*
.header {
	clear: both;
	height: 130px;
	padding-bottom: 15px;
}
.branding {
	width: 170px;
	padding-top: 40px;
	float: left;
}*/
.header {
	clear: both;
	height: 100px;
	padding-bottom: 15px;
}
.branding {
	width: 160px;
	padding: 15px 0px 0px 10px;
	float: left;
}
.nav {
	width: 690px;
	float: right;
	padding: 8px 0px 0px 20px;
	border-top: solid 15px #E6E6E6;
}
.content {
	clear: both;
}
.contentSidebar {
	width: 100px;
	float: left;
}
.contentMain {
	width: 690px;
	float: right;
	padding: 0px 10px;
}
.footer {
	margin: 0px 0px 0px 200px;
	padding: 30px 0px 8px 0px;
	clear: both;
}
.skipToContent {
	display: none;
}

p.left {
	text-align: left;
}

p.right {
	text-align: right;
}

p.center {
	text-align: center;
}

p.justify {
	text-align: justify;
}

p.indent {
	margin: 20px 10px 20px 30px;
}

p.subindent {
	margin: 20px 10px 20px 50px;
}	

p.supersubindent {
	margin: 20px 10px 20px 90px;
}	


/* Global Link styles */
a:link {
	color: #3C6993;
	text-decoration: underline;
}
a:visited {
	color: #89B1E0;
}
a:hover, a:active {
	text-decoration: none;
}
a img, a:link img, a:visited img, a:hover img, a:active img, .contentMain a:link img, .contentMain a:visited img, p a:link img, p a:visited img {
	border: none;
	text-decoration: none;
}
/* Global List Styles */
dl {
	padding-left: 10px;
}
dt {
	margin: 1em 0px 0px;
	padding-left: 13px;
	color: #812428;
	background: url(../images/bullet_list.png) no-repeat left center;
}
dd {
	margin: 0px;
	padding-left: 13px;
	display: block;
	clear: both;
}
dl.partnersList {
	padding: 0px;
	margin: 0px;
}
dl.partnersList dt {
	background: none;
	height: 50px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	display: inline;
	float: left;
}
dl.partnersList dd {
	height: 55px;
}
ul, ol {
	list-style: url(../images/bullet_list.png);
	margin: 10px 10px 20px 20px;
	padding: 0px;
}
li {
	margin-bottom: 0.5em;
}
ul ul {
	margin: 0px;
	padding: 0px;
	list-style: url(none) none;
}
li li {
	margin-bottom: 0em;
}

li.sublist {
	margin: 0px 0px 5px 70px;
}


/* Global and Sub-navigation Structure */
.nav ul {
	display: block;
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.nav li {
	display: inline;
	margin: 0px 20px 0px auto;
	padding: 0px 0px 20px;
}
.nav ul ul {
	position: relative;
	margin-top: 15px;
}
.nav li li, .footer ul.footerNav li {
	margin: 0px 10px 0px 0px;
	padding-left: 20px;
	background: url(/images/bullet_navdivide.png) no-repeat 0px 4px;
}
.nav li.firstLink, .footer ul.footerNav li.firstLink {
	padding-left: 0px;
	background: none;
}
.nav a:link, .nav a:visited, .footer a:link, .footer a:visited {
	text-decoration: none;
	font-size: 0.95em;
	color: #000;
}
.nav a:hover, .footer a:hover {
	color: #812428;
}
.nav li a:link, .nav li a:visited {
	background: url(/images/bullet_nav.png) no-repeat 0px 1px;
	padding: 0px 0px 20px 15px;
}
.nav li li a:link, .nav li li a:visited {
	background: none;
	padding: 0px;
}
.nav li a.activePage:link, .nav li a.activePage:visited {
	color: #000;
	background: url(/images/bullet_nav_open.png) no-repeat 0px 1px;
}
.nav li li a.activePage:link, .nav li li a.activePage:visited {
	background: none;
	color: #812428;
}
.rightAlign {
	text-align: right;
}
.shortSubnav {
	text-align: center;
}
.contentMain ul.pageNav {
	padding: 0px 10px 5px;
	margin: -10px -10px 10px;
	border-bottom: 1px dotted #DBDBDB;
	text-align: left;
	line-height: 1.4em;
}
.contentMain ul.pageNav li {
	display: inline;
	padding: 0px;
	margin: 0px 15px 0px 0px;
}
.contentMain .pageSubnav li {
	display: inline;
	margin: 0px 20px 0px 0px;
}
ul.categoryNav {
	list-style: url(none) none;
	display: block;
	height: 50px;
	background: url(../images/bg_stripe.png);
	margin: 0px 0px 0px -5px;
}
ul.categoryNav li, ul.entryNav li {
	display: block;
	margin: 0px;
	padding: 10px 10px 10px 0px;
	float: left;
	height: 50px;
	width: 150px;
	border-left: solid 5px #FFF;
}
ul.categoryNav li img {
	padding: 0px;
	margin: -10px 10px 0px 0px;
}
ul.entryNav img {
cursor: pointer;
border: none;
}
.footer ul.footerNav {
	margin: 0px;
	padding: 0px 0px 10px;
	display: block;
	border-bottom: 15px solid #E4E4E4;
}
.footer ul.footerNav li {
	display: inline;
}
.footer ul.partners {
	text-align: right;
	list-style: none;
	padding: 10px 0px 0px;
	margin: 0px;
}
.footer ul.partners li {
	display: inline;
	padding: 0px 0px 0px 5px;
	margin: 0px;
}

/* Page elements and objects layout */
/* old homepage banner style 
.homepageIntro {
	background: url(/images/header_wcbg.png) no-repeat 5px 4px;
	padding: 5px 5px 10px 5px;
	border: 1px solid #CCC;
	width: auto;
	height: 227px;
}
.homepageIntro h1 {
	margin-top: 0px;
}
*/
.homepageIntro {
	padding: 5px;
	border: 1px solid #CCC;
	width: auto;
}
.homepageIntro p.homeintroPara {
	font: italic 1.3em/1.4em Georgia, "Times New Roman", Times, serif;
	color: #000406;
	margin: 0px;
	background: none;
	float: none;
	padding: 0px 0px 0px 10px;
}
.pageIntro {
	clear: both;
	padding: 5px 5px;
	border: 1px solid #CCC;
	height: 152px;
	
}
.pageIntro2 {
	clear: both;
	padding: 5px 5px;
	border: 1px solid #CCC;
	height: 250px;	
	width: 698px;
}
.introHeader {
	width: 419px;
	float: left;
}
.introHeader img {
	padding: 0x;
	margin: 0px;
}
.introPara {
	background: #4D060E url(/images/bg_redstripe.png);
	width: 264px;
	float: right;
	border: 0px solid #812428;
	padding: 5px;
	height: 143px;
}
.eventStyle{
	background: none;
	width: 264px;
	float: right;
	border: 0px solid #812428;
	padding: 5px;
	height: 143px;
}

.introPara a:link, .introPara a:visited {
	color: #ff2c45;
	text-decoration: none;
}
.introPara a:hover {
	text-decoration: underline;
}
.contentMain ul.sectionBlock {
	display: block;
	height: 200px;
	margin: 0px -10px;
	padding: 0px;
	list-style: none;
}
.contentMain ul.sectionBlock li {
	width: 157px;
	margin: 0px 0px 20px 25px;
	float: left;
	padding: 0px;
	/* border-bottom: 1px dotted #E6E6E6; */
}
.contentMain ul.sectionBlock li.firstBlock {
	margin-left: 0px;
}
.contentMain ul.sectionBlock li.double {
	width: 334px;
}
.contentMain ul.sectionBlock li img {
	padding: 0px;
	margin: 0px 0px 1px;
}
.contentMain ul.sectionBlock li h3 {
	margin: 0px;
	font-size: 1em;
}
.sectionBlock li h3 a:link, .sectionBlock li h3 a:visited, .contentSidebar h3 a:link, .contentSidebar h3 a:visited {
	display: block;
	background: url(/images/bg_blockheader.png) no-repeat;
	text-decoration: none;
	color: #333;
	padding: 5px 0px 5px 25px;
}
.sectionBlock li h3 a:hover, .sectionBlocks li h3 a:active, .contentSidebar h3 a:hover, .contentSidebar h3 a:active {
	background: url(/images/bg_blockheader_on.png) no-repeat;
}
.sectionBlock p {
	font-size: 0.95em;
	margin: 3px 0px 5px 25px;
}
.contentSidebar .sectionBlock {
	padding: 20px 5px 0px;
	margin: 20px 0px 0px;
	border-top: 1px dotted #666;
	border-bottom: none;
	width: 160px;
}
.contentSidebar .sectionBlock p {
	margin: 0px 0px 0px 25px;
	padding: 0px;
}

/* Tables */
table {
}
table td {
	padding: 5px;
	vertical-align: top;
	
}
table caption {
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px;
	margin-bottom: 10px;
	color: #812428;
	background: #F1F1F1;
}
table.siteTable{
	padding: 0px 30px 5px 30px
	text-align: left;
	margin-left: 40px;
	margin-bottom: 10px;
}
table.storeTable, table.entryTable {
	margin-bottom: 20px;
	width: 100%;
	border-bottom: dotted 1px #999;
}
table.storeTable col.formLabels {
	min-width: 60px;
}
table.storeTable table {
	width: 100%;
}
table.storeTable td {
	padding: 5px 10px 5px 0px;
}
table.storeTable th {
	background-color: #CC0F25;
	text-align: left;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFF;
	padding: 2px 10px 2px 2px;
}
table.storeTable th h3 {
	margin: 0px;
}
table.storeTable th em {
	color: #333;
	font-size: 1em;
	text-transform: none;
}
table.storeTable td em {
	color: #F00;
}

table.winnersTable {
	border-collapse: collapse;
	clear: both;
	width: 100%;
	margin: 1em 0px;
}
table.winnersTable img {
	float: left;
	margin-right: 10px;
}
table.winnersTable th {
	font-weight: bold;
	background: #E6E6E6;
	color: #666;
	border-right: 2px solid #FFF;
	width: 50%;
}
table.winnersTable tr {
	border-bottom: 1px solid #CCC;
}
table.winnersTable td {
	padding: 10px;
}
table.formTable {
	width: 100%;
	margin-bottom: 20px;
	border: none;
}
table.formTable label {
	font-size: 12px;
	text-align: right;
	display: block;
	float: right;
}
table.formTable td input {
	background: #F9F9F9;
}
table.formTable td input:focus {
	background: #FFF;
}
table.formTable th {
	background: #DDD;
	padding: 5px;
	text-align: left;
}
table.formTable h3 {
	margin: 0px 0px 5px;
}
table.formTable img {
	display: inline;
	border: none;
	padding: 0px;
	margin: 0px 5px 0px 0px;
}
table.formTable tr.guestEntry td {
	padding: 5px 20px 5px 20px;
	border-bottom: solid 1px #EEE;
	background: #FCFCFC;
	width: 25%;
}
table.formTable tr.guestEntry td input {
	margin: 0px;
	padding: 0px;
}
table.formTable tr.guestEntry td.denoted {
	background: url(/images/ticketing_star.gif) no-repeat left center;
}
table.entryTable {
	width: 100%;
}
table.entryTable td {
	border-top: dotted 1px #DDD;
	padding: 10px 0px;
}
table.entryTable dl {
	margin: 0px;
	padding: 0px;
}
table.entryTable dt {
	background: none;
	float: left;
	display: block;
	clear: left;
	width: 80px;
	margin: 0px 0px 3px;
}
table.entryTable dd {
	display: block;
	float: none;
	clear: right;
	margin: 0px 0px 3px;
}
table.entryTable td.formAction * {
	float: right;
	padding-top: 0px;
}
table.feeTable {
	border-collapse: separate;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
table.feeTable thead th {
	background: #CCCCCC;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: 0.5em;
}
table.feeTable th {
	background: #D4E1FC;
	border-top: 1px solid #6699CC;
	border-bottom: 1px solid #6699CC;
	padding: 0.5em;
}
table.feeTable td {
	background: #F2F2F2;
	padding: 0.5em;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.catIcon {
	margin: 23px 10px 10px 0px;
	float: left;
}
table.sponsorTable td {
	width: 50%;
}
table.sponsorTable img {
	float: left;
	margin-left: 20px;
}
table.sponsorTable p {
	margin: 80px 20px 0px;
}
table.bioTable dl, table.bioTable dt, table.bioTable dd {
	background: none;
	padding: 0px;
	margin-left: 0px;
}
table.bioTable .contactInfo {
	padding-right: 20px;
	width: 190px;
}
table.bioTable h5 {
	margin-top: 0px;
}
table.bioTable img {
	margin-bottom: 1em;
}

/* Reviewer App styles */
.reviewer table {
	font-size: 12px;
}
.reviewer table th {
	text-align: left;
	padding: 20px 5px 5px;
}
.reviewer h3 {
	font-size: 1.4em;
	padding-top: 10px;
	border-top: solid 1px #812428;
}
.reviewer h4 {
	font-size: 14px;
	color: #666;
	margin: 15px 0px;
}
.reviewer table h4 {
	margin: 0px;
}
.reviewer h5 {
	margin: 20px 0px 10px;
}
.sampleReview td {
	border-bottom: dotted 1px #CCC;
}
.sampleReview tr.noBorder td {
	border: none;
}

/* Typography */
body {
	font: 75% Arial, Helvetica, sans-serif;
	color: #333;
}
.container {
	font-size: 1em;
}
.contentMain p {
	clear: both;
	line-height: 1.4em;
	margin-bottom: 2em;
}
.contentSidebar p {
	font-size: 0.9em;
}
h3 + p {
	margin-top: 0.5em;
}
h4 + p {
	margin-top: 0em;
}
.contentSidebar blockquote {
	font: italic 1.1em Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	border-top: 1px dotted #666;
	padding: 15px 5px 5px;
	clear: both;
}
.contentMain blockquote {
	font: 1.1em Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	background: #4d060e;
	margin: 20px 0px;
	padding: 7px 0px;
	text-align: center;
	clear: both;
}
.contentMain blockquote p {
	margin: 0px;
	padding: 0px;
}
/*
.contentMain p, .contentMain ul, .contentMain ol, .contentMain dl, .contentMain > img, .contentMain address, .contentMain form {
	font: 0.95em/1.4em Arial, Helvetica, sans-serif;
	margin-left: 10px;
	margin-right: 10px;
}
*/
.introPara p {
	font: 1em/15px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	margin: 0px 0px 1em;
}
cite {
	color: #666666;
	text-align: right;
	font-size: 0.95em;
	display: block;
	padding: 0px 5px;
}

/* Headers */
h1 {
	font: bold 1.7em Arial, Helvetica, sans-serif;
	color: #000;
	text-transform: uppercase;
	margin: 10px 10px 5px;
	padding: 0px;
}
.introHeader h1 {
	margin: -2px 0px 0px;
	padding: 12px 10px 10px;
	color: #FFF;
	background: #CC0F25;
	height: 18px;
	border-top: solid 1px #FFF;
}
h2 {
	background: url(/images/bg_greystripe.png);
	text-transform: uppercase;
	font: bold 1.4em Arial, Helvetica, sans-serif;
	padding: 7px 10px;
	margin-top: 1em;
}
table h2 {
	margin-top: 0em;
	padding: 15px 10px;
	
}
h3 {
	font: normal 1.25em Arial, Helvetica, sans-serif;
	margin: 1.5em 0em 1em;
	color: #812428;
	clear: both;
}
.sectionBlock h3 {
	font-weight: bold;
	color: #333;
}
.contentSidebar h3 {
	color: #333;
	text-transform: uppercase;
	font-size: 1em;
	margin: 0px;
	padding: 15px 5px 5px;
	border-top: 1px dotted #666;
	font-weight: bold;
}
.contentSidebar form h3, .contentSidebar .sectionBlock h3 {
	padding: 0px 0px 5px;
	border: none;
}
.contentSidebar .sectionBlock h3 {
	text-transform: none;
}
h4 {
	font-size: 1em;
	margin: 0px;
	color: #494949;
	text-transform: uppercase;
	clear: both;
}
table h4, .gallery h4, table h3 {
	margin-left: 0px;
}
h5 {
	font-size: 1em;
	font-weight: bold;
	color: #812428;
	margin-bottom: 0px;
	clear: both;
}
h5 + p {
	margin-top: 0px;
}
h6 {
	font-size: 1em;
	clear: both;
	padding-bottom: 5px;
	border-bottom: dotted 1px #666;
}
address {
	margin-top: 0.5em;
	font-style: normal;
}
abbr, acronym {
	cursor: help;
	border: none;
}
abbr a, a abbr, acronym a, a acronym {
	cursor: pointer;
}

/* Forms */
form {
	margin: 0px;
	padding: 0px;
}
fieldset {
	border: none;
	padding: 0px;
	margin: 0px;
}
input, select {
	background: #FFF;
	border: solid 1px #999;
}
label input, label select {
	background: #F9F9F9;
}
input:focus, select:focus {
	background: #FFF;
}
.regForm td {
	padding: 5px;
}
.regForm td label {
	display: block;
	padding-top: 4px;
	font-size: 0.95em;
}
.regForm em {
	font-size: 0.9em;
}
.regForm input, .regForm select {
	color: #333;
}
.regForm input:focus, .regForm select:focus {
	background: #FFF;
}
.regForm .formButtons {
	padding-left: 100px;
}
.regForm .formButtons input {
	display: inline;
	float: none;
	clear: none;
	margin-right: 5px;
	background: #FFF;
	border: solid 1px #999;
	color: #812428;
}
.contentSidebar form {
	border-top: dotted 1px #666;
	padding: 15px 5px;
}
.contentSidebar p {
	margin: 0px;
	line-height: 1.4em;
	padding: 0px 5px 15px 5px;
}
.contentSidebar form p {
	padding: 0px;
}
.contentSidebar input {
	border: solid 1px #999;
	background: #FFF url(/images/bg_stripe.png);
	color: #999;
	padding: 0px 4px 1px;
}
.contentSidebar input.textBox {
	font: 0.95em Verdana, Arial, Helvetica, sans-serif;
	background: #F9F9F9;
	width: 120px;
	padding: 3px 2px;
}
.contentSidebar input.textBox:focus {
	background: #FFF;
	color: #333;
}
#searchBox, #emailBox {
	width: 130px;
}
input.formBtn {
	font-family: "Lucida Grande", Verdana, sans-serif;
	text-decoration: none;
	border: solid 1px #999;
	background: #FFF;
	padding: 2px 10px;
	color: #812428; 
}
a.formBtn:link, a.formBtn:visited, a.formBtn:hover, a.formBtn:active {
	font-family: "Lucida Grande", Verdana, sans-serif;
	text-decoration: none;
	border: solid 1px #999;
	background: #FFF;
	padding: 2px 10px;
	color: #812428;
}

/* Misc Lists */
.gallery {
	border: none;
}
.gallery td {
	vertical-align: top;
	padding-bottom: 10px;
}
.gallery img, .gallery a:hover img, td img {
	display: block;
	padding: 3px;
	margin-bottom: 5px;
	border: solid 1px #333;
	clear: both;
}
dl.imageList dt {
	height: 80px;
	background: none;
	float: left;
	clear: left;
	margin-right: 10px;
}
dl.imageList dd {
	height: 85px;
	padding-top: 10px;
	display: block;
}
dl.imageList img {
	border: 1px solid #EEE;
	padding: 2px;
}
dl.press {
	font-size: 0.95em;
}
dl.press dt {
	background: none;
}
ul.utilLink {
	display: block;
	text-align: right;
	font-size: 1em;
	list-style: none;
	clear: both;
	float: none;
	margin: 5px 0px 30px;
	list-style: none;
}
ul.catList {
	margin: -1.5em 0px 1em;
	padding: 0px;
	clear: both;
	display: block;
	height: 3em;
}
ul.catList li {
	margin: 0px;
	padding: 0px 0.25em;
	float: left;
	list-style: url(none) none;
}
ul.catList li.currentLetter {
	font-weight: bold;
}
ul.partner, table ul {
	list-style: url(../images/bullet_list.png);
	list-style-position: inside;
	margin-bottom: 1.5em;
	font-size: 1em;
	color: #812428;
}
ul.press, table ul {
	list-style: none;
	font-size: 0.95em;
}
ul.press {
	list-style: url(../images/bullet_list.png);
}
ul.press li {
	margin-bottom: 10px;
}
ul.press li a:link, table ul li a:link {
	color: 812428;
}
table ul {
	margin-left: 0px;
	pdding-left: 0px;
}
p.photo {
	float: left;
	clear: none;
	margin: 20px;
}
p.photo a {
	text-decoration: none;
}
.contentMain h2, .homepageIntro, .pageIntro, .contentMain blockquote {
	margin-left: -10px;
	margin-right: -10px;
}
.error {
	display: block;
	border: double 3px #C00;
	padding: 10px;
	background: #FEE;
	color: #900;
	font-weight: bold;
}
.notice {
	display: block;
	border: double 3px #390;
	padding: 10px;
	background: #CFC;
	color: #360;
	font-weight: bold;
}
.summary {
	padding: 10px;
	margin-bottom: 20px;
	background: #FFD;
	border: dotted 1px #DDD;
}
/* store wizard graphics */
.wizard {
	background: url(/images/bg_stripe.png);
	border-top: solid 1px #888;
	border-bottom: solid 1px #888;
	padding: 15px 20px;
	margin: 20px -10px;
	height: 35px;
	clear: both;
}
.wizard h2 {
	font-size: 1.2em;
	margin: 0px;
	padding: 10px 20px 0px 0px;
	background: none;
	display: block;
	float: left;
}
.wizard ul, .wizard ol {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: decimal;
}
.wizard ul, .wizard ol {
	width: 440px;
}
.wizard ol li {
	height: 10px;
	color: #000;
	float: left;
	display: block;
	list-style: none;
	
	padding: 10px 14px 10px 0px;
	margin: 0px;
}
.wizard li img {
	margin: -5px 5px -10px 0px;
}
.wizard li.activePage {
}

/* Alignment */
.alignCenter {
	text-align: center;
}
.alignRight {
	float: right;
	margin-bottom: 20px;
}
.alignLeft {
	float: left;
	margin-bottom: 20px;
}

/* Image Styles */

.insetLeft {
	float: left;
	margin: 0px 18px 0px 0px;
}
.insetRight {
	float: right;
	margin: 0px 0px 0px 18px;
}

/* Misc Styles */
.stretcher {
	clear: both;
	width: 100%;
}
span.pastMenu {
	font-weight: normal;
	text-transform: capitalize;
	color: #666;
	font-size: 0.75em;
	float: right;
}
.updateLogin {
	height: 80px;
}
.updateLogin label {
	display: block;
	float: left;
	clear: left;
	width: 80px;
	padding: 4px 0px 3px 15px;
}
.updateLogin input {
	display: block;
	float: left;
	width: 160px;
	clear: right;
}
.updateLogin .updateButtons {
	display: block;
	clear: both;
	padding-left: 95px;
}
.updateLogin .updateButtons input {
	display: inline;
	float: none;
	width: auto;
}
table.photo img {
	border: 1px solid #999;
}
a.homeLink:link, a.homeLink:visited {
	color: #000;
	text-decoration: none;
}
a.homeLink:hover {
	color: #000;
	text-decoration: underline;	
}
a.homeLink:active {
	color: #666;
	text-decoration: none;
}
a.homeLink2:link, a.homeLink2:visited {
	color: #be0e23;
	text-decoration: underline;
}
a.homeLink2:hover {
	color: #666;
	text-decoration: none;
}
a.homeLink2:active {
	color: #666;
	text-decoration: underline;
}
.winner td {
	background: #FFC;
}
.personalize {
	background: no-repeat left top;
	padding-left: 220px;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-bottom: 2em;
	border-bottom: 1px dotted #999;
}
.personalizeZoom {
	background: #F4F4F4;
	margin: 0px;
	padding: 0px;
	border: 1px solid #666;
}
.personalizeCrop {
	background: url(../images/img_webbycertificatecrop.png) no-repeat left top;
	padding-right: 10px;
	padding-bottom: 10px;
}
.personalizeShadow {
	background: url(../images/img_webbycertificateshadow.png) no-repeat right bottom;
	margin-bottom: 1em;
}
.personalizeTab {
	background: url(../images/img_webbycertificatetab.png) no-repeat left center;
	display: block;
	float: none;
	height: 66px;
	width: 32px;
	position: relative;
	left: -32px;
	top: 60px;
	margin-bottom: -66px;
}
.trophy {
	background: url(/images/img_webby_statue.png) no-repeat 10px 0px;
	padding-top: 40px;
}
.trophy .personalizeTab {
	top: 120px;
}
.trophy .personalizeZoom {
	padding-bottom: 50px;
}
.review .personalizeZoom {
	padding-bottom: 60px;
}
.personalizeZoom h6 {
	font-weight: normal;
	color: #FFF;
	font-size: 0.95em;
	margin: 0px 0px 10px;
	padding: 0.25em 0.5em;
	background: #CC0F25;
	text-align: center;
	display: block;
}
.personalizeZoom ul {
	margin: 0px;
	padding: 10px;
	display: block;
}
.personalizeZoom ul li {
	list-style: url(none) none outside;
	display: block;
	text-align: center;
	padding: 4px 0px;
	margin-right: 0px;
	margin-left: 0px;
	color: #999;
	font-family: "Times New Roman", Times, serif;
}
.personalizeZoom input {
	color: #000;
	text-align: center;
	padding: 0.25em;
	background: transparent;
	border: none;
	width: 300px;
	letter-spacing: 0.05em;
	font-family: "Times New Roman", Times, serif;
}
.personalizeZoom input:hover {
	background: #FFC;
}
.personalizeZoom input:focus {
	background: #FFF;
}
li.fldAward {
	letter-spacing: 0.05em;
	text-align: center;
	list-style: url(none) none;
	font-size: 1.6em;
}
li.fldCategory {
	letter-spacing: 0.05em;
	text-align: center;
	list-style: url(none) none;
	font-size: 1.4em;
}
li.fldTitle {
	font-size: 1.4em;
}
li.fldPresented {
	letter-spacing: 0.05em;
	text-align: center;
	background: url(../images/img_webbycertificatehr.png) no-repeat center center;
	margin-top: 20px;
	font-size: 0.95em;
}
li.fldAgency {
	font-size: 1.4em;
}
li.fldPerson {
	font-size: 1.2em;
}
li.fldOptional {
	font-size: 1.2em;
}
li.fldPerson input, li.fldOptional input {
}
span.presentedBlock {
	background: #F6F6F6;
	padding-right: 4px;
	padding-left: 4px;
}
ul.personalizeFees {
	background: #E6E6E6 url(../images/bg_greystripe.png) repeat left top;
	margin: 1em 0px 0px;
	padding: 0.2em 0.5em;
}
ul.personalizeFees li {
	list-style: url(none) none;
	display: inline;
	padding-right: 2em;
}
ul.personalizeTotal {
	margin: 0px 0px 0px 220px;
	padding: 0.2em 0.5em;
	background: #E6E6E6 url(../images/bg_greystripe.png) repeat left top;
}
ul.personalizeTotal li {
	list-style: url(none) none;
	display: inline;
}

.sectionPromo {
	margin: 20px -10px;
	height: 200px;
}
.sectionPromo object {
	float: left;
	margin-right: 10px;
}
.sectionPromo .sectionBlock {
	float: right;
	padding: 5px;
	border: solid 1px #CCC;
	width: 243px;
	height: 183px;
	text-align: center;
}
.sectionPromo h3 {
	font-size: 1.2em;
	text-transform: uppercase;
	margin: 0px 0px 3px;
}
.sectionPromo ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.sectionPromo li {
	font: 1em "Times New Roman", Georgia, Times, serif;
	color: #812428;
	display: inline;
	border-left: solid 1px #812428;
	padding: 0px 2px;
	margin: 3px 0px;
}
.sectionPromo li.first {
	border-left: none;
}
.sectionPromo img {
	margin: 3px 0px;
}
.sectionPromo p {
	margin: 0px;
	font-size: 0.9em;
	line-height: 1.3em;
	text-align: left;
	width: 243px;
}

.ticketPack {
	background: #FFE;
	padding-bottom: 10px;
	margin: 10px 0px 35px;
	border: solid 2px #F1D13B;
}
.ticketPack dl {
	background: #FF9;
	color: #812428;
	display: block;
	padding: 5px 10px;
	height: 40px;
	margin: 0px;
}
.ticketPack dt {
	color: #333;
	font-size: 1.2em;
	background: none;
	padding-left: 0px;
	margin: 5px 0px 0px;
	float: left;
	font-weight: bold;
}
.ticketPack dd {
	margin: 0px 0px 0px 20px;
	float: right;
	text-align: right;
}
.ticketPack dd strong {
/*	color: #812428; */
	font-weight: bold;
	font-size: 1.6em;
}
.ticketPack dd em {
	display: block;
}
.ticketPack p {
	margin-left: 20px;
	margin-right: 20px;
}
.ticketPack ul {
	margin-left: 40px;
}
.popup {
	margin: 20px;
	width: auto;
	min-width: 730px;
}
.popup p {
	margin: inherit 10px;
}
.popup img {
	margin: 10px;
}
.imgInset {
	margin: 0px 20px 2em 10px;
	float: left;
}
.imgInset img {
	border-style: none;
	clear: right;
	padding-bottom: 1em;
}
.imageMap {
	border: none;
}
.playButton {
	margin-left: 0px;
	padding-left: 0px;
}

.video-link-clear
{
	clear: both;
}

.playButton-link
{
	display: block;
	float: left;
	width: 72px;
	margin-left: 0px;
}

.playButton-link img
{
	float: none;
}


.speechButton-link
{
	display: block;
	float: left;
	width: 72px;
	margin-left: 0px;
}

/* Styles for 2 column layout */
#left {
	float:left;
	width: 30%;
	margin-right: 25px;
}
#right {
	margin: 40px 40px 0 0;
}
.clear {
	clear: both;
}



/*
*
* Below are styles from the old stylesheet 'style.css' 
*
*
*/



/* OLD category buttons styles */

ul.media_buttons {
	display:block;
	list-style: none;
	text-align: center;
	margin: 0px;
	padding: 10px 0px;
}
ul.media_buttons li {
	display: inline;
	padding: 0px;
	margin: 0px;
}
#type_mobile {
	padding: 0px;
	margin: 0px;
}
ul.media_buttons li img {
	margin: 0px 10px;
}
li.web img, li.film img, li.ad img, li.mobile img {
    cursor: pointer;
}
img#type_advertising {
	margin: 0px;
}

.col2enter {
width: 550px; padding: 22px 10px 45px; background: #FFF; text-align: left; vertical-align: top;
}
a.tablink:link, a.tablink:visited, a.tablink:active  {
	color: #003366;
}
a.tablink:hover {
	color: #CC3333;
}
a.tablinkActive:link, a.tablinkActive:visited, a.tablinkActive:hover, a.tablinkActive:active {
	color: #333333;
	text-decoration: none;
}


/* More Old CSS */

.strike {
	text-decoration: line-through;
}

/* For things that aren't really links, but need to behave like links (i.e. cursor changes when hovering over them) for AJAX effects */
.altlink {
    cursor: pointer; 
}
 
 /* Tooltip AJAX popup styles, added by NFrench, 8/18/06 */
div.tooltip {
/*     display: none; */
	background-color: #FFFFCC;
	padding: 6px;
	width: 200px;
	border: 2px solid #333333;
}
div.tooltip h1 {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
div.tooltip p {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/*
div.tooltip .close { 
    display: none;
}
*/

.tipLink {
	color: #003366;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003366;
    cursor: pointer;
}
.tipLink:hover {
	color: #CC3333;
	border-bottom: 1px dotted #CC3333;
}

.pane {
	background-color: #FFFFFF;
	padding: 10px;
}
h2.getStarted {
	color: #990000;
	font-family: tahoma,arial,san-serif;
	font-size: 20pt;
	text-transform: lowercase;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	margin-top: 20px;
	padding-top: 20px;
}



/* More OLD CSS -- debugging here 
.t1 .label_center {padding: 8px; background-color: #cde2e8; text-align: center; white-space: nowrap; font: bold 8pt tahoma,arial,san-serif; color: #333;}
.t1 .content {padding: 8px; background-color: #f9f9f9; font: 8pt tahoma,arial,san-serif;}
.t1 .content_form_element {padding: 5px; background-color: #e8f0f1; font: 8pt verdana,arial,san-serif; vertical-align: middle;}
.t1 .content_form_element_alt {padding: 10px; background-color: #e8f0f1; font: 8pt verdana,arial,san-serif; vertical-align: top;}
.t1 .content_form_element_small {padding: 10px 5px; background-color: #e8f0f1; font: 8pt tahoma,arial,san-serif; vertical-align: top;}
.t1 .content_buttons {border-top: 1px solid #cccccc; padding: 5px; background-color: #fcfcfc; font: 8pt tahoma,arial,san-serif;}

.button {background-color: #ffeecc; border: 1px solid #666666; font: 8pt tahoma,arial,san-serif; padding: 3px;}
input.textbox, input.form_element, input.t1_form_element {background-color: #ffffff; font: 10pt verdana,arial,san-serif; padding: 2px;}
select {background-color: #ffffff; font: 10pt verdana,arial,san-serif; padding: 1px;}
*/
