* {
	margin: 0;
	padding: 0;
}

html,body {
	min-height: 100.1%;
}

input,
select {
}

body {
	font-size: 76%;
	font-family: Verdana, sans-serif;
	color: black;
	padding-bottom: 20px;
	width: 970px;
	background: #ffffff url(../images/dropshadow.gif) repeat-y 970px 0px;
}

p,ul,ol,dl,table {
	font-size: .9em;
}

ul ul,ol ol,ul ol,ol ul,p input {
	font-size: 1em;
}

img {
	border: 0;
}

a {
	color: Blue;
	cursor: pointer;
}

a:visited {
	color: purple;
}

a:hover {
	color: red;
}

.hide,legend,#skip {
	position: absolute;
	top: -5000px;
	left: -5000px;
}

legend {
	z-index: -1;
}

fieldset {
	border: 0;
}

.floatwrapper {
	min-height: 1%;
}

.floatwrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*header
++++++++++++++++++++++++++++*/
#header {
	position: relative;
	height: 14.3em; /* height of search block */
	min-height: 42px; /* height of logo image */
	background: #fff;
}

/* colour contrast to banner, pos to fit by logo */
#skip :focus,#skip :active {
	top: 0.2em;
	left: 160px;
	color: blue;
	font-weight: bold;
	padding: 0.2em 1em;
}

/*search
++++++++++++++++++++++++++++*/
#search , #login{
	background: #efefef;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 90%;
	margin-bottom: 0;
	padding: 1em 0;
	position: absolute;
	left: 30px;
	top: 0;
	width: 271px;
}

#search label,
#login label {
	clear: both;
	display: block;
	margin-top: 1px;
}

#search label span,
#login label span {
	display: block;
	float: left;
	height: 1em;
	padding-left: 20px;
	width: 110px;
}

#search h3,
#login h3 {
	color: #999;
	font-size: 90%;
	margin: 0 0 0 20px;
}

#search .formterm,
#login .formterm {
	width: 120px;
}

#search p,
#login p {
	margin-left: 20px;
}

#search  .formsubmit,
#login .formsubmit {
	border: 1px solid #666;
	background: #999;
	clear: both;
	color: #fff;
	display: block;
	float: right;
	font-family: Verdana, sans-serif;
	font-size: .9em;
	margin: 3px 17px 0 0;
	padding: 3px 7px;
}

#login a {
	line-height: 1.4em;
}

#search-corners {
	background: #efefef url("../images/search-bot.gif") no-repeat 0% 100%;
	height: 7px;
	margin-top: 0;
	position: absolute;
	top: 100%;
	width: 271px;
}

#search  label.checkbox span {
	float: none;
	margin: 4px 4px 4px 0;
	padding-left: 0;
	display: inline;
}

#search  label.checkbox input {
	margin: 3px 3px 3px 130px;
	margin-left: 130px;
}

/*navigation
++++++++++++++++++++++++++++*/
#navigation {
	background: #f8fbff url("../images/nav.gif") repeat-x 0% 100%;
	margin-left: 315px;
}

#navigation h1 {
	background-color: #69C;
	color: #fff;
	font-family: arial, sans-serif;
	font-size: 2em;
	height: 1em;
	padding: 1.2em 0 10px 10px;
}

#navigation h1 a {
	color: #fff;
	text-decoration: none;
}

#navigation ul {
	list-style-type: none;
	width: 100%;
}

#navigation ul li {
	display: inline;
}

#navigation ul a {
	background: #f8fbff url("../images/nav.gif") repeat-x 0% 100%;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	color: #000;
	display: block;
	float: left;
	font-size: 90%;
	height: 5em;
	padding: 0.6em 1em;
	text-decoration: none;
	width: 90px;
}

#navigation ul a:hover {
	background: #e1f0ff url("../images/nav-hover.gif") repeat-x 0% 100%;
}

#navigation ul a span {
	display: block;
	font-weight: bold;
}

/*Flash message
*************************/
#flash {
	color: #FF0000;
	font-size:1.6em;
	line-height:2em;
}

#flash a {
	color: FF0000;
	cursor: pointer;
}

#flash a:visited {
	color: FF0000;
}

/*content
++++++++++++++++++++++++++++*/
#content {
	background: #fff;
	clear: none;
	float: left;
	margin: 0 10px 0 18px;
	padding: 0 5px 0 12px;
	width: 648px;
}

#column #content {
}

#content p {
	line-height: 1.8;
	margin-top: 1em;
	margin-bottom: 1em;
}

#content p#breadcrumb {
	background: #eee;
	padding: 1em 12px;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: -12px;
	margin-left: -12px;
}

#content li {
	line-height: 1.5;
	margin-top: 1em;
	margin-bottom: 1em;
}

#content h1 {
	color: #69c;
	font-family: Arial, sans-serif;
	margin: 1em 0 0;
	font-size: 1.6em;
}

#content h2 {
	color: #69c;
	font-family: Arial, sans-serif;
	margin: 0;
	font-size: 1.2em;
	width: 300px;
}

#content h3 {
	color: #69c;
	margin: 1em 0 0;
	font-size: 1em;
}

#content h4 {
	color: #000;
	margin: 1em 0 0;
	font-size: .8em;
}

#content table {
	border-collapse: collapse;
	margin: 1em 0;
	width: 100%;
}

#content table caption {
	padding: 5px 0;
	text-align: left;
}

#content th {
	background: #69c;
	color: #fff;
}

#content th,#content td {
	vertical-align: top;
	text-align: left;
	border: 1px solid #ccc;
	padding: 0.4em;
}

