html
{
    font-size: 9pt;
    font-family: 'Segoe UI' , Tahoma, sans-serif;
}
.TextBox
{
    padding: 3px 5px 3px 5px;
    border-right: darkgray 1px solid;
    border-top: darkgray 1px solid;
    border-left: darkgray 1px solid;
    border-bottom: darkgray 1px solid;
    background-color: #FFF8DF;
    font-family: Tahoma,Helvetica;
    font-size: 8pt;
}
.DefaultDropDownList
{
    padding: 1px;
    border: 1px solid #999999;
    background-color: #FFF8DF;
    font-size: 9pt;
}
.FieldHeader
{
    border-top: peachpuff 1px solid;
    vertical-align: top;
    color: darkgray;
    width: 100px;
}
.TableFieldHeader
{
    color: #999999;
    border-top: silver 1px solid;
    vertical-align: top;
    text-align: left;
    font-size: 8pt;
}
.TableFieldName
{
    color: #808080;
    border-top: silver 1px solid;
    vertical-align: middle;
    text-align: left;
    font-family: tahoma, helvetica;
    font-size: 8pt;
    font-weight: bold;
    background-color: #FFDAB9;
    border: 0px none #FFFFFF;
}
.Instruction
{
    font-size: 12px;
    padding-bottom: 20px;
}
.SectionHeader
{
    color: #666666;
    font-weight: bold;
    padding-top: 10pt;
    padding-bottom: 5px;
    font-size: 10pt;
}
.SectionContent
{
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    font-size: 12px;
}
.PartHeader
{
    font-weight: bold;
    font-size: 8pt;
    color: gray;
    text-align: center;
    padding-bottom: 2px;
    padding-top: 1px;
    padding-right: 5px;
    padding-left: 5px;
    background-color: peachpuff;
    background-position: center top;
    background-repeat: no-repeat;
}
.PartHeader2
{
    font-weight: bold;
    font-size: 8pt;
    color: #666666;
    text-align: center;
    padding-bottom: 2px;
    padding-top: 1px;
    padding-right: 5px;
    padding-left: 5px;
    background-position: center top;
    background-repeat: repeat-x;
    background-image: url('../../../Images/gradient.gif');
}
.PrizmOrange
{
    color: #ff6600;
}
.PrizmOrange .Subtitle
{
    font-weight: bold;
    font-size: 12pt;
}
.PageTitle
{
    font-size: 18pt;
    font-family: 'Times New Roman';
    border-bottom: peachpuff 3px solid;
    padding-left: 0px;
    padding-bottom: 5px;
    padding-top: 0px;
    color: #808080;
    border-width: 0px 0px 3px 0px;
    border-style: none none solid none;
}
.PageDesc
{
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-right: 10px;
}
A:link
{
    color: #3366CC;
    text-decoration: none;
}
A:visited
{
    color: #3366CC;
    text-decoration: none;
}
A:hover
{
    color: orange;
    text-decoration: underline;
}
A.MainMenu:Link
{
    color: white;
    text-decoration: none;
    font-size: 9pt;
    font-weight: normal;
}
A.MainMenu:visited
{
    color: white;
    text-decoration: none;
    font-size: 9pt;
    font-weight: normal;
}
A.MainMenu:hover
{
    color: orange;
    text-decoration: none;
    font-size: 9pt;
    font-weight: normal;
}
A.SubMenu:Link
{
    color: black;
    text-decoration: none;
    font-size: 9pt;
    font-weight: normal;
}
A.SubMenu:visited
{
    color: black;
    text-decoration: none;
    font-size: 9pt;
    font-weight: normal;
}
A.SubMenu:hover
{
    color: darkorange;
    text-decoration: none;
    font-size: 9pt;
    font-weight: normal;
}

A.HeaderMenu:Link
{
    color: floralwhite;
    text-decoration: none;
    font-weight: bold;
    font-size: 8pt;
}
A.HeaderMenu:visited
{
    color: floralwhite;
    text-decoration: none;
    font-weight: bold;
    font-size: 8pt;
}
A.HeaderMenu:hover
{
    color: floralwhite;
    text-decoration: underline;
    font-weight: bold;
    font-size: 8pt;
}

.GridViewRowStyle
{
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 2px;
    padding-top: 2px;
}

.GridViewHeaderStyle
{
    padding: 2px 5px 2px 5px;
    color: #808080;
    font-weight: bold;
    text-align: center;
    font-size: 11px;
    background-color: #E3E3E3;
}
.cssButton
{
    border-right: #c79457 2px solid;
    border-top: seashell 2px solid;
    border-left: seashell 2px solid;
    border-bottom: #c79457 2px solid;
    background-color: peachpuff;
}
.lblMessage
{
    font-family: arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #000000;
}
.Button1
{
    font-family: tahoma, helvetica;
    font-size: 11px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.ItemReference, .subject
{
    font-family: 'segoe ui' , arial, helvetica;
    padding: 2px 0px 2px 0px;
    font-weight: bold;
    font-size: 10pt;
    margin: 0px;
}
.ItemReferenceTextBox, .subjectTextBox
{
    padding: 3px 5px 3px 5px;
}

