/*
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
{
height: 100%;
width: 100%;
margin: 5px;
padding: 2px 2px 2px 2px;
}
table.FormItem
{
height: 100%;
width: 85%;
margin: 0px;
padding: 2px 2px 2px 2px;
}
tr.FormOuter
{
padding: 2px 2px 2px 2px;
}
td.FormOuter
{
padding: 2px 2px 2px 2px;
}
tr.FormItem
{
padding: 2px 2px 2px 2px;
}
td.FormItem
{
width: 75%;
padding: 2px 2px 2px 2px;
}
td.FormTitle
{
width: 45%;
white-space: nowrap;
}
td.FormTitleRequired
{
width: 45%;
white-space: nowrap;
font-weight: bold;
color: #000000;
}
td.FormButton
{
white-space: nowrap;
text-align: right;
}
input.Form
{
font-family: Arial;
font-size: 12px;
border: 1px solid #94a6b5;
width: 100%;
}
textarea.Form
{
font-family: Arial;
font-size: 11px;
border: 1px solid #94a6b5;
width: 100%;
}
select.Form
{
font-family: Arial;
font-size: 12px;
border: 1px solid #94a6b5;
width: 100%;
}
input.FormButton
{
font-family: Arial;
font-size: 12px;
}

