﻿/* Start of FSI */
body
{
    margin: 0;
    padding: 0;
    font-size: 12px;
}
img
{
    border: 0;
}

#center-content
{
    margin-left:20px;
    margin-right:0px;
}

.pic
{
    border: solid 1px #066eab;
}

a
{
    text-decoration: none;
}

.error
{
    font-size: 10px;
    color: Red;
}


#footer a
{
    height: 90px;
    width: 1100px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    color: #014b89;
    text-decoration: none;
}

.feedback_field_watermarked
{
    color: Gray;
}


#leftsidebar
{
    height: auto;
}
#rightsidebar
{
    height: auto;
}
#content
{
    height: auto;
}

#contentWide
{
    height: auto;
}

#content
{
    min-height: 725px;
}

.flyOutDiv
{
    display: none;
    position: absolute;
    width: 729px;
    z-index: 3;
    opacity: 0;
    filter: (progid:DXImageTransform.Microsoft.Alpha(opacity=0));
    font-size: 14px;
}

.flyOutTd
{
    padding: 0pt;
    border: medium none;
    margin: 0pt;
    line-height: 0pt;
    font-size: 0pt;
    height: 20px;
    width: 20px;
    background-image: url(../../images/rounded-white.png);
}


.flyOutTdTopLeft
{
    background-position: 0px 0px;
}

.flyOutTdTopMid
{
    background-position: 0px -40px;
}

.flyOutTdTopRight
{
    background-position: -20px 0px;
}

.flyOutTdMidLeft
{
    background-position: 0px -80px;
}

.flyOutTdMidRight
{
    background-position: -20px -80px;
}

.flyOutTdBottomLeft
{
    background-position: 0px -20px;
}

.flyOutTdBottomMid
{
    background-position: 0px -60px;
}

.flyOutTdBottomRight
{
    background-position: -20px -20px;
}

.flyOutHeading
{
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.flyOutDivContent
{
    padding: 5px;
    background-color: #FFFFFF;
}


.flyOutDivCloseX
{
    background-color: #666666;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    padding: 5px;
}
.flyOutDivCloseParent
{
    float: right;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}


.modalBackgroundnone
{
    display: none;
}

.modalBackground
{
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
}


.modalPopup
{
    width: auto;
    height: auto;
    text-align: center;
    font-size: 12px;
    background: transparent;
}

.fileupload
{
    width: 200px;
}

.fileupload input
{
    width: 200px;
}

/* End of FSI */
