/* used to clear floats without requiring extra div tags */
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}


span.fieldWithErrors {
  outline: 1px solid red !important;
}

#errorExplanation {
  position: relative;
  width: 400px;
  border: 2px solid #C00;
  padding: 7px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 5px;
  font-size: 12px;
  margin: -7px;
  margin-bottom: 0;
  color: #fff;
  background: #C00;
}

#errorExplanation h2 img {
  vertical-align: bottom;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid grey;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}

.button-to {
  position: relative;
  margin-top: 0.5em !important;
}


/* styles for the general layout of the site */

#header {
  position: relative;
  height: 110px;
  background: #231F20 url(/images/layout/gradient_black_large.gif?1704507278) repeat-x top left;
  border-bottom: 1px solid #666;
  overflow: hidden;
}

#header h1 {
  display: none;
}
#header .logo {
  float: left;
  padding: 1em;
}

#user_menu {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

#layout {
  width: 100%;
}

#layout .shadow {
  width: 8px;
  background: url(/images/layout/right-bg.gif?1704507278) repeat-y top right;
}

#sidebar, #maincontent {
  vertical-align: top;
}

#sidebar {
  width: 220px;
  background: #000;
}

#sidebar .logo {
  display: none;
}

#sidebar .background {
  background: transparent url(/images/layout/navigation_default.jpg?1704507278) no-repeat top left;
}

#sidebar h4 {
  margin: 0;
  padding: 0;
  height: 24px;
  border-width: 0;
  background-repeat: no-repeat;
}

#sidebar h4 span {
  display: none;
}

#navigation h4 {
  background-image: url(/images/layout/navigation_h.png?1704507278);
}

#sponsor_preview h4 {
  background-image: url(/images/layout/sponsor_header.gif?1704507278);
}

#sponsor_preview {
  position: relative;
}

#sponsor_preview .sponsor {
  position: relative;
  margin: 0;
  padding: 0.5em;
  border: none;
  background-color: #000;
}

#powered_by img {
  display: block;
}

#powered_by a {
  border-bottom: 1px solid #333; 
  display: block;
}

#powered_by h4 {
  background-image: url(/images/layout/powered_by_h.png?1704507278);
}

#credits {
  text-align: center;
  padding: 0.5em;
  font-size: 7pt;
}

#maincontent {
  padding: 0;
  margin: 0;
  background: url(/images/layout/right-bg.gif?1704507278) repeat-y scroll left top #eee;
}

#content {
  margin-top: 0.5em;
}

.column {
  padding: 1em;
  background: transparent;
}

#content .column {
  padding-top: 0;
  padding-bottom: 0;
}

#footer {
  display: none;
}


#functions {
  background-color: transparent;
  text-align: right;
  padding: 0.5em;
  padding-right: 1em;
}

#functions .function {
  display: inline-block;
  position: relative;
  height: 18px;
  font-family: Verdana;
  text-align: center;
  color: #666;
}

#functions a {
  color: #AAA;
}

#functions .last {
  display: inline-block;
  margin-left: 1em;
}

#functions .function span {
  display: inline-block;
  font-weight: bold;
}

#functions .function h3 {
  margin-right: 0.3em;
  padding-right: 0;
  display: inline;
  color: #D5D5D5;
}

#functions .function, #functions .function h3 {
  line-height: 12pt;
  font-size: 8pt;
}

#functions .function img {
  vertical-align: bottom;
}

#login_form {
  position: absolute;
  right: 0;
  margin-top: 0.1em;
  z-index: 1;
  width: 500px;
  text-align: center;
  opacity: 0.96;
  background-color: #EEE;
}
#login_form .column {
  border: 2px ridge #333;
  border-top-color: #CCC;
  border-left-color: #CCC;
}
#login_form .remember span {
  background-color: #EDD;
  border: 1px solid #EBB;
  padding: 0.5em;
}

#my_funcs {
  margin: 0;
  padding: 0;
}

#my_funcs form, #my_funcs form div {
  margin: 0;
  padding: 0;
  display: inline;
}


/* styles for general html elements */

