@charset "UTF-8";

body {
    font: 0.75em arial, sans-serif;
    background-color: white;
    color: #330000;
    background-color: #fefecc;
}

* {
    margin: 0;
    padding: 0;
}

.center {
    text-align: center
}

.content {
    padding: 5px;
}

#header {
	position: relative;
	height: 180px;
    padding: 0;
    color: black;
    background: url(/images/ads/wscruisers_logo.jpg) no-repeat;
}


#header h2 {
    text-align: right;
    margin: 7px 50px 0 0;
    font-size: 12px;
    color: black;
}


#news h1 {
	margin: 0;
    padding: 2px 8px 0 8px;
    font-size: 1.4em;
    color: #440000;
}
#news h3 {
    margin: 0;
    padding: 2px 8px 0 8px;
    font-size: 1.1em;
    color: #440000;
}

#news h4 {
    margin: 0;
    padding: 2px 8px 0 8px;
    font-size: 0.9em;
    color: #440000;
}

#minutes {
    font-size: 1.1em;
    color : #330000;
    padding: 10px;	
}
#minutes ul {
   margin: 5px 20px;    
}
#minutes ol {
   margin: 5px 20px;    
}
#minutes ol li {
   margin-top: 10px;    
}
#minutes h4 {
   margin-top: 12px;	
}	


#header br {
    margin-bottom: 0;
}

h1 {
    font-size: 1.4em;
    margin-bottom: 10px;
    margin-left: 25px;
}

h2 {
    font-size: 1.3em;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
}
h3 {
    font-size: 1.2em;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
    margin-top: 10px;
}

h3.setOff {
    border-bottom: 1px solid silver;
    margin: 15px 0;
}

.req {
    color: red;
}

.msg {
    color: red;
}

.ads img {
    float: left;
    margin: 3px 0px 7px 17px;
    padding: 5px 2px;
}

.text_flow p {
    margin-top: 10px;
}

ul.plain_list {
    list-style: none;
}

ul.text_flow {
    list-style-type: circle;
}

.text_flow li {
    margin: 8px 30px;
}

.tight_list ul {
    list-style-type: circle;
}

.tight_list li {
    margin: 2px 30px;
}


.big {
    font-size: 1.4em;
}
p {
    margin-top: 1em;
    margin-bottom: 1em;
}
.jslink {
    color:blue;
    text-decoration: underline;
    cursor:pointer;
}   

#tabrow {
    margin-left: 20px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

#tabrow li {
    float: left;
    color: white;
    margin-right: 5px;
    padding-left: 10px;
    padding-top: 2px;
    list-style-type: none;
    cursor: pointer;
}

#tabrow li a {
    text-decoration: none;
    color: white;
}

#tabrow li span:hover {
    color: #efb9b9;
}

#tabrow li span {
    padding-top: 2px;
    padding-right: 10px;
}

#tabrow li.select {
    color: black;
}

#tabrow li.select span {
    color: black;
}

.clear {
    clear: both;
}

/* ---=== border code follows ===--- */ /*
    tlc = top left corner
    trc = top right corner
    blc = bottom left corner
    brc = bottom right corner
    lb = left border
    rb = right border
    tb = top border
    bb = bottom border 
*/
div.box {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

div.box_content {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
}

.tlc,.trc,.blc,.brc {
    background-color: transparent;
    background-repeat: no-repeat;
}

.tlc {
    background-image: url(/images/black_on_white_tl.gif);
    background-position: 0% 0%;
}

.trc {
    background-image: url(/images/black_on_white_tr.gif);
    background-position: 100% 0%;
}

.blc {
    background-image: url(/images/black_on_white_bl.gif);
    background-position: 0% 100%;
}

.brc {
    background-image: url(/images/black_on_white_br.gif);
    background-position: 100% 100%;
}

.tb,.bb {
    background-color: transparent;
    background-repeat: repeat-x;
}

.tb {
    background-image: url(/images/black_on_white_top.gif);
    background-position: 0% 0%;
}

.bb {
    background-image: url(/images/black_on_white_bottom.gif);
    background-position: 50% 100%;
}

.rb {
    background-image: url(/images/black_on_white_right.gif);
    background-position: 100% 0%;
    background-repeat: repeat-y;
}

.lb {
    background-image: url(/images/black_on_white_left.gif);
    background-position: 0% 100%;
    background-repeat: repeat-y;
}

div.subpage {
	position: relative;
    display: inline;
    margin-top: 0px;
    margin-bottom: 0;
}

div.tabbedContent {
    overflow: hidden;
    width: 100%;
}

div.centeredContent {
    text-align: center;
}

div.bigIndent {
    padding-left: 100px;
}

#top_nav {
    height: 22px;
    margin: 0;
    padding: 0;
    color: black;
    background: #CBB;
    border-top: solid 1px silver;
    border-bottom: solid 1px silver;
    font-size: 1.2em;
}

