/* Set background color (the "html" fixes a Chrome background-color bug) *********repeat-x*/
body, html {
	background: url(/images/theme/bgpic3.jpg) #ffffff repeat-x;
	background-position: 0px -30px;
}

/* YUI CSS Reset ******************************************************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,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; } 
ol,ul			{ list-style:none; } 
caption,th		{ text-align:left; } 
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; } 
abbr,acronym	{ border:0; }

/* Fonts **************************************************************************/
body {
	font-family: arial, helvetica, sans-serif;
	font-size:11pt;
}

/* Standard elements **************************************************************/
p {
	margin-top: 2px;
	margin-bottom: 8px;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
a {
	text-decoration: underline;
	color: #690;

}
h1 {
	margin-top: 12px;
	margin-bottom: 4px;
	font-weight: bold;
	font-size: 125%;
	color:#3272b0;
}
h2 {
	margin-top: 8px;
	margin-bottom: 4px;
	font-weight: bold;
	font-size: 16px;
	color:#369;
}
h3 {
	margin-top: 6px;
	margin-bottom: 2px;
	font-weight: bold;
	font-size: 14px;
	color:#369;
}
table thead {
	border-bottom: 1px solid #444;
	font-variant: small-caps;
	color: #444;
}
table td {
	padding: 4px 15px 4px 0;
	vertical-align: top;
}
table td:last-child {
	padding-right: 0;
}
input.defaultTextActive {
	color: #888;
	font-style: italic;
}
#cframe a {
}
#cframe a:hover {
}

#cframe ul {
	list-style-type:circle;
	margin-left: 25px;
	margin-bottom: 7px;
	font-size:11pt;
}
#cframe ul li, #cframe ol li {
	margin-bottom: 7px;
}
#cframe ul.ui-widget-header, #cframe ul.ui-widget-header li {
	margin-left: 0;
	margin-bottom: 0;
	font-size: inherit;
	/* Don't interfere w/ jQueryUI elements */
}
#cframe ol {
	list-style-type: decimal;
	margin-left: 25px;
	margin-bottom: 7px;
	font-size:11pt;
}
/* Useful Classes *****************************************************************/

.quote { 
	margin-left: 30px;
	margin-right: 30px;
	font-style: italic;
}

.quotesrc {
	margin-left: 55px;
	font-size: 90%;
	text-indent: -8px;
}
.quotesrc:before {
	content: "~ ";
	font-size: 14px;
	width: 8px;
}

.highlighter { /* Used for /us/contest/shortlist-faq.php */
	padding: 5px 5px 10px 5px;
}
.highlit {
	background-color: #F0E68C;
}

.errordiv, .successdiv, .infodiv {
	width: 600px;
	padding: 10px;
	color: black;
	margin: 15px 0;
}
.errordiv {
	border: 1px solid #F90;
	background-color: #EDEB8B;
}
.successdiv {
	border: 1px solid #9AC937;
	background-color: #BFF4B3;
}
.infodiv {
	border: 1px solid #99F;
	background-color: #B3B3CF;
}

/* Sponsor logos should be accessed using /images/logos/c/190/130/(logo).png */
div.logobox {
  width: 190px;
  height: 130px;
  margin: 25px 15px;
  float: left;
  text-align: center;
}
.rightbox div.logobox {
  height: auto;
  margin-bottom: 15px;
}
div.logobox a {
  border: 0 none;
  /*display:table-cell;
  width: 200px;
  height: 160px;
  vertical-align: middle;*/
}

.infobox {
	padding: 5px; 
	margin: 5px;
	border: 2px solid #aac;
	background-color: #cce;
}

/* Header ************************************************************************/
	
#header {
	height: 130px;
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
#header #logo {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 400px;
	height: 100px;
	color: orange;
	font-size: 55px;
}
#header ul#trlinks {
	text-align: right;
	position: absolute;
	left: 660px;
	width: 500px;
	top: 25px;
}

#header ul#trlinks li {
	display: block;
	padding: 0px 10px 0px 10px;
	float:right;
	background-position:center top;
	height:60px;
	background-repeat:no-repeat;
}

#header ul#trlinks li a{
	text-decoration:none;
	color:#000000;
	font-size:12px;
	padding-top:35px;
	display:block;
}

#header ul#trlinks li a:hover{
	color:#3372b2;
	z-index: 180;
}

#breadcrumbs{
	font-size:13px;
	color:#36F;
	font-style: italic;
	font-weight:300;
	padding-bottom:4px;
	}

/* Main Nav Links ****************************************************************/
#links {
	height: 30px;
	font-size: 23px;
	width: 978px;
	margin: 0 auto;
	position: relative;
	z-index: 80; /* Needed only to fix an IE6/7 bug */
	display:block;
}
#links > li {
	width: 163px;
	height: 30px;
	float: left;
	text-align: center;
	font-weight: bold;

}
#links > li a{
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;

}
#links > li > a {
	color:#3372b2;
}
#links > li:hover > a {
	color:#6F6;
}
#links > li:hover {
	background-color: #3372b2;
}
#links > li .caption, #links > li:hover ul.sublinks {
	width: 163px;
	position: absolute;
	top: 30px;
	padding-top: 10px;
	height: 230px;
	z-index: 91;
	color: white;
	font-size: 11px;
	font-weight: normal;
	letter-spacing:.085em;
	background-color:#1F63AD;
}
#links > li .caption {
	font-weight: normal;
	display: none;
	padding: 10px;
	width: 143px;
	height: 130px;
	line-height: 110%;
}
#links > li:hover .caption {
	display:block;
	opacity: 0.9;
	filter:alpha(opacity=90);
}
#links > li ul.sublinks {
	display: none;
}
#links > li ul.sublinks a {
	color: #fff;
}
#links > li ul.sublinks a:hover {
	color:#6F6;
}
#links > li:hover ul.sublinks {
	display: block;
	opacity: 0.9;
	filter:alpha(opacity=90);
}
#links > li ul.sublinks li {
	height: 28px;
	line-height: 28px;
}
#links > li ul.sublinks li:hover {
	background-color: #666;
	opacity: 0.85;
}

