﻿
.AvanFormService_FormTable
{
    width: 100%;
    border: 0;
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
}

.AvanFormService_ControlCell
{
    vertical-align: top;
    padding: 3px 6px 4px 12px;
    background: #f6f2ef;	
    font-family: Verdana;
}
.AvanFormService_ControlCell img { display: inline; }

.AvanFormService_TitleCell
{
    width: 90px;
    vertical-align: top;
    padding: 8px 18px 6px 0px;
    color: #000;		
    text-align: right;
    font-family: Verdana;
}


.Row1, .Row6, .Row7, .Row8, .Row10, .Row14 { border-top: none; }
.AvanFormService_ControlCell .AvanFormService_Checkboxes_Table { margin-left: -6px; }

.AvanFormService_DescriptionDiv
{
    font-family: Verdana;
    color: #7b7774;
}

.AvanFormService_SubmitCell
{
    border-top: none;
    text-align: right;
    padding: 7px 0px 0px 0px;
    font-family: Verdana;
}

.AvanFormService_SubmitButton, .AvanFormService_UploadField_BrowseButton
{
    font-size: 1em;
    color: #333;
    font-family: Verdana, Arial, Helvetica, Tahoma;
}

.AvanFormService_UploadField_SelectedFile
{
    display: none;
    padding-bottom: 4px;
}

.AvanFormService_TextField, .AvanFormService_NumberField, .AvanFormService_NoteField
{
    width: 253px;
}

.AvanFormService_BooleanField
{
}

.AvanFormService_DropDown_CustomValueTextBox, .AvanFormService_RadioButtons_CustomValueTextBox
{
    display: block;
    margin-top: 2px;
    margin-left: 23px;
}

.AvanFormService_DropDown_CustomValueTable
{
    width: 100%;
}

.AvanFormService_DropDown_CustomValueDdCell
{
    width: 100%;
}

.AvanFormService_DateField
{
    width: 75px;
}

.ui-datepicker-trigger
{
    margin-left: 2px;
}

.AvanFormService_DateHourField
{
    margin: 0 6px 0 12px;
}

.AvanFormService_DateMinuteField
{
}

.AvanFormService_Checkboxes_Item label { padding-left: 4px; }
.AvanFormService_AllDayEventField { margin-left: -3px; }