/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.0
*/
/*reset.css*/body{color:#000;background:#FFF;}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,sub{line-height:-1px;vertical-align:text-top;}sub{vertical-align:text-bottom;}input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*fonts.css*/body {font:13px/1.22 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:99%;}


/* This stylesheet sets baseline styles used between admin and public
----------------------------------------------------------------------*/

body {
  line-height: 1.538;
  color: #5b5b5b;
  text-align: center;
}

a, input, select, textarea {
  outline: none;
}

h1,h2,h3,h4,h5,h6,
strong, strong *, * strong  { font-weight: bold; }
em, em *, * em              { font-style: italic; }

h1, h2, h3 { font-family: Helvetica, arial, sans-serif; }

img { background-color: transparent; }

h1        { font-size:  138.5%;   } /*18px*/
h2        { font-size:  123.1%;   } /*16px*/
h3        { font-size:  108%;     } /*14px*/
h1,h2,h3  { margin:     1em 0;    }

abbr,acronym {
  border-bottom: 1px dotted #000;
  cursor: help;
}

blockquote { margin: 1em; }

caption {
  margin-bottom:.5em;
  text-align:center;
}

p,fieldset,table { margin-bottom:1em; }

.inline { display: inline; }
.left { float: left; }
.right { float: right; }
.clear { clear: both; }

#staging {
  position: fixed;
  bottom: 10px;
  left: 0;
  width: 30px;
  height: 135px;
  background: url(/images/shared/staging.png) no-repeat;
  text-indent: -1000em;
  z-index: 10000;
}

h2 { font: bold 153.9%/150% Helvetica; }
h3 { font: bold 182% Helvetica; }

#wrapper,
#aol_header .wrapper,
#header .wrapper,
#footer .wrapper,
.breadcrumbs {
  margin: 0 auto;
  text-align: left;
}

/* default table styles
-------------------------------------------------------------------------*/

table {
  width: 100%;
  border-collapse: collapse;
}

th,td {
  padding:  2px 2px 2px 5px;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #555;
  border-bottom: 1px solid #333;
}

td {
  border-bottom: 1px solid #eee;
}

/* Cycle classes
--------------------------------------------------------------------------------*/

