/* Default CSS Stylesheet for a new Web Application project */

.GeneralPage
{
background-color: Black; /* Background Color */
margin-bottom: 5px; /* Margins */
margin-left: 5px; /* Margins */
margin-right: 5px; /* Margins */
margin-top: 5px; /* Margins */
}



.GeneralTable
{
background-color: Black; /* Background Color */
}

.TopBanner
{
font-family: Arial; /* Font Face */
font-size: 8pt; /* Font Size */
color: Black; /* Font Color */
font-weight: Bold; /* Font Style */
text-decoration: none;
font-style: normal; /* FontStyle */
background-color: /* Background color */
text-align: Left; /* Align Text */
}

.TopSubBanner
{
font-family: Verdana; /* Font Face */
font-size: 8pt; /* Font Size */
color: #2885CF; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: #2885CF; /* Background color */
text-align: Left; /* Align Text */
}

.LeftColumn
{
font-family: Verdana; /* Font Face */
font-size: 8pt; /* Font Size */
color: White; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: #2885CF; /* Background color */
text-align: Left; /* Align Text */
vertical-align: Top; /* Align Text */
width: 18%;}

.RightColumn
{
font-family: Verdana; /* Font Face */
font-size: 8pt; /* Font Size */
color: White; /* Font Color */
font-style: normal; /* Font Style */
font-weight: Normal; /* Font Style */
text-decoration: none;
background-color: #2885CF; /* Background color */
text-align: Center; /* Align Text */
vertical-align: Top; /* Align Text */
width: 100px;}

.Footer
{
font-family: Verdana; /* Font Face */
font-size: 8pt; /* Font Size */
color: Black; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: black; /* Background color */
background-image: url(images/images/blacksquare.gif); /* Background Image */
text-align: Center; /* Align Text */
vertical-align: Top; /* Align Text */
}

.Instructions
{
font-family: Verdana; /* Font Face */
font-size: 8pt; /* Font Size */
color: Black; /* Font Color */
font-weight: normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #E4F4FF; /* Background color */
text-align: Left; /* Align Text */
}

.ErrorMessages
{
font-family: Verdana; /* Font Face */
font-size: 8pt; /* Font Size */
color: #c90d4f; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #e4f4ff; /* Background color */
text-align: Left; /* Align Text */
}

.Messages
{
font-family: Verdana; /* Font Face */
font-size: 8pt; /* Font Size */
color: #0000A0; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #E4F4FF; /* Background color */
text-align: Left; /* Align Text */
}

.Headings
{
font-family: Verdana; /* Font Face */
font-size: 10pt; /* Font Size */
color: Black; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #79B0DF; /* Background color */
text-align: Left; /* Align Text */
}

.Content
{
font-family: Verdana; /* Font Face */
font-size: 8pt; /* Font Size */
color: Black; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #ADDFFF; /* Background color */
text-align: Left; /* Align Text */
}

.ContentTableHeader
{
font-family: Verdana; /* Font Face */
font-size: 10pt; /* Heading Font Size */
color: Black; /* Heading Font Color */
font-weight: Bold; /* Heading Font Style */
font-style: normal; /* Heading FontStyle */
text-decoration: none; /* Heading Font Style */
background-color: #ADDFFF; /* Background color */
text-align: Left; /* Align Text */
}

.ContentTable
{
background-color: #ADDFFF;
}

.ContentTableHorizontal
{
background-color: #ADDFFF;
}

/* Default CSS Stylesheet for Diver Dan's website */


.Messages
{
	border-right: #2885cf 1px solid;
	padding-right: 3px;
	border-top: #2885cf 1px solid;
	padding-left: 3px;
	font-weight: bold;
	font-size: 8pt;
	padding-bottom: 3px;
	vertical-align: super;
	border-left: #2885cf 1px solid;
	color: #0000a0;
	padding-top: 3px;
	border-bottom: #2885cf 1px solid;
	font-style: normal;
	font-family: Verdana;
	background-color: #e4f4ff;
	text-align: left;
	text-decoration: none;
}

/* ClassMessages - used for confirmation messages on registration fees */
.ClassMessages
{
	border-right: #2885cf 1px solid;
	padding-right: 3px;
	border-top: #2885cf 1px solid;
	padding-left: 3px;
	font-weight: normal;
	font-size: 8pt;
	padding-bottom: 3px;
	vertical-align: super;
	border-left: #2885cf 1px solid;
	color: #0000a0;
	padding-top: 3px;
	border-bottom: #2885cf 1px solid;
	font-style: normal;
	font-family: Verdana;
	background-color: #e4f4ff;
	text-align: left;
	text-decoration: none;
}

.ContentC
{
	font-weight: normal;
	font-size: 8pt;
	color: black;
	font-style: normal;
	font-family: Verdana;
	background-color: #addfff;
	text-align: center;
	text-decoration: none;
}

