/*** MAIN ***/

*{
  margin: 0px;
  padding: 0px;
}

body{
  margin: 0 0 10px 0;
  background: #ccc;
  text-align: center;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
  font-size: 12pt;
  color: #222222;
}

p { margin: 4px; }

a.bad{
  color:red;
  font-family:verdana,sans-serif;
  font-size:10px;
  text-decoration:none;
  font-weight:bold;
}

/* Start Flash Messages */  
div.flash {
  padding: 5px 5px 5px 25px;
  margin: 10px 0 10px 0;
  font-size:12px;
}
div.good {
  border: 1px solid #ccffcc;
  color: #393;
  background: url("/lib/g/flash/good.gif") no-repeat center left #efe;
}
div.warning {
  border: 1px solid #cccc66;
  color: #993;
  background: url("/lib/g/flash/warning.gif") no-repeat center left #ff9;
}
div.bad {
  border: 1px solid #fcc;
  color: #933;
  background: url("/lib/g/flash/bad.gif") no-repeat center left #fee;
}
div.note {
  border: 1px solid #ccc;
  color: #999;
  background: url("/lib/g/flash/note.gif") no-repeat center left #eee;
}
/* end flash message */

/* Start Error Message Styles */
div.error_msgs {
  border: 1px solid #fcc;
  color: #933;
  background: #fee;
  padding:10px;
  margin: 10px 0 10px 0;
  text-align:left;
}
div.error_msgs h3 {
  padding:0;
  margin: 0 0 10px 0;
}
div.error_msgs ul{
  padding: 0 0 0 auto;
  margin: 0 0 0 auto;
  list-style-type:none;
}
div.error_msgs ul li {
  color: #933;
  background: url("/lib/g/flash/bad.gif") no-repeat center left #fee;
  padding-left:25px;
}

.error {
  border: 1px solid #fcc;
  color: #933;
  background: #fee;
}
.error .error{
  border:none;
}
/* End Error Message Styles */  

/*** DIV SPECIFIC ***/
#wrap{
  text-align: left;
  width: 760px;
  margin: 0 auto;
  background: #ffffff;
}
#header{
  width: 100%;
  background: #aaaaaa url("../g/header.jpg") top center no-repeat;
  /*NOTE: Change "greenheader.jpg" above to "blueheader.jpg", "redheader.jpg",
          or "brownheader.jpg" to change the color scheme of this page */
  height: 180px;
}
#header h1{
  color: #ffffff;
  text-align: right;
  position: relative;
  top: 10px;
  right: 5px;
  line-height: 50px;
}
#menu{
  width: 100%;
  height: 30px;
  margin-top: 105px;
}
#menu ul{
  list-style: none;
}
#menu li{
  float: left;
}
#menu li.right{
  float:right;
  padding-right:10px;
}
#menu li a{
  margin-left: 8px;
  display: block;
  padding: 0 5px;
  color: #ffffff;
  text-transform: lowercase;
  text-decoration: none;
  border-top: 2px solid #ffffff;
}
#menu li a:hover{
  border-color: #a0a0a0;
}
#searchbox{
  float: right;
  margin-right: 15px;
}
#searchbox input{
  background: #ffffff url('../g/mg.jpg') right no-repeat;
  border: 1px solid #ccc;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
  font-size: 8pt;
}
.noshow{
  display: none;
}
#main{
  width: 100%;
  background: #ffffff url('../g/main.jpg') top left repeat-x;
}
#main h1{
  font-size: 20pt;
  color: #000000;
  padding-bottom: 20px;
  background: url('../g/oar_300.png') bottom left no-repeat;
  padding-right:50px;
}


#main h2{
  font-size: 14pt;
  padding-bottom: 14px;
  margin-bottom: 2px;
  color: #222222;
  background: url('../g/oar_200.png') bottom left no-repeat;
}
/*
#main h3{
  font-size: 12pt;
  padding-bottom: 15px;
  margin-bottom: 2px;
  color: #222222;
  background: url('../g/oar_200.png') bottom left no-repeat;
}
*/
#main a{
  color: #222222;
}
#main a:hover{
  background: #e0e0e0;
}
#submain{
  padding: 8px;
}
#left{
  float: left;
  width: 520px;
  margin-bottom: 5px;
}
#left p{
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 10px;
  text-align:justify;
}
#left ul{
  margin-left: 20px;
  margin-bottom: 15px;
  font-size: 13px;
}
#left ul li{
  margin-bottom: 5px;
}
#right{
  margin-top: 5px;
  margin-bottom: 5px;
  border-left: 1px solid #e0e0e0;
  padding-left: 7px;
  width: 210px;
  float: right;
}
#right p{
  font-size: 11px;
  line-height: 18px;
  margin-bottom: 8px;
}
#right ul{
  margin-left: 20px;
  font-size: 11px;
}
#right ul li{
  margin-bottom: 3px;
}
#footer{
  clear: both;
  width: 100%;
  background: #aaaaaa url('../g/footer.jpg') bottom center no-repeat;
}
#subfooter{
  padding: 8px;
}
#subfooter p{
  text-align: center;
  font-size: 11px;
  color: #ffffff;
}
#subfooter a{
  color: #ffffff;
  text-decoration: underline;
}
#subfooter a:hover{
  border-bottom: 1px solid #ffffff;
}

/*** SPECIAL CLASSES & MISC***/
.imgleft, .imgright, .imgcenter{
  padding: 3px;
  border: 1px solid #e0e0e0;
}
.imgleft{
  float: left;
  margin: 5px 15px 5px 0;
}
.imgright{
  float: right;
  margin: 5px 0 5px 15px;
}
.imgcenter{
  display: block;
  margin: 5px auto;
}
h1,h2,h3{
/* text-transform: lowercase; */
}

