body {	
	background: url(images/bg1.gif); /* see also viewboat.php line 186 */
	background-color: #f3f6ed;
	font-family: Verdana;
	font-size: .8em;
	margin: 0 1em;
}

#container {
	text-align: left;
}

p {
	margin: 1em 0;
}

h1 {
	font-size: 2em;
	font-weight: normal;
	margin-bottom: .5em;
	margin-top: 0;
	color: #496e8e;
	zbackground-color: #f0f0f0;
	zmargin: -12px -18px 12px -18px;
	zpadding: 12px 18px 12px 18px;
}

.beta {
	font-size: 80%;
	font-family: lucida sans, sans-serif;
	font-weight: bold;
	color: #FF00A0;
	text-decoration: none;
}

h1 .beta {
	font-size: 70%;
}

.submenu .beta {
	display: block;
	font-size: 100%;
	position: absolute;
	padding-top: 0em;
	padding-left: 6em;
}

h2 {
	font-size: 166%;
	font-family: Georgia;
	font-weight: normal;
	margin-bottom: .5em;
	margin-top: .5em;
}

h3 {
	font-size: 140%;
	font-weight: normal;
	margin-bottom: .5em;
}

a:link {
	color: #496e8e;
}

a:visited {
	color: #879faf;
}

hr {
	height: 1px;
	background-color: #d0d0d0;
	color: #d0d0d0;
	border: none;
}

.avatar {
	margin-right: 5px;
	margin-top: 5px;
}

	.submenu {
		background: url(/images/blue_bg.jpg) #496e8e;
		padding: 20px;
		margin: 0 -20px;
		color: #e0e0e0;
	}

	.submenu h1 {
		font-family: georgia;
		font-size: 1.5em;
		xtext-transform: uppercase;
		color: white;
		margin-top: 0 1em 0 0;
		display: inline;
	}

	.submenu a, .submenu a:link, .submenu a:visited {
		color: #e0e0e0;
		text-decoration: none;
	}
	
	.submenu a:hover {
		color: white;
	}

	.submenu ul {
		display: inline;
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.submenu li {
		display: inline;
		margin: 0 1em 0 0;
	}

.whosonline {
	color: #879faf;
	font-size: 85%;
	float: left;
	font-style: italic;
	margin-top: .25em;	
}

.quotation {
	color: #5E5B17;
	font-size: .8em;
	line-height: 140%
}

.ccmenu {
	border-collapse: collapse;
}

.ccmenu td {
	font-family: verdana;
	font-size: 86%;
	padding-top: 5px;
	color: #333333;
}

.ccmenu td a {
	font-weight: bold;
	font-size: 100%;
	color: #496e8e;
}

.ccmenu td a:visited {
	color: #496e8e;
}

.ccmenu .url {
	color: #3366BB;
}

.form_label, .form_label_required {
	width: 190px;
	vertical-align: top;
	padding-top: 3px;
	font-size: 86%;
}

.form_label_required {
	font-weight: bold;
}

.form_field {
	vertical-align: top;
}

.form_note {
	font-size: 70%;
}

input, select, textarea {
	color: #444;
	border-style: solid;
	border-top: 1px solid gray;
	border-left: 1px solid #b0b0b0;
	border-right: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	padding: 2px;
	background: white url(/images/i_b.gif);
}

select {
	background: #FFF;
}

input:focus, select:focus, textarea:focus {
	color: #222;
	background: #FFF url(/images/input_active.png) no-repeat;
}

*.submit {
  color: #FFF !important;
  font-family: verdana;
  xfont-size: 1.5em;
  cursor: pointer;
  overflow: visible;
  background: url(http://www.chris-craft.org/images/blue_bg.jpg) 100% 50% repeat-x;
  border: 0;
  padding: 4px 5px;
}
*.submit:hover {
  color: #FFF !important;
  text-decoration: none;
}
*.submit:active {
  outline: none;
  background: url(http://www.chris-craft.org/images/blue_bg.jpg) 0% 0% repeat-x !important;
}
*.submit:focus {
  background: url(http://www.chris-craft.org/images/blue_bg.jpg) 100% 50% repeat-x;
}

optgroup {
	font-family: sans-serif;
}

.error {
	color: #c00000;
}

.horizontal-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.horizontal-menu li {
	display: inline;
	margin-right: 1.1em;
}


/* Commented backslash hack hides rule from IE5-Mac \*/
.horizontal-menu li a {
	float: none;
}

/* End IE5-Mac hack */
.horizontal-menu {
	padding: .5em 0em .5em 0em;
}
 
#results {

}

	.boatshort {
		table-layout: fixed;
		border-collapse: collapse;
		font-size: 110%;
		width: 100%;
		clear: both;
		border: 1px solid silver;
	}

	.boatshort .boat_comments {
		font-size: 80%;
		width: 400px;
		color: #707070;
	}

	.boatshort td {
		padding: .5em 1em;
		background-color: #F8F8F8;
	}

	.boatshort h1, .boatshort h2, .boatshort h3, .boatshort h4, .boatshort h5, .boatshort h6 {
		margin: .1em 0 .1em 0;
		font-weight: normal;
	}

	.boatshort h2 {
		font-family: georgia;
		color: #496e8e;
		font-size: 1.3em;
	}
	
	.boat_hidden {
		font-size: .7em;
	}


.boat {
	font-size: 110%;
}

.edgeflag {
	float: right;
	margin-right: -20px;
	padding: 5px 10px;
	background: #fd0;
	font-weight: bold;
	color: black;
	border-bottom: 1px solid #850;
}

.boat .boat_comments {
	font-size: 80%;
	width: 550px;
	color: #707070;
	line-height: 130%;
}

.boat h1, .boat h2, .boat h3, .boat h4, .boat h5, .boat h6 {
	margin: .4em 0 .4em 0;
	font-weight: normal;
}

.boat h2 {
	font-family: georgia;
	color: #496e8e;
	font-size: 1.5em;
}

	.smalldata {
		border-collapse: collapse;
		font-size: 85%;
		xtable-layout: fixed;
	}

	.smalldata th {
		font-weight: bold;
		background: #eaeaea;
		padding: 5px;
	}

	.smalldata td {
		zborder: 1px solid #e0e0e0;
		padding: 5px;
	}

.browse_table {
	table-layout: fixed;
	border-collapse: collapse;
	font-size: 110%;
	width: 100%;
	clear: both;
	border: 1px solid silver;
	background-color: #F8F8F8;
}

.browse_table h3 {
	margin: 0 0 .5em 0;
}

.browse_table td{
	vertical-align: top;
	padding: .5em 1em;
}

.browse_table td td {
	padding: 2px;
}

.browse_table ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.odd {
	background-color: #F8F8F8;
}

.even {
	background-color: #F3F3F3;
}

#registry {
	border-collapse: collapse;
	font-size: 110%;
	width: 100%;
	clear: both;
	border: 1px solid silver;
}

#registry td {
	vertical-align: middle;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-top: 7px;
	border-bottom: 1px solid #EAEAEA;
	font-size: 80%;
}

#registry th {
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #F2F2F2;
	border-bottom: 1px dotted silver;
}