.ContentFooter
{
font-family: Verdana; /* Font Face */
font-size: 8pt; /* Font Size */
color: White; /* Font Color */
font-weight: normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #000000; /* Background color */
}


a:link.FooterLink
{ color: White;
	font-family: Verdana;
	font-size: 8pt;
	font-style:normal;
	font-weight:normal;
	text-decoration: none; /* Font Style */
}

a:visited.FooterLink
{ color: White;
	font-family: Verdana;
	font-size: 8pt;
	font-style:normal;
	font-weight:normal;
	text-decoration: none; /* Font Style */
}

a:active.FooterLink
{ color: White;
	font-family: Verdana;
	font-size: 8pt;
	font-style:normal;
	font-weight:normal;
	text-decoration: none; /* Font Style */
}

a:hover.FooterLink
{ color: White;
	font-family: Verdana;
	font-size: 8pt;
	font-style:normal;
	font-weight:normal;
	text-decoration: none; /* Font Style */
}

a:link.ContentLink
{ color: #2885CF;
	font-family: Verdana;
	font-size: 8pt;
	font-style:normal;
	font-weight:bold;
	text-decoration: none; /* Font Style */
}

a:visited.ContentLink
{ color: #2885CF;
	font-family: Verdana;
	font-size: 8pt;
	font-style:normal;
	font-weight:bold;
	text-decoration: none; /* Font Style */
}

a:hover.ContentLink
{
	font-weight: bold;
	font-size: 8pt;
	color: #000099;
	font-style: normal;
	font-family: Verdana;
	text-decoration: none;
}

/* Left Menu Bar */


a:link.MenuLink
{ color: White;
	font-family: Verdana;
	font-size: 8pt;
	font-style:normal;
	font-weight:normal;
	text-decoration: none; /* Font Style */
}

a:visited.MenuLink
{ color: White;
	font-family: Verdana;
	font-size: 8pt;
	font-style:normal;
	font-weight:normal;
	text-decoration: none; /* Font Style */
}

a:active.MenuLink
{ color: White;
	font-family: Verdana;
	font-size: 8pt;
	font-style:normal;
	font-weight:normal;
	text-decoration: none; /* Font Style */
}

a:hover.MenuLink
{ color: White;
	font-family: Verdana;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none; /* Font Style */
}


/* Page Content */

.ContentLarge
{
font-family: Verdana; /* Font Face */
font-size: 10pt; /* Font Size */
color: Black; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #ADDFFF; /* Background color */
}

.ContentSmall
{
font-family: Verdana; /* Font Face */
font-size: 6pt; /* Font Size */
color: Black; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #ADDFFF; /* Background color */
}

.ContentLargeBold
{
font-family: Verdana; /* Font Face */
font-size: 10pt; /* Font Size */
color: Black; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #ADDFFF; /* Background color */
text-align: Left; /* Align Text */
}

.ContentLargerBold
{
font-family: Verdana; /* Font Face */
font-size: 12pt; /* Font Size */
color: Black; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #ADDFFF; /* Background color */
text-align: Left; /* Align Text */
}

.ContentTableHeader
{
font-family: Verdana; /* Font Face */
font-size: 10pt; /* Heading Font Size */
color: Black; /* Heading Font Color */
font-weight: Bold; /* Heading Font Style */
font-style: normal; /* Heading FontStyle */
text-decoration: none; /* Heading Font Style */
background-color: #ADDFFF; /* Background color */
text-align: Left
}

.videoHeaderSmall
{
	font-family: Verdana;
	font-size: 8pt;
	color: #0000A0;
	font-weight: Normal;
	font-style: Normal;
}

a:link.videoLink
{
	font-weight: normal;
	font-size: 8pt;
	color: gray;
	font-family: Verdana;
	text-decoration: none;
}

a:visited.videoLink
{
	font-weight: normal;
	font-size: 8pt;
	color: gray;
	font-family: Verdana;
	text-decoration: none;
}

a:hover.videoLink
{
	font-weight: normal;
	font-size: 8pt;
	color: dodgerblue;
	font-family: Verdana;
	text-decoration: none;
}

.SalePrice
{
font-family: Verdana; /* Font Face */
font-size: 10pt; /* Font Size */
color: #990000; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #ADDFFF; /* Background color */
text-align: Left; /* Align Text */
}

.ImageBorder
{
	text-decoration: none;
	border-right: #2885cf 0px solid;
	border-top: #2885cf 0px solid;
	border-left: #2885cf 0px solid;
	border-bottom: #2885cf 0px solid; 
}

/* Class information for class pages */

.ScheduleHeader
{
	font-family: Verdana;
	font-size: 14pt;
	color: #0000A0;
	font-weight: Bold;
	font-style: Normal;
}

.ScheduleSubHeader
{
	font-family: Verdana;
	font-size: 10pt;
	color: #0000A0;
	font-weight: Bold;
	font-style: Normal;
}

.ScheduleSubHeaderSmall
{
	font-family: Verdana;
	font-size: 8pt;
	color: #0000A0;
	font-weight: Bold;
	font-style: Normal;
}

