.tablecell
{
    font-family: Tahoma;
    font-size: 11px;
}

.gridview, .gridviewFod
{
    font-family: Tahoma;
    font-size: 11px;
}

    .gridview caption
    {
        font-family: Tahoma;
        font-size: 11px;
        font-weight: bold;
        padding: 4px;
        background-color: #FFE1A8;
        border-top: 1px solid black;
        border-right: 1px solid black;
        border-left: 1px solid black;
    }

.select
{
    background-color: White;
    border-bottom: 0px;
    font-family: Tahoma;
    font-size: 11px;
}

.detailsView caption
{
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    padding: 4px;
    background-color: #FFE1A8;
    border-top: 1px solid black;
    border-right: 1px solid black;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
}

.detailsViewFod caption
{
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    padding: 4px;
    background-color: rgb(162, 216, 158);
    border-top: 1px solid black;
    border-right: 1px solid black;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
}


.detailsView, .detailsViewFod
{
    font-family: Tahoma;
    font-size: 11px;
}

    .detailsView th
    {
        font-family: Tahoma;
        font-size: 11px;
        font-weight: bold;
    }

.gridview th
{
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
}

.readonly
{
    border: 1px solid black;
    background-color: #E6E6E6;
    font-size: 11px;
    font-family: Tahoma;
}

.readonlyNew
{
    border: 1px solid black;
    background-color: #E6E6E6;
}

.gridviewFod caption
{
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    padding: 4px;
    background-color: rgb(162, 216, 158);
    border-top: 1px solid black;
    border-right: 1px solid black;
    border-left: 1px solid black;
}

.titelbar {
    background-image: url('/ClientSideFiles/img/FodStatuslogo.gif');
    height: 12px;
}

.menubar
{
    background-color: #d3d3d3;
    border-bottom: 1px solid black;
    height: 12px;
    font-family: Tahoma;
    font-size: 11px;
}

.checkbox
{
    vertical-align: middle;
    border: none;
    font-size: 11px;
    font-family: Tahoma;
}

.button
{
    font-family: Tahoma;
    font-size: 11px;
}

.input, .textarea
{
    border: 1px solid black;
    background-color: #ffffff;
    font-size: 11px;
    font-family: Tahoma;
    width: 240px;
}

.textarea
{
    border: 1px solid black;
    background-color: #ffffff;
    font-size: 11px;
    font-family: Tahoma;
}

.textbutton
{
    border: none;
    background-color: #ffffff;
    font-size: 14px;
    font-family: Tahoma;
    text-align: left;
}


.label
{
    font-size: 14px;
    font-family: Tahoma;
}





a:link, a:visited, a:active, a:hover, a
{
    text-transform: none;
    text-decoration: none;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: normal;
    color: Black;
}


.titelbartext
{
    font-family: Tahoma;
    font-size: 11px;
    color: White;
    margin: 0px;
    padding: 0px;
    padding-left: 5px;
}

.errortext
{
    font-family: Tahoma;
    font-size: 14px;
    color: Red;
}

.headertext
{
    font-family: Tahoma;
    font-size: 24px;
}

.content
{
    height: 24px;
}

.tableResults
{
    width: 935px;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    border-left: 1px solid black;
    border-spacing: 0px;
    padding: 0px;
}

    .tableResults td
    {
        border-top: 0px solid black;
        padding: 4px;
    }

.fontBold
{
    font-weight: bold;
}

.fontItalic
{
    font-style: italic;
}

.font
{
    font-family: Tahoma;
    font-size: 11px;
}

.font13
{
    font-family: Tahoma;
    font-size: 13px;
}

.align-right
{
    text-align: right;
}

.align-left
{
    text-align: left;
}

.align-center
{
    text-align: center;
}

.icon
{
    width: 13px;
    height: 13px;
    border: 0px;
}

.caption
{
    background-color: rgb(162, 216, 158);
    padding: 4px;
    border-right: 1px solid black;
    border-left: 1px solid black;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    width: 925px;
    font-weight: bold;
}

.rptSkema
{
    padding: 0px;
    border-spacing: 0px;
    border: 1px solid black;
}

    .rptSkema td
    {
        padding: 4px;
        font-family: Tahoma;
        font-size: 13px;
    }

    .rptSkema .HeadFirst
    {
        text-align: left;
        border-bottom: 1px solid black;
        border-right: 1px solid black;
        width: 185px;
        font-weight: bold;
        vertical-align: top;
    }

    .rptSkema .HeadSecond
    {
        text-align: center;
        border-bottom: 1px solid black;
        width: 362px;
    }

    .rptSkema .HeadThird
    {
        text-align: center;
        border-bottom: 1px solid black;
        width: 362px;
    }

    .rptSkema .First
    {
        border-right: 1px solid black;
        width: 185px;
    }

    .rptSkema .Second
    {
        border-right: 1px solid black;
        width: 362px;
        text-align: center;
    }

    .rptSkema .Third
    {
        width: 362px;
        text-align: center;
    }

.noborder-bottom
{
    border-bottom: 0px !important;
}

.noborder-right
{
    border-right: 0px !important;
}

.width935
{
    width: 935px;
}

.padding4
{
    padding: 4px;
}

.border1
{
    border: 1px solid black;
}

.right
{
    float: right;
}

.left
{
    float: left;
}

.clear
{
    clear: both;
}

#subContainer
{
    width: 950px;
    min-height: 500px;
    padding-left:17px;
}

.width300
{
    width: 300px;
}

.width30p {
    width:30%;
}

.width40p {
    width:40%;
}

.width927
{
    width:927px;
}

.width905
{
    width:905px;
}

.border-bottom
{
    border-bottom: 1px solid black;
}

h1
{
    font-size: 15px;
    font-family: Tahoma;
    font-style: italic;
}

h3
{
    margin:0px 0px 5px 0px;
    padding:0px;
}

p
{
    font-family: Tahoma;
    font-size: 13px;
}
