.rosterAccordion > .accordionGroup > a  {
    /*background-color: #3182bd;*/
    background-color: #2F83C5;
}


.rosterAccordion, .rosterAccordion ul, .rosterAccordion li {
    list-style: none;
}

.rosterAccordion ul {
    padding: 0;
    margin: 0 0 0 0px;
}

.rosterAccordion {
    padding: 4px;
    margin: 0px;
}

.rosterAccordion > li {
    margin: 4px 0;
}

.rosterAccordion > li li {
    margin: 2px 0;
}

.rosterAccordion a {
    color: #333;
    display: block;
    outline: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
}


.rosterAccordion .title1{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}
.rosterAccordion .title2{
    font-size: 13px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
}
.rosterAccordion .title3{
    font-size: 12px;
    cursor:pointer;
    color: #000;
}
.rosterAccordion .accordionGroup{
    position: relative;
}
.rosterAccordion .accordionGroup .groupInfo{
    position: absolute;
    top: 3px;
    right: 0px;
    width: 22px;
    height: 22px;
}
.rosterAccordion .info{
    float: left;
    font-weight: bold;
    font-style: italic;
    /*font-size: 13px;*/
    text-align: center;
    margin-left: 3px;
    width: 10px;
    color: #2F83C5;
    cursor: help;
}
.rosterAccordion .infoForm{
    /*float: left;*/
    font-weight: bold;
    font-style: italic;
    /*font-size: 13px;*/
    text-align: center;
    margin-left: 3px;
    width: 10px;
    color: #2F83C5;
    cursor: help;
}
.infoIcon{
    width: 12px;
    height: 12px;
    color: #2F83C5;
    cursor: help;
}
.submitButton{
    float: right;
    height: 30px;
    width: 90px;
    font-size:14px;
    font-weight:bold;
    color:#FFFFFF;
    background-color:#3182bd;
    cursor:pointer;
}

tr .bg_different{
    background-color: #F1F1F2;
}

.rosterAccordion > .accordionGroup > a{
    background-color: #2F83C5;
    color: #f5f5f5;
    padding: 4px 10px;
}
.rosterAccordion > .accordionGroup > a:hover{
    background-color: #5D5D5D;
}

.rosterAccordion > .accordionGroup li.open{
    background-color: #F1F1F2 !important;
}

.rosterAccordion > .accordionGroup > a > span {
    float: left;
    font-size: 19px;
    font-weight: bolder;
}
.rosterAccordion li > a > span:after {
    content: '\25be';
}
.rosterAccordion li.open > a > span:after {
    content: '\25b4';
}

.rosterAccordion li > a.title2 > span:after {

    content: '[\002b]';
}
.rosterAccordion li.open > a.title2 > span:after {
    content: '[\2212]';
}


.rosterTable{
    outline-width: medium;
    border-collapse: separate;
    border-spacing: 0px 0px;
    color: #000000;
}
.rosterSkillTable{
    text-align:left;
    outline-width: medium;
    border-collapse: separate;
    border-spacing: 0px 0px;
    color: #000000;
}
.rosterAccordion input[type="checkbox"]{
    cursor: pointer;
}

.rosterSelectionBox{
    background-color: #d6d0c5;
    border: solid 1px #3B517B;
    cursor: pointer;
    font-size: 95%;
    font-weight: bold;
    padding: 1px 1px 1px 1px;
}

.rosterFormInputTitle{
    text-align: right;
    border-bottom: 2px double #3b517b;
    border-right: 1px double #3b517b;
    font-size: 105%;
    font-weight: bold;
    color: #000;
    padding: 2px 5px 3px 6px;
}

.requiredText{
    color: #FF0000;
}

.rosterTextInput{
    border: 1px outset #8888FF;
    width: 100%;
}

.rosterFormButton{
    height: 30px;
    width: 90px;
    font-size:14px;
    font-weight:bold;
    color:#FFFFFF;
    background-color:#3182bd;
    cursor:pointer;
}

.rosterResultTable th{
    color: black;
    padding: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
}

.rosterResultTable td{
    color: black;
    padding: 10px;
    white-space: nowrap;
    overflow: hidden;
}

.rosterButton{
    font-weight:bold;
    color:#FFFFFF;
    background-color:#3182bd;
    cursor:pointer;
}
.backButton{
    height: 30px;
    width: 188px;
    font-size: 10px;
}


.roseExpertDetailsTable{
  color: #000;
  border-spacing: 0 4px;
  padding-left: 10px;
}
td.roseExpertLabel{
  font-weight: bold;
  text-align: left;
}
td.roseExpertLabelAr{
  font-weight: bold;
  text-align: justify;
}

.roseExportButton{
    height: 30px;
    width: 150px;
    font-size:14px;
    font-weight:bold;
    color:#FFFFFF;
    background-color:#3182bd;
    cursor:pointer;
}
