﻿Form, Body, Html
{
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #f0f4f5;
}
table
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

.table_header
{
	color: #204e66;
	vertical-align: bottom;
	font-size: 25px;
	white-space: nowrap;
	padding-left: 15px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

input[type='text1']
{
	border: solid 1px #a7a7a7;
	background: url(../images/site_images/input_bg.gif) repeat-x;
	background-color: #ececec;
	height: 22px;
	text-align: left;
	vertical-align: middle;
}
input[type='select1']
{
	border: solid 1px #a7a7a7;
	background: url(../images/site_images/input_bg.gif) repeat-x;
	background-color: #ececec;
	height: 22px;
	text-align: left;
	vertical-align: middle;
}

input[type='password1']
{
	border: solid 1px #a7a7a7;
	background: url(../images/site_images/input_bg.gif) repeat-x;
	background-color: #ececec;
	height: 22px;
	text-align: left;
	vertical-align: middle;
}


.form_textboxblur
{
	border: solid 1px #a7a7a7;
	background: url(../images/site_images/input_bg.gif) repeat-x;
	background-color: #ececec;
	height: 22px;
	text-align: left;
	width: 90%;
	vertical-align: middle;
	color: #8a8484;
}

.form_boattypelabel
{
	border: solid 1px #a7a7a7;
	background: url(../images/site_images/input_bg.gif) repeat-x;
	background-color: #ececec;
	height: 18px;
	text-align: left;
	padding-left: 5px;
	padding-top: 5px;
	vertical-align: middle;
	width: 173px;
}

.form_textbox120
{
	border: solid 1px #a7a7a7;
	background: url(../images/site_images/input_bg.gif) repeat-x;
	background-color: #ececec;
	height: 22px;
	text-align: left;
	width: 120px;
	vertical-align: middle;
}

.form_textboxNowidth
{
	border: solid 1px #a7a7a7;
	background: url(../images/site_images/input_bg.gif) repeat-x;
	background-color: #ececec;
	height: 22px;
	text-align: left;
	vertical-align: middle;
}
.form_textbox100pre
{
	border: solid 1px #a7a7a7;
	background: url(../images/site_images/input_bg.gif) repeat-x;
	background-color: #ececec;
	height: 22px;
	width: 90%;
	text-align: left;
	vertical-align: middle;
}

.form_pricebox
{
	border: solid 1px #a7a7a7;
	background: url(../images/site_images/input_bg.gif) repeat-x;
	background-color: #ececec;
	height: 22px;
	width: 143px;
	text-align: left;
	vertical-align: middle;
}

.form_button
{
	border: solid 1px #a7a7a7;
	background: url(../images/site_images/select_bg.gif) repeat-x;
	height: 22px;
	text-align: center;
	vertical-align: middle;
}
.form_textbox
{
	width: 197px;
	border: solid 1px #a7a7a7;
	background: url(../images/site_images/input_bg.gif) repeat-x;
	background-color: #ececec;
	height: 22px;
	text-align: left;
	vertical-align: middle;
	padding-left: 3px;
}
.form_dropdown
{
	width: 203px;
	border: solid 1px #a7a7a7;
	background: url(../images/site_images/select_bg.gif) repeat-x;
	background-color: #ececec;
	height: 26px;
	text-align: left;
	vertical-align: middle;
	padding-bottom: 5px;
}

.form_dropdown100
{
	border: solid 1px #a7a7a7;
	background: url(../images/site_images/select_bg.gif) repeat-x;
	background-color: #ececec;
	height: 26px;
	text-align: left;
	vertical-align: middle;
	padding-bottom: 5px;
	width: 100px;
}

.form_smalldropdown
{
	border: solid 1px #a7a7a7;
	background: url(../images/site_images/select_bg.gif) repeat-x;
	background-color: #ececec;
	height: 19px;
	text-align: left;
	vertical-align: middle;
	padding-bottom: 5px;
	font-size: 10px;
}


.form_listbox
{
	width: 198px;
	border: solid 1px #a7a7a7; /*background:	url(../images/site_images/select_bg.gif) no-repeat;*/
	text-align: left;
	vertical-align: middle;
}
.form_listboxNowidth
{
	border: solid 1px #a7a7a7; /*background:	url(../images/site_images/select_bg.gif) no-repeat;*/
	text-align: left;
	vertical-align: middle;
}
.form_fileupload
{
	width: 198px;
	border: solid 1px #a7a7a7;
	background: url(../images/site_images/input_bg.gif) repeat-x;
	height: 22px;
	text-align: left;
	vertical-align: middle;
}

label
{
	font-weight: bold;
	font-size: 12px;
	white-space: nowrap;
}


a
{
	font-size: 11px;
	white-space: nowrap;
}
a:link
{
	color: #19698e;
}
a:visited
{
	color: #19698e;
}
a:hover
{
	text-decoration: none;
	color: #19698e;
}
a:active
{
	color: red;
	text-decoration: none;
}


.instruction_font
{
	color: #204e66;
	white-space: nowrap;
	font-size: 11px; /*	background-image: url(../images/site_images/instructionline.gif); 	background-repeat: repeat-x; 	position: relative;*/
	padding: 10px;
	top: 5px;
	vertical-align: text-bottom;
}





.mandatory
{
	color: #FF0000;
	padding: 4px;
	font-size: 12px;
}


.login_screen
{
	background-image: url(../images/site_images/login_screen.gif);
	background-repeat: no-repeat;
	width: 865px;
	height: 380px;
	position: relative;
	top: 20px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
}

.RedFont
{
	color: #ee1c25;
	font-size: 19px;
}

.BlueFont
{
	color: #204e66;
	font-size: 19px;
}


.blue_headerfont
{
	background-position: left;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	padding: 0px;
	margin: 0px;
}

H1.blue_headerfont
{
	background-position: left;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	font-size: 16px;
}


/*.marketingtool_dottedline  */
.yacht-for-sale-tool-dottedline
{
	border-bottom: dotted 1px #bfc3c4;
	white-space: nowrap;
	font-size: 11px;
}

.menu_bg
{
	background-image: url(../images/site_images/menu-bg.gif);
	background-repeat: repeat-x;
	height: 37px;
	width: 100%;
	vertical-align: bottom;
	position: relative;
	top: 13px;
}

.menu_font a:link
{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.menu_font a:visited
{
	color: #000000;
	text-decoration: underline;
	text-transform: uppercase;
}
.menu_font a:link:hover
{
	color: #ba5c26;
	text-decoration: underline;
	text-transform: uppercase;
}
.menu_font a:active
{
	color: #ba5c26;
	text-decoration: overline underline;
	text-transform: uppercase;
}

.blue_window_header
{
	background-color: #707070;
	color: #FFFFFF;
	border-collapse: collapse;
	white-space: nowrap;
	width: 100px;
}

.blue_window_content
{
	color: #000000;
	background-color: #efefef; /*background-color: #eeeeee;*/
	white-space: nowrap;
	font-size: 11px;
	text-decoration: none;
}

.pagination
{
	background-color: #a7cbdb;
	font-size: 11px;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	white-space: nowrap;
	padding-left: 5px;
	padding-right: 5px;
	width: 50px;
}

.listing_header
{
	background-color: #1c678e;
	color: White;
	padding: 4px;
}

.GridView
{
	background-color: #f5fafd;
	border: solid 1px #c9c9c9;
}

.GridView_Content
{
	font-size: 11px;
	color: #19698e;
}

.GridView_Name
{
	color: red;
	font-weight: bold;
	white-space: pre-line;
}
.GridView_Price
{
	color: #1a5367;
	font-weight: bold;
	font-style: italic;
	white-space: nowrap;
}
.font_black11
{
	font-size: 11px;
	color: #000000; /*white-space:pre-line;*/
}
.font_blue11
{
	font-size: 11px;
	color: #19698e;
}
.step_header
{
	color: #FFFFFF;
	font-size: 23px;
	padding-left: 6px;
	padding-top: 4px;
	padding-bottom: 6px;
	vertical-align: text-top;
}
h4.step_header
{
	color: #FFFFFF;
	font-size: 23px;
	padding: 0px;
	margin: 0px;
}

.viewdetails_content
{
	color: #000000;
	border-collapse: collapse;
	white-space: nowrap;
	font-size: 11px;
	border-bottom: solid 1px #bfced3;
	padding: 5px;
	width: 25%;
}

.viewdetails_content_desc
{
	color: #000000;
	border-collapse: collapse;
	white-space: nowrap;
	font-size: 13px;
	border-bottom: solid 1px #bfced3;
	padding: 5px;
	width: 25%;
}

.viewdetails_header
{
	color: #ffffff;
	border-collapse: collapse;
	background-color: #79b2d0;
	border: solid 1px #79b2d0;
	white-space: nowrap;
	font-weight: bold;
	padding: 2px;
	padding-left: 10px;
	font-size: 14px;
	width: 25%;
	height: 17px;
}

h2.viewdetailss_header
{
	background-position: left;
	color: #FFFFFF;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	white-space: nowrap;
}

.viewdetails_grayborder
{
	border-top: solid 1px #bfced3;
	border-left: solid 1px #bfced3;
	border-right: solid 1px #bfced3;
	border-bottom: solid 1px #bfced3;
	border-collapse: collapse;
	white-space: nowrap;
}

.view_grayheader
{
	background-color: #707070;
	color: White;
	font-size: 11px;
	padding: 5px;
	font-weight: bold;
}

.broker_heading
{
	font-size: 18px;
	color: #11435c;
}

.bluewindow_rightside
{
	border: solid 1px #8dadb8;
	background-color: #f0f4f5;
	padding-right: 2px;
}

.footertext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

.footerlink, a.footerlink:link, a.footerlink:active, a.footerlink:visited
{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 0px;
	padding: 2px;
	line-height: 25px;
	text-align: center;
	cursor: pointer;
	font-weight: 100;
}
a.footerlink:hover
{
	background-color: #003242;
	color: #FFFFFF;
}


.subhead1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 500;
	color: #244b6a;
	text-align: left;
}

.combo
{
	background: none;
	border: none;
}

.subhead
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	vertical-align: middle;
}



