

.tinytableopacity 
{
filter:alpha(opacity=40);
-moz-opacity:.40;
opacity:.40;
background-color:#333333;

}
body {
background-image:url('bgroad.jpg');
background-repeat:repeat-x;
background-attachment: fixed; 
margin-top: 0;
margin-bottom: 0;

}


.maintitlestd
{
border-bottom: 2px solid #FF6600; padding-left: 4px; padding-right: 4px; padding-top: 1px; padding-bottom: 1px;
background-color:#EFEFEF;
background-image:url('headinggrad.gif');
background-repeat:repeat-x;
font-family: Arial;
font-weight: Bold;
font-color: #333333;
height:30px;
}
.textbox
{
border: 1px solid #999999; padding-left: 4px; padding-right: 4px; padding-top: 1px; padding-bottom: 1px; background-image:url('/ffieldbg.gif'); background-repeat:repeat-x; background-position-y:bottom
}

.missingtextboxbooking
{
font-family: Arial; font-size: 12pt; color: #C0C0C0; font-weight: bold; border: 2px solid #FF0000; padding-left: 4px; padding-right: 4px; padding-top: 1px; padding-bottom: 1px; background-image:url('/ffieldbg.gif'); background-repeat:repeat-x; background-position-y:bottom
}

.textboxbooking
{
font-family: Arial; font-size: 12pt; color: #333333; font-weight: bold; border: 1px solid #CCCCCC; padding-left: 4px; padding-right: 4px; padding-top: 1px; padding-bottom: 1px; background-image:url('/ffieldbg.gif'); background-repeat:repeat-x; background-position-y:bottom
}

.coupontextbox
{
font-family: Arial; font-size: 12pt; color: #333333; font-weight: bold; border: 3px dashed #FF0000; padding-left: 4px; padding-right: 4px; padding-top: 1px; padding-bottom: 1px;
}



.bookingfonts
{
font-family: Arial;
font-size: 10pt;
color: #666666; text-transform:capitalize
}

.titlefont
{
font-family: Arial;
font-size: 12pt;
color: #333333; text-transform:capitalize
}


.normalfont
{
font-family: Arial;
font-weight: Bold;
font-color: #333333;
font-size: 10px;

}
.errormessage
{
font-family: Arial;
font-weight: Bold;
font-color: #FF0000;
font-size: 12px;

}


a {
color: #333333;
text-decoration:none;

}


a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, .subhead a:hover  {
	color: #EE6700;
	text-decoration:none;
}


a:link {color:#333333}      /* unvisited link */
a:visited {color:#00FF00}  /* visited link */
a:hover {color:#333333}  /* mouse over link */
a:active {color:#0000FF}  /* selected link */