html, body {
  color: #333;
  font-family: verdana, arial, "Trebuchet MS", Tahoma, lucida, helvetica, sans-serif;
  padding: 0;
  margin: 0;
  background-color: #000;
  height: 100%;
}

body, th, td {
  font-size: 10pt;
}

p {
  margin: 1em 0;
}

h1, h2, h3, h4, h5, h6 {
  position: relative;
  font-family: Tahoma, helvetica;
  margin-top: 0;
  margin-bottom: 0.5em;
  padding: 0;
}
h1 {
  font-size: 17pt;
}
h2 {
  font-size: 16pt;
}
h3 {
  font-size: 13pt;
}
h4 {
  font-size: 10pt;
}
h5 {
  font-size: 9pt;
}

h1 {
  border-bottom: 1px solid #CCC;
}
h1 em, h2 em {
  font-style: normal;
  color: #666;
}

a {
  color: #333388;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

a img {
  border: 0px solid transparent;
}
a:hover img {
  border: 0px solid #CCC;
}


.first {
  margin-top: 0 !important;
}

.last {
  margin-bottom: 0 !important;
}

/* to make the password char stand out more... IE uses a bullet and doesn't handle this css anyway */
input[type=password] {
  font-family: Tahoma;
}

form {
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
}

fieldset {
  padding: 0.5em;
  margin-bottom: 1em;
  border: 1px solid #CCC;
}
fieldset legend {
  font-weight: bold;
  padding: 0.5em;
  color: #333;
  font-size: 8pt;
}

form {
  font-size: 8pt;
}

form label {
  color: #666;
}
form input, form select, form textarea {
  margin-top: 0.4em;
  padding: 0.2em;
}

form p {
  margin: 1em 0;
}

.data_column {
  float: left;
  margin-right: 1em;
}

img.silk {
  vertical-align: bottom;
}

.left {
  float: left;
}
.right {
  float: right;
}


/* styles for table listings */

.drag .handle {
  display: inline !important;
  cursor: move;
}

.drag.drag-target td {
  background-color: seashell;
}

table.list
{
  width: 100%;
  background-color: #DDD;
  border-spacing: 1px;
}

.list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: 1px solid #CCC;
}

.list h4 {
  text-align: center;
  margin: 0;
}
table.list th, .list h4
{
  white-space: nowrap;
  font-family: Verdana;
  font-size: 8pt;
  /* for white headers */
  /*
  color: #333;
  background: #FFF url(/images/th_bg.gif?1704507278) repeat-x scroll bottom left;
  */
  /* for dark headers */
  color: #333;
  background-color: #AAA;
  height: 28px;
  line-height: 28px;
}
table.list th a, table.list th a:active, table.list th a:visited
{
  color: #333;
  display: block;
  padding: 6px 0px 6px 0px;
  width: 100%;
}
table.list th a:hover
{
  background: url(/images/th_bg_hover.gif?1704507278) repeat-x scroll bottom left;
}
table.list th img
{
  vertical-align: middle;
}
table.list th.selected {
  text-decoration: underline;
  text-shadow: 0 0 2px white;
}
table.list tr {
  text-align: center;
}
table.list td, .list li
{
  font-family: Verdana, Arial;
  font-size: 8pt;
  padding: 3px 8px 3px 8px;
}
ul .list a {
  display: block;
}
table.list td.main
{
  text-align: left;
}
table.list td a:hover
{
  background: transparent
}
table.list td img {
  margin: 0 2px;
}

table.list .stat {
  width: 45px;
}

/* dark coloured row */
.list .dark, .list tbody tr:nth-child(odd)
{
  background-color: #E5E5E5;
}
/* light coloured row */
.list .light, .list tbody tr:nth-child(even)
{
  background-color: #EEE;
}
/* mouse hover row colour */
.list tr:not(.nohover):hover
{
  background-color: #FFD;
}


.center {
  text-align: center;
}

.clear {
  clear: both;
}

.tip {
  border-color: #678DCF;
  color: #000;
  background: #CFE0FF url(/images/icons/bell.png?1704507278) no-repeat 99.5% 5px;
}

