﻿.NewsForm
{
    padding: 5px;
    border-color: #f4f4f4;
    display: block;
    clear: both;
    border-top-style: solid;
    border-top-width: 4px;
    cursor: default;
}
.NewsFormTitle
{
    display: block;
    font-family: Arial, Tahoma, Verdana;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -1px;
    color: #666666;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ededed;
    margin-bottom: 10px;
    margin-top: 20px;
}
.NewsLabel
{
    font-weight: bold;
    font-size: 11px;
    width: 95px;
    color: #666666;
    font-family: Verdana, Tahoma, Arial;
    text-align: right;
    float: left;
    margin-right: 10px;
    padding-top: 8px;
    clear: left;
}
.NewsLabelObs
{
    font-size: 11px;
    width: 130px;
    color: #666666;
    font-family: Verdana, Tahoma, Arial;
    text-align: left;
    float: left;
    padding-top: 8px;
    margin-left: 7px;
    font-style: italic;
}
.NewsTextBox
{
    border-right: #adb4bb 1px solid;
    border-top: #adb4bb 1px solid;
    border-left: #adb4bb 1px solid;
    border-bottom: #adb4bb 1px solid;
    margin-bottom: 10px;
    background-color: #f6f6f6;
    font-size: 10pt;
    color: #000000;
    font-family: Verdana, Arial, Tahoma;
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 4px;
    padding-top: 4px;
    width: 300px;
    float: left;
}
.NewsValidation
{
    font-family: Verdana, Tahoma, Arial;
    font-size: 11px;
    margin-bottom: 15px;
    margin-left: 120px;
    color: #cc0000;
    line-height: 12pt;
}
.NewsButtonPanel
{
    display: block;
    clear: both;
    width: 415px;
    text-align: right;
    margin-bottom: 15px;
}
.NewsButton
{
    font-family: Tahoma, Verdana, Arial;
    font-size: 0.7em;
    color: #588527;
    border: medium none;
    width: 95px;
    height: 25px;
    background-color: Transparent;
    cursor: pointer;
    text-align: left;
    padding-left: 10px;
    line-height: 25px;
    background-image: url(/Hamilton/WebSite/Contact/Button.gif);
    font-weight: bold;
}
.NewsSuccessTitle
{
    font-weight: bold;
    cursor: default;
    color: #1e5e9c;
    font-family: Arial Narrow, Arial, Verdana, Tahoma;
    font-size: 16pt;
    text-decoration: none;
    display: block;
    margin-top: 18px;
    margin-left: 10px;
}
.NewsSuccessDescription
{
    font-size: 0.7em;
    cursor: default;
    color: #666666;
    font-family: 'Microsoft Sans Serif' , Tahoma, Verdana;
    text-decoration: none;
    display: block;
    margin-bottom: 25px;
    margin-left: 10px;
}
.NewsCounterLabel
{
    display: inline-block;
    float: left;
    font-size: 7pt;
    color: #333333;
    font-family: Verdana, Tahoma, Arial;
    height: 25px;
    margin-top: -8px;
    width: 219px;
    text-align: right;
}
.NewsCounter
{
    display: inline-block;
    float: left;
    font-size: 7pt;
    color: #333333;
    font-family: Verdana, Tahoma, Arial;
    margin-top: -8px;
    margin-left: 145px;
    height: 25px;
    width: 50px;
    text-align: right;
}

/*****************************************************
*** Comment
*****************************************************/
.NewsComment
{
    padding: 15px 0px 0px 0px;
    display: block;
    clear: both;
    cursor: default;
}
.NewsCommentName
{
    padding: 7px 0px 1px 4px;
    font-weight: bold;
    font-size: 0.8em;
    width: 400px;
    font-family: Tahoma, Arial, Verdana;
    float: left;
    overflow: hidden;
    height: 17px;
    border-top-style: solid;
    border-top-width: 3px;
    color: #ac0000;
    background-color: #ededed;
    border-top-color: #e5e5e5;
}
.NewsCommentDate
{
    padding: 7px 7px 1px 0px;
    font-size: 0.8em;
    width: 150px;
    font-family: Tahoma, Arial, Verdana;
    float: left;
    text-align: right;
    overflow: hidden;
    height: 17px;
    border-top-style: solid;
    border-top-width: 3px;
    color: #ac0000;
    background-color: #ededed;
    border-top-color: #e5e5e5;
}
.NewsCommentText
{
    padding: 0px 5px 5px 5px;
    margin-top: -10px;
    font-size: 0.8em;
    line-height: 1.5em;
    color: #333333;
    font-family: Arial, Tahoma, Verdana;
    display: block;
    clear: both;
    text-align: left;
    cursor: text;
    overflow: hidden;
}