/*
table{
font-size: 13px;
border-collapse: collapse;
margin-bottom: 10px;
}
th{
background: #d0d0d0;
padding: 5px;
border: 1px solid #a0a0a0;
}
td{
vertical-align: top;
line-height: 18px;
padding: 5px;
border: 1px solid #a0a0a0;
}
*/
#tagline {
  font-size:10px;
  color: #333;
  padding:4px;
}
#tagline a {
  color:#006;
}

table.teams {
  margin: 0 auto 0 auto;
}

table.teams td, table.teams th {
  padding:5px;
  vertical-align:top;
  width:300px;
  font-size:12px;
}

span.submenu{
  font-size:12px;
  text-align:right;
  font-family:arial,sans-serif;
  padding: 3px;
  border: 1px solid #9c9c9c;
  margin: 0 0 10px 0;
}

span.submenu a {
  padding: 0 0 0 5px;
}

span#coaches_menu {
  float:right;
}

span#stewards_menu {
  float:left;
}

table.team_profile {
  margin: 20px auto 20px auto;
}

table.team_profile th, table.team_profile td {
  font-size:14px;
  padding: 4px;
}

table.team_profile td {
  
}

table.team_profile th {
  padding-right: 10px;
}

table.email{
  border: 1px solid #000;
}

table.email input.text, table.email textarea {
  width:300px;
}

table.email textarea {
  height:150px;

}

table.email table td.instructions {
  font-size:10px;
}

table.team_profile input#message_security_code {
  width:100px;
}

input.error, textarea.error, select.error {
    border: 1px solid #cc0000;
    background-color: #ffdddd;
    color: #cc0000;
}

div.edit_if_steward {
  text-align:right;
  padding:4px;
}

table.form input.text {
  width:300px;
}

.steward {
  background: #ffff66;
}

div.steward {
  padding: 4px;
  float:right;
}

table.form{
  margin: 30px auto 10px auto;
}

table.form th, table.form td {
  padding: 6px;
  border-bottom:1px solid #dedede;
}

table.form th {
  padding-right: 10px;
  font-size:14px;
  vertical-align:top;
}

table.form input.text {
  width: 200px;
}

table.form td span {
  font-size:12px;
  margin-left:4px;
}

table.documents ul {
  margin-left: 30px;
}

table.documents ul li {
  font-size: 12px;
}

table.documents ul li span {
  list-style:none;
  color:#777;
  font-size:10px;
  font-family:arial;
}

#main a.delete {
  color:#f00;
}
#main a.delete:hover{
  color:#fff;
  background: #f00;
}

#main a.edit {
  color:#00f;
}
#main a.edit:hover{
  color:#fff;
  background: #00f;
}

table.ranking, table.poll_results {
  margin: 10px auto 10px auto;
}

table.ranking td, table.ranking th, table.poll_results td, table.poll_results th {
  padding:4px;
}

table.ranking ul li {
  margin:2px 2px 2px 20px;
  border: 1px solid #dedede;
  background: #f6f6f6;
  padding:4px;
  
}

table.ranking select {
  width:450px;
  font-family: courier new, mono-space;
}

table.ranking table input {
  width:150px;
  margin:4px;
}

table.ranking table td {
  vertical-align:top;
  font-size:12px;
}

.small_note{
  font-size:10px;
  color: #777;
}

img.cal {
  vertical-align:middle;
  margin-bottom:2px;
}

ul.poll_dates{
  margin-left:30px;
  font-size:12px;
}

ol.entries {
  margin:10px 10px 10px 30px;
}
ol.entries li {
  padding:5px;
  margin:2px;
  border: 1px solid #dedede;
}

ol.entries li span{
  font-size:12px;
}

table.poll_results ul.legend li {
  font-size:12px;
}
table.poll_results tr.stats {
  font-size:12px;
  color:#777;
}

.big_list{
  margin:40px;
}

.big_list li {
  margin: 10px 0 10px 0;
}

.small_list{
  font-size:12px;
  margin-left:20px;
}

table.poll_notes {
  width:500px;
  margin: 10px auto 10px auto;
}

table.poll_notes td {
  font-size:12px;
  padding:2px;
}


table.poll_notes td.t, table.poll_notes td.u {
  background:#efefef;
}
table.poll_notes td.u {
}

table.poll_notes td.t {
  text-align:right;
}

table.poll_notes td.n {
  text-align:justify;
  padding: 2px 20px 10px 20px;
}

table.poll_notes textarea {
  width:500px;
  height:100px;
}

#add_note_bttn {
  text-align:right;
}

/*

table.poll_notes tr.r0{
  background: #dedede;
}

table.poll_notes tr.r1{
  background: #efefef;
}
*/
h4 span{
  font-weight:normal;
  font-size:12px;
}

.in_active{
  background:#ffcccc;
}

table.poll_team td.position {
  text-align:center;
}

table.contact{
  margin: 10px auto 10px auto;
  border:none;
}

table.contact td, table.contact th {
  padding:4px;
}

table.contact input#message_security_code{
  width:100px;
}

table.contact table td.instructions {
  padding-left:10px;
}

#welcome p {
  margin: 10px 0 10px 0;
}

#welcome h2 {
  margin-top:30px;
}

#welcome a {
  font-weight:bold;
}

table.login {
  margin:20px auto 20px auto;
}

table.login td,table.login th{
  padding:4px;
  text-align:left;
}

table.login td.right,table.login th.right{
  text-align:right;
}

table.login td.tools{
  font-size:10px;
  padding-top:10px;
}

table.login td.tools a{
  padding:4px;
  font-size:10px;
}