.error {
  border-color: #633;
  color: #F5F5F5;
  background-color: #CF3333;
}

.notice {
  border-color: #E8A400;
  background-color: #FFF4D8;
}

.info {
  border-color: #999;
  background-color: #DDD;
}

.notice, .error, .info, .tip {
  border-width: 1px;
  border-style: solid;
  font-size: 8pt;
  padding: 0.5em;
  line-height: 1.5em;
}

.notice img, .error img, .info img, .tip img {
  vertical-align: bottom;
}

.notice p, .error p, .info p, .tip p {
  margin-top: 0;
}

.plan_info {
  border-width: 4px 1px;
  padding: 1em;
}
.plan_info a {
  text-decoration: underline;
}

.error_message {
  padding: 0.5em;
  background-color: #EFE0E1;
  border-bottom: 1px dashed #CF3333;
  color: #555;
}

.error_container .error_message {
  display: block;
  margin-top: 0.5em;
}

form .message {
  font-size: 8pt;
  color: #7F3F3F;
}

div.notice, div.error, div.info, div.tip {
  margin-bottom: 1em;
}

input.cancel, button.cancel {
  color: #C00;
}

.label {
  font-size: 8pt;
  font-weight: bold;
}

.group label, .group .label {
  position: relative;
  clear: left;
  float: left;
  color: #666;
  width: 8em;
  font-weight: normal;
}
.group label.nofloat {
  clear: none;
  float: none;
}
.group input, .group select, .group textarea {
  margin: 0;
}

.wide label, .wide .label {
  width: 10em;
}
.x-wide label, .x-wide .label {
  width: 14em;	
}
.xx-wide label, .xx-wide .label {
  width: 18em;	
}

.readonly {
  padding: 0.2em;
  background: transparent url(../images/icons/mini/icon_padlock.gif?1704507278) no-repeat right;
}

.approved, .unapproved {
  font-size: 8pt;
  padding: 0.5em 0.5em 0.5em 2.5em;
  line-height: 1.5em;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-position: 0.5em 0.4em;
}
.approved {
  border: 1px solid #3C3;
  background-color: #CFC;
  background-image: url(/images/icons/accept.png?1704507278);
}
.unapproved {
  border: 1px solid #C33;
  background-color: #FCC;
  background-image: url(/images/icons/exclamation.png?1704507278);
}

.section {
  position: relative; /* reqd in IE otherwise rendering bugs */
  border: 1px solid  #CCC;
  background-color: #DDD;
  padding: 0.5em;
  margin-bottom: 1.5em;
}

.block {
  border: 1px solid #CCC;
  padding: 0.5em;
  margin: 0.5em 0;
  background-color: #DDD;
}

.logo, #preview {
  text-align: center;
}

#sponsor_preview h4 img {
  margin-right: 5px; 
  float: right;
}

#sponsor_preview .sponsor h3 {
  font-style: normal;
  color: #333;
  border: 1px solid #CCC;
  background: white url(/images/main_page_gradient.png?1704507278) repeat-x top left;
  padding: 0.5em;
  margin-bottom: 0;
}

#sponsor_preview .navigation {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 24px;
  width: 29px;
}

#sponsor_preview .navigation td {
  height: 14px;
  width: 15px;
}

#sponsor_preview .navigation td a {
  display: block;
  width: 100%;
  height: 100%;
}

#sidebar .logo {
  overflow: hidden;
}

.side_links {
  margin-top: 1em;
}
.side_links h4 {
  margin: 0;
  margin-bottom: 0.2em;
}
.side_links ul {
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}
.side_links ul li {
  display: block;
  text-align: center;
  margin: 0;
  padding: 0;
  padding-bottom: 0.5em;
}
.side_links ul li a {
  display: block;
  border: 1px solid #CCC;
  padding: 0.2em;
  color: white;
  background-color: #C30;
  text-decoration: none;
  font-size: 8pt;
}
.side_links ul li a:hover {
  color: #333;
  background-color: white;
}

.pic p {
  margin-top: 0.2em;
  font-size: 8pt;
  font-weight: bold;
}

