﻿body
{
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: small;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

#header
{
	background-image: url('../images/fade3.gif');
	background-repeat: repeat-x;
	height: 150px;
}

#wrap
{
	width: 100%;
}

#left, #center, #right
{
	padding: 10px;
}

#main
{
	width:1010px;
	min-height: 600px;
}

#left
{
	width: 150px;
	float:left;
}

#right
{
	width:200px;
	float:right;
}

#center
{
	width:600px;
	float:left;
}


#footer
{
	margin: 20px;
	text-align: center;
}


#logo
{
	float: left;
}

#logo img
{
	height: 100px;
}

#language
{
	float: right;
	padding: 20px;
}


th
{
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

td
{
	vertical-align: top;
}

img
{
	border-width: 0px;
}

h2
{
	color: #2060F1;
	font-weight: bold;
	font-size: 16px;
	border-bottom: solid 1px #cccccc;
	width: 100%;
	clear: both;
}

h3
{
	color: gray;
	font-weight: bold bold;
	font-size: 14px;
}

.selectedImage
{
	border: solid 2px #2060F1;
}

.notSelectedImage
{
	border-width: 0px;
}

.pager a, .pager span
{
	color: #2060F1;
	font-weight: bold;
	font-size: 16px;
}

.pager
{
	clear: both;
}

textarea
{
	width: 300px;
	height: 100px;
}

a
{
	color: Black;
}



#leftNavigation a
{
	color: Black;
}

#leftNavigation
{
	border-color: #cccccc;
	width: 130px;
}


#leftNavigation ul
{
	padding: 0px;
	margin: 0px;
	padding-left: 10px;
	padding-bottom: 10px;
	list-style-type: none;
	border: solid 1px #cccccc;
}

/* Search.aspx */

.searchOptionsTable
{
	width: 400px;
}

.searchOptionsTable th
{
	text-align: left;
	font-weight: normal;
	width: 300px;
}

.searchOptionsTable select
{
	width: 155px;
}

/* end search.aspx
 
/* Default.aspx */

.productRow table
{
	vertical-align: top;
}

.productRow td
{
	background-color: #ececec;
}

.productImage
{
	width: 120px;
}

.productItemTable
{
	height: 100%;
	width: 100%;
}

.productImageCell
{
	width: 120px;
}

.productTable
{
	margin-top: 20px;
	padding-top: 10px;
	width: 100%;
}

.productTable td
{
}
/* End default.aspx */

#banner
{
	position: relative;
	top: 0px;
	left: 55px;
}

#navigation
{
	border-bottom: solid 1px #cccccc;
	width: 100%;
	height: 28px;
}

#navigation .current
{
	border-bottom: solid 1px white;
}

#navigation li
{
	background-color: #cccccc;
	margin: 2px;
	float: left;
	height: 25px;
	background-image: url('../images/fade2.gif');
	border-left: solid 1px #cccccc;
	border-top: solid 1px #cccccc;
	border-right: solid 1px #cccccc; /*border-bottom:solid 1px white;  <----- Will open bottom of tab   */
	list-style-type: none;
}
#navigation li a
{
	color: black;
	text-decoration: none;
	padding: 20px;
}
#navigation li a:hover, #navigation li.active a
{
	/*color: gray; 	background-color:#ececec;*/
	color: gray;
	text-decoration: none;
	padding: 20px;
}

#navigation span
{
	padding: 20px;
}

#navigation
{
	width: 100%;
	padding: 0px;
	margin: 0px;
	clear: both;
}

.fieldset label
{
	width: 100px;
}

.hidden
{
	display: none;
}

.loginTable table
{
	width: 400px;
}
.loginTable table td
{
	text-align: left;
}

/* Vessel.aspx */
.tdName
{
	font-weight: bold;
	width: 140px;
}

.tdValue
{
}

.viewBoat
{
	width: 100%;
}

.viewBoat td
{
	padding: 0px;
	margin: 0px;
}

.even
{
	background-color: #ececec;
	padding: 5px;
}

.odd
{
	padding: 5px;
}

.even td
{
	background-color: #ececec;
	padding: 5px;
}

.odd td
{
	padding: 5px;
}



.fieldset LABEL
{
	font-size: 12px;
	height: 20px;
	width: 200px;
	float: left;
	vertical-align: middle;
}
.fieldset INPUT[type="text"] INPUT[type="pasword"]
{
	width: 195px;
	height: 20px;
	margin: 3px 3px 3px 3px;
}

/*
.fieldset SELECT
{
	width:200px;
	margin:3px 3px 3px 0px;
}
*/


.Message
{
	border: solid 1px #778899;
	background-color: #ececec;
	padding: 5px;
	margin-bottom: 20px;
}

.Failure
{
	border: solid 1px Red;
	background-color: #ececec;
	padding: 5px;
	margin: 20px 0px 20px 0px;
}

/*default. aspx*/
.defaultProductsWrapper
{
}

.defaultProduct
{
	border: solid 1px gray;
	margin: 5px;
	padding: 10px;
	float: left;
}

.defaultProductImage
{
	height: 100px;
	width: 100px;
}

.defaultProductName
{
	text-align: center;
	height: 30px;
	width: 100px;
}

.tooltip
{
	display: none;
	position: absolute;
	background-color: #FFFF99;
	border: solid 1px #cccccc;
	width: 150px;
	font-size: 11px;
}

.tooltip th
{
	font-weight: bold;
}

#paymentIframeWrapper
{
	border: solid 1px #ececec;
}

.iframeBody input
{
	width: 150px;
}

.uploadImage
{
	position: relative;
	top: 0px;
	left: 0px;
}

.HelpText
{
	background-color: #F7FF89;
	border: solid 1px gray;
	padding: 4px;
	margin-left: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.vesselTypeAnchor
{
	padding: 5px;
}

.ValidationFailed
{
	border: solid 2px red;
	background-color: gray;
}

.expiredDate
{
	background-color: Red;
}

.myAds th
{
	font-weight: bold;
	background-color: Gray;
}


.invalid td
{
}

.alternate input
{
	width: 200px;
}

.alternate select
{
	width: 200px;
}

.alternate
{
	width: 100%;
}

.validationLabel
{
	background-color: #ffffcc;
	border: solid 1px gray;
	width: 90%;
	position: relative;
	display: block;
}

.fadedMessage
{
	border: solid 1px #ececec;
	background-color: whitesmoke;
	padding: 5px;
	margin-bottom: 20px;
}

.fadedMessage a
{
	color: Gray;
}

.odd td
{
	background-color: #ececec;
}

#myAdsTable img
{
	width: 30px;
	height: 30px;
}

#myAdsTable
{
	width: 100%;
}

#myAdsTable td
{
	padding: 5px;
}

#myAdsTable th
{
	font-weight: bold;
}


#frontPageGearWrapper
{
	width: 48%;
	float: left;
}

#frontPageGear
{
	overflow: auto;
	height: 300px;
	margin-right: 10px;
}

#frontPageQuota
{
	overflow: auto;
	height: 300px;
}

#frontPageQuotaWrapper
{
	width: 48%;
	float: right;
}

.toggleSoldButton
{
	font-size: 0.8em;
}

#quotaAndGear
{
	margin-top: 20px;
}

.recaptcha
{
	position: relative;
	left: 350px;
	top: -130px;
	width: 200px;
}

#classical-boats-ad   p
{
	font-style:italic;
}

#classical-boats-ad 
{	
	cursor:pointer;
	margin-top: 20px;
	width:200px;
	padding: 10px;
	border:solid 1px  #2060F1;
}


#classical-boats-ad img
{
	width:180px;
}


#classical-boats-ad-info
{
}

.masterAd
{
	cursor: hand;
	padding: 10px;
	margin-top: 28px;
	color: White;
	font-weight: bold;
	font-size: 16px;
	width: 200px;
	text-align: center;
	vertical-align: middle;
	border: :solid 1px #cccccc;
	background: #2060F1;
}