#top_nav ul {
    float: right;
    margin: 0;
    padding: 2px 20px 0 0;
    list-style: none;
}

#top_nav li {
    display: inline;
}

#top_nav a {
    float: left;
    margin: 0;
    padding: 0 2px 0 2px;
    text-decoration: none;
    font: 1em bold, arial, sans-serif;;
    color: black;
}

#top_nav p {
    float: left;
    display: inline;
    margin: 0;
    padding: 0 2px 0 2px;
    text-decoration: none;
}

#top_nav h1 {
    float: left;
    margin: 0;
    padding: 2px 0 0 10px;
    font-size: 1em;
}

#top_nav .breadcrumb {
    float: left;
    margin: 2px 0 0 0;
    padding: 2px 0 0 5px;
    font-size: 1em;
}





#bottom_nav {
    height: 20px;
    padding: 0;
    color: black;
    background: #cbb;
    border: solid 1px black;
}

#bottom_nav ul {
    float: left;
    margin: 0;
    padding: 2px 20px 0 0;
    list-style: none;
}

#bottom_nav li {
    display: inline;
}

#bottom_nav a {
    float: left;
    margin: 0;
    padding: 0 2px 0 2px;
    text-decoration: none;
    font: 1em bold, arial, sans-serif;;
    color: black;
}

#bottom_nav p {
    float: left;
    display: inline;
    margin: 0;
    padding: 0 2px 0 2px;
    text-decoration: none;
}

#bottom_nav h1 {
    float: left;
    margin: 0;
    padding: 2px 0 0 10px;
    font-size: 1em;
}


#bottom_nav a:hover {
    text-decoration: none;
    color: blue;
}

#gas_prices {
    float: left;
    margin: 50px 0 0 20px;	
}
#pending {
    color : red;
    font-size: 1.2em;
    width: 135px;
    margin : 0;
    padding : 0 ;	
}	

.hidden {
    display: none !important
}


.shown {
    
}

br {
    margin-bottom: .4em;
}

.box_padding {
    padding: 10px;
}

.clubInfo hr {
	margin: 10px;
}
.half_page {
    float: left;
    width: 400px;
    padding: 10px;
    font-size: 1em;
}

.full_page {
    float: left;
    padding: 10px;
    width: 840px;
    font-size: 1em;
}

.q3_page {
    float: left;
    padding: 10px;
    width: 600px;
    font-size: 1em;
}

.error_page p {
    font-size: 1.2em;
    margin-bottom: 20px;
}

.half_page_2 {
    float: right;
    width: 390px;
    margin: 0 20px 0 0;
    padding: 10px;
    font-size: 1em;
}

div.signup_button {
    background: url(/images/signup.gif) top right no-repeat;
    cursor: pointer;
}

div.signup_button :active {
    background: url(/images/signup2.gif) top right no-repeat;
    cursor: pointer;
}

img.ad {
    cursor: pointer;
}

img {
     border:0px;	
}	

.list {
    list-style-type: circle;
}

.list li {
    margin: 5px 30px;
}

.adbackground {
    background-color: white;
    background: url(/images/border.psd) repeat-x left top;
    }

#sidemenu {
    padding: 5px;
    margin: 5px 0 0 0;
    color: black;
    background: #cccccc;
    border: solid 1px black;
}

.sidemenuHeading {
    color: black;
    text-decoration: none;
}

#sidemenu h1 {
    font: 1.1em bold, arial, sans-serif;;
    padding: 5px 0;
    color: black;
    background: #cccccc;
    border-bottom: solid 1px black;
}

#sidemenu h2 {
    font: 1.1em bold, arial, sans-serif;;
    padding: 5px 0;
    color: black;
    background: #cccccc;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
}

#sidemenu ul {
    margin: 0;
    padding: 2px 0;
    list-style: none;
}

.sideList a {
    margin: 0;
    text-decoration: none;
    font: 1em bold, arial, sans-serif;;
    color: black;
}

