/*
 *
 * ============================================================================================
 *
 *                                A r m o r e d  I n f o   W e b
 *
 *                                     Copyright(c) 2012 By
 *
 *                                       Armored Info LLC
 *
 *                         vwPopup_1    A L L   R I G H T S   R E S E R V E D
 *
 *  ============================================================================================
 * /
 */


#acctSettingsDialog
{
    width:100%;
    height:595px;
    margin-left: 8px;
    border:4px solid #4f9ab1;
    border-radius: 10px;
    background-color:#313131;
}

#acctSettingsHeading
{
    color:#5498af;
    font-size:20px;
    text-align: center;
    margin-top:1em;

}

#acctSettingsLeftNavOLD
{
    margin-top:2em;
    width:12em;
    float:left;
    border-right:solid;
    height:28em;
    border-radius:0px;
    -moz-border-radius: 0px;
    border-color: grey;

}
#acctSettingsLeftNav
{
    margin-top:20px;
    height:84%;
    width:186px;
    padding-right:10px;
    border-right: 2px solid #494949;
    font-size:22px;
    font-family: Calibri;
    color:white;
    float:left;
}


#acctSettingsLeftNavPrefs
{
    width:98%;
    height:595px;
    margin-left: 8px;
    border:4px solid #4f9ab1;
    border-radius: 10px;
    background-color:#313131;
}

#acctSettingsLeftNav ul
{


}

#acctSettingsLeftNav ul li
{
   width:6em;
}


#acctSettingsLeftNav ul li a
{
   color:white;
   text-decoration: none;
   display: inline-block;
   width:6em;
   font-size:20px;
   padding: 10px;

}

#acctSettingsLeftNav ul li .selected
{
    background-color: #5d9ec8;

}

#acctSettingsLeftNav ul li a:hover
{
    background-color: #a9a9a9;
}

#acctSettingsContent
{
    width:35em;
    height:30em;

    margin-right: 2em;
    float:right;
    margin-top:2em;
}

#accountSettingsFooterBox
{
    height:4em;
    margin-top:42em;
    margin-left:13em;
    text-align: center;
}

