/* Main table - set no borer */
table.layout
{
  border-style: none;
  width: 100%;
}

/* Header and Navigation */
.header
{
  background-color: #006233;
}
.navbar
{
  border-left: 1px solid #006233;
  border-right: 1px solid #006233;
  vertical-align: top;
  width:150px;
}
a.nav
{
  color: #ffffff;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
}
a.nav:hover
{
  color: #ffff44;
}
.logo
{
  border-style: none;
}
.sponsors
{
  background-color: #ffffff;
  text-align: center;
}
.imglink
{
  border-style: none;
}

/* Footer */
.footer
{
  background-color: #006233;
}
.footer-text
{
  color: #ffffff;
}

/* General */
body
{
  font-family: Arial,Helvetica,sans-serif;
  font-size: 9pt;
}
a
{
  color: #0033cc;
  text-decoration: underline;
}
a:hover
{
  color: red;
  text-decoration: underline;
}
a.plain
{
  text-decoration: none;
}
a.plain:hover
{
  text-decoration: none;
  color: red;
}
table.data
{
  border-style: solid;
  border-color: #c8ffc8;
  border-width: 1px;
}
table.data2
{
  border-style: solid;
  border-color: #c8ffc8;
  border-width: 1px;
  font-size: 90%;
}
table.data td
{
  text-align: left;
}
table.data2 td
{
  text-align: left;
  padding: 2px 10px 2px 5px;
}
.ptitle
{
  text-align: left;
  font-size: 110%;
  font-weight: bold;
}
.scorecardhead
{
  text-align: center;
  font-size: 110%;
  font-weight: bold;
}
.centered
{
  text-align: center;
}

.titlebar1
{
  background-color: #c8ffc8;
  font-weight: bold;
}
.titlebar2
{
  background-color: #c8ffc8;
  font-weight: bold;
}
ul.linklist
{
  list-style-type: none;
}

/* Table data rows */
tr.odd
{
  background-color: #ffffff; 
}
tr.even
{
  background-color: #edffed;
}
.right
{
  text-align: right;
}
.yes
{
  color: #00AA00;
  font-weight: bold;
}
.no
{
  color: red;
  font-weight: bold;
}
td.restricted
{
  color: red;
  font-size: 90%;
  font-style: italic;
}
td.postedby
{
  text-align: right;
  font-size: 90%;
  font-style: italic;
  font-weight: normal;
}
td.loggedin
{
  text-align: right;
  font-size: 90%;
  font-weight: normal;
}
td.indented
{
  padding: 15px 15px 15px 15px;
}
td.indented2
{
  padding: 0px 15px 15px 15px;
}
td.pad2
{
  padding: 2px 2px 2px 2px;
}
td.news
{
  padding: 8px 8px 8px 8px;
}

/* Styles for results strings */
.reswon
{
  text-decoration: none;
  color: green;
}
.reslost
{
  text-decoration: none;
  color: red;
}
.resdrawn
{
  text-decoration: none;
  color: orange;
}
.resabandoned
{
  text-decoration: none;
  color: black;
}
.rescancelled
{
  text-decoration: none;
  color: black;
}
.reswon:hover
{
  text-decoration: underline;
  color: green;
}
.reslost:hover
{
  text-decoration: underline;
  color: red;
}
.resdrawn:hover
{
  text-decoration: underline;
  color: orange;
}
.resabandoned:hover
{
  text-decoration: underline;
  color: black;
}
.rescancelled:hover
{
  text-decoration: underline;
  color: black;
}


.errorLabel
{
  color: red;
}
.errorMessage
{
  color: red;
}
.required
{
  color: red;
}
.actionerror
{
  list-style-type: none;
  font-weight: bold;
  color: red;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.suckerdiv
{
  background-color: #006233;
}
.suckerdiv ul
{
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%; /* Width of Menu Items */
  border-bottom: 1px solid #107243;
}	
.suckerdiv ul li
{
  position: relative;
}	
/* Sub level menu items */
.suckerdiv ul li ul
{
  position: absolute;
  width: 150px; /*sub menu width*/
  top: 0;
  visibility: hidden;
}
/* Sub level menu links style */
.suckerdiv ul li a
{
  display: block;
  overflow: auto; /*force hasLayout in IE7 */
  color: white;
  text-decoration: none;
  background: #006233;
  padding: 1px 10px;
  border: 1px solid #107243;
  border-bottom: 0;
}
.suckerdiv ul li a:visited
{
  color: white;
}
.suckerdiv ul li a:hover
{
  color: yellow;
}
.suckerdiv .subfolderstyle
{
  background: #006233 url(images/arrow.gif) no-repeat center right;
}	
/* Holly Hack for IE \*/
* html .suckerdiv ul li
{
  float: left;
  height: 1%;
}
* html .suckerdiv ul li a
{
  height: 1%;
}
/* End */
