.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;
}
