@import url(common.css);

#RightHeaderContent
{
    color: White;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 0 0 5px;
}
#RightInnerWrapper
{
    float:left;
    margin: 4px 4px 0 0;
    width: 666px;
    min-height:442px;
    height:auto !important;
    height:442px;/*Needs to match the min height pixels above*/
}
#RightContent
{
    background-image: url('../assets/AccountsBG.jpg');
    background-repeat: no-repeat;
    background-position:left top;
    min-height:424px;
    height:auto !important;
    height:424px;/*Needs to match the min height pixels above*/
}
#RightContentLeftCol
{
    float:left;
    /*margin: 100px 0 0 10px; changed 10/2/2018 by RLD to fit new categories in stat software KB page*/
	margin: 75px 0 0 10px;
    width: 165px;
    
}
#AcctNavHeader
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #D38056;
    margin: 10px 0 10px 0;
}
.AcctNavItem
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: 300;
    color: #1F4063;
    margin-bottom: 10px;
}
.AcctNavItem a
{
    text-decoration: none;
    color: #1F4063;
}
#RightContentRightCol
{
    float: left;
    margin: 100px 0 0 8px;
    width: 480px;
}
.AcctPostWrapper
{
    float: left;
    padding: 10px;
    font-family: Verdana;
    
}
.AcctPostHeader
{
    font-size: 12px;
    font-weight: bold;
    color: #D38056;
    margin-bottom: 10px;
}
.AcctPost
{
    
    font-size: 11px;
    font-weight: normal;
    color: #000000;
    
}
.AcctPostDivider
{
    
    background-image: url('../assets/PostDivider.jpg');
    background-repeat: no-repeat;
    height: 5px;
    width: 454px;
    margin: 10px auto 0px auto;
}