#standings_body table.list td {
  width: auto;
}
#standings_body table.list td.main {
  width: 25%;
}
td.division {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  background-color: #CCC;
  font-weight: bold;
  text-align: left;
}

a.border img {
  border: 1px solid #CCC;
}

.indicator img, img.indicator {
  border: 1px solid #CCC;
  vertical-align: bottom;
}

.functions {
  position: relative;
  /*border: 1px solid #393;
  color: #393;
  background-color: #CFC;*/
  margin-bottom: 1em;
  border-radius: 0.3em;
  -moz-border-radius: 0.3em; 
  -webkit-border-radius: 0.3em;
}
.functions.info {
  border: 1px solid #AAA;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
}
.functions h3 {
  color: #444;
  font-family: Tahoma, Verdana;
  font-size: 10pt;
  margin-bottom: 0.4em;
  text-decoration: underline;
}
.functions p {
  margin: 0.5em 0;
}

#main_body #content h2 {
  border: 2px solid #CCC;
  background: #FFF url(/images/main_page_gradient.png?1704507278) repeat-x top left;
  text-align: center;
  padding: 0.2em;
  font-size: 18pt;
}

#content h1.season span {
  float: left;
}

#content h1.season span.dates {
  float: right;
  font-size: 8pt;
  color: #666;
}

#profile h1 {
  border: none;
}
#profile .season h3 {
  margin-bottom: 0;
}
#profile h3, #profile .season p {
  color: #666;
}
#profile h3 em {
  color: #999;
}
#profile .label {
  position: relative; /* IE sucks */
  float: left;
  width: 10em;
}
#profile p {
  line-height: 2em;
  font-size: 8pt;
  padding: 0;
  margin: 0;
}
#profile img.logo, #profile img.photo {
  border: 5px solid #999;
  position: relative;
  margin-right: 1em;
}
#profile .clearfix {
  position: relative; /* IE sucks */
}

h3 .score {
  color: #999;
  margin-left: 0.5em;
}

ul.action_links {
  list-style-type: square;
  margin: 0;
  padding-left: 1.5em;
}
ul.action_links, .links {
  line-height: 1.5em;
  font-size: 8pt;
}

div.preview img {
  border: 1px solid #CCC;
  margin-right: 1em;
  margin-bottom: 0.5em;
}

div.disable img {
  opacity: 0.5;
}

.function_link {
  font-size: 8pt;
  margin-left: 0.5em;
}
.function_link img {
  vertical-align: middle;
}

.admin_message {
  position: fixed;
  top: 0;
  left: 0;
  padding: 2px;
  z-index: 2;
}

img.button-up, img.button-down {
  padding: 0.1em;
}
a:hover img.button-up, img.button-up {
  border: 1px outset #333;
}
a:active img.button-up, a:hover img.button-down, img.button-down {
  border: 1px inset #CCC;
}

.handle {
  cursor: n-resize;
}

.required {
  color: #AAA;
  margin-right: 0.5em;
}

.action {
  font-size: 8pt;
  line-height: 1.5em;
}

.footnote {
  color: #999;
  font-size: 8pt;
}

.agreement {
  position: relative;
  height: 200px;
  overflow: scroll;
  border: 1px solid #CCC;
  padding: 0.5em;
  background-color: #F5F5F5;
}

.agreement h1 {
  font-size: 16pt;
  border-bottom: none;
}

.agreement, .agreement h1, .agreement h2 {
  font-family: Verdana, Arial, Helvetica, Sans-serif;
}

#email_form .label, #email_form label {
  font-weight: bold;
}

#user_email_list {
  width: 100%;
  height: 70px;
  overflow: auto;
  border: 1px solid #CCC;
  background-color: #F5F5F5;
  color: #666;
}

#profile p img.silk {
  vertical-align: middle;
}

input.search {
  background: white url(/images/icons/magnifier.gif?1704507278) no-repeat 2px center;
  border: 1px solid #CCC;
  padding: 0.1em;
  text-indent: 18px;
}

.google_ad {
  text-align: left;
  margin: 1em 0;
}

.nickname {
  color: green;
}

