/* wanapiteicanoe.com style sheet */

BODY {
background-color:#45525A;
background-position: center top; 
background-image: url(../images/bg.jpg); 
margin:0px;
background-repeat: repeat-y;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: black;
}

table.body {
background:#6C7745;
}

.footer {
font-family:Verdana, Arial, Helvetica, sans-serif;
color: white;
font-size: 10px;
padding-top:10px;
padding-bottom:10px;
}
.footer a:link, .footer a:visited {
color:white;
text-decoration:underline;
}
.footer a:hover, .footer a:active {
color:#6C7745;
text-decoration:underline;
}

/* all default links */
a:link, a:visited {
color:white;
text-decoration:underline;
}
a:hover, a:active {
color:#2D4813;
text-decoration:underline;
}
a.hide {
text-decoration:none;
}

/* expand collapse trip description link */
.expandlink {
cursor:pointer;
cursor:hand;
text-decoration:underline;
color:#2D4813;
}

.expandlink:hover {
cursor:pointer;
cursor:hand;
text-decoration:underline;
color:white;
}

h1 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 18px;
color: white;
}

h2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
color: white;
}

h3 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color: white;
}

h4 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: white;
}

.textbox {
color : #2D4813;
background : white;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size : 12px;
}

.textbox a:link, .textbox a:visited {
color:#2D4813;
text-decoration:underline;
font-weight:bold;
}
.textbox a:hover, .textbox a:active {
color:#6C7745;
text-decoration:underline;
font-weight:bold;
}

.featuredtrips {
background-color:#2D4813;
text-align:center;
color:white;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight:bold;
padding:5px !important;
}

ul.trips {
  margin-left:10px; /* IE */
  padding-left:0px; /* Firefox */
  list-style-type:square;
}
ul.trips li {
  margin-bottom:2px;
}

.thumbnail {
  border:0px solid black;
  margin-bottom:5px;
  width:160px;
  height:120px;
}

.error { color:#FFCC00;}

.ascii {
color: white;
font-weight:bold;
font-size:8px;
line-height:100%;
}

pre {
margin-top:2px;margin-bottom:10px;
}

.formbutton {
color: white;
font-family: Arial,Helvetica,sans-serif; 
font-size: 11px;
font-weight: normal;
border-left: 1px solid #00335b;
border-top: 1px solid #00335b;
border-bottom: 2px solid #00335b;;
border-right: 2px solid #00335b;
background: #2D4813;
}

.reglink {
float:right;
margin:6px;
width:25%;
padding:6px;
border:1px #2D4813 dotted;
 }
/* for registration form */
fieldset {border:1px #E0E0E0 solid;}
legend { font-size:110%; color:#FFFFFF; font-weight:bold; }
.reglabel { font-weight:bold; }
.fielderror {color:#FFCC00;font-weight:bold;}