.txtflds
{
	background: none;
	border: none;
	padding-left: 4px;
}

.bdytxt2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #58595b;
	text-align: justify;
}

.righttxtlink, a.righttxtlink:link, a.righttxtlink:active, a.righttxtlink:visited
{
	font-size: 12px;
	color: #58595b;
	text-align: justify;
	text-decoration: underline;
}

a.righttxtlink:hover
{
	text-decoration: none;
	color: #000000;
	font-size: 12px;
}



.righthead
{
	font-size: 16px;
	font-weight: bold;
	color: #00365c;
	border-bottom: solid 1px #bfc3c4;
	white-space: nowrap;
	padding-bottom: 5px;
}


.Dashboard_header
{
	color: #565454;
	font-weight: 800;
	font-size: 13px;
}

.article_content
{
	color: #00365c;
	padding-top: 10px;
	line-height: 20px;
	text-align: justify;
}


.premiumhead
{
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #00365c;
	width: 100%;
	padding: 5px;
}
.tableborder
{
	border-bottom: solid 1px #93abb1;
	color: #00365c;
	width: 33.33%;
	padding: 5px;
}

.table_basic
{
	border-bottom: solid 1px #93abb1;
	color: #00365c;
	background-color: White;
	text-align: center;
	height: 40px;
	width: 100%;
}


