/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: #cccccc;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

A:active
{
	font-size: 8pt;
	color: #ffffff;
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
}
A:visited
{
	font-size: 8pt;
	color:#ffffff;
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
}
A:hover
{
	font-size: 8pt;
	color: red;
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
}
A:link
{
	font-size: 8pt;
	color: #ffffff;
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
}
.buttonsTop
{
	border-top: white 1px solid;
	padding-left: 10px;
	font-size: 8pt;
	color: white;
	border-bottom: white 1px solid;
	font-family: Verdana, Arial;
}
.Address
{
	border-top: white 1px solid;
	font-size: 8pt;
	color: white;
	border-bottom: white 1px solid;
	font-family: Verdana, Arial;
}
.GrayBar
{
	padding-left: 15px;
	font-size: 12pt;
	color: #CCCCCC;
	border-bottom: white 1px solid;
	font-family: Verdana, Arial;
}
.footer
{
	border-top: white 1px solid;
	font-size: 7pt;
	color: white;
	border-bottom: white 1px solid;
	font-family: Verdana, Arial;
	background-color: #336699;
}
.InfoBarTop
{
	font-size: 8pt;
	color: white;
	border-bottom: white 1px solid;
	font-family: Verdana, Arial;
}
.Logon
{
	border-right: white 1px solid;
	padding-right: 5px;
	border-top: white 1px solid;
	padding-left: 5px;
	font-size: 7pt;
	padding-bottom: 5px;
	border-left: white 1px solid;
	color: white;
	padding-top: 5px;
	border-bottom: white 1px solid;
	font-family: Verdana, Arial;
	background-color: #336699;
}
.buttons
{
	border-right: white 1px solid;
	border-top: white 1px solid;
	padding-left: 10px;
	font-size: 10pt;
	padding-bottom: 2px;
	color: #336699;
	padding-top: 2px;
	border-bottom: white 1px solid;
	font-family: Verdana, Arial;
	background-color: #cccccc;
}

.borderTotalLeft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-Left-width: 1px;
	border-Right-width: 1px;
	border-Top-width: 1px;
	border-bottom-style: solid;
	border-Left-style: solid;
	border-Right-style: solid;
	border-Top-style: solid;
	border-bottom-color: #FFFFFF;
	border-Left-color: #FFFFFF;
	border-Right-color: #FFFFFF;
	border-top-color: #FFFFFF;
	}
	
	.borderTotalRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-Right-width: 1px;
	border-Top-width: 1px;
	border-bottom-style: solid;
	border-Right-style: solid;
	border-Top-style: solid;
	border-bottom-color: #FFFFFF;
	border-Right-color: #FFFFFF;
	border-top-color: #FFFFFF;
	}
.Bookings
{
	border-right: #336699 1px solid;
	border-top: #336699 1px solid;
	font-size: 9pt;
	border-left: #336699 1px solid;
	color: #336699;
	border-bottom: #336699 1px solid;
	font-family: Verdana, Arial;
	background-color: #cccccc;
}

A.blueLinks:active
{
	font-size: 10pt;
	color: #336699;
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
}
A.blueLinks:visited
{
	font-size: 10pt;
	color: #336699;
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
}
A.blueLinks:hover
{
	font-size: 10pt;
	color: #336699;
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: underline;
}
A.blueLinks:link
{
	
	font-size: 10pt;
		color: #336699;
		font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
}

.but