/* for reddot smart edit mode */

/******************************  General  ************************************/
html,body{
    margin:0;
    padding:0;
    background: black;
    /*height: 100%;*/
}
body{
    font: 76% arial,sans-serif;
}
a:link{
    color:#fff;
    text-decoration: none;
}
a:visited{
    color:#fff;
    text-decoration: none;
}
a:hover{
    color: #FC9200;
    text-decoration: underline;
}
div#container{
    margin: 10px;
    min-height: 100%;
    height: 100%;
    background-image: url('/cps/rde/xbcr/merrilldirect/bg.gif');
    background-repeat: repeat-y;
    background-position: top left;
    /*background: white;*/
}
div#wrapper{

}
.RedDot {  
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 10px; 
    font-weight: normal; 
    color: #FF3333;
    text-decoration: none;
}

/******************************  Header  ***********************************/
div#header{
    height:20px;
    margin:0;
    background-color:black;
}
div#header2 h2{
    color:white;
    margin-top: 10px;
    display: inline;
    padding-left:8px;
}
div#header2 img{
    vertical-align:middle;
}
div#header2{
    height:45px;
    margin:0;
    background-color:#004D9B;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

/******************************  Navigation  *******************************/
div#navigation{
    background:#004D9B;
    color:#fff;
    width:243px;
    min-height: 100%; /*87%;*/
    float: left;
}
div#navigation p{
    display: block;
    padding-left: 10px;
}
div#navigation div#nav_1 ul{
    list-style: none;
    margin: 0px;
    padding: 5px 0px 0px 20px;
}
div#navigation div#nav_1 ul li{
    padding-top: 5px;
}
div#navigation div#2{
    padding-left: 5px;
}
div#navigation div#nav_2 ul{
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 10px;
}
div#navigation div#nav_2 ul li{
    padding-top: 5px;
}
div#indent1{
    padding-left: 10px;
    margin-top: -5px;
    margin-bottom: -25px;
}
div#button1 input{
    background: #fff
    border: 1px solid #CCCCCC;
    margin-top: 8px;
    line-height: 12px;
    font-size:11px;
    color: #004D9B;
    height: 20px;
    font-weight:bold;
    text-align: center;
    clear: none;
}
div#button2 input{
    background: #fff
    border: 1px solid #CCCCCC;
    margin: -20px 0px 0px 120px;
    line-height: 12px;
    font-size: 11px;
    color: #004D9B;
    height: 20px;
    font-weight: bold;
    display: inline;
}
div#button3 input{
    background: #fff
    border: 1px solid #CCCCCC;
    margin: 20px 0px auto 65px;
    line-height: 12px;
    font-size: 11px;
    color: #004D9B;
    height: 20px;
    font-weight: bold;
    display: inline;
}
    
div#box2{
    border: 1px solid #CCCCCC;
    background: #003366;
    margin: 10px 5px 0px 5px;
    font-size: 95%;
    font-weight: bold;
    padding: 2px;
}
.formbutton
{
    color: #0066cc;
    background-color: #ffffff;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid #cccccc;
    font-family: Arial, Helvetica, Sans-serif;
    font-weight: bold;
    font-size: 11px;
    cursor: hand;
    width: 125px;
}
.gobutton
{
    color: #0066cc;
    background-color: #ffffff;
    margin-top: 0px;
    margin-bottom: 1px;
    border: 1px solid #cccccc;
    font-family: Arial, Helvetica, Sans-serif;
    font-weight: bold;
    font-size: 11px;
    cursor: hand;
    width: 35px;
}

.indexNav
{
    float: right;
    padding:5px 5px 0px 0px;
    margin-bottom:-20px;
}

/******************************  Content  *****************************/
div#content{
    margin-left:243px;
    margin-bottom: 10px;
    /* float: left; */
    width: 80%;
    border-top: 1px solid #000;
}
div#content h4{
    padding-left: 10px;
    padding-top: 10px;
    margin: 0px;
}
div#content p{
    margin: 0px;
    padding: 10px 10px 0px 10px;
}
div#content span{
    clear: none;
}
div#content a:link{
    color: #004D9B;
    text-decoration: none;
}
div#content a:visited{
    color: #004D9B;
    text-decoration: none;
}
div#content a:hover{
    color: #FC9200;
    text-decoration: underline;
}

/******************************  Footer  ******************************/
div#footer{
    background: #000;
    color: #FFF;
    clear: both;
    width: 100%;
    height: 4%;
}
div#footer p{
    margin:0;
    padding: 5px 10px;
}