.premuiumsub_header
{
	color: #00365c;
	border-collapse: collapse;
	background-color: #9bb8c7;
	white-space: nowrap;
	font-weight: bold;
	font-size: 13px;
	padding: 5px;
}

.blackhyper, a.blackhyper:link, a.blackhyper:active, a.blackhyper:visited
{
	color: #0d313c;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
	cursor: pointer;
}
.blackhyper a:link:hover
{
	color: #326887;
	text-decoration: none;
}

.blackhyper_usersearch, a.blackhyper_usersearch:link, a.blackhyper_usersearch:active, a.blackhyper_usersearch:visited, a.blackhyper_usersearch:hover
{
	color: #0d313c;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
}


li.bulletPic
{
	list-style-image: url(../images/site_images/libullet.png);
	vertical-align: baseline;
	width: 9px;
	padding: 5px;
	line-height: 18px;
}


/*ul
{
	 text-align:justify;
 line-height:18px;
 word-spacing:1px;
 white-space: normal;
}*/

.areyou_header
{
	color: #326887;
	font-size: 15px;
	font-weight: bold;
}

.Premium_Members
{
	font-size: 11px;
	color: #19698e;
	border: solid 1px #c9c9c9;
	background-color: #fef4c3;
}
.Premium_Members_Alternate
{
	font-size: 11px;
	color: #19698e;
	border: solid 1px #c9c9c9;
	background-color: Orange;
}
.Free_Members
{
	background-color: #f5fafd;
	border: solid 1px #c9c9c9;
	font-size: 11px;
	color: #19698e;
}

