﻿/* Edit Form */

.EditForm
{
    border: 1px solid #ADADAD;
    background-color: #E4E4E4;
    width: 100%;
}

.EditForm TH, .Form TH
{
    text-align: left;
    font-weight: bold;
    padding-left: 10px;
    width: 300px;
    background-color: #CCCCCC;
    border-bottom: 1px solid #ADADAD;
    height: 30px;
}

.EditForm TH.Required
{
	border-left: solid 2px #bb0000;
}

.EditForm TH.Head, .Form TH.Head
{
    background-color: #ADADAD;
    color: #000000;
}

.EditForm TD.Value, .Form TD.Value, .EditForm TD.Description
{
    padding-left: 10px;
    padding-right: 10px;
    min-width: 250px;
    height: 30px;
}

.EditForm TD.Description
{
    color: #666666;
}

.EditForm TD.Value .TextBox
{
    width: 570px;
}

.EditForm TD.Value .DropDownList
{
    width: 575px;
}

.TextBox, .DropDownList
{
    border: 1px dotted gray;
}

.TextBox:hover, .DropDownList:hover
{
    border: 1px solid gray;
}
