a:link, a:visited
{
    font-weight: bold;
    text-decoration: none;
    color: Black;
}
a:hover
{
    text-decoration: underline;   
}
body
{
	margin: 10px;
	padding: 0;
}
strong
{
    color: #0191ce;
    font-weight: normal;
}
.MenuLink
{
    font-family: Helvetica, Verdana, sans-serif;
    font-size: 11pt;
    font-weight: lighter;
    color: Black;
    line-height: 24px;
    padding-left: 10px;
}
a.MenuLink:link, a.MenuLink:visited
{
    font-weight: normal;
}
.Heading1
{
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 4pt;
    color: #6097BA;
    line-height: 22pt;
    padding-top: 4pt;
    font-family: Helvetica, sans-serif;
}
.Heading2
{
	font-size: medium;
	color: #4A3C8C;
	font-family: Helvetica, Verdana, sans-serif;
}
.List
{
	border: #f6fafd 5px solid;
	background-color: #f6fafd;
}
.ListHeading
{
    font-family: Helvetica, Verdana, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #6097BA;
}
.ListHeadingSmall
{
    font-family: Helvetica, Verdana, sans-serif;
    font-size: 9px;
    color: #6097BA;
}
.ListSmall
{
    font-family: Helvetica, Verdana, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px
}
.InfoNormal
{
    font-family: Gill Sans, Gill Sans MT, Helvetica, Verdana, sans-serif;
    font-size: 11pt;
    font-weight: normal;
    line-height: 18px;
    /*color: White;
    background-color: #A7AAAC;*/    
}
.InfoNormalWhite
{
    font-family: Helvetica, Verdana, sans-serif;
    font-size: 11px;
    line-height: 14px;    
    color: white;
}
.InfoBold
{
    font-family: Gill Sans, Gill Sans MT, Helvetica, Verdana, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    line-height: 14px    
}
.InfoSmall
{
    font-family: Gill Sans, Gill Sans MT, Helvetica, Verdana, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    line-height: 11px    
}
/*
.InfoSmall:link, .InfoSmall:visited
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    line-height: 11px;
	color: blue;
	text-decoration: underline;
}
*/
.Panel
{
	font-weight: normal;
	font-size: 11px;
	line-height: 16px;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #f6fafd;
}
.Panel:link, .Panel:visited
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 16px;
	color: blue;
	text-decoration: underline;
}
.PanelTitle
{
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    font-family: Verdana, Helvetica, sans-serif;
    color: White;
    background-color: #6097BA;
}
.TabCaption
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    line-height: 11px    
}
.TextEdit
{
	width: 400px;
}
.TextEditSmall
{
	width: 200px;
}
.TextEditRegister
{
	width: 250px;
}
.MemoEdit
{
	height: 100px;
	width: 400px;
}
.MemoEditWide
{
	height: 100px;
	width: 600px;
}
.MemoExtraWide
{
	height: 80px;
	width: 700px;
}
.MemoHuge
{
	height: 300px;
	width: 600px;
}
.MemoEditLarge
{
	height: 200px;
	width: 600px;
}
.ComboEdit
{
	width: 200px;
}
.CurrencyEdit
{
	width: 100px;
}
.AlbumThumbnail
{
	border: #e6f4f7 3px solid;
}
.AlbumThumbnailSelected
{
	border: red 3px solid;	
}
.AlbumThumbnailUnapproved
{
	border: gray 3px dashed;	
}
.AlbumThumbnailUnapprovedSelected
{
	border: red 3px dashed;	
}
.PanelDateTitle
{
	border-right: #6097BA 4px solid;
	border-top: #6097BA 4px solid;
	font-weight: bold;
	font-size: 12px;
	border-left: #6097BA 4px solid;
	color: white;
	line-height: 14px;
	border-bottom: #6097BA 4px solid;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #6097BA;
}
.PanelAvailable
{
    height: 50px;
    background-color: #D1D2D4;
}
.PanelAvailablePhoneOnly
{
    height: 50px;
    background-color: #A7AAAC;
}
.PanelBooked
{
	height: 50px;
	background-color: #cc0033;
}
.PanelUnavailable
{
	height: 50px;
	background-color: #e6f4f7;
}
.PanelMultiPeriod
{
	height: 60px;
	background-color: #ffffcc;
}
.PanelFooter
{
    height: 45px;
	background-color: #f6fafd;	
}