.Free_Members_Alternate
{
	background-color: #99CCCC;
	border: solid 1px #c9c9c9;
	font-size: 11px;
	color: #19698e;
}

.whitelink, a.whitelink:link, a.whitelink:active, a.whitelink:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-align: justify;
	text-decoration: underline;
}
a.whitelink:hover
{
	text-decoration: none;
}


.bluelink, a.bluelink:link, a.bluelink:active, a.bluelink:visited
{
	text-decoration: underline;
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
}


a.whitelink:hover
{
	text-decoration: none;
}


.sortbyname_selected
{
	background-color: White;
	color: #12435c;
	vertical-align: text-bottom;
	padding-left: 4px;
	padding-right: 2px;
	font-weight: bolder;
	text-decoration: none;
}
.sortbyname
{
	background-color: #4786a7;
	color: White;
}
.sort_alternate1
{
	background-color: #f5fafd;
}

.succeed_message
{
	font-size: 14px;
	color: #12435c;
	font-weight: bold;
}

.error_message
{
	color: Red;
}


p
{
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */ /* word-wrap: break-word;        Internet Explorer 5.5+ */
	text-align: justify;
	line-height: 18px;
	word-spacing: 2px;
	white-space: normal; /* IE 7 and above */
}

.bdytxt
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 120px;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	text-align: justify;
	padding: 13px 16px 0px 8px;
	width: 108px;
	vertical-align: top;
	text-align: left;
}

.blue_bg
{
	/*background-color: #e9e9e9;*/
	background-color: #f0f4f5;
}

.splashfont
{
	color: #d8493b;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
	background-color: White;
	width: 300px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	border: solid 4px #cc3300;
}