tr.light    { background: #fff;     }
tr.dark     { background: #f6f6f6;  }
tr.current  { background: #dedede;  }

/* list styles
----------------------------------------------------------------------------------*/

.disc,
.decimal,
.upper_roman,
.lower_roman,
.upper_alpha,
.lower_alpha,
.no_style {
  margin: 1em;
  margin-left: 2em;
}

.disc         li { list-style-type: disc;        }
.decimal      li { list-style-type: decimal;     }
.upper_roman  li { list-style-type: upper-roman; }
.lower_roman  li { list-style-type: lower-roman; }
.upper_alpha  li { list-style-type: upper-alpha; }
.lower_alpha  li { list-style-type: lower-alpha; }
.no_style     li { list-style-type: none; }

.disc li,
.no_style li,
.decimal li,
.upper_roman li,
.lower_roman li,
.upper_alpha li,
.lower_alpha li {
  text-align: left !important;
  margin-bottom: 5px;
}

/* undo list styles for managed content blocks
--------------------------------------------------------------------------------------*/

.managed_content ul,
.managed_content ol {
  margin: 1em;
  margin-left: 2em;
}

.managed_content ul li {
  list-style-type: disc;
}

.managed_content ol li {
  list-style-type: decimal;
}

/* forms
--------------------------------------------------------------------------------------*/

form label {
  cursor: pointer;
  font-weight: bold;
}

form textarea {
  vertical-align: text-top;
  height: 10em;
}

input.checkbox,
input.radio {
  position: relative;
  top: -2px;
  vertical-align: middle;
  margin-right: 1px;
}

form dl {
  margin-bottom: 0;
}

form dt,
form li label,
legend {
  margin-bottom: 0;
}

form dd {
  margin-bottom: 0.5em;
}

fieldset {
  border: 0;
  width: 100%;
}

input[type="hidden"] {
  display: none !important;
}

/* Standard ul form styles
-----------------------------------------------------------------------------------*/

.std_form li,
dl.std_form {
  width: auto;
}

.std_form li {
  padding: 5px;
}

.required span,
.date_time span {
  margin-left: 3px;
  color: #B83F1D;
}

.std_form li.error {
  padding: 9px;
  border: 1px solid #A73E20;
  width: 210px;
}

.std_form p.error {
  margin-bottom: 0;
  padding: 0;
}

.std_form .error_message {
  display: block;
}

.std_form p.instructions {
  color: #535F62;
  font-size: 85%;
  line-height: 150%;
}

.submit {
  margin: 1em 0;
}

.std_form li label {
  display: block;
}

/* messaging
---------------------------------------------------------------------------------*/

.flash {
  margin: 0 auto 1em;
  padding: 1em 0;
  border-width: 1px;
  border-style: solid;
  color: #2b2b2b;
  font-weight: bold;
  z-index: 1000;
}

.error {
  border-color:     #ff0000;
  background-color: #ffecec;
}

.notice {
  border-color:     #FED600;
  background-color: #FFFBE5;
}

.errorExplanation {
  margin: -1em 0 1em;
  padding: 0 1em 1em;
}

.errorExplanation h2,
.errorExplanation p,
dt p.error,
dt span {
  color: #930000;
}

.errorExplanation h2,
.errorExplanation p {
  margin-bottom: 0;
  font-weight: bold;
}

.errorExplanation h2 {
  padding-left: 21px;
  font-size: 123.1%;
  background: url(/images/admin/exclamation.gif) left 3px no-repeat;
}

.errorExplanation p,
.errorExplanation ul {
  padding-left: 21px;
}

.errorExplanation li {
  margin: 0 0 0 1em;
  padding: 0;
  list-style-type: disc;
  list-style-position: inside;
}

.fieldWithErrors,
.fieldWithErrors *,
dt p.error {
  display: inline;
}

/* pagination
----------------------------------------------------------------------*/

div.pagination {
  clear: both;
  width: 100%;
  margin: 1em auto;
  text-align: center;
  color: #7d7c77;
}

.pagination span,
.pagination a {
  padding: 2px 5px 3px;
}

.pagination .current {
  color: #ecebe0;
  background-color: #7d7c77;
}

.pagination .prev_page,
.pagination .next_page  { font-weight: bold; }

.pagination .disabled   { visibility: hidden; }
.pagination a           { text-decoration: none; }
.pagination a:hover     { text-decoration: underline; }

/* clearfix
----------------------------------------------------------------------*/

.clearfix:after,
#wrapper:after,
.wrapper:after,
#nav:after,
.cols:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}

.clearfix,
#wrapper,
.wrapper,
#nav,
.cols {
  display: inline-block;
}

html[xmlns] .clearfix,
html[xmlns] #wrapper,
html[xmlns] .wrapper,
html[xmlns] #nav,
html[xmlns] .cols {
  display: block;
}

* html .clearfix,
* html #wrapper,
* html .wrapper,
* html #nav,
* html .cols {
  height: 1%;
}


div#nyroModalLoading {
  border: 1px solid #777;
  width: 150px;
  height: 150px;
  text-indent: -9999em;
  background: #fff url(/images/ajaxLoader.gif) no-repeat;
  background-position: center;
}
div#nyroModalLoading.error {
  border: 4px solid #f66;
  line-height: 20px;
  padding: 20px;
  width: 300px;
  height: 100px;
  text-indent: 0;
  background: #fff;
}
div#nyroModalWrapper {
  background: #fff /*url(/images/bg_modal_divider.gif) center top repeat-y*/;
  border: 1px solid #8b8b8b;
}
a#closeBut {
  position: absolute;
  display: block;
  top:  -15px;
  right:-14px;
  width:  30px;
  height: 30px;
  text-indent: -9999em;
  background: url(/images/bn_close.png) no-repeat;
  outline: 0;
  opacity: .65;
}

a#closeBut:hover {
  opacity: 1.0;
}

h1#nyroModalTitle {
  margin: 0;
  padding: 0;
  position: absolute;
  top: -22px;
  left: 5px;
  font-size: 12px;
  color: #ddd;
}
div.wrapper div#nyroModalContent {
  padding: 1px;
}
div.wrapperImg div#nyroModalContent {
  position: relative;
  overflow: hidden;
  text-align: center;
}
div.wrapperImg img {
  vertical-align: baseline;
}

div.wrapperImg a {
  display: none;
}











/* globals */

hr {
  clear: both;
  visibility: hidden;
}

a:hover, a:active {
  text-decoration: underline;
}

a:link, a:visited {
  text-decoration: none;
  color: #0066CC;
}

a:hover, a:active {
  text-decoration: underline;
}

a.utilLink {
  float: right;
  margin: 0px 0px 10px;
}

