.StandardPageTitle 
{ 
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-large ;
    color: #000000;
    background-color:  transparent;
    text-decoration: none;
}
.StandardHeading 
{ 
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    color: #333333;
    text-decoration: none;
}
.StandardText { 
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #333333;
    background-color: transparent;
    text-decoration: none;  
}
.Width100percentStandardTextCenter 
{ 
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #333333;
    background-color: transparent;
    text-decoration: none;  
    align: center;
    width: 100%;
}
.StandardBreadCrumb { 
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    color: #333333;
    background-color: transparent;
}
.StandardError 
{ 
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #ff0000;
    background-color: transparent;
    text-decoration: none;
}
.StandardPageFooter 
{ 
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #009900;
    background-color: transparent;
    font-weight: bold;
    text-decoration: none;
}
.StandardLinks { 
    font-family: Arial, Helvetica, sans-serif;
    font-size: small ;
    color: #333333;
    background-color: transparent;
    text-decoration: underscore;
}
.VisitedLinks { 
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small ;
    color: #009900;
    background-color: transparent ;
    text-decoration: none;
}
.Available { 
    font-family: Arial, Helvetica, sans-serif;
    font-size: small ;
    color: #ffffff;
    background-color: #666666 ;
    text-decoration: none;
}
.Booked { 
    font-family: Arial, Helvetica, sans-serif;
    font-size: small ;
    color: #ffffff;
    background-color: #F36E23 ;
    text-decoration: none;
}
a img {
    border: 0;
}
.AlignLeft
{
    align: Left;
}
.AlignRight
{
    align: Right;
}
.width20percent
{
    width: 20%;
}
.width30percent
{
    width: 30%;
}
.width30percentLeft
{
    width: 30%;
    align: left;
}
.width30percentRight
{
    width: 30%;
    align: right;
}
.width30percentLeftColSpan2
{
    width: 30%;
    align: left;
    colspan: 2;
}
.width30percentRightColSpan2
{
    width: 30%;
    align: right;
    colspan: 2;
}
.width40percentLeft
{
    width: 40%;
    align: left;
}

.width50percent
{
    width: 50%;
}

.width50percentLeft
{
    width: 50%;
    align: left;
}

.width80percent
{
    width: 80%;
}

.width100percent
{
    width: 100%;
}
.width100percentLeft
{
    width: 100%;
    align: left;
}
.width100percentRight
{
    width: 100%;
    align: right;
}
.width100percentCenter
{
    align: center;
    width: 100%;
}
.StandardHeadingWidth30percent
{ 
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    color: #333333;
    text-decoration: none;
    width: 30%;
}
.StandardHeadingWidth30percentLeft
{ 
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    color: #333333;
    text-decoration: none;
    width: 30%;
    align: left;
}
.StandardHeadingWidth100Percent
{ 
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    color: #333333;
    text-decoration: none;
    width: 100%;
}
.StandardHeadingWidth100PercentCenter
{ 
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    color: #333333;
    text-decoration: none;
    width: 100%;
    align: Center;
}
.pagebreak
{
    page-break-before: always;
}