.splashscreen, a.splashscreen:link, a.splashscreen:active, a.splashscreen:visited
{
	color: #d8493b;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
	text-decoration: underline;
	cursor: pointer;
	font-weight: bold;
}
.splashscreen a:link:hover
{
	color: #cc3300;
	text-decoration: underline;
}
/*ModalPopUp*/
.modalPopUpBackground
{
	background-color: #414141;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.pnlPopUpLeadGen
{
	background-color: #faf9f4;
	font-family: Verdana;
	font-weight: normal;
	font-size: 13px;
	padding: 0px;
	width: 440px;
	height: 220px;
	background-image: url(../images/site_images/login_bg.gif);
	background-repeat: repeat;
	border: solid 4px #ffffff;
}

.pnlShowVideo
{
	background-color: #faf9f4;
	font-family: Verdana;
	font-weight: normal;
	font-size: 13px;
	padding: 0px;
	width: 482px;
	height: 405px;
	background-image: url(../images/site_images/login_bg.gif);
	background-repeat: repeat;
	border: solid 4px #ffffff;
}

.pnlPopUpSplashScreen
{
	background-color: #faf9f4;
	font-family: Verdana;
	font-weight: normal;
	font-size: 13px;
	padding: 0px;
	width: 640px;
	background-image: url(../images/site_images/login_bg.gif);
	background-repeat: repeat;
	border: solid 4px #ffffff;
}

.pnlPopUpSummaryReport
{
	font-family: Verdana;
	font-weight: normal;
	font-size: 13px;
}
.pnlPopUpRequestMoreInfo
{
	background-color: #faf9f4;
	font-family: Verdana;
	font-weight: normal;
	font-size: 13px;
	padding: 0px;
	width: 480px;
	background-image: url(../images/site_images/login_bg.gif);
	background-repeat: repeat;
	border: solid 4px #ffffff;
	height: 350px;
}

.dlSelectedItem
{
	border: solid 1px #ffffff;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #faf9f4;
}

.disablecssfont_white
{
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 2px;
	padding-right: 2px;
}


.pnlPopBoatTypeScreen
{
	background-color: #faf9f4;
	font-family: Verdana;
	font-weight: normal;
	font-size: 13px;
	background-image: url(../images/site_images/login_bg.gif);
	background-repeat: repeat;
	border: solid 4px #ffffff;
}

.pnlPopUpEmbed
{
	background-color: #faf9f4;
	font-family: Verdana;
	font-weight: normal;
	font-size: 13px;
	background-image: url(../images/site_images/login_bg.gif);
	background-repeat: repeat;
	border: solid 4px #ffffff;
}



.pnlPopDashboardDelete
{
	background-color: #faf9f4;
	font-family: Verdana;
	font-weight: normal;
	font-size: 13px;
	padding: 0px;
	width: 480px;
	height: 240px;
	background-image: url(../images/site_images/login_bg.gif);
	background-repeat: repeat;
	border: inset 4px #ffffff;
}


.Brokername, a.Brokername:link, a.Brokername:active, a.Brokername:visited
{
	text-decoration: underline;
	color: #326887;
	font-size: 15px;
	font-weight: bold;
}
a.Brokername:hover
{
	text-decoration: underline;
	color: #6899b5;
	font-size: 15px;
	font-weight: bold;
}

.Companyname, a.Companyname:link, a.Companyname:active, a.Companyname:visited
{
	text-decoration: underline;
	color: #326887;
	font-size: 12px;
	font-weight: bold;
}
a.Companyname:hover
{
	text-decoration: underline;
	color: #6899b5;
	font-size: 12px;
	font-weight: bold;
}


.Tabfont, a.Tabfont:link, a.Tabfont:active, a.Tabfont:visited, a.Tabfont:hover
{
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
	font-weight: 100;
	letter-spacing: 1px;
	font-family: Arial;
}


.tabselectedleft
{
	background-image: url(../images/Site_Images/menus/left.gif);
	width: 5px;
	height: 22px;
}

.tabselectedmiddle
{
	background-image: url(../images/Site_Images/menus/middle_bg.gif);
	background-repeat: repeat-x;
	height: 22px;
	text-align: center;
}

.tabselectedright
{
	background-image: url(../images/Site_Images/menus/right.gif);
	width: 5px;
	height: 22px;
}



.Summaryheader
{
	color: #326887;
	font-size: 18px;
	font-weight: bold;
}

.pnlPopMarketingScreen
{
	background-color: #faf9f4;
	font-family: Verdana;
	font-weight: normal;
	font-size: 13px;
	background-image: url(../images/site_images/login_bg.gif);
	background-repeat: repeat;
	border: solid 4px #ffffff;
	width: 350px;
}

/*marketing_header*/
.yacht-for-sale-header
{
	color: #204e66;
	font-size: 25px;
	white-space: nowrap;
	padding-left: 10px;
}
.ReportCountSelected
{
	background-color: Yellow;
}
.ReportCountNotSelected
{
	background-color: Blue;
}

.membershiplevel
{
	font-size: 14px;
	color: #12435c;
	font-weight: bold; /*	border: solid 1px #a7a7a7; 	background: url(../images/site_images/input_bg.gif) repeat-x; */
}


.textellipsis
{
	width: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

li
{
	padding-bottom: 5px;
	padding-top: 5px;
}

.articlehyper, a.articlehyper:link, a.articlehyper:active, a.articlehyper:visited
{
	color: #00365c;
	font-size: 12px;
	text-decoration: underline;
	text-align: left;
	cursor: pointer;
}

.articlehyper a:link:hover
{
	color: #326887;
	text-decoration: none;
}

.home_blog
{
	color: #016aac;
	font-weight: bold;
	font-size: 14px;
}

h3
{
	color: #016aac;
	font-weight: bold;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}

.gray_italic
{
	font-size: 12px;
	color: Gray;
	font-style: italic;
	padding-top: 5px;
	padding-bottom: 5px;
}

.displayonclick
{
	display: none;
}


.video_header
{
	color: #125373;
	font-size: 12px;
	font-weight: bold;
	white-space: normal;
}

.video_description
{
	color: #125373;
	font-size: 10px;
	font-weight: bold;
	line-height: 18px;
	word-spacing: 2px;
	white-space: normal;
}

div.hr
{
	margin: 0px;
	padding: 0px;
	line-height: 1px;
	font-size: 1px;
	border-bottom: solid 1px #818184;
}



.pnlCopyBoat
{
	background-color: #faf9f4;
	font-family: Verdana;
	font-weight: normal;
	font-size: 13px;
	padding: 0px;
	height: 170px;
	width: 450px;
	background-image: url(../images/site_images/login_bg.gif);
	background-repeat: repeat;
	border: solid 4px #ffffff;
}


li.sitemap
{
	list-style-image: url(../images/site_images/arrow-right.png);
	vertical-align: baseline;
	width: 9px;
	padding: 5px;
	padding-left: 0px;
	line-height: 18px;
}

.serviceshyper, a.serviceshyper:link, a.serviceshyper:active, a.serviceshyper:visited
{
	color: #326887;
	font-size: 14px;
	text-decoration: underline;
	text-align: left;
	cursor: pointer;
	padding-left: 10px;
	padding-right: 15px;
}

.serviceshyper a:link:hover
{
	color: #125373;
	text-decoration: none;
}



#wrapper
{
	width: 100%;
}
ul.tabs
{
	width: 500px;
	margin: 0;
	padding: 0;
	cursor: pointer;
}
ul.tabs li
{
	display: block;
	float: left;
	padding: 0px;
	padding-left: 5px;
	margin-left: 0px;
}
ul.tabs li a
{
	display: block;
	float: left;
	padding: 5px;
	filter: progid:DXImageTransform.Microsoft.gradient (startColorstr=#dae4e9, endColorstr=#a9b1b3);
	color: #000000;
	background-color: #a9b1b3;
	font-size: 12px;
	margin-left: 0px;
	width: 120px;
	text-align: center;
	text-decoration: none;
}
.selected
{
	font-weight: bold;
	border: 1px solid #a9b1b3;
}
.tab-content
{
	clear: both;
	border: 1px solid #a9b1b3;
	padding: 10px;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */ /* word-wrap: break-word;        Internet Explorer 5.5+ */
	text-align: justify;
	line-height: 18px;
	word-spacing: 2px;
	white-space: normal; /* IE 7 and above */
	height: 85px;
}

.border_fulltable
{
	border: solid 1px #93abb1;
	color: #00365c;
	padding: 5px;
}

.preload1
{
	background: url(../images/site_images/menus/three_1.jpg);
}
.preload2
{
	background: url(../images/site_images/menus/three_1a.jpg);
}

#nav
{
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	z-index: 500;
	background-image: #fff url(../images/site_images/menus/three_0.jpg) repeat-x;
	font-weight: 100;
	letter-spacing: 1px;
	font-family: Arial;
	font-size: 12px;
	width:700px;
}

#nav li.top
{
	display: block;
	float: left;
	font-weight: 100;
	letter-spacing: 1px;
	font-family: Arial;
	font-size: 12px;
}
#nav li a.top_link
{
	display: block;
	float: left;
	line-height: 25px;
	color: #fff;
	text-decoration: none;
	font-weight: 100;
	letter-spacing: 1px;
	font-family: Arial;
	font-size: 12px;
	padding: 0 0 0 12px;
	cursor: pointer;
	background: url(../images/site_images/menus/three_01.jpg);
}
#nav li a.top_link span
{
	float: left;
	display: block;
	padding: 0 24px 0 12px;
	
	background: url(../images/site_images/menus/three_01.jpg) right top no-repeat;
}
/*#nav li a.top_link span.down {
	float:left; 
	display:block; 
	padding:0 24px 0 12px; 
	height:25px; 
	background: url(../images/three_0a.jpg) no-repeat right top  ;
}*/

#nav li:hover a.top_link
{
	color: #fff;
	background: url(../images/site_images/menus/three_1.jpg);
}
#nav li:hover a.top_link span
{
	background: url(../images/site_images/menus/three_1.jpg) no-repeat right top;
}
#nav li:hover a.top_link span.down
{
	background: url(../images/site_images/menus/three_1a.jpg) no-repeat right top;
}
#nav li a.active_link
{
	display: block;
	float: left;
	line-height: 25px;
	color: #fff;
	text-decoration: none;
	font-weight: 100;
	letter-spacing: 1px;
	font-family: Arial;
	font-size: 12px;
	padding: 0 0 0 12px;
	cursor: pointer;
	background: url(../images/site_images/menus/three_1.jpg) no-repeat;
}
#nav li a.active_link span
{
	background: url(../images/site_images/menus/three_1.jpg) no-repeat right top;
	float: left;
	display: block;
	padding: 0 24px 0 12px;
	
}
#nav li a.active_link span.down
{
	background: url(../images/site_images/menus/three_1a.jpg) no-repeat right top;
}

/* Default list styling */

#nav li:hover
{
	position: relative;
	z-index: 200;
}

#nav li:hover ul.sub
{
	left: -0.11px;
	top: 28px;
	background: #2e4e67;
	padding-bottom: 3px;
	padding-top: 3px;
	white-space: nowrap;
	width: 237px;
	height: auto;
	z-index: 300;
}
#nav li:hover ul.sub li
{
	display: block;
	height: 20px;
	position: relative;
	float: left;
	width: 237px;
	font-weight: 100;
	letter-spacing: 1px;
	font-family: Arial;
	font-size: 12px;
}
#nav li:hover ul.sub li a
{
	display: block;
	font-size: 12px;
	height: 18px;
	width: 100%;
	line-height: 18px;
	text-indent: 5px;
	color: #fff;
	text-decoration: none;
	text-align: left;
	border-bottom: dotted 1px #fff;
}
#nav li ul.sub li a.fly
{
	background: #2e4e67 url(../images/site_images/menus/arrow.gif) 80px 6px no-repeat;
}
#nav li:hover ul.sub li a:hover
{
	background: #38afe7;
	border: solid 1px #ffffff;
	padding: 0px;
	margin: 0px;
}
#nav li:hover ul.sub li a.fly:hover
{
	background: #38afe7 url(../images/site_images/menus/arrow_over.gif) 80px 6px no-repeat;
	color: #fff;
}


#nav li:hover li:hover ul, #nav li:hover li:hover li:hover ul, #nav li:hover li:hover li:hover li:hover ul, #nav li:hover li:hover li:hover li:hover li:hover ul
{
	left: 90px;
	top: -4px;
	background: #80c2e0;
	padding-bottom: 3px;
	padding-top: 3px;
	white-space: nowrap;
	z-index: 400;
	height: auto;
}

#nav ul, #nav li:hover ul ul, #nav li:hover li:hover ul ul, #nav li:hover li:hover li:hover ul ul, #nav li:hover li:hover li:hover li:hover ul ul
{
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li:hover li:hover a.fly, #nav li:hover li:hover li:hover a.fly, #nav li:hover li:hover li:hover li:hover a.fly, #nav li:hover li:hover li:hover li:hover li:hover a.fly
{
	background: #38afe7 url(../images/site_images/menus/arrow_over.gif) 80px 6px no-repeat;
	color: #fff;
	border-color: #fff;
}

#nav li:hover li:hover li a.fly, #nav li:hover li:hover li:hover li a.fly, #nav li:hover li:hover li:hover li:hover li a.fly
{
	background: #80c2e0 url(../images/site_images/menus/arrow.gif) 80px 6px no-repeat;
	color: #000;
	border-color: #80c2e0;
}


.selected_tab
{
	background: #38afe7;
	color: #fff;
	border: solid 1px #fff;
	padding: 0px;
	margin: 0px;
}

/*1st page*/
.main-image-container
{
	width: 670px;
	height: 245px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	color: #0c5288;
}
.main-image-rounded-left
{
	width: 20px;
	height: 245px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	float: left;
	background: url(../images/site_images/homediv/image-holder-rounded-left.png) no-repeat;
}
.main-image-rounded-right
{
	width: 20px;
	height: 245px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	float: right;
	background: url(../images/site_images/homediv/image-holder-rounded-right.png) no-repeat;
}
.main-image-details-holder
{
	width: 630px;
	height: 235px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	padding-top: 10px;
	float: left;
	background: url(../images/site_images/homediv/image-holder-body-bg.jpg) repeat-x;
}
.header-holder
{
	width: 615px;
	height: auto;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.main-image-container h3
{
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	font-size: 24px;
	line-height: 28px;
}
.main-image-container h4
{
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	font-size: 15px;
	line-height: 18px;
}
.decription-holder
{
	width: 615px;
	height: auto;
	padding: 0;
	margin: 0;
	margin-top: 15px;
	overflow: hidden;
}
.decription-holder p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	margin: 0;
	padding: 0;
}
.image-link-holder
{
	width: 615px;
	height: auto;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.image-link-holder ul
{
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.image-link-holder ul li
{
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	float: left;
	padding-right: 20px;
}
.image-link-holder ul li a
{
	padding: 0;
	margin: 0;
	overflow: hidden;
	font-size: 13px;
	text-decoration: underline;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0c5288;
}
.image-link-holder ul li a:hover
{
	text-decoration: none;
}
.img-style
{
	border: none;
	padding: 0;
	margin: 0 auto;
	margin-top: 5px;
}

/*2nd page*/
/*.main-image-rounded-right2{
	width:20px;
	height:245px;
	padding:0;
	margin:0;
	overflow:hidden;
	float:right;
	background:url(../images/image-holder2-rounded-right.jpg) no-repeat;
}*/
.bowrider-description-link
{
	width: 375px;
	height: auto;
	float: left;
	text-decoration: none;
}
.bowrider-description-link p
{
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #252525;
	text-align: justify;
	text-decoration: none;
}
.style-more
{
	display: block;
	text-align: right;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #252525;
}
.bowrider-description-link a:hover
{
	text-decoration: none;
}
.bowrider-description
{
	overflow: hidden;
	padding: 0;
	margin: 0;
	margin-top: 15px;
	height: 125px;
}
.img-btn-holder
{
	width: 240px;
	height: 200px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	float: left;
}
.img-btn-holder img
{
	position: absolute;
	z-index: 100px;
	margin-left: 17px;
}
.bowrider-boats-links
{
	width: 375px;
	height: auto;
	clear: both;
}
.bowrider-boats-links ul
{
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	padding-left: 20px;
}
.bowrider-boats-links ul li
{
	margin: 0;
	padding: 0;
	float: left;
	margin-right: 13px;
	list-style: url(../images/site_images/homediv/bulletin.jpg);
}
.bowrider-boats-links ul li a
{
	font-size: 12px;
	color: #0950a1;
	margin-right: 10px;
	line-height: 25px;
	font-family: Arial, Helvetica, sans-serif;
}
.slider-arrow
{
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.slider-arrow a img
{
	border: none;
	z-index: inherit;
	border: none;
	margin-top: 150px;
	float: left;
}


.msg_list
{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.msg_head
{
	margin: 0px;
	padding:5px;
	
	background-image: url(../images/site_images/broker_helpicon.gif);
	background-repeat: no-repeat;
	background-position: right;
	cursor: pointer;
	width: 600px;
	text-align:justify;
	color:#ffffff;
	border-bottom:solid 2px #ffffff;
	
	
}
.msg_body
{
	margin: 0;
	padding:2px;
	padding-left:5px;
	padding-right:5px;
	background-color: #e4edf2;
	line-height:2;
	text-align:justify;
	border-left:solid 1px #cccccc;
	border-right:solid 1px #cccccc;
	border-bottom:solid 1px #cccccc;
}