#registry .left {
	padding-left: 10px;
}

#registry .year {
	font-weight: bold;
}

#registry .length {
	font-weight: bold;
}

#registry .make {
	font-weight: bold;
}

#registry .model {
	font-weight: bold;
}



#directory {
	border-collapse: collapse;
	font-size: 110%;
	width: 100%;
	clear: both;
	border: 1px solid silver;
}

#directory td {
	vertical-align: top;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-top: 1px solid #EAEAEA;
}

#directory .name {
	font-size: 130%;
	padding-left: 10px;
}

#directory .firstname {
	font-size: 70%;
}

#directory .country {
	text-transform: uppercase;
	font-size: 80%;
}

#directory .maplink {
	font-weight: bold;
	font-size: 80%;
}

#directory th {
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #F2F2F2;
	border-bottom: 1px dotted silver;
}

#directory .left {
	padding-left: 10px;
}

#directory .boatlist {
	font-size: 90%;
}

.smallphoto {
	border: 1px solid #E0E0E0; 
	border-bottom: 2px solid silver; 
	border-right: 2px solid silver; 
	padding: 4px; 
	background-color: white; 
	margin: 3px;
}

.insetbox {
	position: relative;
	background-color: #F2F2F2;
	padding: 1em;
	margin: 2px 0 1em 0;
	border: 1px solid silver;
	clear: both;
}

.tab {
	display: inline;
	position: relative;
	xfloat: left;
	padding: .15em .6em 3px .6em;
	margin: 0;
	margin-left: .5em;
	background-color: #F2F2F2;
	border: 1px solid silver;
	border-bottom: 0;
	white-space: nowrap;
}

.tab a {
	text-decoration: none;
	font-weight: bold;
}

.highlight {
	background-color: #EDFFD1;
	font-weight: bold;
	xcolor: #BDFF57;
}

.active {
	font-weight: bold;
	
}

#thankyou {
	font-size: 130%;
	width: 550px;
	border: 1px solid black;
	padding: 20px;
	background-color: white;
}

#session_status {
	text-align:right; 
	border-bottom: 1px solid #d0d0d0;
	padding-bottom: .4em;
	margin-bottom: 0;
}

#session_status a {
	#text-decoration: none;
}

.nobreak {
	white-space: nowrap;
}

.notice {
	border: 1px solid green;
	background-color: #f0fff0;
	padding: .5em;
}

.infotable {
	border-collapse: collapse;
	width: 400px;
}

.infoheading {
	text-align: center;
	font-weight: bold;
	background-color: #eee;
}

.infotable td {
	padding: 3px;
	border: 1px solid black;
	font-size: 75%;
}

.roundcont {
	width: 250px;
	background-color: #f90;
	color: #fff;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(../images/round_7px_topright.gif) no-repeat top right; 
	width: 100%;
	text-align: left;
}

.roundbottom {
	background: url(../images/round_7px_bottomright.gif) no-repeat bottom right; 
	width: 100%;
	text-align: left;
}

.roundinner {
	margin: 0em 1em;
}

img.corner {
   border: none;
   display: block !important;
}

.heading {
	display: block;
	padding-bottom: 4px;
	font-weight: bold;
	margin: 0em 1em;
}

.errorbox {
	background: #ce3030;
	color: white;
	margin: 1em;
	clear: both;
}

.errorbox ul {
	list-style-image: url(../images/icon_arrow.gif);
}

.errorbox li {
	background-position: 50%;
}

.errorbox a {
	color: white;
}

.errorbox .heading {
	border-bottom: 1px solid white;
	margin: 0em;
}

.successbox {
	background: #10a030;
	color: white;
	margin: 1em;
	clear: both;
}

.successbox ul {
	list-style-image: url(../images/icon_arrow.gif);
}

.successbox li {
	background-position: 50%;
}

.successbox a {
	color: white;
}

.successbox .heading {
	border-bottom: 1px solid white;
	margin: 0em;
}


.roundinner h4 {
	border-bottom: 1px solid white;
	display: block;
	margin-left: -8px;
	margin-right: -8px;
	padding-left: 8px;
	padding-bottom: 4px;
	font-weight: bold;
	margin-top: 0px;
}

.footer {
	font-size: .8em;
}


