/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: #C0C0C0;
    FONT-FAMILY: Verdana, Arial, sans-serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
h1
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 18px;
	font-weight: bold;
	color: #172F68;	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
}
h2
{
	font-size: 16px;
	font-weight: bold;
	color: #172F68;	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
}


h5
{
	color: #4168C4;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 8px 0px;	
	
}
p
{
	margin: 0px 0px 0px 5px;
	padding: 7px 2px 7px 2px;
	font-size: 14px;
	font-family: Verdana, Arial, Sans-serif;	
	
}
p.boats
{
	margin: 0px 5px 0px 5px;
	padding: 0px 3px 0px 3px;	
}
p image
{
	padding: 0px;
	margin: 5px;	
}
ul.fleet
{
	margin: 10px 0px 0px 28px;
	padding: 0px 0px 0px 0px;
	list-style: none;	
}
ul.fleet li
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 3px 0px;	
}
ul.fleet li a
{
	color: #4168C4;
	text-decoration: none;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;	
	font-weight: bold;
}
ul.fleet li a:hover
{
	color: #4168C4;
	text-decoration: underline;	
}
tr.main
{
	background-color: #ffffff;
	font-size: 11px;
	color: #000000;	
}
tr.main span.bigger
{
	font-size: 18px;
	font-weight: normal;	
}
table.reservations
{
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Arial, Sans-Serif;	
}
table.footer
{
	background-color: #0F1C3C;	
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}
table.rightnav
{
	background-color: #E3E5E8;	
}
td.rightnav
{
	background-color: #E3E5E8;	
}
td.nav
{
	background-image: url(images/nav_bg.gif);
	background-repeat: repeat;	
}
tr.nav
{
	background-image: url(images/nav_bg.gif);
	background-repeat: repeat;	
	color: #ffffff;
	font-size: 10px;
	font-family: Verdana, Arial, Sans-Serif;
}

tr.nav a
{
	color: #ffffff;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}
tr.nav a:visited
{
	color: #ffffff;
	text-decoration: none;
}
tr.nav a:hover
{
	color: #ffffff;
	text-decoration: underline;
}
td.blueheader
{
	background-color: #4168C4;
	color: #ffffff;
	font-size: 13px;
	font-family: Verdana, Arial, Sans-Serif;	
}
td.main
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	font-family: Verdana, Arial, Sans-serif;	
}
table.admin
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	color: #000000;	
}
a.pLink
{
	color: #4168C4;
	text-decoration: none;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;	
	font-weight: bold;
}
a.pLink:hover
{
	color: #4168C4;
	text-decoration: underline;
}
b.normal
{
	font-weight: bold;
	font-size: 11px;	
}
b.red
{
	font-weight: bold;
	font-size: 11px;	
	color: Red;
}
b.blue
{
	font-weight: bold;
	font-size: 11px;	
	color: Blue;
}
b.lefth1
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 18px;
	font-weight: bold;
	color: #172F68;	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
b.right
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
b.left
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.alert
{
	color: Red;	
}