#photocredit {
	font-size: 90%;
	color: #777;
	float: left;
	width: 250px;
	}

/* Content frame *****************************************************************/

#cframe {
	width: 968px;
	margin: 0 auto;
	min-height: 300px;
	padding: 20px 5px;	
}

#cframe .paddingBreakout {
	margin-left: -5px; margin-right: -5px;
}

/* Credit - Highlight *************************************************************************/

#bpcredit {
	margin-top:100px;
	margin-left:45px;
	padding:3px;
	border:10px;
	color:yellow;
	font-sizes:13pt;
	z-index:1000;
	}

/* Footer *************************************************************************/
#footer {
	height: 20px;
	width: 970px;
	padding: 0 5px;
	margin: 0 auto;
	position: relative;
	font-size: smaller;
	line-height: 20px;
	color: #555;
	clear:both;
}
#footer #footertext {
	float: left;
} 
#footer #footerlinks {
	text-align: right;
}
#footer #footerlinks li {
	display: inline;
	border-left: 1px solid #888;
	padding-left: 5px;
	margin-left: 5px;
}
#footer #footerlinks li:first-child {
	border-left: 0 none;
}

/* Specific Pages ****************************************************************/
/*Homepage*/

.slideshow div {
	display: none;
}
/* Media Coverage & Contest Media Kit Pages */
#cframe ul.medialist {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#cframe li a{
  color:#227600;
}

#cframe img{
margin-top:-10px;
  padding:5px;
}
#clearer{
	clear:both;
	padding-top:15px;
}

#cframe ul.medialist li {
  list-style-type: none;
  position: relative;
  padding: 2px 2px 2px 28px;
  margin-left: 0;
}
#cframe ul.medialist li.odd {
  background-color: #eee;
}
.m-icon {
  position: absolute;
  left: 2px;
  top: 0;
}
.m-title {
  font-weight: bold;
  color: #666;
}
/* Contest Winners */
#contestWinners {
  width: 500px;
  position: relative;
}
#contestWinnersZoomDiv {
  position: absolute;
  left: 21px;
  top: 51px;
  width: 450px;
  min-height: 300px;
  border: 4px solid #333;
  background-color: #000000;
  z-index: 10;
  cursor: pointer;
  color: #aaa;
  text-align: center;
}
#contestWinnersZoomDiv.big {
  width: 700px;
}
#contestWinnersZoomImg {
  cursor: pointer;
  display: block;
  margin: 0 auto;
}
#contestWinnersZoomDesc, #contestWinnersZoomDesc strong {
  color: white;
  text-align: center;
  cursor: pointer;
  padding-bottom: 2px;
}
.contestWinner {
  float: left;
  cursor: pointer;
  padding: 2px;
  z-index: 1;
  width: 120px;
  height: 120px;
}
/* Newsletter subscribe form */
#newsletterform span.label,#newsletterform span.spacer,#newsletterform span.multiple span {width:120px;float:left;} 
#newsletterform span.multiple {float:left;} 
#newsletterform span.button {padding-left:120px;} 
#newsletterform div.clear {clear:both;padding-top:5px;}
#newsletterform div.row { margin-bottom: 10px; } 

/* Contest Reference Materials Uploader */

.crmuprogressbox {
	border: 1px solid #ccc;
	width: 250px;
	height: 25px;
	position: relative;
	margin-bottom: 2px;
}
.crmuprogressbox .name {
	position: absolute;
	left: 0; top: 0;
	width: 250px; height: 25px;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	z-index: 5;
}
.crmuprogressbox .progress {
	z-index: 2;
	background-color: #ccc;
	position: absolute;
	left: 1px; top: 1px;
	width: 0px; height: 23px;
}
/* Best Practices Edits */
#subtd { 
background: url(../images/theme/td_slice.jpg)
repeat-x #b1e670;
width: 400px;
min-height: 60px;
height:auto !important;
height:60px;
border-radius: 10px;
padding: 10px;
}
#subtable {
	border-collapse: separate;
	border-spacing: 10px;
}
/*Quotes*/
#containerq {
	width: 710px;
	min-height: 200px;
	height:auto !important;
	height:200px;
	margin: 0 auto;
}
#quote {
	margin-left: 170px;
	padding: 10px;
	background: url(../images/quote_slice.jpg) repeat-x #b2e773;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
#titletext {
	padding: 30px;
	font-size: 24px;
	color: #3372b2;
}
#holder {
	width: 710px;
	margin: 0 auto;
	min-height: 100px;
	height:auto !important;
	height: 100px;
	padding: 10px;
	background: url(../images/quote_slice.jpg) repeat-x #b2e773;
	border-radius: 20px;
}
#link a {
	color: #528517;
	text-decoration: underline;
	margin-left: 100px;
}

/* Contest Buttons and rollovers */

#basic-accordian{
	border:5px solid #EEE;
	padding:5px;
	width:350px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-175px;
	z-index:2;
	margin-top:-100px;
}

.accordion_headings{
	padding:5px;
	background:#99CC00;
	color:#FFFFFF;
	border:1px solid #FFF;
	cursor:pointer;
	font-weight:bold;
}

.accordion_headings:hover{
	background:#00CCFF;
}

.accordion_child{
	padding:15px;
	background:#EEE;
}

.header_highlight{
	background:#00CCFF;
}
