﻿/************************* Module Layout Styles *************************/
div.BoatShowBase{
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 10px;
	font-size: 0px;
	color: #444;
	font-family: Verdana, Arial, Helvetica, sans-serif
}
html.BoatShowBase, html.BoatShowBase td{
	font-size: 12px;
	color: #444;
	font-family: Verdana, Arial, Helvetica, sans-serif
}
.BoatShowBase .ModuleTitle{
	padding-right: 4px;
	padding-top: 4px
}
.BoatShowBase .ModuleTitle .Head{
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	height: 28px;
	color: #000000;
	padding-bottom: 5px
}
.BoatShowBase  .ModuleContent{
	vertical-align: top
}
.BoatShowBase  .BoxRightBorder{
	margin: 0;
	padding-bottom: 0;
	padding-top: 0;
	padding-left: 0px;
	padding-right: 15px;
	border-right: #CCC 1px solid
}
.BoxNoBorder{
}
.BoatShowBase  .BoxNoBorder{
	margin: 0;
	padding-bottom: 0;
	padding-top: 0;
	padding-left: 10px;
	padding-right: 0px
}
/*====================================Module Content Text Styles====================================*/
.BoatShowBase h1, .BoatShowBase .Head{
	font-weight: normal;
	font-size: 20px;
	color:#333;
	font-family: Tahoma, Arial, Helvetica, sans-serif
}
.BoatShowBase h2,.BoatShowBase .SubHead{
	font-weight: bold;
	font-size: 15px;
	color: #933A3A;
	font-family: Tahoma, Arial, Helvetica, sans-serif
}
.BoatShowBase .SubHeadRed{
	font-weight: bold;
	font-size: 15px;
	color: #933A3A;
	font-family: Tahoma, Arial, Helvetica, sans-serif
}
.BoatShowBase h3, .BoatShowBase h4, .BoatShowBase h5, .BoatShowBase h6{
	font-weight: bold;
	font-size: 12px;
	color:blackfont-family: Tahoma, Arial, Helvetica, sans-serif
}
.BoatShowBase p, .BoatShowBase .Normal, .BoatShowBase td{
	font-weight: normal;
	font-size: 12px;
	line-height: 17px;
	color: #444;
	font-family: Verdana, Arial, Helvetica, sans-serif
}
.NormalSmall{
}
.BoatShowBase .NormalSmall{
	font-weight: normal;
	font-size: 10px;
	line-height: 14px;
	color: #444;
	font-family: Verdana, Arial, Helvetica, sans-serif
}
.BoatShowBase a, .BoatShowBase a:link, .BoatShowBase a:visited,  .BoatShowBase a:active{
	color: #444;
	font-size: 12px;
	text-decoration: underline
}
.BoatShowBase a:hover{
	color: red;
	text-decoration: underline;
	font-size: 12px
}
.BoatShowBase hr{
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 1px;
	color: #cccccc;
	background-color: #cccccc;
	border-bottom-style: none
}
.BoatShowBase .Field{
	font-weight: normal;
	font-size: 10px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F5F5F5;
	border: 1px dimgray solid;
}
.BoatShowBase .Button, .BoatShowBase a.Button, .BoatShowBase a:link.Button, .BoatShowBase a:visited.Button, .BoatShowBase a:hover.Button, .BoatShowBase a:active.Button{
	font-family: Verdana, Helvetica, sans-serif;
	border-bottom: 1px solid #696969;
	border-top: silver 1px solid;
	border-right: 1px solid #696969;
	border-left: silver 1px solid;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 1em;
	padding-left: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	margin-top: 0.1em;
	margin-bottom: 0.1em;
	overflow: visible;
	color:gray;
	background-image: url(button.gif);
	background-repeat: repeat-x;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	line-height:22px
}
.BoatShowBase input.Button{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height:16px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-bottom: 2px
}