/* box */
.rail {
    /*margin-bottom: 10px;*/
    width: 100%;
}
.rail .box {
    width: 100%;
    margin-bottom: 15px;
    float: left;
}
.rail .box .title-bar {
    background-color: #dfdfdf;
    background: rgba(0, 0, 0, 0) linear-gradient(to left bottom, #f9f9f9, #dfdfdf) repeat scroll 0 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #666666;
    width: 100%;
    /* height: 34px; */
    /* text-transform: uppercase; */
}
#main-right .rail .box .title-bar,
#dialog.rail .box .title-bar{
    background: none repeat scroll 0 0 #fff;
    color: #666666;
    width: 100%;
    /* height: 50px;
     text-transform: uppercase; */
    font-size: 10pt;
}
.rail .box .title-bar h1 {
    /* font-size: 24px;
    font-weight: bold;
    line-height: 14px; 
    padding: 5px 0 5px 12px; */
    padding-bottom: 3px;
    padding-top: 2px;
    border-bottom: 1px solid #dddddd;
    margin: 0px;
}
.rail .box .title-bar h2 {
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    padding: 10px 10px 10px 12px;
    border-bottom: 1px solid #dddddd;
    margin-top: 0px;
    margin-bottom: 0px;
}
.rail .box .title-bar h3 {
    font-size: 11pt;
    line-height: 14px;
    padding: 10px 0 10px 12px;
    margin-top: 0px;
}
.rail .box .content {
    /* background: none repeat scroll 0 0 #FFFFFF; */
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-style: solid;
    border-width: 0 1px 1px 1px;
    border-color:#DDDDDD;
    /* float:left;*/
    width: 178px; 
}
.rail .box .content h3 {
    background-color: #EFEFEF;
    font-size: 12px;
    /* font-weight: bold; 
    line-height: 14px;     */
    padding: 5px 0 5px 11px;
    margin: 0;
    color: #666666;
    font-weight: bold;
}
.rail .box .content span {
    padding: 5px 0 5px 11px;
    display:block;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
}
.rail .box .content .separator {
    clear:both;
    height:1px;
    margin: 8px 11px;
    border-bottom: 1px solid #CCCCCC;
}
.rail .box .content .separator.noline {
    border: none;
}
.rail .box .sub-content {
    border-top: 1px solid #CCCCCC;
    margin: 8px 11px 8px;
    float:left;
    padding: 14px 0 4px;
    width: 156px;
    z-index: 400;
}
.rail .box .sub-content .icon {
    float: left;
    width: 45px;
    vertical-align:top;
}
.rail .box .sub-content .icon-text {
    float: right;
    padding-left: 8px;
    width: 103px;
}
.rail .box .content ul.nav {
    margin: 0px;
    padding: 10px 0px;
}
.rail .box .content .nav li {
    padding: 3px 11px;
}
.rail .box .content .nav li a {
    background-color: transparent;
    background-image: url("../images/base/nav/nav-arrow-grey.gif");
    background-position: 100% 0px;
    background-repeat: no-repeat;
    background-size: 15px 14px;
    color: #8C8C8C;
    display: block;
    position: relative;
    text-decoration: none;
    padding-right:15px;
}
.rail .box .content .nav li a span {
    width:140px;
}


.rail .box .content .nav li.selected a,
.rail .box .content .nav li a:hover{
    background-image: url("../images/base/nav/nav-arrow-black.gif");
    color:#333333;
}
.rail .box .content .nav li div {
    width:156px;
}
.rail .box .content .nav li span {
    padding-left: 0px;
    padding-right: 0px;
    display:block;
}
.rail .box .content .nav li div img {
    margin: 5px 5px 0 0;
    border:0px;
    float:left;
}
.rail .box .content .nav li td img {
    margin: 0 5px 0 0;
    border:0px;
    float:left;
}
.rail .box .content select {
    margin: 5px 10px;
    width:auto;
    max-width:156px;
}
.rail .box .content select.selectmultiple {
    margin: 5px 0 5px 11px;
    width:265px;
    max-width:265px;
}
#formProfile select {
    max-width:100%;
}