optgroup {
  font-style: normal;
}

#no_ad_message {
  background-color: #00FFF6;
  border: 2px solid #999;
  font-weight: bold;
  font-size: 11pt;
  margin: 0 1em 1em;
  padding: 2em 0;
  text-align: center;
}

.plan_type em, .plan_type a {
 font-weight: bold; 
}
.plan_type.notice {
  font-size: 10pt;
}
.plan_type .code {
  border: 1px solid #333;
  font-weight: bold;
  padding: 0 1em;
}


.pagination {
  margin-top: 1em;
  line-height: 1.5em;
  font-size: 8pt;
}

.pagination a, .pagination span.current, .pagination .disabled {
  padding: 0.2em;
}

.pagination a {
  border: 1px solid #CCC;
  background-color: transparent;
}

.pagination a:hover {
  border: 1px solid #999;
  text-decoration: none;
}

.pagination span.current {
  border: 1px solid #999;
  background-color: #999;
  color: #FFF;
  font-weight: bold;
}

.pagination .nav {
  font-weight: bold;
}

.pagination .disabled {
  border: 1px solid #CCC;
  color: #AAA;
}


div.outer, div.dialog {
  width: 500px;
}
div.outer {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 300px;
  margin-left: -260px;
  margin-top: -150px;
}

div.dialog {
  padding: 2em;
}
/* standard dialog colour */
.standard {
  border: 1px solid #FFF;
  background-color: #CCC;
}

div#overlay .background, div#overlay .outer {
  z-index: 9;
}

div#overlay .background {
  position: fixed;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  background-color: #CCC;
  margin: 0;
  opacity: 0.7;
}

div#overlay .outer {
  background-color: transparent;
}

div#overlay .outer .dialog {
  position: fixed;
  z-index: 10;
  font-size: 10pt;
  padding: 1em;
  text-align: center;
  font-family: Verdana;
}

div#overlay .outer .dialog .control {
  text-align: right;
  font-weight: bold;
  font-size: 8pt;
  margin-bottom: 0;
}

/* login specific stylings */

div.login div#login_progress div.outer,
div.login div#error div.outer {
  top: 1em;
  margin-top: 0;
}
div.login div#login_progress .background,
div.login div#error .background {
  height: 100px;
}


.awesome, .awesome:visited {
  background: #222 url(/images/alert-overlay.png?1704507278) repeat-x; 
  display: inline-block; 
  padding: 5px 10px 6px; 
  font-size: 10pt;
  color: #fff !important; 
  text-decoration: none !important;
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
  border-bottom: 1px solid rgba(0,0,0,0.25);
  position: relative;
  cursor: pointer;
  outline: none;
}

.awesome:hover              { background-color: #111; color: #fff; }
.awesome:active             { top: 1px; }
.small.awesome, .small.awesome:visited      { font-size: 11px; padding: ; }
.awesome, .awesome:visited,
.medium.awesome, .medium.awesome:visited    { font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
.large.awesome, .large.awesome:visited      { font-size: 14px; padding: 8px 14px 9px; }

.green.awesome, .green.awesome:visited    { background-color: #91bd09; }
.green.awesome:hover            { background-color: #749a02; }
.blue.awesome, .blue.awesome:visited    { background-color: #2daebf; }
.blue.awesome:hover             { background-color: #007d9a; }
.red.awesome, .red.awesome:visited      { background-color: #e33100; }
.red.awesome:hover              { background-color: #872300; }
.magenta.awesome, .magenta.awesome:visited    { background-color: #a9014b; }
.magenta.awesome:hover              { background-color: #630030; }
.orange.awesome, .orange.awesome:visited    { background-color: #ff5c00; }
.orange.awesome:hover             { background-color: #d45500; }
.yellow.awesome, .yellow.awesome:visited    { background-color: #ffb515; }
.yellow.awesome:hover             { background-color: #fc9200; }


@media only screen and (max-width: 800px) {
  #sidebar {
    width: 100px;
  }
  #sponsor_preview h4 img {
    display: none;
  }
  #sponsor_container img, #powered_by img {
    width: 100%;
  }
}