h1 {
  margin: 0 0 10px 0;
  padding: 10px 0px 6px 40px;
  font: normal 1.8em Arial, Helvetica, sans-serif;
  text-transform: lowercase;
  background: url(/images/final_judging/img_headerbullet.png) no-repeat left center;
  color: #363636;
}

h2, h3, h4, h5 {
  display: block;
  clear: both;
  margin-top: 1.5em;
  margin-bottom: 1em;
}

h2 {
  display: block;
  margin-bottom: 0px;
  padding: 10px 0px 0px 0px;
  font-size: 1.2em;
  font-weight: normal;
  text-transform: uppercase;
  color: #E98800;
}

h3 {
  font-size: 1.2em;
  line-height: 1em;
  font-weight: normal;
  text-transform: uppercase;
}

/* messaging */
.error, .warning, .notice {
  clear: both;
  padding: 5px;
}

.error {
  background: #FCC;
}

.warning {
  background: #FFC;
}

.notice {
  padding: 14px 20px;
  background: #CFC;
  border-color: #B8B8B8;
}

.fieldWithErrors {
  display: block;
  margin-left: -15px;
  padding-left: 15px;
  background: url(/images/icon_redarrow.gif) no-repeat 0px 2px;
}

.fieldWithErrors input, .fieldWithErrors select {
  background: #FEE;
  border: solid 1px #F00;
}

.fieldWithErrors input:focus, .fieldWithErrors select {
  background: #FFF;
}

.formError {
  font-size: 1em;
  font-style: italic;
  color: #C00;
}

/* main structure */

body {
  font-size: 75%;
}

#wrapper,
#header .wrapper,
#footer .wrapper {
  width: 900px;
}

#wrapper {
  clear: both;
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 1em;
}

.footer {
  height: 60px;
  clear: both;
}

.judgingNarrow {
  width: 480px;
  padding-right: 16px;
  border-right: solid 1px #EEE;
}

.judgingWide {
  width: 100%;
}

/* header & nav */

#home_link {
  display: block;
  width: 226px;
  height: 60px;
  margin: 5px 0;
  line-height: 0;
  text-indent: -9999em;
  background-image: url('/images/final_judging/logo_iadas.png');
}

.nav {
  clear: both;
  width: 740px;
  height: 20px;
  margin: 10px 0px;
  padding-top: 5px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  border-top: dotted 2px #CCC;
  border-bottom: dotted 2px #CCC;
}

.nav ul {
  padding-left: 25px;
}

.nav ul li {
  float: left;
  margin: 0px 25px 0px 0px;
  list-style: url(/images/final_judging/img_navdivide.png);
}

.nav a:link, .nav a:visited {
  text-decoration: none;
  color: #666;
}

.nav a:hover, .nav a:active .nav .active {
  color: #E98800;
}

.subnav {
  clear: both;
  float: right;
  height: 30px;
  padding-top: 10px;
}

.subnav ul li {
  margin-right: 35px;
  padding: 0px;
  list-style: url(/images/final_judging/img_subnav.png);
}

/* judging chamber header */

.judging .header {
  border-bottom: dotted 2px #DDD;
}

.judging .branding {
  width: 100px;
  padding-bottom: 5px;
}

.branding img {
  margin: 5px 0;
}

.back {
  position: absolute;
  top: 13px;
  width: 900px;
  text-align: right;
}

.back a:link, .back a:visited {
  color: #CC0000;
}

.back a:hover, .back a:active {
  text-decoration: none;
  border-bottom: solid 1px;
}

/* Judging assignments page */

.primaryCluster, .secondaryCluster, .featureCluster {
  padding-left: 14px;
}

.primaryCluster   { background: url(/images/final_judging/img_star1_sm.png) no-repeat left center; }
.secondaryCluster { background: url(/images/final_judging/img_star2_sm.png) no-repeat left center; }
.featureCluster   { background: url(/images/final_judging/img_star3_sm.png) no-repeat left center; }

.cluster {
  width: 279px;
  margin: 20px 0px;
  padding: 5px 10px;
  font-size: 0.9em;
}

#cluster_1 {
  float: left;
}

#cluster_2 {
  float: left;
  border-left: solid 1px #CCC;
  border-right: solid 1px #CCC;
}

#cluster_2.two_only {
  border-right: 0;
}

#cluster_3 {
  float: right;
}

.cluster h1 {
  margin: 0px;
  padding: 10px 0px 6px 40px;
}

#cluster_1 h1 { background: url(/images/final_judging/img_star1.png) no-repeat left center; }
#cluster_2 h1 { background: url(/images/final_judging/img_star2.png) no-repeat left center; }
#cluster_3 h1 { background: url(/images/final_judging/img_star3.png) no-repeat left center; }

