/*
Form styles - these are the styles applied to the forum related pages
*/
/*
Form list styles:
FormOuter - Outer table
Title Header - Table header row Title cell
Posts Header - Table header row number of posts cell
Viewings Header - Table header row number of viewings cell
FormText - Text style of form details
Title - link styles for form title text
*/
table.FormOuter
{
width: 100%;
margin: 0px;
padding: 0px 0px 0px 0px;
}
table.FormItem
{
width: 100%;
margin: 0px;
padding: 0px 0px 0px 0px;
}
tr.FormOuter
{
padding: 0px 0px 0px 0px;
}
td.FormOuter
{
padding: 0px 0px 0px 0px;
}
tr.FormItem
{
padding: 0px 0px 0px 0px;
}
td.FormItem
{
width: 80%;
padding: 5px 5px 5px 5px;
}
td.FormTitle
{
width: 20%;
white-space: nowrap;
}
td.FormTitleRequired
{
width: 20%;
white-space: nowrap;
font-weight: bold;
color: Maroon;
}
td.FormButton
{
white-space: nowrap;
text-align: right;
}
input.Form
{
font-family: Tahoma, Verdana, Arial;
font-size: 11px;
border: 1px solid #94a6b5;
width: 100%;
}
textarea.Form
{
font-family: Tahoma, Verdana, Arial;
font-size: 11px;
border: 1px solid #94a6b5;
width: 100%;
}
select.Form
{
font-family: Tahoma, Verdana, Arial;
font-size: 11px;
border: 1px solid #94a6b5;
width: 100%;
}
input.FormButton
{
font-family: Tahoma, Verdana, Arial;
font-size: 11px;
}
/*
Original Call Me
*/
table.CallmeFormOuter
{
height: 100%;
width: 100%;
margin: 0px;
padding: 0px 0px 0px 0px;
}
table.CallmeFormItem
{
height: 100%;
width: 100%;
margin: 0px;
padding: 0px 0px 0px 0px;
}
tr.CallmeFormOuter
{
padding: 0px 0px 0px 0px;
}
td.CallmeFormOuter
{
padding: 0px 0px 0px 0px;
}
tr.CallmeFormItem
{
padding: 0px 0px 0px 0px;
}
td.CallmeFormItem
{
width: 75%;
padding: 0px 0px 0px 0px;
}
td.CallmeFormTitle
{
width: 25%;
white-space: nowrap;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: 600;
color: #fff000;
}
td.CallmeFormTitleRequired
{
width: 25%;
white-space: nowrap;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: 600;
color: #fff000;
}
td.CallmeFormButton
{
white-space: nowrap;
text-align: right;
}
input.CallmeForm
{
font-family: Tahoma, Verdana, Arial;
font-size: 11px;
border: 1px solid #94a6b5;
width: 100%;
}
input.FormButton
{
font-family: Tahoma, Verdana, Arial;
font-size: 11px;
}
/*
Original Bookings
*/
table.BookingsFormOuter
{
height: 100%;
width: 100%;
margin: 0px;
padding: 0px 0px 0px 0px;
}
table.BookingsFormItem
{
height: 100%;
width: 100%;
margin: 0px;
padding: 0px 0px 0px 0px;
}
tr.BookingsFormOuter
{
padding: 0px 0px 0px 0px;
}
td.BookingsFormOuter
{
padding: 0px 0px 0px 0px;
}
tr.BookingsFormItem
{
padding: 0px 0px 0px 0px;
}
td.BookingsFormItem
{
width: 75%;
padding: 0px 0px 0px 0px;
}
td.BookingsFormTitle
{
width: 25%;
white-space: nowrap;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
td.BookingsFormTitleRequired
{
width: 25%;
white-space: nowrap;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: Maroon;
}
td.BookingsFormButton
{
white-space: nowrap;
text-align: right;
}
input.BookingsForm
{
font-family: Tahoma, Verdana, Arial;
font-size: 11px;
border: 1px solid #94a6b5;
width: 100%;
}
textarea.BookingsForm
{
font-family: Tahoma, Verdana, Arial;
font-size: 11px;
border: 1px solid #94a6b5;
width: 100%;
}
select.BookingsForm
{
font-family: Tahoma, Verdana, Arial;
font-size: 11px;
border: 1px solid #94a6b5;
width: 100%;
}