#sidemenu a:hover {
    text-decoration: none;
    color: white;
}

#page {
    padding: 0px;
    background-color: white;
    color: #611515;
    width: 900px;
    margin: 0 auto;
}

#errorDiv {
    padding: 0px;
    margin: 0px;
    border: solid 1px red;
    font-size: 1.2em;
    background-color: white;
    color: red;
}

#errors {
    margin: 10px 0 5px 20px;
    padding: 2px 0px 2px 10px;
}

#errors li {
    margin-left: 30px;
}


#msgDiv {
    padding: 0px;
    margin: 10px;
    border: solid 1px green;
    background-color: white;
    font-size: 1.2em;
    color: green;
}

#msgs {
    margin: 10px 0 5px 20px;
    padding: 2px 0px 2px 10px;
}

#msgs li {
    margin-left: 30px;
}



#content {
    padding: 10px;
}

.border {
    border: solid 1px black;
}

div.spacer {
    background-color: white;
    height: 1em;
}

.entryCommands {
    display: inline;
    text-decoration: none;
}

entryCommands a {
    text-decoration: none;
}

.table_9 {
    width: 660px;
}

.outside_button {
    margin-left: 30px;
}
.inside_button {
    margin-left: 10px;
}

.table_field_list {
    border-collapse: collapse;
}

.table_field_list td {
    padding: 2px 3px;
    text-align: left;
    vertical-align: top;
}

.table_field_list label {
    font-weight: bold;
}

.table_field_list th {
    padding: 2px 3px;
    text-align: left;
    color: black;
    background-color: silver;
}

.calendar {
   table-layout:fixed;
   border-collapse : collapse;
   font-size:1.1em;

}

.calendar th{
	    background-color: #dde;
}
.calendar td, .calendar th{
   width: 120px;
   border: 1px solid silver;
   text-align:center;
   vertical-align:top;
}
td.scheduled {
   background-color: #eee;	
}
td.today {
   background-color: #fee;  
}	
.normal {
   color:black;
}
.today {
   color:red;
}
.calendar a {
   text-decoration:none;
   color:green;
   font-size:.9em;
}
.calendar a:hover {color:#ff3300;}

.float_left {
   float: left; 
}   
.float_right {
   float: right; 
}   

.simple_table {
    border-collapse: collapse;
    width: 98%;
}

.simple_table td {
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    padding: 2px 3px;
    text-align: left;
    vertical-align: top;
}

.simple_table th {
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    padding: 2px 3px;
    text-align: left;
    color: black;
    background-color: #CBB;
}

.links_table {
    border-collapse: collapse;
    width: 98%;
}

.links_table td {
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    padding: 7px 13px;
    font-size: 1.2em;
    text-align: left;
    vertical-align: middle;
}

.links_table th {
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    padding: 2px 3px;
    text-align: left;
    color: black;
    background-color: #CBB;
}


.form_table {
    border-collapse: collapse;
    width: 98%;
}

.form_table td {
    padding: 2px 3px;
    text-align: left;
    vertical-align: top;
}

.form_table th {
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    padding: 2px 3px;
    text-align: left;
    color: black;
    background-color: silver;
}



tr.secondary {
    background-color: #ffc;
}

.primary_command a {
    text-decoration: none;
    color: #039;
}

.primary_command a:visited {
    text-decoration: none;
    color: #66F;
}


.secondary_command a {
    font-style: italic;
    text-decoration: none;
    color: #039;
}

.secondary_command a:visited {
    text-decoration: none;
    font-style: italic;
    color: #66F;
}

td.photo_cmd {
    width:40px;	
}	 


.prominent {
    color: maroon;
}


td.just_right {
   text-align: right;   
}   

#sideFeedback {
   position: fixed;
   float: left;
   top: 10px;
   left: 0;
   width: 40px;
   height: 170px;   
   z-index: 2000;
}   

#sideSubmit {
   position: fixed;
   float: left;
   top: 185px;
   left: 0;
   width: 40px;
   height: 160px;   
   z-index: 2000;
}   

#topSubmit {
   margin: 10px;
   padding: 10px;	
   border: 5px dashed red;
   font-size:1.4em;
}   

#footer a {
    color: red;
    text-decoration: none;
}

#footer {
    text-align: center;
    font-size: .9em;
    width: 100%;
    padding-top: 5px;
}

#footer p {
    text-align: center;
    padding: 0;
    margin: 0;
}