.ScheduleHeaderText
{
	font-family: Verdana;
	font-size: 8pt;
	color: Black;
	font-weight: Normal;
	font-style: Normal;
	background-color: #99ccff;
}

.classWelcomeHeader
{
	font-weight: bold;
	font-size: 10pt;
	color: lightcoral;
	font-style: normal;
	font-family: Verdana;
}

/* Trip Styles */

.TripHeader
{
	font-family: Verdana;
	font-size: 14pt;
	color: #990000;
	font-weight: Bold;
	font-style: Normal
}

.TripHeaderItalic
{
	font-weight: bold;
	font-size: 14pt;
	color: #990000;
	font-style: italic;
	font-family: Verdana;
}

.TripSubHeader
{
	font-family: Verdana;
	font-size: 10pt;
	color: #990000;
	font-weight: Bold;
	font-style: Normal;
}

a:link.TripLink
{ color: #000000;
	font-family: Verdana;
	font-size: 10pt;
	font-weight:bold;
	text-decoration: none
}

a:visited.TripLink
{ color: #000000;
	font-family: Verdana;
	font-size: 10pt;
	font-weight:bold;
	text-decoration: none
}

a:hover.TripLink
{
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	font-family: Verdana;
	text-decoration: none;
}

a:link.TripHeaderLink
{ color: #990000;
	font-family: Verdana;
	font-size: 10pt;
	font-weight:bold;
	text-decoration: none
}

a:visited.TripHeaderLink
{ color: #990000;
	font-family: Verdana;
	font-size: 10pt;
	font-weight:bold;
	text-decoration: none
}

a:hover.TripHeaderLink
{
	font-weight: bold;
	font-size: 10pt;
	color: #990000;
	font-family: Verdana;
	text-decoration: none;
}

.TripUpsellMessages
{
	font-weight: bold;
	font-size: 8pt;
	color: black;
	font-style: normal;
	font-family: Verdana;
	background-color: #e4f4ff;
	text-align: left;
	text-decoration: none;
}

a:general {  font-family: verdana; font-size: 8pt; color: #0514AA; text-decoration:none;}
a:active {  font-family: Verdana; font-size: 8pt; color: #0033CC; text-decoration: none;}
a:visited {  font-family: Verdana; font-size: 8pt; color: #0514AA; text-decoration: none;}
a:hover {	font-weight: Normal; font-size: 8pt; color: #990033; font-family: Verdana;text-decoration: none;}
a:link  { font-family: Verdana; font-size: 8pt; color: #000066; text-decoration:none;}


/* Asterik for Required Fields */

.RequiredAsterik
{
font-family: Verdana; /* Font Face */
font-size: 8pt; /* Font Size */
color: #c90d4f; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #ADDFFF; /* Background color */
text-align: Left; /* Align Text */
}
/* Main Page */

.MainPageHeader
{
	font-weight: bold;
	font-size: large;
	color: #cc0033;
	font-family: Verdana;
	text-decoration: none;
}

/* NMS */

.NMSHeadings
{
	font-weight: bold;
	font-size: 10pt;
	color: #336699;
	font-style: italic;
	font-family: Verdana;
	text-align: left;
	text-decoration: none;
}

/* Image - Catalog Main */

.imgCat
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	width: 100px;
	border-bottom: #000000 1px solid;
	height: 100px;
	text-align: center;
	text-decoration: none;
}

/* Store Catlog */

.catHeader
{
	font-family: Verdana;
	font-size: 20pt;
	color: #990000;
	font-weight: Bold;
	font-style: Normal
}

.catHeaderItalic
{
	font-weight: bold;
	font-size: 14pt;
	color: #990000;
	font-style: italic;
	font-family: Verdana;
}

.catSubHeader
{
	font-family: Verdana;
	font-size: 14pt;
	color: #990000;
	font-weight: Bold;
	font-style: Normal;
}

.imageBorder
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}

/* Main Page Header */



.mainHeader
{
	font-weight: normal;
	font-size: 12pt;
	color: #0000a0;
	font-style: normal;
	font-family: Verdana;
	text-decoration: none;
}

a:active.mainHeaderLink
{	
	color: #0000A0;
	font-family: Verdana;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none; /* Font Style */
}

a:link.mainHeaderLink
{	
	color: #0000A0;
	font-family: Verdana;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none; /* Font Style */
}

a:visited.mainHeaderLink
{
	font-weight: normal;
	font-size: 12pt;
	color: #0000A0;
	font-style: normal;
	font-family: Verdana;
	text-decoration: none;
}

a:hover.mainHeaderLink
{
	font-weight: normal;
	font-size: 12pt;
	color: #0000A0;
	font-style: normal;
	font-family: Verdana;
	text-decoration: none;
}


.main1Header
{
	font-size: 12pt;
	color: fuchsia;
	font-family: Verdana;
}