#content ul {
	margin-left: 1.6em;
}

#content ul li {
	margin: 0 0 0.4em;
}

#content ul.special {
	list-style-type: none;
	margin-left: 0;
}

#content ul.special li {
	padding-left: 16px;
	background: transparent url("/images/bullet.gif") no-repeat 0px 0.4em;
}

#content ol {
	margin-left: 2.7em;
}

#content ol li {
	margin: 0 0 0.4em;
}

#content table.unstyled  th {
	background: #ffffff none;
	color: #000000;
	width: 60%;
	border: none;
}

#content table.unstyled  td {
	border: none;
}

.floater {
	width: auto;
  float: left;
}

/*rightbar
++++++++++++++++++++++++++++*/
#rightbar {
	clear: none;
	float: left;
	width: 267px;
	padding-right: 10px
}

#rightbar p {
	line-height: 1.5em;
	margin-top: 1em;
	margin-bottom: 1em;
}

#rightbar h2 {
	font-family: Georgia, serif;
	margin: 1em 0 0;
	font-size: 1.3em;
}

.photo-credit {
	font-style: italic;
}

#site-info {
	background: #69c url("../images/right-top.gif") no-repeat 0 0;
	color: #fff;
	height: 100%;
	padding: 1px 10px 0 10px;
}

#site-info p {
	margin: .5em 0 0 0;
}

#site-info p span {
	color: #eee;
}

#site-info-bot {
	background: #69c url("../images/right-bot.gif") no-repeat 0 0;
	height: 6px;
	margin-top: 0;
	position: absolute;
	width: 267px;
}

/*footer
++++++++++++++++++++++++++++*/
#footer {
	background: #fff url("../images/footer.gif") no-repeat 100% 100%;
	border-bottom: 1px solid #ccc;
	clear: both;
	float: left;
	height: 2em;
	list-style-type: none;
	margin: 1em 30px;
	padding: 1em 0;
	width: 95%;
}

#footer ul {
	position: relative;
	top: 30px;
}

#footer li {
	display: inline;
}

#footer a {
	color: #69c;
	padding: 0 1em 0 0;
	text-decoration: none;
}

#footer a:hover {
	color: #999;
	text-decoration: underline;
}

ul.copyright {
	clear: both;
	color: #999;
	display: block;
	line-height: 150%;
	list-style-type: none;
	margin-left: 30px;
	padding: 5px 0 0 0;
}

/* ship report
++++++++++++++++++++++++++++*/

.clear {
	clear: both;
}

.ship-report table {
	border: 1px solid #000;
	margin: 0;
}

table.col4 th,
table.col4 td {
	width: 10em;
}

table.col2 th {
	width: 15em;
}

table.col2 td {
	width: 25em;
}

#content .ship-report table th {
	color: #000;
	background-color: #FFF;
	font-weight: bold;
	text-align: right;
	border: 1px solid #aaaaaa;
}

#content .ship-report table td {
	border: 1px solid #aaaaaa;
}

#content div.divider {
	margin: 0;
	padding: 0;
	width: 40em;
	border-bottom: 1px solid #EEE;
}

#content div.divider hr {
	display: none;
}

#content div.pagination {
	clear:left;
}

.ship-report.floater {
	width: 100%;
}

/* Shipyard search form
+++++++++++++++++++++++ */
.form-layout {
/*	width: 100%;*/
	float: left;
}

.form-layout label {
	display: block;
	float: left;
	padding: 3px 0;
	width: 136px;
}

.form-layout .text-field {
	display: block;
	width: 173px;
	float: left;
}

.form-layout select {
	display: block;
	width: 177px;
	float: left;
}

.form-layout  .form-submit input{
	border: 1px solid #666;
	background: #999;
	clear: both;
	color: #fff;
	display: block;
	font-family: Verdana, sans-serif;
	font-size: .9em;
	padding: 3px 7px;
	float: right;
}

.form-layout div.form-submit  {
	width: 313px;
}

.form-layout div {
	padding-top: 3px;
	overflow: hidden;
}

#content .form-layout div.radio p {
  margin: 0px;
	font-size: 1em;
}

.form-layout div.radio label {
	padding:0px 17px;
	float: none;
	width: 250px;
}

.form-layout div.radio input {
	float: left;
}

.form-layout div.radio div {
  padding-left:136px;
}

.form-layout div.check-box  input{
	float: left;
	margin-top: 5px;
}

.form-layout div.check-box  label{
	float: none;
	padding-left: 17px;
	width: 291px;
}

.welcome {
	font-weight: bold;
}

.form-layout input.purchase {
	float: left;
}

#content .info-box,
#rightbar .info-box {
	background: #69c url("../images/right-top.gif") no-repeat 0 0;
	color: #eee;
	height: 100%;
	padding: 5px 10px 0 10px;
}

#content .info-box h4,
#rightbar .info-box h4 {
	margin: 0.7em 0 0;
	color: #fff;
}

#content .info-box p,
#rightbar .info-box p {
	margin: 0;
	line-height: 1.7em;
}

#content .info-box-bot,
#rightbar .info-box-bot {
	background: #69c url("../images/right-bot.gif") no-repeat 0 0;
	height: 6px;
	margin-top: 0;
	position: absolute;
	width: 267px;
}

#content .info-box-wrapper ,
#rightbar .info-box-wrapper {
	width: 267px;
}

#content .info-box-wrapper  {
	float: right;
}

ul#admin {
	list-style-type: none;
}

#rightbar h3,
#rightbar img{
	padding-top: 15px;
}

#licence {
	height:200px;
	overflow:scroll;
}