.cluster h2 {
  padding-left: 29px;
  text-transform: none;
  color: #666;
  border-top: solid 1px #DDD;
}

.unvoted_cats {
  padding-left: 25px;
  line-height: 1;
}

.cluster li {
  color: #0066CC;
  list-style-type: disc;
}

.cluster table {
  border-collapse: collapse;
  font-size: 85%;
}

ul.checklist {
  margin-left: 23px;
  padding: 0px;
}

ul.checklist li {
  padding-left: 0px;
  list-style-image: url(/images/final_judging/bullet_check.png);
}

.checklist a {
  margin-left: 6px;
}

.tooltip_container {
  position: relative;
}

a.tooltip:link, a.tooltip:visited, .checklist a:link, .checklist a:visited {
  padding: 0px;
  text-decoration: none;
  color: #666;
  border-bottom: dotted 1px #666;
}

a.tooltip:hover, a.tooltip:active, .checklist a:hover, .checklist a:active {
  color: #333;
}

a.tooltip:link, a.tooltip:visited {
  color: #C00;
  border-bottom-color: #C00;
}

a.tooltip:hover, a.tooltip:active {
  color: #F00;
  border-bottom-color: #F00;
}

.tooltipPopUp {
  position: absolute;
  left: 0;
  top: 1.5em;
  width: 300px;
  margin-left: 10px;
  padding: 15px;
  background: #FFFFCC;
  border: solid 1px #CCC;
}

.tooltipPopUp h3 {
  margin-top: .25em;
  text-transform: none;
}

.tooltipPopUp a {
  display: block;
  text-transform: lowercase;
  text-align: right;
}

.scorecard {
  position: absolute;
  padding: 0px;
  z-index: 50;
  background: #FFF;
  border: solid 1px #CCC;
  color: #333333;
}

ul.checklist .scorecard ol {
  padding: 10px 20px 10px 30px;
}

ul.checklist .scorecard li {
  color: #666666;
  list-style-image: none;
  list-style-type: decimal;
}

.scorecard h3 {
  display: block;
  margin: 0px;
  padding: 10px;
  font-weight: normal;
  background: url(/images/final_judging/bg_headblue.png) repeat-x top;
}

/* Ballot Styles */

.ballot {
  width: 380px;
  min-width:8em;
  max-width: 900px;
  margin-left: 5px; /* default, width of left corner */
  margin-bottom: 5px; /* spacing under dialog */
}

.window {
  position: fixed;
  left: 56%; 
  top: 96px;
  width: 400px;
  z-index: 95;
  min-width:8em;
  margin-bottom: 10px;
}

.ranking {
  position: static;
  width: 500px;
  margin: 40px auto 20px;
}

.ballot .windowContent, .ballot .top, .ballot .bottom, .ballot .bottom div {
  background:transparent url(/images/final_judging/bg_ballot.png) no-repeat top right;
}

.ballot .windowContent {
  position: relative;
  padding: 0px 25px 0px 5px;
}

.ballot .top {
  /* top+left vertical slice */
  position: absolute;
  top: 0;
  left: 0;
  width: 12px; /* top slice width */
  height: 100%;
  margin-left: -10px;
  background-position: top left;
}

.ballot .bottom {
  /* bottom */
  position: relative;
  width: 100%;
}

.ballot .bottom,
.ballot .bottom div {
  height: 20px; /* height of bottom cap/shade */
  font-size: 1px;
}

.ballot .bottom {
  background-position: bottom right;
}

.ballot .bottom div {
  position: relative;
  width: 10px; /* bottom corner width */
  margin-left: -10px;
  background-position: bottom left;
}

.ballot h2, .entriesList  h2 {
  font-size: 0.9em;
  text-transform: uppercase;
  color: #666;
}

.ballot h2 {
  margin: 0px;
  padding: 6px 3px;
  border: none;
}

.ballot .entry {
  border-bottom: none;
}

.catDescription {
  font-size: 1.4em;
  color: #999;
}

.ballot .ballotActions {
  clear: both;
  padding-top: 10px;
  text-align: center;
}

.ballotActions div, .ballotActions form {
  display: inline;
}

.ballot form .ballotActions input, .ballotActions form input {
  display: inline;
  float: none;
  width: auto;
  margin-right: 5px;
  font-size: 1em;
}

.ballotList {
  min-height: 220px;
}

/* New Ballot Page */

