﻿body
{
    background-color: #cccccc;
    font-family: Arial;
    font-size: 12px;
}

.mainBlock
{
    background-color: White;
    margin-left: auto;
    margin-right: auto;
    width: 600px;
    padding: 5px;
    position: relative;
    border: 1px solid #5D7B9D;
}

.sectionHeader
{
    display: block;
    background-color: #5D7B9D;
    color: White;
    padding: 5px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    font-style: italic;
    border: 4px dashed #8FADCE;
}

.CatMainHeader
{
    /*position:fixed;*/
    border: 4px solid #ffee88;
    width: 58%;
    margin-top: -30px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.inputField legend
{
    font-size: 10px;
}

.inputField
{
    float: left;
    display: inline-block;
    margin: 5px;
}

.shadow
{
    -moz-box-shadow: 10px 10px 5px #888;
    -webkit-box-shadow: 10px 10px 5px #888;
    box-shadow: 10px 10px 5px #888;
}

.roundedcornersBig
{
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.oebutton
{
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 15px;
    font-size: 100%;
    background-color: #ccff99;
    color: #226600;
    font-weight: bold;
    border: 1px solid #226600;
}

.editSectionButtonArea .oebutton
{
    display:block;
    float:right;
    margin-left:5px;
    margin-top:70px;
}

.oebutton dep
{
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 10px;
    font-size: 60%;
    background-color: #ccff99;
    color: #226600;
    font-weight: bold;
    border: 1px solid #226600;
}




.oebutton:hover
{
    background-color: #116600;
    color: White;
}

.updatedField
{
    background-color: #ffffaa;
}

.editCategories
{
    width: inherit;
    position: fixed;
    top: 100px;
    z-index: 102;
}


.editCategories .editCatMain
{
    background-color: White;
    border: 1px solid #226600;
    height: 400px;
    width: 600px;
    padding: 5px;
    overflow-y: scroll;
    margin-left:auto;
    margin-right:auto;
   
}
.editCategories .editCatMainSpouse
{
    background-color: White;
    border: 1px solid #226600;
    height: 400px;
    width: 600px;
    padding: 5px;
    overflow-y: scroll;
    margin: 4px auto;
   
}

.editCategories .editCatMain h5
{
    background-color: #5D7B9D;
    padding: 4px;
    color: White;
    font-weight: lighter;
    width: 95%;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 2px dotted #8FADCE;
}

.fadeout
{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: Black;
    filter: alpha(opacity=50);
    z-index: 101;
    text-align: center;
}


.subSectionList li
{
}

.subSectionList
{
    margin-top: 2px;
}

.dependentArea h6
{
    margin-top: 4px;
    margin-bottom: 0px;
}

.editArea
{
    margin-top: 60px;
}

.editSectionButtonArea
{
    clear: both;
    /*text-align: center;*/
    /*border-top: 2px solid #8FADCE;*/
    position:fixed;
    top:100px;
    width: 600px;
    margin-right:-50px;
}

.reviewInfo
{
    font-size: 80%;
    margin: 10px auto;
   
}
