/* @override 
	http://ocsc.dev/styles/myOcsc.css
*/

/* @group Forms */

fieldset {
	border-bottom: 3px solid #d1d9e5;
	padding-bottom: .75em;
	margin-bottom: 1.75em;
	}

div#profile_photo {
	width: 200px;
	float:  right;
	}

form .clear {
	clear:left;
	}

div.form_required_row,
div.form_row {
	float:  left;
	margin-right: 1em;
	padding-top: .75em;
	}

	label {
		display:  block;
		color: #2b67c0;
		font-weight:bold;
		}

	label.error {
		color: red;
		font-style: italic;
		font-weight: normal;
		}

	div.form_required_row input,
	div.form_row input,
	div.form_required_row textarea,
	div.form_row textarea,
	div.form_required_row select,
	div.form_row select {
		width:  100%;
		}

div label.radio,
div label.checkbox {
	display: inline;
	color: black;
	font-weight: normal;
	margin-right:  1em;
	margin-left: .25em;
	}

div input.radio,
div input.checkbox {
	display: inline;
	color: black;
	font-weight: normal;
	width: auto;
	}

div.button_row,
div.button_row_overlay {
	position:relative;
	height: 2em;
	}

div.button_row_overlay {
	top: -2em;
	height: 0em;
	}

div.button_row_overlay .button,
div.button_row .button {
	position:absolute;
	}

/* Crewlist Preferences */

table#myCrewlistTimes th {
	font-weight: bold;
	color: #2b67c0;
	}

table#myCrewlistTimes th,
table#myCrewlistTimes td {
	text-align: center;
	width: 3em;
	padding-bottom: .5em;
	}



/* @end */

/* @group Result Listings */


table.resultList
{
	font-size: 1.1em;
	line-height: 1.36em;
	margin: 1.9em 0;
	width: 100%;
	border-collapse: collapse;
}

table.resultList tr.odd {
	background-color: #f6f8fb;
	}

table.resultList tr.header {
	background-color: #9cb7e3;
	}

table.resultList tr.header th {
	color: #fff;
	font-weight: bold;
	}

table.resultList th,
table.resultList td{
	padding: .3em;
	vertical-align: top;
	}

table.resultList td{
	border-bottom: 1px dotted #ccddf7;
	}

/* Course listings */

table.courseListing th.courseDate{
	width:  8em;
	}

/* charter listings */

table.charterListing th.date {
	width: 8em;
	}

table.charterListing th.charterType {
	width: 14em;
	}


/* charter by date */
table.boatsListing th.class {
	width: 12em;
	}

table.boatsListing td.button {
	text-align: right;
	}



/* ready to sail */

table.readyToSailListing th.date {
	width: 11em;
	}

table.readyToSailListing th.position {
	width: 7em;
	}

table.readyToSailListing th.button {
	width: 5em;
	}


table.readyToSailResults th.icon {
	width: 20px;
	}

table.readyToSailResults th.phone {
	width: 11em;
	}

table.readyToSailResults th.position {
	width: 11em;
	}

table.readyToSailResults th.boat {
	width: 10em;
	}

table.readyToSailResults tr td {
	border: none;
	}

table.readyToSailResults tr td.icon,
table.readyToSailResults tr.notes td {
	border-bottom: 1px dotted #ccddf7;
	}


/* ready to sail */

table.myCrewlistResults th a {
	color: white;
	padding-right:  14px;
	}

table.myCrewlistResults th.certification {
	width: 9em;
	}

table.myCrewlistResults th.location {
	width: 13em;
	}



table.myCrewlistResults th.sort_asc a,
table.myCrewlistResults th.sort_desc a:hover,
table.myCrewlistResults th a:hover {
	background: url(../images/_css/bg_header_asc_desc.gif) no-repeat right top;
	}

table.myCrewlistResults th.sort_desc a,
table.myCrewlistResults th.sort_asc a:hover {
	background: url(../images/_css/bg_header_asc_desc.gif) no-repeat right bottom;
	}




/* @end */