.entriesList h2 {
  margin: 0 0 1.5em;
  padding: 5px 5px 4px;
  background: #EAF1F6;
  border-top: solid 1px #999;
  border-bottom: solid 1px #999;
}

#delivery_messages {
  margin-top: 5px;
  margin-bottom: 30px;
  margin-left: 5px;
}

.email_to_mobile {
  display: block;
  height: 16px;
  margin-bottom: 1em;
  line-height: 16px;
  padding-left: 20px;
  background-image: url(/images/final_judging/email_go.gif);
  background-repeat: no-repeat;
  background-position: left top;
}

#email_links_container .submit {
  margin: 0;
}

.entry {
  min-height: 45px;
  height: auto !important;
  height: 45px;
  padding: 5px 5px 0px 5px;
  border-bottom: solid 1px #FFF;
}

.entry .title {
  margin-right: 20px;
}

.entry .title.video_entry {
  margin-left: 45px;
}

.login_info {
  float: left;
  margin-bottom: 5px;
}

.entry .action {
  display: block;
  float: right;
  width: 17px;
  height: 17px;
  margin-top: 6px;
  line-height: 0;
  text-indent: -9999em;
  background-image: url(/images/final_judging/btn_ballot_actions.gif);
  background-position: top left;
  background-repeat: no-repeat;
}

.entry.selected    .action { background-position: left center; cursor: default; }
.entry.casted_vote .action { background-position: left bottom; }

.entry .play {
  display: block;
  float: left;
  width: 32px;
  height: 23px;
  margin: 3px 10px 0px 0px;
  line-height: 0;
  text-indent: -9999em;
  background-image: url(/images/final_judging/btn_play.gif);
  background-position: top left;
  background-repeat: no-repeat;
}

.entry.selected .play {
  background-position: bottom left;
}

.altRow {
  background: #F3F8FD;
}

.selected {
  color: #999;
  background: #f2f2f2;
}

.selected ul a:link, .selected ul a:visited, .selected ul a:hover, .selected ul a:hover {
  color: #999;
}

.ballot p.warning {
  margin: 0px;
  font-size: 0.95em;
  line-height: 1.2em;
}

.ballot .altRow {
  background: #FAFBFD;
}

/* Judging Guidelines */

address {
  margin-bottom: 1em;
  margin-left: 0px;
}

address:first-line {
  font-weight: bold;
}

/* Ranking Page */

.ranking form input, .ranking .entry strong {
  display: block;
  float: left;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  font-size: 1.7em;
  font-weight: bold;
  text-align: center;
  color: #333;
}

.ranking .entry strong {
  width: 30px;
  padding-top: 7px;
  padding-left: 20px;
  color: #666;
}

.ranking .entry strong.first {
  background: url(/images/final_judging/img_award.gif) no-repeat;
}

.ranking .entry input {
  color: #666;
  background: #FFF;
}

.ranking .entry input:focus {
  color: #333;
}

.ranking .entry .title {
  min-width: 400px;
}

.ranking .entryTitle, .ranking ul {
  min-width: 300px;
}

/* Video Modal */

h1.arrowless {
  padding-left: 0;
  background-image: none;
}

div#nyroModalWrapper {
  background-color: #eaf1f6;
  border: 2px solid #aeb2b4;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.video_container {
  padding: 20px;
}

.video_obj_container {
  width: 468px;
  height: 385px;
}

.link_to_source {
  padding-top: 10px;
}

/* internet goof
*******************************************************/

.internet_goof #header .wrapper {
  height: 140px;
  background-image: url('/images/final_judging/logo_iadas.png');
  background-position: left 5px;
  background-repeat: no-repeat;
}

.internet_goof #header .wrapper * {
  display: none;
}

.internet_goof #page_content {
  text-align: center;
}

.internet_goof .internet_goof_container {
  margin: 0 auto;
  width: 600px;
  background-image: url(/images/final_judging/bg_oops_page.gif);
  background-position: center top;
  background-repeat: no-repeat;
  text-align: left;
}

.internet_goof .internet_goof_container .content {
  padding: 35px 40px 15px;
  font-size: 16px;
  line-height: 2em;
}

.internet_goof .internet_goof_container .content h1 {
  font-size: 28px;
  background-image: url(/images/final_judging/img_headerbullet_trans_white.png);
  margin-bottom: 1em;
}

.internet_goof .internet_goof_container .content strong {
  color: #000;
}


.internet_goof .internet_goof_container .footer {
  width: 600px;
  height: 10px;
  background-image: url(/images/final_judging/bg_oops_page.gif);
  background-position: center bottom;
  background-repeat: no-repeat;
}