body
{
    background-color: #b2fa12; 
    /*background-image: url(Images/background.gif); */
    background-repeat:repeat-x;
    margin-right: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding: 0;
    margin: 0 auto;
    font-size: 11px;
    color: #000000;
    font-family: Verdana;
}
/*************************************************************************************/

a:link, a:visited, a:active
{
    text-decoration: none;
    color: #1d5296;
    font-size: 11px;
    font-family: Verdana, Verdana,Verdana;
}
a:hover
{
    text-decoration: underline;
    font-size: 11px;
    font-family: Verdana, Verdana,Verdana;
}
/*************************************************************************************/

table, tr, td
{
    font-size: 11px;
    color: #333333;
    font-family: Verdana;
}
/*************************************************************************************/

hr
{
    color: #cfcfcf;
    height: 1px;
}
/*************************************************************************************/

.Hidden
{
    visibility: hidden;
    display: none;
}
/*************************************************************************************/

.Visible
{
    visibility: visible;
}
/*************************************************************************************/

.s
{
    visibility: visible;
}
/*************************************************************************************/

.Required
{
    color: Red;
    font-size: 10px;
}
/*************************************************************************************/

/*************************************************************************************/
.Button
{
    display: inline-table;
    display: inline-block;
    margin: 2px;
    height: 18px;
    padding-left: 3px;
    padding-right: 3px;
    cursor: pointer;
    border-style: solid;
    border-width: 1px;
    border-color: #999999;
    border-top-color: #cccccc;
    border-left-color: #cccccc;
    background-color: #eeeeee;
    color: #333333;
    font-family: Verdana, Arial, Helvetica;
    font-size: 10px;
    font-weight: bold;
    white-space: nowrap;
}

.Button:HOVER
{
    text-decoration: underline;
    color: #333333;
    background-color: #dddddd;
    font-size: 10px;
}

/*************************************************************************************/

.LinkButton
{
    display: inline-table;
    display: inline-block;
    height: 14px;
    margin: 2px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 4px;
    padding-right: 4px;
    border-style: solid;
    border-width: 1px;
    border-color: #999999;
    border-top-color: #cccccc;
    border-left-color: #cccccc;
    background-color:#c01302;
    color: #ffffff;
    font-family: Tahoma, Tahoma, Helvetica;
    font-size: 11px;
    font-weight: bold;
    white-space: nowrap;
}


.LinkButton:link
{
    text-decoration: none;
    color: #ffffff;
    font-size: 11px;
}
.LinkButton:visited
{
    text-decoration: none;
    color: #333333;
    font-size: 11px;
}
.LinkButton:active
{
    text-decoration: none;
    color: #333333;
    font-size: 11px;
}
.LinkButton:hover
{
    text-decoration: underline;
    color: #f0f0f0;
    background-color: #d25043;
    font-size: 11px;
}
/*************************************************************************************/

.Textbox
{
    height: 16px;
    border: 1px solid #B5B8C8;
    padding: 2px 2px 0px 2px;
    font: normal 11px verdana;
    background: #ffffff url(Images/text-bg.gif) repeat-x 0px 0px;
    margin: 0px;
    vertical-align: middle;
}

.TextBox_Invisible
{
    height: 16px;
    border: 1px solid #B5B8C8;
    padding: 2px 2px 0px 2px;
    font: normal 11px verdana;
    margin: 0px;
    vertical-align: middle;
}

.TextArea
{
    border: 1px solid #B5B8C8;
    padding: 2px 2px 0px 2px;
    font: normal 11px verdana;
    background: #ffffff url(Images/text-bg.gif) repeat-x 0px 0px;
    margin: 0px;
}


.FileUpload
{
    font-size: 11px;
    font-family: Tahoma;
    color: #282e3e;
    width: 200px;
}
/*************************************************************************************/


.DropDownList
{
    height: 19px;
    border: 1px solid #B5B8C8;
    background: #ffffff url(Images/text-bg.gif) repeat-x 0px 0px;
    font-size: 11px;
    font-family: Verdana;
    vertical-align: middle;
}

.Msg
{
    display: inline-table;
    display: inline-block;
    height: 14px;
    margin: 2px;
    padding: 6px;
    padding-left: 10px;
    padding-right: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #999999;
    border-top-color: #edebe3;
    border-left-color: #edebe3;
    border-bottom-color: #edebe3;
    border-right-color: #edebe3;
    background-color: #ffffcc;
    color: #4C7A9E;
    font-family: verdana, Tahoma, Helvetica;
    font-size: 11px;
    font-weight: bold;
    white-space: nowrap; /*text-align: center;     font-family: Verdana,Verdana, Verdana, Helvetica;     font-size: 13px;     font-weight: bold;     color: #4C7A9E;     padding: 2px;     padding-left: 8px;     padding-top: 8px;     padding-bottom: 8px;     margin: 0px;*/
}
/*************************************************************************************/

.Error
{
    font-weight: bold;
    color: Red;
}
/*************************************************************************************/

.ajaxProgress
{
    border: 1px solid #cccccc;
    position: absolute;
    background-color: #f7ce00;
    right: 0px;
    color: #000;
    font-weight: inherit;
    top: 0px;
    visibility: hidden;
    padding-left: 2px;
}
/*************************************************************************************/

.BorderImage
{
    border: solid 1px #cccccc;
    background-color: White;
}

a.Language:link, a.Language:visited, a.Language:active
{
    text-decoration: none;
    font-size: 11px;
    color: #666666;
}
a.Language:hover
{
    text-decoration: underline;
    font-size: 11px;
}
/*************************************************************************************/


.MenuFooter
{
    text-decoration: none;
    font-size: 11px;
    color: #cd5371;
}
a.MenuFooter:link, a.MenuFooter:visited, a.MenuFooter:active
{
    text-decoration: none;
    font-size: 11px;
    color: #cd5371;
}
a.MenuFooter:hover
{
    text-decoration: none;
    font-size: 11px;
    color: #FF6600;
}
/*************************************************************************************/

a.MenuRight:link, a.MenuRight:visited, a.MenuRight:active
{
    text-decoration: none;
    color: #039136;
    font-size: 11px;
    font-weight: bold;
    font-family: Verdana,Tahoma, Tahoma,Tahoma;
    text-transform: uppercase;
}
a.MenuRight:hover
{
    text-decoration: none;
    color: #ff0000;
    font-size: 11px;
    font-weight: bold;
    font-family: Verdana,Tahoma, Tahoma,Tahoma;
    text-transform: uppercase;
}
/*************************************************************************************/
