@charset "UTF-8";


a {
	color: #000099;
	text-decoration: none;
}
	
a:hover {
	color: #b10f0f;
	text-decoration: none;
	background:none;
}

h3 {
	font-family: Helvetica, sans-serif; 
	color:#FFF;
}

h5 {
	font-family: Helvetica, sans-serif;
	font-style: oblique;
	color: #000000;
}

h6 {
	font-family: Helvetica, sans-serif;
	font-style: oblique;
	color: #CC0000;
}

.showSwitch 
	{
	  display: block;
	}

.hideSwitch 
	{
	  display: none;
	}
	
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

/* menu styles */
#jsddm
{
	position:absolute;
	left:0px;
	bottom:0px;
	font-size:1.0em;
	width:100%;
	font-family:Verdana, Sans-Serif;

}

#jsddm ul {
	margin:0 20px;
}

#jsddm li
{
	float: left;
	list-style: none;
	display:inline;
}


#jsddm li a
{	

	color:#cd0000;
	margin-right:3px;
	padding:5px;
	text-decoration:none;
	border-top:1px solid #36f;
	border-right:1px solid #36f;
	border-left:1px solid #36f;

	display: block;
	white-space: nowrap;
	
}

#jsddm li a:hover
{
	color:#fff;

	text-decoration:none;
	border-top:1px solid #36f;
	border-right:1px solid #36f;
	border-left:1px solid #36f;
	background-color:#36f;
}

#jsddm li ul
{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	visibility: hidden;
	display: block;
	white-space: nowrap;
	background: #fff;
}

#jsddm li ul li
{	
	clear: both;
	display: inline;
	position: relative;
	display: block;
	white-space: nowrap;
	width: 100%;
	border-bottom:1px solid #36f;
	border-right:1px solid #36f;
	border-left:1px solid #36f;
}

#jsddm li ul li a
{
	width: auto;
	display: block;
	white-space: nowrap;
	border: none;
}

#jsddm li ul li a:hover
{
	display: block;
	white-space: nowrap;
	border: none;
	text-align: left;
	width: 95%;
}

td
{
padding:5px;
}

/* sign-up-to-row calendar */
.calendar-table {
  background:#cccccc;
	border-collapse: collapse;
	border: solid 2px;
	width: 95%;
}

.calendar-cell-today {
	background:#EEE8AA;
}

.calendar-table th {
	font-weight: bold;
}

.calendar-table td,th {
	padding: 5px;
	border: solid 1px;
	vertical-align: top;
}

.calendar-table td:hover {
	cursor: pointer;
}

.calendar-month-name {
	font-family: Verdana,Helvetica,sans-serif;
	font-size: 1.2em;
	color: #333333;
}

.calendar-day-number {
	font-family: Verdana,Helvetica,sans-serif;
	font-size: 1em;
}
.calendar-day-content {
	font-family: Verdana,Helvetica,sans-serif;
	font-size: 0.8em;
}

.calendar-other_rows-color {
	color: #000099; 
}

.calendar-my_rows-color {

	/* purple 
	color: #800080;
	font-weight:bold;*/
	/* steel blue  
	color: #4682B4; */
	
	/* brown (looks red) */
	color: #A52A2A;
	/* dark cyan  
	color: #008B8B; */
	/* olive 
	color: #556B2F; */ 

}

.S_boat_style {
  background:#B22222;
	
}

.G_boat_style {
  background:#BDB76B;
	
}

.A_boat_style {
  background:#FFFFFF;
	
}

.new_row {
  background:#F5F5DC;
}


body {

	text-align:left;
	background-color:#69f;

}

div#main {

	text-align:left;

	width:100%;

}



/*** Header ***/

div#header {

	text-align:left;

	height:90px;

	position:relative;

}

div#header a.header {

	font-size:2.2em;

	font-weight:bold;

	font-family:Verdana, Sans-Serif;

	display:block;

	padding-top:15px;

	padding-right:500px;

	text-indent:0;

	height:75px;

	font-weight:normal;

	text-decoration:none;

	color:#cd0000;

	/*background:transparent url(/members/images/ggr_logo_color_350_alpha.png) no-repeat 350px 184px;*/
	/*background:transparent url(images/boat.png) no-repeat 520px 8px;*/

}



/*** Navigation ***/

div#navigation {

	position:absolute;

	left:0px;

	bottom:0px;

	font-size:1.0em;

	width:100%;

	font-family:Verdana, Sans-Serif;

	border-bottom:1px solid #36f;

}




/*** Content ***/

div#content {

	padding:15px 20px 0;
	line-height:1.7em;

}

.event_form {
    width: 100%;
    padding: 5px 5px 5px 5px;
}

form ul {
    list-style: none;
    margin: 0;
}

form ul li {
    margin-bottom: 10px;
}

form ul li label {
    display: block;
    float: left;
    width: 250px;
    line-height: 24px;
}

img {
    margin: 5px;
}

