/*
//////////////////////////////////////////////////////////
//  MEMBERSHIP MANAGEMENT                               //
//                                                      //
//  By Frank Koehl                                      //
//                                                      //
//  Powered by Zen-Cart (www.zen-cart.com)              //
//                                                      //
//  Copyright (c) 2006 Destination ImagiNation, Inc.    //
//  www.destinationimagination.org                      //
//                                                      //
//////////////////////////////////////////////////////////
// $Id: idodi_style.css 415 2007-09-07 20:49:42Z frank $
*/

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
}

.verticalTop {
  vertical-align: top;
}
.verticalMiddle {
  vertical-align: middle;
}

.noprint {}
span.printonly, div.printonly {
  display: none;
}
@media print {
  .noprint {display: none}
  span.printonly {display:inline}
  div.printonly {display:block}
}
.inline {
  display: inline;
}
.block {
  display: block;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.strike {
  text-decoration: line-through;
}
.justify {
  text-align:justify;
}
.pageHeading {
  margin: 3px;
  border: none;
  color: #000000;
  font-size: 14px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
}
textarea {
  font-size: 11px;
}
FORM, SELECT, INPUT, CHECKBOX, RADIO, FILE {
  display: inline;
  font-size: 11px;
  margin: 0.1em;
}
UL {
  line-height: 1.5em;
  margin: 1em 2em;
  padding: 0px;
}
INPUT.button {
  font-size: 12px;
  cursor:default;
  padding: 3px;
  margin-top: 2px;
}
.clearBoth {
  clear: both;
}
.floatRight {
  display: inline;
  float: right;
}
.floatLeft {
  display: inline;
  float: left;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
.textCenter {
  text-align: center;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.middle {
  vertical-align: middle;
  margin-top: auto;
  margin-bottom: auto;
}
.arrow {
  cursor: default;
}
.link {
  cursor: pointer;
  cursor: hand;
}
HR.orange {
  border: 1px solid #FF9E0F;
  color: #FFFFFF;
  background-color: #FFFFFF;
  height: 5px;
  vertical-align: middle;
}
HR.green {
  border: 1px solid #000000;
  color: #FFFFFF;
  background-color: #66CC33;
  height: 5px;
  vertical-align: middle;
}
.hidden {
  display: none;
}
.messageStackError {
  padding: 0.5em;
  margin: 0.5em 1em;
  /*text-align: justify;*/
  display: block;
  color: white;
  font-weight: bold;
  background-color: #FF7F7F;
  border: 2px solid #AFAFAF;
}
.messageStackWarning {
  padding: 0.5em;
  margin: 0.5em 1em;
  /*text-align: justify;*/
  display: block;
  color: black;
  font-weight: bold;
  background-color: pink;
  border: 2px solid #FF000F;
}
.messageStackCaution {
  padding: 0.5em;
  margin: 0.5em 1em;
  /*text-align: justify;*/
  display: block;
  color: black;
  font-weight: bold;
  background-color: #FEFF6F;
  border: 2px solid #000000;
}
.messageStackSuccess {
  padding: 0.5em;
  margin: 0.5em 1em;
  /*text-align: justify;*/
  display: block;
  color: black;
  font-weight: bold;
  background-color: #9FFF6F;
  border: 2px solid #5FBF2F;
}
span.error, div.error {
  padding: 0.5em;
  margin: 0.5em 1em;
  text-align: center;
  display: block;
  color: black;
  background-color: pink;
  border: 2px solid #FF000F;
}
span.confirm, div.confirm {
  padding: 0.5em;
  margin: 0.5em 1em;
  text-align: center;
  display: block;
  color: black;
  background-color: #9FFF6F;
  border: 2px solid #5FBF2F;
}
input.error, select.error {
  background-color: pink;
}
.alert {
  font-size: 11px;
  color: #DF000E;
  font-weight:bold;
}
.warning {
  font-size: 11px;
  color: #DF7E0D;
  font-weight: bold;
}
.success {
  font-size: 11px;
  color: #57AF2B;
  font-weight: bold;
}
a.red {
  color: #FF0000;
  text-decoration: underline;
  font-size: 10px;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  line-height: 15px;
}
a.red:hover {
  color: #FFEBAF;
}
a.small {
  color: #003399;
  text-decoration: none;
  font-size: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  line-height: 15px;
}
a.small:hover {
/*  color: #FFEBAF; */
  color:#900;
  border-bottom: 1px solid;
}
a.idodi {
  color: #0B3D91;
  text-decoration: none;
  border-bottom: 1px dashed;
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 15px;
}
a.idodi:hover {
/*  color: #FFEBAF; */
  color:#900;
  border-bottom: 1px solid;
}
a.biglink {
  color: #0B3D91;
  text-decoration: none;
  border-bottom: 1px dashed;
  font-size: 14px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 30px;
}
a.biglink:hover {
/*  color: #FFEBAF; */
  color:#900;
  border-bottom: 1px solid;
}
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color:#FFFFFF;
  color:#333333;
  margin:0;
}
body.plain{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color:#FFFFFF;
  color:#000000;
  margin:0;
}
fieldset.login {
  margin: auto;
  padding: 10px;
  width: 320px;
  border: 2px solid #000000;
}
fieldset {
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  width: 95%;
  padding: 2px 5px 2px 5px;
  border: 2px solid #0B3D92;
}
.smallMenu {
  padding: 2px 2px 2px 2px;
  border: 2px solid #CF5700;
  background: #FFB57F;
  background-color: #FFB57F;
}
label {
  text-align: right;
  margin-right: 0.5em;
  display: inline;
}
LABEL.inputLabel {
  font-size: 11px;
  width: 9em;
  float: left;
  padding: 0.2em;
}
span.result {
  float: left;
  padding: 0.2em;
  font-size: 1em;
  font-weight: bold;
}
legend {
  background: #ffffff;
  border: 1px solid #c96e29;
  color: #333333;
  font-size: 11px;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  padding: 0.2em 0.5em;
  text-align: right;
}
.green {
  color: #429F13;
}
.red {
  color: #DF000E;
}
.centerCenter {
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
}
tr.headingRow {
  background-color: #FFF6CF;
}
td.headingRow {
  border-bottom: 2px solid #000000;
  font-weight: bold;
}
tr.lineVisited {
  background-color: #BFFF9F;
}
tr.lineVisitedOver {
  background-color: #FFFFFF;
}
tr.lineOdd {
  background-color: #FFCA7F;
  cursor: pointer;
  cursor: hand;
}
tr.lineOddOver {
  background-color: #FFFFFF;
  cursor: pointer;
  cursor: hand;
}
tr.lineEven {
  background-color: #FFF2DF;
  cursor: pointer;
  cursor: hand;
}
tr.lineEvenOver {
  background-color: #FFFFFF;
  cursor: pointer;
  cursor: hand;
}
.lineTab {
  font-size: 11px;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.lineTabOpen {
  font-size: 11px;
  font-weight: bold;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
}
.upperRightCorner {
  position: relative;
  top: -10px;
  right: -94%;
}
.text, .maintd {
  color: #000000;
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 15px;
}
.textBold {
  color: #000000;
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 15px;
}
.textGray {
  color: #8F8F8F;
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 15px;
}
.smallText {
  font-size: 9px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.largeText {
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.smallTextGray {
  font-size: 9px;
  color: #8F8F8F;
}
.SubHeaderGray {
  color: #8F8F8F;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 16px;
  border: none;
}
.HeaderBlack {
  color: #000000;
  font-size: 14px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 18px;
  border: none;
}
.HeaderBlackSubhead {
  color: #000000;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 16px;
  border: none;
}
.textblueBold {
  color: #003399;
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 15px;
}
.textPurple {
  color: #371A69;
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  line-height: 15px;
}
.textPurpleBold {
  color: #371A69;
  font-size: 11px;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  line-height: 15px;
}
.SubHeaderPurple {
  color: #371A69;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 16px;
}
.HeaderPurple {
  color: #371A69;
  font-size: 14px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 18px;
}
.textRed {
  color: #DF000E;
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 15px;
}
.textBoldRed {
  color: #DF000E;
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  line-height: 15px;
}
.HeaderRedSubhead {
  color: #DF000E;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 16px;
}
.HeaderRed {
  color: #DF000E;
  font-size: 14px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 18px;
}
.textGreen {
  color: #57AF2B;
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  line-height: 15px;
}
.textGreenBold {
  color: #57AF2B;
  font-size: 11px;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  line-height: 15px;
}
.SubHeaderGreen {
  color: #57AF2B;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 16px;
}
.HeaderGreen {
  color: #57AF2B;
  font-size: 14px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 18px;
}
.teamRegistrationHeaderBlack {
  color: #000000;
  font-size: 14px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 18px;
  border-bottom: 2px solid;
}
.teamRegistrationHeaderBlackBorderless {
  color: #000000;
  font-size: 14px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 18px;
}
.teamRegistrationFontHeader {
  color: #282828;
	font-size: 11px;
	font-weight: bold;
  border-bottom: 2px solid;
}
.teamRegistrationFontName {
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
}
.teamRegistrationFontDetails {
	font-size: 10px;
}
.teamRegistrationReminderBig {
	font-size: 12px;
}
.teamRegistrationReminder {
	font-size: 9px;
	padding-bottom: 2px;
  border-bottom: 2px solid;
}
