

.rmsSection{
    margin:20px;
}
.inlineIcon{
    vertical-align: middle;
    margin: 0 4px;
}
.infoIcon{
    vertical-align: middle;
    margin: 1px 4px 0 0;
}
.beginningIcon{
    vertical-align: middle;
    margin: 0 4px 0 -1px;
}
.screenTitle{
    display:block;
    font-size:1.2em;
    font-weight:bold;
    padding: 6px 0;
}
#modelSelectorContainer span {
    padding: 4px 7px 0 0;
}
#modelSelectorContainer strong{
    font-size: 14px;
}
#modelSelectorContainer {
    display:block;
    overflow:auto;
    background-color: #dedfde;
}
#modelSelectorContainer .infoName{
    margin-top:5px;
    margin-right:5px;
}
#selectModel{
    display: none;
}
.displayModel, .selectModel {
    padding: 7px;
    float: left;
}
.currentLabel {
    width:65px;
    border-right: 1px solid #BBB;
}   
#modelSelectorContainer span.alternateTxt {
    display: inline;
    float: none;
    font-size: 0.85em;
}
div.studentSearch{
    float: right;
    padding:7px;
}
div.studentSearch input{
    margin:4px;
}
@media screen and (max-width: 950px) {
    div.studentSearch {
        margin-top: 0;
        float: left;
    }
    .displayModel, .selectModel {
        float: left;
    }
    .modelDropDown {
        max-width: 90%;
    }
}
@media screen and (max-width: 1200px) {
    #modelSelectorContainer .infoName {
        display: block;
        float: none;
    }
}
@media screen and (min-width: 1201px) {
    #modelSelectorContainer .infoName {
        float: left;
    }
    #modelSelectorContainer span {
        float: left;
    }
}
.workflowOnlyNote{
    font-style:italic;
    color:#9FA09F;
}
.workflowOnlyNote.workflowLegend{
    font-size:0.85em;
    white-space: normal;
    display: block;
    line-height:1.2;
}
#navButtonBox{
    display: block;
    border-top: 1px solid #bbbbbb;
    border-bottom: 1px solid #bbbbbb;
}
.navButtons{
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden;
    background-color: #efefef;
}
.navButtons li{
    display: block;
    float: left;
    margin: 0;
}
.navButtons li a{
    color: #333333;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 5px 10px;
    font-size: 12px;
    border-left: 1px solid #FFF;
    border-right: 1px solid #d1d1d1;
    cursor: pointer;
    text-shadow: 0px 1px 0px #FFF;
    background: #dadada;
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 2%, rgba(238,238,238,1) 3%, rgba(218,218,218,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(2%,rgba(255,255,255,1)), color-stop(3%,rgba(238,238,238,1)), color-stop(100%,rgba(218,218,218,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 2%,rgba(238,238,238,1) 3%,rgba(218,218,218,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 2%,rgba(238,238,238,1) 3%,rgba(218,218,218,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 2%,rgba(238,238,238,1) 3%,rgba(218,218,218,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 2%,rgba(238,238,238,1) 3%,rgba(218,218,218,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dadada',GradientType=0 ); /* IE6-9 */
}
.navButtons li a.selected{
    color: #000;
    font-weight: bold;
    background: #ddd;
    border-right: 1px solid #bbb;
    border-left: 1px solid #bbb;
    text-shadow: none;
}
.navButtons li a.selected:hover {
    background: #ddd;
}
.navButtons li a:hover {
    color: #004280;
    background: #f2f2f2; /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 2%, rgba(238,238,238,1) 3%, rgba(242,242,242,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(2%,rgba(255,255,255,1)), color-stop(3%,rgba(238,238,238,1)), color-stop(100%,rgba(242,242,242,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 2%,rgba(238,238,238,1) 3%,rgba(242,242,242,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 2%,rgba(238,238,238,1) 3%,rgba(242,242,242,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 2%,rgba(238,238,238,1) 3%,rgba(242,242,242,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 2%,rgba(238,238,238,1) 3%,rgba(242,242,242,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
}
.navButtons li a:active {
    color: #004280;
    border-right: 1px solid #FFF;
    border-left: 1px solid #d1d1d1;
    background: #dadada; /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(218,218,218,1) 0%, rgba(238,238,238,1) 97%, rgba(255,255,255,1) 98%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(218,218,218,1)), color-stop(97%,rgba(238,238,238,1)), color-stop(98%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(218,218,218,1) 0%,rgba(238,238,238,1) 97%,rgba(255,255,255,1) 98%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(218,218,218,1) 0%,rgba(238,238,238,1) 97%,rgba(255,255,255,1) 98%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(218,218,218,1) 0%,rgba(238,238,238,1) 97%,rgba(255,255,255,1) 98%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(218,218,218,1) 0%,rgba(238,238,238,1) 97%,rgba(255,255,255,1) 98%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.navButtons li a:hover{
    color: #0000ff;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #bbbbbb;
    background-color: #dddddd;
}
.navButtons li a:active{
    color: #0000ff;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #bbbbbb;
    background-color: white;
}
div.modelInfo{
    line-height: 1.2;
    margin: 0 10px;
}
div.modelInfo .modelTitle{
    font-weight: bold;
}
.safeIcon{
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/icon-safe_sq.png);
    background-repeat: no-repeat;
}
.atRiskIcon{
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/icon-risk_sq.png);
    background-repeat: no-repeat;  
}
.highRiskIcon{
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/icon-high_sq.png);
    background-repeat: no-repeat;   
}
.noRiskIcon{
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/icon-noscore_sq.png);
    background-repeat: no-repeat;   
}
.unknownRiskIcon{
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/blank-16.gif);
    background-repeat: no-repeat;   
}
.iconList{
    display: block;
    margin: 0 0 5px 0;
    padding: 0;
    font-size: small;
}
.iconList li{
    background-position: 0 5px;
    clear: both;
    display: block;
    margin: 0;
    padding: 5px 0 6px 22px;
    vertical-align: middle;
}
.iconList li.head{
    font-weight: bold;
    padding-left: 0;
}
.iconList img{
    display: block;
    margin-left: -30px;
    vertical-align: middle;
    float: left;
}
#modelIconKey, #modelIconKey tr, #modelIconKey td {
    border:0;
    font-weight:normal;
}
.keyIcon{
    vertical-align: top;
}
.invalidModelInfo{
    font-size:0.85em;
}
.modalBackground{
    background-color: black;
    filter: alpha(opacity=40);
    opacity: 0.4;
}
.configSection{
    margin-top: 20px;
    color: Black;
}
.configSection .sectionHeader, .sectionHeader{
    font-weight: bold;
    margin-bottom: 0px;
    font-size: 1.1em;
    display:block;
}
span.sectionHeader{
    margin-bottom:10px;
}
.configSection .formHeader .configLink{
    font-size: 1em;
    font-weight: bold;
    display:block;
    margin-bottom:5px;
}
.configSection .settingDescription{
    font-size: 0.85em;
    color:#777;
}
.configSection hr{
    color: black;
    background-color: black;
    height: 1px;
    margin: 0px 0px 20px;
}
.settingsPanel{
    background-color: #EFEFEF;
    margin: 10px;
    border: 1px solid #D8D8D8;
}
.settingsPanelHeader{
    display: block;
    background-color: #D8D8D8;
    padding: 5px;
    font-weight:bold;
}
.dashBottom{
    border-bottom: 1px dashed #B1B1B1;
}
.dashedPanel{
    border-top: 1px dashed #B1B1B1;
    padding: 15px 0 15px 0;
    margin: 0 15px;
}
.normalPanel
{
    padding: 15px 0 15px 0;
    margin: 0 15px;
}
.indentLeft {
    display: block;
    padding: 2px 0 0 22px;
}
.detailsPanel{
    padding: 10px 20px 20px 20px;
}
.detailsPanel div.sectionHeader{
    font-weight:normal;
    font-size:1em;
}
.configPadder{
    margin: 25px;
    margin-bottom: 10px;
}
.formHeader{
    padding: 0 0 15px 42px;
    margin: 0;
    clear: right;
    display: block;
}
.formHeaderIcon{
    float: left;
    clear: left;
    margin-top: 0;
    vertical-align: middle;
}
div.manageRoleHeader{
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/manage-roles-large.gif);
    background-repeat: no-repeat;
    padding-left:45px;
    margin-bottom:20px;
}
div.manageRoleAccess{
    display:inline;
}
.configGridTable td div.manageRoleAccess img{
    margin:0px 2px -4px 8px;
}
.navigationHeader{

    background-repeat: no-repeat;  
}

#accessHeadertext{
   font-size:4em;
}
.scopeHeader{
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/scope-large.png);
    background-repeat: no-repeat;    
}
.visibleStudentHeader{
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/visible-students-large.gif);
    background-repeat: no-repeat;
}
.studentDataHeader{
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/student-data-large.gif);
    background-repeat: no-repeat;  
}
.sectionHeader{
    margin-bottom: 15px;
}
.sectionHeader .boldHeader{
    margin-bottom:4px;
}
.AmPmContainer:hover{
    text-decoration:underline;
    cursor: pointer;
}
.AmPmContainer img{
    padding-bottom:2px;
}
.singleReminder{
    margin-top:8px;
    margin-left:25px;
}
.modalDiv{
    z-index: 8001 !important;
}
.modalPopup{
    background-color: #BABABA;
    filter: Alpha(Opacity=70);
    opacity: 0.7;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    z-index: 8000 !important;
}
.medBox{
    width: 300px;
    -moz-box-shadow: 1px 1px 8px rgba(0,0,0,.35);
    -webkit-box-shadow: 1px 1px 8px rgba(0,0,0,.35);
    box-shadow: 1px 1px 8px rgba(0,0,0,.35);
}
ul.toggleRow {
    list-style: none;
    margin: 10px auto;
    padding: 0;
    display: block;
    clear: both;
    overflow: none;
}
ul.toggleRow li {
    display: block;
    margin: 0;
    padding: 2px 0;
}
ul.toggleRow li label {
    padding: 3px 10px 3px 25px;
    line-height: 18px;
    text-decoration: none;
    background-position: 5px 50%;
    background-repeat: no-repeat; 
    border-width: 1px 1px 1px 0;
    text-align: left;
    cursor: pointer;
}
.academicScope, .academicScopeContainer label {
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/16/books.png);
}
.financialScope, .financialScopeContainer label  {
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/16/money.png);
}
.personalScope, .personalScopeContainer label  {
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/16/user_orange.png);
}
.scopeContainer label{
    padding-left:23px;
    background-repeat: no-repeat;
    background-position:2px 0px;
}
/****************************************************************
/   Side Navigation
/****************************************************************/
.sideNavigation{
    float: left;
    padding-top: 11px;
    width: 135px;
}
.sideNavigation:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
}
.sideNavigation div{
    padding: 2px 0px;
    margin: 6px 0px;
    overflow: hidden;
}
.sideNavigation img{
    display: block;
    float: left;
    padding: 0px 3px;
}
.sideNavigationLink a:link, .sideNavigationLink a:active, .sideNavigationLink a:visited, .sideNavigationLink a:hover{
    color: White;
    font-weight: bold;
    vertical-align: middle;
}
.safeLink{
    background-color: #008700;
    border-color: #008700;
}
.atRiskLink{
    background-color: #D9A241;
    border-color: #D9A241;
}
.highRiskLink{
    background-color: #790000;
    border-color: #790000;
}
.noScoreLink{
   background-color: #9E9E9E;
   border-color: #9E9E9E; 
}
.catDetailLink a, .catDetailLink a:link, .catDetailLink a:active, .catDetailLink a:hover, .catDetailLink a:visited{
    color: White;
    font-weight: bold;
    vertical-align: middle;
}
.catDetailLink{
    padding:5px;
    border-radius:5px 5px 0 0;
}
.mainScreenLink a{
    color: #004a80;
}
.mainScreenLink{
    border: solid 1px #004a80;
}
.grayBox{
    background-color: #efefef;
    border: 1px solid #b2b2b2;
}
.grayBox div.boxHead{
    display: block;
    clear: both;
    margin: 0;
    padding: 5px;
    overflow: hidden;
}
.grayBox h5{
    margin-left: 10px;
    margin-right: 10px;
}
.actionInfo{
    padding: 0;
    margin: 15px;
    display: block;
    overflow: hidden;
}
.actionInfo dt{
    padding: 0;
    margin: 0 0 10px 0;
    width: 125px;
    display: block;
    float: left;
    clear: left;
}
.actionInfo dd{
    padding: 0;
    margin: 0 0 10px 135px;
    display: block;
    margin-left: 135px;
    clear: right;
    min-height: 15px;
}
div.actionInfo{
    margin:0 15px;
    border-bottom:1px solid #D6D3D6;
    padding:10px 0 20px 0;
}
div.actionInfoTop{
    margin:0 15px;
    border-top:1px solid #FFF;
}
.rmsSaveButtons{
    display: block;
    clear: both;
    text-align: center;
    border-radius: 6px 6px 6px 6px;
    padding: 6px 0 4px 0;
    margin: 10px 7px 7px 7px;
    border:1px solid #BACEDC;
    background-color: #DCE7EE;
    position: relative;
	
}
.rmsSaveButtons input, .rmsSaveButtons a{
    display: inline-block;
    margin: 0 6px;
}
div.controlBody div.rmsSaveButtons
{
    margin-left:0px;
    margin-right:0px;
}
.rmsSaveButtons .save{
    font-weight:bold;
}
/****************************************************************
/   Default
/****************************************************************/
 .noMessage{
    color: #666666;
    display: block;
    font-style: italic;
    border: solid 1px #bababa;
    padding: 10px;
    text-align: center;
} 
.defaultNavHolder{
    overflow: hidden;
    display: block;
    width: 340px;
    margin: 0 auto;
    vertical-align: middle;
}
.mainPerfAssessLink {
	display: block;
	text-align: center;
}
.linkBox{
    display: block;
    vertical-align: middle;
}
.linkBox img{
    vertical-align: middle;
    margin-right: 4px;
}
.defaultLinks{
    float: right;
    width: 50%;
    vertical-align: middle;
    font-weight: bold;
    line-height: 22px;
}
.defaultLinks a{
    font-weight: normal;
}
.defaultMainLink{
    padding-right: 50%;
    vertical-align: middle;
    font-weight: bold;
    height: 44px;
    line-height: 44px;
    text-decoration: none;
}
.defaultMainLink img{
    vertical-align: middle;
    border: none;
    margin-right: 5px;
}
/****************************************************************
/   All Model Chart
/****************************************************************/
.allModelChartHolder{
    display: block;
    width: 665px;
    margin: 20px auto;
    clear: both;
    text-align:center;
}
.allModelChartHolder img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.clickModelBar{
    font-size:0.85em;
    color:#808080;
}
.ulModelLegend{
    margin-top:8px;
}
.ulModelLegend li{
    display:inline-block;
    padding:0px 25px;
}
div.allModelChartHolder .ulModelLegend li span{
    background-position: 0px 2px;
}
div.modelContainer{
    padding-left:40px;
    float:left;
    background-repeat: no-repeat;
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/graph-y.png);
    background-position:0px 10px;
}
div.modelContainer:after{
    clear:both;
}
/****************************************************************
/   Main
/****************************************************************/
.chartHolder{
    display: block;
    width: 550px; /* height: 295px; */
    margin: 20px auto 10px auto;
    clear: both;
    overflow: hidden;
}
.modelChartTitle{
    text-align:center;
    margin-bottom:15px;
}
.categoryTitle{
    display:block;
    margin-bottom:5px;
}
.modelChartTitle span{
    display:block;
    font-weight:bold;
    font-size:1.2em;
}
.chartStats{
    line-height: 1.6;
    float: left;
    padding-top: 10px;
}
.modelStat strong{
    font-size: 1.1em;
}
.modelStat{
    font-size:0.85em;
}
.chartStatsGroup{
    margin: 10px 0 20px 0;
}
.dashedHeader{
    font-weight: normal;
    border-bottom: 1px dashed #bababa;
    margin: 5px 0;
}
.statisticLabel{
    display: inline-block;
    width: 75px;
    padding-left:20px;
    background-repeat: no-repeat;
    background-position: 0px 2px;
}
.safeLabel{
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/icon-safe_sq.png);
    color: #008700;
}
.atRiskLabel{
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/icon-risk_sq.png);
    color: #D9A241;
}
.highRiskLabel{
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/icon-high_sq.png);
    color: #790000;
}
.modelStatHolder{
    border-bottom:1px solid #DEDEDE;
    padding-bottom:2px;
    margin-bottom:2px;
}
.adminConfigLink{
    display: inline-block;
    border: 1px solid #b1b2b5;
    text-align: center;
    font-weight: bold;
    background-color: #d7e4fd;
    margin: 12px 12px 0 12px;
    padding: 5px 15px 5px 35px;
    line-height: 18px;
    border-radius:6px;
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/gear.png);
    background-repeat: no-repeat;
    background-position:15px 5px;
}
.adminConfigLink a img{
    border: none;
    text-decoration: none;
    vertical-align: middle;
    margin-right: 5px;
}
.RMSTablePadder{
    display: block;
    overflow: hidden;
    clear: both;
    margin: 12px;
}
.RMSTablePadder div.boxHead
{
    display: block;
    padding: 5px;
    vertical-align: middle;
}
.RMSTablePadder div.boxHead.alertHead,
.RMSTablePadder div.boxHead.assignmentHead,
.RMSTablePadder div.boxHead.assignmentHeadAlert{
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/alert-large.gif);
    background-position: 10px 10px;
    background-repeat:no-repeat;
    padding:10px 10px 10px 55px;
    font-weight:bold;
    font-size:1.2em;
}
.RMSTablePadder div.boxHead.assignmentHead{
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/follow-up-large.gif);
}
.RMSTablePadder div.boxHead.assignmentHeadAlert{
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/follow-up-alert-large.png);
}
.RMSTablePadder div.boxHead.interventionHead,
.RMSTablePadder div.boxHead.interventionHeadAlert{
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/intervention-large.gif);
    background-position: 10px 10px;
    background-repeat:no-repeat;
    padding:10px 10px 10px 55px;
    font-weight:bold;
    font-size:1.2em;
}
.RMSTablePadder div.boxHead.interventionHeadAlert{
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/intervention-alert-large.png);
}
div.boxHead .alertConcern{
    display:block;
    font-weight:normal;
    font-size:1.4em;
}
.RMSTablePadder div.emailHead{
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/32/email.png);
    background-position: 10px 5px;
    background-repeat:no-repeat;
    font-weight:bold;
    font-size:1.2em;
    padding:10px 10px 10px 50px;
}
div.emailHead span{
    display:block;
}
div.emailHead.emailHeadConcern{
    background-position: 10px 10px;
    font-size:1.0em;
}
.RMSTablePadder div.boxHead img.titleIcon{
    float: left;
    margin-right: 5px;
    border: none;
    vertical-align: middle;
}
.RMSTablePadder div.boxHead img.titleIconNoFloat{
    margin-right: 5px;
    border: none;
    vertical-align: middle;
}
.RMSTablePadder div.boxHead:first-line{
    font-weight: normal;
}
.RMSMainColumnHolder{
    display: block;
    margin: 10px;
    overflow: hidden;
    clear: both;
}
div.RMSMainLeftCol{
    margin: 0 20px 0 0;
    padding: 0;
}
div.RMSMainRightCol{
    width: 190px;
    float: right;
    padding: 0;
}
.RMSTableHeader{
    background-color: #cfcfcf;
    border: 1px solid #bababa;
    border-bottom: none;
    border-top: none;
    font-weight: bold;
    padding: 5px 6px;
    margin: 0;
    vertical-align: middle;
    line-height: 18px;
    display: block;
    overflow: hidden;
}
.RMSTableHeader img{
    vertical-align: middle;
    margin-right: 5px;
}
.RMSTableHeader .RMSHeadRightLink{
    display: block;
    float: right;
}
.RMSTableHeader .RMSHeadLink{
    display: inline;
}
.RMSTableHeader span a
{
    font-weight: normal;
}
.RMSTableHeader .legendContainer{
    font-weight:normal;
}
.secondaryHeader{
    display:block;
    font-size:0.85em;
    color:#808080;
    font-weight:normal;
    line-height: normal;
}
.RMSCellImageLink{
    float: left;
    margin-right: 5px;
}
.RMSCellCenterImage{
    display: block;
    margin: 0 auto;
}
.StateCellImageLink{
    vertical-align: middle;
    margin-right: 4px;
}
.modelMessage{
    border: solid 3px #1851AD;
    background: #ffffe4;
    color: #000;
    margin: 15px;
    padding: .6em;
    font-weight: bold;
    text-align: center;
}
.alertInfo{
    margin-top: 30px;
}
.alertInfo div{
    margin:4px 0;
}
.alertInfo .DialogWindow_Title{
    margin:0;
}
.alertInfo span.studentInfoName{
    width:120px;
}
.actionInfo .interventionOptionDisplay{
    font-style:italic;
    margin:20px 0;
}
.editActionContainer{
    border:2px solid #1979be;
}
div.RMSTablePadder div.boxHead a.editAction.preEdit{
    margin-top:5px;
}
div.RMSTablePadder div.boxHead a.editAction.editingAction{
    background-color:#1979be;
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/edit-white-16.png);
    background-position: 10px;
    padding:5px 5px 5px 30px;
    margin-top:-10px;
    margin-right:-10px;
    color:#FFF;
    border-radius:0px 0px 0px 6px;
    font-style:italic;
    text-decoration:none;
}
div.editActionSelections div{
    float:left;
    font-size:0.85em;
    font-weight:normal;
}
/****************************************************************
/   Retention Actions
/****************************************************************/
.searchBox{
    float:left;
    padding: 10px 10px 12px 15px;
    background-color: #EFEFEF;
    border: 1px solid #bababa;
    margin-bottom: 12px;
    border-radius:6px;
}
.studentSearchBox{
    float:none;
}
.watermark{
    color:#b5b5b5;
}
dl.RMSActionSearchControls{
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
dl.RMSActionSearchControls dt{
    display: block;
    float: left;
    clear: left;
    width: 60px;
    padding: 10px 0 6px;
    margin: 0;
    color:#808080;
    text-align:right;
}
dl.RMSActionSearchControls dt.dtShow{
    margin-top:3px;
}
dl.RMSActionSearchControls dd{
    display: block;
    padding: 8px 0 8px 75px;
    margin: 0;
}
dl.RMSActionSearchControls dd select{
    margin: 0 10px 10px 0;
}
.rmsSearchButtons{
    display: block;
    clear: both;
    text-align: center;
    padding: 6px 0 4px 0;
}
.rmsSearchButtons input{
    display: inline-block;
    margin: 0 6px;
}
/****************************************************************
/   Category Detail
/****************************************************************/
.greenCategoryTable, .yellowCategoryTable, .redCategoryTable{
    padding: 0px;
    border: solid 1px #000000;
    border-width:4px;
    border-spacing: 0px;
    border-radius:4px 4px 4px 4px;
    -moz-box-shadow:    0px 3px 3px #ccc;
    -webkit-box-shadow: 0px 3px 3px #ccc;
    box-shadow: 0px 3px 3px #ccc;
}
.greenCategoryTable{
    border-color: #008700;
}
.yellowCategoryTable{
    border-color: #D9A241;
}
.redCategoryTable{
    border-color: #790000;
}
.greenDetailTable{
    border-color: #008700;
    width: 100%;
}
.yellowDetailTable{
    border-color: #D9A241;
    width: 100%;
}
.redDetailTable{
    border-color: #790000;
    width: 100%;
}
.greenColorBar, .yellowColorBar, .redColorBar{
    width: 15px;
    vertical-align: top;
}
.greenColorBar img, .yellowColorBar img, .redColorBar img, .noScoreBar img{
    margin-top: 3px;
}
.greenColorBar{
    background-color: #008700;
}
.yellowColorBar{
    background-color: #D9A241;
}
.redColorBar{
    background-color: #790000;
}
.noScoreBar #safeIcon, .noScoreBar #atRiskIcon, .noScoreBar #highRiskIcon, .greenColorBar #atRiskIcon, .greenColorBar #highRiskIcon, .yellowColorBar #safeIcon, .yellowColorBar #highRiskIcon, .redColorBar #safeIcon, .redColorBar #atRiskIcon{
    display: none;
}
.greenBar{
    background-color: #008700;
}
.yellowBar{
    background-color: #D9A241;
}
.redBar{
    background-color: #790000;
}
.greenStudentInfo{
    border-top: solid 1px #008700;
}
.yellowStudentInfo{
    border-top: solid 1px #D9A241;
}
.redStudentInfo{
    border-top: solid 1px #790000;
}
.categoryStats{
    padding: 5px 0 0 10px;
    vertical-align: top;
    height: 115px;
}
.categoryStats span{
    font-size:1.4em;
    display:block;
    margin-top:5px;
}
.categoryStats span.stuSummary{
    font-weight:bold;
    margin-top:15px;
}
.categoryChartContainer{
    padding: 5px 25px 5px 10px;
    overflow: hidden;
}
.tableTabSpacer{
    width: 6px;
    background-color: transparent;
}
.optionGrid table{
    width: auto;
    border-width: 0;
    border: 1px dashed #bababa;
    border-width: 0 0 1px 0;
}
.optionGrid tr.alternateRow td, .optionGrid tr td, .optionGrid tr th, .optionGrid th{
    border: 1px dashed #bababa;
    border-left-color: white;
    border-right-color: white;
    padding: 6px 5px;
    background-color: White;
}
.optionGrid td img{
    border: none;
    margin: 0 2px;
}
.bottomPadder{
    margin-bottom: 20px;
    display: block;
}
.formMessagingGrid table{
    width: auto;
    border-width: 0;
    border-top: 1px dashed #bababa;
    border-width: 0 0 1px 0;
    margin-top: -5px;
}
.formMessagingGrid td{
    border-bottom: 1px dashed #bababa;
    border-left: none;
    border-right: none;
    padding: 13px 0 18px 0;
}
.formMessagingGrid td img{
    border: none;
    margin: 0 2px;
}
tr.optionRowHeader th{
    font-size:10px;
    color:#808080;
}
.noHeaders .optionRowHeader th{
    visibility: hidden;
    font-size: 0px;
    line-height: 0px;
    border: none;
    display: inline;
}
/***** Category Grid *****/
.rfTable{
    border-collapse: collapse;
}
.statsTableHolder{
    border-top:1px solid #BABABA;
    display: block;
    margin-bottom: 12px;
}
.statsGrid{
    margin: 0;
    display: block;
    clear:both;
}
.statsGrid .navigation{
    padding: 0;
    display: block;
    background-color: #bababa;
}
.statsGrid .navigation .previous, .statsGrid .navigation .next{
    width: 85px;
    padding: -1px 0;
}
.statsGrid .navigation .previous{
    float: left;
    display: block;
    text-align: left;
    padding: 5px;
}
.statsGrid .navigation .pages{
    text-align: center;
    vertical-align: bottom;
    display: block;
    padding: 5px;
}
.statsGrid .navigation .next{
    float: right;
    display: block;
    text-align: right;
    padding: 5px;
}
.statsGrid .navigation a, .statsGrid .pagerHolder a {
    padding: 0 3px;
    font-size: smaller;
    display: inline;
}
.statsGrid .navigation .disabled{
    color: Black;
}
.statsGrid caption {
    background-color: #BABABA;
    border: 1px solid #BABABA;
    font-weight: bold;
    padding-left: 5px;
    text-align: left;
}
.statsGrid table{
    margin: 0;
    width: 100%;
    border: 1px solid #bababa;
}
.statsGrid table.noborder{
    border: 0px solid #bababa;
    border-width: 0;
}
.statsGrid table.auto{
    width: auto !important;
}
.statsGrid td, .statsGrid th{
    border: 1px solid #DFDFDF;
    border-width:1px 0px 1px 0px;
    padding:5px;
}
.statsGrid th{
    border-width:0 0 1px 0;
    border-color:#BABABA;
    font-weight: normal;
    line-height: 14px;
    padding: 5px;
}
.statsGrid tr:last-child td{
    border-bottom:1px solid #BABABA;
}
.statsGrid tr.noborder td, .statsGrid td.noborder, .statsGrid th.noborder {
    border: none;
}
.statsGrid th.coursescheduleheader a{
    color: blue;
    vertical-align: middle;
}
.statsGrid th.coursescheduleheader img{
    vertical-align: middle;
}
.statsGrid th.coursescheduleheader, .statsGrid tr.coursescheduleheader{
    vertical-align: middle;
    text-align: left;
}
.statsGrid table tr td.alignCenter,
.statsGrid table tr th.alignCenter{
    text-align: center;    
}
.statsGrid tr.highlightAssignmentRow, .statsGrid td.highlightAssignmentRow, .statsGrid th.highlightAssignmentRow{
    background-color: #FEFFEC;
    border: 1px solid #ECD60A;
}
.statsGrid th a{
    color: Black;
}
.statsGrid table td.statusColumn img{
    display: block;
    margin: 0 auto;
}
.statsGrid table tr.highlight td{
    background-color: #feffec;
    border-top: 2px solid #e1c51d;
    border-bottom: 2px solid #e1c51d;
    border-right-color: #feffec;
}
.statsGrid table tr.highlight td.first{
    border-left: 2px solid #e1c51d;
}
.statsGrid table tr.highlight td.last{
    border-right: 2px solid #e1c51d;
}
.statsGrid table td i{
    font-size: 12px;
    line-height: 15px;
}
.statsGrid td img, .statsGrid input[type="image"]{
    vertical-align: middle;
}
.statsGrid td span.FollowUpStatus{
    display: block;
    float: right;
    width: 20px;
}
.statsGrid td span.FollowUpStatus img{
    display: block;
    margin: 0 auto;
}
.statsGrid span.number{
    text-align: right;
    display: block;
    width: 40px;
}
.statsGrid .rowHeader, .configGridTable .rowHeader{
    background-color: #dddddd;
    border: solid 1px #bababa;
    font-weight: normal;
    font-size: .85em;
}
.statsGrid .alternateRow{
    background-color: #efefef;
}
.statsGrid .scoreHeader, .statsGrid .greenScoreCell, .statsGrid .yellowScoreCell, .statsGrid .redScoreCell, .statsGrid .greenScoreCellAlternate, .statsGrid .yellowScoreCellAlternate, .statsGrid .redScoreCellAlternate
{
    font-weight: bold;
}
.statsGrid .greenScoreHeader{
    background-color: #008700;
    border-right:1px solid #008700;
    border-left:1px solid #008700;
}
.statsGrid .greenScoreCell{
    background-color: #d5fcd5;
    border-right:1px solid #008700;
    border-left:1px solid #008700;
}
.statsGrid .greenScoreCellAlternate{
    background-color: #b1dab1;
    border-right:1px solid #008700;
    border-left:1px solid #008700;
}
.statsGrid .yellowScoreHeader{
    background-color: #D9A241;
    border-right:1px solid #D9A241;
    border-left:1px solid #D9A241;
}
.statsGrid .yellowScoreCell{
    background-color: #f6d499;
    border-right:1px solid #D9A241;
    border-left:1px solid #D9A241;
}
.statsGrid .yellowScoreCellAlternate{
    background-color: #fce4b9;
    border-right:1px solid #D9A241;
    border-left:1px solid #D9A241;
}
.statsGrid .redScoreHeader{
    background-color: #790000;
    border-right:1px solid #790000;
    border-left:1px solid #790000;
}
.statsGrid .redScoreCell{
    background-color: #efd9d9;
    border-right:1px solid #790000;
    border-left:1px solid #790000;
}
.statsGrid .redScoreCellAlternate{
    background-color: #e3afaf;
    border-right:1px solid #790000;
    border-left:1px solid #790000;
}
div.pageClear{
    clear: both;
    padding-bottom: 20px;
}
span.rmsHistoricChartHeader
{
    display: block;
    font-size: smaller;
    color: #818181;
    padding: 1px 0 4px 0;
}
div.chartFooter, span.helperInfo
{
    font-style: italic;
    color: #818181;
    font-size: 0.85em;
    display: block;
    clear: both;
}
/****************************************************************
/   Student Detail
/****************************************************************/

.emailIcon
{
    padding-left: 5px;
}
.userImage
{
    background-color: Black;
    padding: 1px;
    width: 100px;
    float: left;
}
img.statusIcon
{
    position: absolute;
    top: 4px;
    left: -20px;
}
.statusBox{
    position: relative;
    display: block;
    border-width: 1px;
    border-style: solid;
    color: #FFF;
    font-size: .9em;
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
div.statusBox a {
    text-shadow: none;
    color: #FFF;
}
.statusBox img{
    vertical-align: middle;
}
.statusBox .retentionStatusLink {
    padding-left: 15px;
    white-space: nowrap;
    text-decoration:underline;
}
.studentDetailBox .statusBox, .studentScoreInfo .statusBox {
    float: right;
    margin: 10px -14px 10px 25px;
    padding: 5px 25px 5px 0;
    max-width: 450px;
}
.studentScoreInfo .statusBox{
    float:left;
    margin: 0px 25px 0px -24px;
}
.studentDetailBox .statusBox:before, .studentScoreInfo .statusBox:before {
    content: "";
    height: 0;
    position: absolute;
    top: 50%;
    left: -21px;
    margin-top: -20px;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #e2e2e2;
    border-top: 20px solid transparent;
}
 .studentScoreInfo .statusBox:before{
    left:100%;
    right:-21px;
    border-left: 20px solid #e2e2e2;
    border-right:0;
 }
.studentDetailBox .statusBox:after, .studentScoreInfo .statusBox:after  {
    content: "";
    height: 0;
    position: absolute;
    top: 50%;
    left: -19px;
    margin-top: -19px;
    border-bottom: 19px solid transparent;
    border-right: 19px solid #e2e2e2;
    border-top: 19px solid transparent;
}
 .studentScoreInfo .statusBox:after {
    left:0;
    right:-19px;
    left:100%;
    border-left: 19px solid #e2e2e2;
    border-right:0;
 }
.studentDetailBox .statusBox .wrapUnder, .studentScoreInfo .statusBox .wrapUnder {
    content: "";
    height: 0;
    position: absolute;
    bottom: -23px;
    right: -1px;
    border-bottom: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 11px solid #e2e2e2;
}
.studentScoreInfo .statusBox .wrapUnder {
    width:0px;
    position: absolute;
    right:0;
    left:-1px;
    border-top: 11px solid transparent;
    border-left: 11px solid transparent;
    border-right:0;
}
.studentScoreInfo .precentChance{
    font-size:1.3em;
    font-weight:bold;
}
.studentReportLink{
    text-align: center;
}
.studentDetailBox span.workflowOnlyNote{
    margin-top:20px;
    display:block;
    color:#FFF;
}
.detailsBox {
    padding: 10px 0 0 10px;
}
.detailsBox h2
{
    margin: 0 10px 4px 110px;
    font-size: 14px;
}
.userImage {
    background-color: #000;
    float: left;
    padding: 1px;
    width: 100px;
}
.statusIcon
{
    position: absolute;
    top: 4px;
    left: 2px;
}
#detailList{
    margin-left: 110px;
}
#detailList li{
    list-style: none;
    font-size: 11px;
    padding: 2px 0;
    margin-top: 0;
    margin-bottom: 0;
}
.infoTitle{
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 2px;
}
.infoName{
    color:#7E7E7E;
}
.infoName.infoNameTitle{
    font-style:italic;
}
div.pSection div.largeLeftIcon {
    padding-left: 30px;
    padding-top: 4px;
    padding-bottom: 3px;
    margin: 0;
    min-height: 21px; 
    line-height: 1.2em;
    background-position: 0 -2px;
    background-repeat: no-repeat;
}
.pIcon{
    float: left;
}
.iconPara{
    padding-left: 24px;
    margin: 4px 0;
}
.actionButtonsHolder{
   clear: both;
    display: block;
    margin: 0;
    padding: 10px 20px 0 10px;
}
.actionButtonsHolder .contactAdmin{
    padding: 5px;
}
.pSection .actionButtons, .actionButtons{
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.actionButtons img, .actionLink img{
    border: medium none;
    margin-right: 5px;
    vertical-align: middle;
    height: 20px;
    width: 20px;
}
.pSection .actionButtons li,.actionButtons li{
    display: block;
    float: left;
    margin: 0 10px 10px 0;
    padding: 0;
}

.actionButtons li a.actionLink,
.actionButtons li span a.actionLink,
a.actionLink{
    border: 1px solid #cccccc;
    border-radius: 0.5em 0.5em 0.5em 0.5em;
    color: #004280;
    cursor: pointer;
    display: inline-block;
    padding: 6px 12px 5px 4px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0px 1px 0px white;
    vertical-align: middle;
    background: #ededed; /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}
.actionButtons li a.actionLink:hover,
a.actionLink:hover{
    border: 1px solid #9fb6cc;
    text-decoration: none;
    box-shadow: 0px 1px 1px rgba(0,0,0,.1);
    background: #cad8ed; /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 3%, rgba(234,241,255,1) 3%, rgba(202,216,237,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,rgba(255,255,255,1)), color-stop(3%,rgba(234,241,255,1)), color-stop(100%,rgba(202,216,237,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 3%,rgba(234,241,255,1) 3%,rgba(202,216,237,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 3%,rgba(234,241,255,1) 3%,rgba(202,216,237,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 3%,rgba(234,241,255,1) 3%,rgba(202,216,237,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 3%,rgba(234,241,255,1) 3%,rgba(202,216,237,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cad8ed',GradientType=0 ); /* IE6-9 */
}
.actionButtons li a.actionLink:active,
a.actionLink:active{
    box-shadow: 0px 1px 0px rgba(0,0,0,.1);
    text-decoration: none;
    background: #cad8ed; /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(202,216,237,1) 0%, rgba(234,241,255,1) 98%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(202,216,237,1)), color-stop(98%,rgba(234,241,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(202,216,237,1) 0%,rgba(234,241,255,1) 98%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(202,216,237,1) 0%,rgba(234,241,255,1) 98%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(202,216,237,1) 0%,rgba(234,241,255,1) 98%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(202,216,237,1) 0%,rgba(234,241,255,1) 98%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cad8ed', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.actionButtons li a.actionLink[disabled],
a.actionLink[disabled], a.editLink[disabled], a.editLink[disabled]:hover{
    color:#666666;
    text-decoration:none;
}
a.editLink{
    font-style:italic;
}
div.studentDetailBox {
    background-color: #EFEFEF;
    margin: 10px 12px 20px 0;
}
.noScore, .safeCategory, .atRiskCategory, .highRiskCategory
{
    margin-bottom: 12px;
    border-style: solid;
    position: relative;
    border-radius:4px 4px 4px 4px;
}

/* Large Category Icons */

.safeIconLarge {    background-image: url(/ICS/ui/common/images/PortletImages/Icons/icon-safe-28.png); }
.atRiskIconLarge { background-image:url(/ICS/ui/common/images/PortletImages/Icons/icon-at-risk-28.png);}
.highRiskIconLarge { background-image: url(/ICS/ui/common/images/PortletImages/Icons/icon-high-risk-28.png); }
.noScoreIconLarge { background-image: url(/ICS/ui/common/images/PortletImages/Icons/icon-no-score-28.png); }

/* Colors for various category items */

.safeCategory { border-color: #008700; }
.atRiskCategory { border-color: #D9A241; }
.highRiskCategory { border-color: #790000; }
.noScore { border-color: #9e9e9e; }
.safeCategory .statusBox { background-color: #008700; border-color: #005400; text-shadow: 0 -1px #005400; max-width: 50%; }
.atRiskCategory .statusBox { background-color: #D9A241; border-color: #c57f2b; text-shadow: 0 -1px #c57f2b; max-width: 50%; }
.highRiskCategory .statusBox { background-color: #790000; border-color: #450000; text-shadow: 0 -1px #450000; max-width: 50%; }
.noScore .statusBox { background-color: #9e9e9e; border-color: #6b6b6b; text-shadow: 0 -1px #6b6b6b; max-width: 50%;}
.safeCategory .statusBox .wrapUnder { border-top-color: #005400; }
.atRiskCategory .statusBox .wrapUnder { border-top-color: #c57f2b; }
.highRiskCategory .statusBox .wrapUnder { border-top-color: #450000; }
.noScore .statusBox .wrapUnder { border-top-color: #6b6b6b; }
.safeCategory .statusBox:before { border-right-color: #005400; border-left-color: #005400;  }
.safeCategory .statusBox:after { border-right-color: #008700;border-left-color: #008700; }
.atRiskCategory .statusBox:before { border-right-color: #c57f2b; border-left-color: #c57f2b;  }
.atRiskCategory .statusBox:after { border-right-color: #D9A241;border-left-color: #D9A241; }
.highRiskCategory .statusBox:before { border-right-color: #450000;border-left-color: #450000; }
.highRiskCategory .statusBox:after { border-right-color: #790000; border-left-color: #790000;}
.noScore .statusBox:before { border-right-color: #6b6b6b; border-left-color: #6b6b6b; }
.noScore .statusBox:after { border-right-color: #9e9e9e;border-left-color: #6b6b6b;  }

.studentScoreInfo
{
    padding: 10px;
}
.studentScoreGraph{
    float: right;
    text-align: center;
    padding-left:20px;
}
.studentModelInfo{
    margin-top:50px;
    line-height:20px;
}
.limitedFactors{
    margin:15px 0px 5px 0px;
    color: #AAA;
}
.noScore
{
    border-color: #9e9e9e;
}
.safeCategory
{
    border-color: #008700;
}
.atRiskCategory
{
    border-color: #D9A241;
}
.highRiskCategory
{
    border-color: #790000;
}
.currentModelScore
{
    font-weight: bold;
}
.noScore.noModel{
    border-width:1px;
}
.emailTemplateLabel {
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/email-perm-active.gif);
    background-position: left 50%;
    background-repeat: no-repeat;
    color: #7E7E7E;   
    font-size: 0.9em;
    font-weight: normal;
    padding: 2px 3px 3px 26px;    
}
.enabledEmailTemplateLabel {
    text-decoration: underline;
    cursor: pointer;
    color: #0000FF;
}
.disabledEmailTemplateLabel {
    text-decoration: none;
    cursor: auto;
    color: #7E7E7E;
}
.courseScheduleTableHeaderLeft {
    float: left;
    padding: 5px 1px;
}
.courseScheduleTableHeaderRight{
    padding: 5px;
    display = inline-block;
    float: right;
}
.noCoursesMessagePanel {
    color: #808080;
    font-style: italic;
    padding-bottom: 5px;
    padding-top: 5px;
}
.lightText {
    color: #888888;
}
td.noborder {
    padding: 0;
}
div.locationSchedule{
    margin-bottom:5px;
}
div.locationSchedule div, div.courseScheduleTabDiv div.statsGrid span.selectorInfo{
    font-size:0.85em;
}
div.courseScheduleTabDiv table td{
    vertical-align:middle;
}
/****************************************************************
/** Retention Actions tabs **
/***************************************************************/

.plaintabs{
    margin: 20px 12px 12px 12px;
    background-image: none;
    display: block;
}
.plaintabs .ajax__tab_header{
    border-bottom: 1px solid #A4A4A4;
    font-size: 85%;
    white-space: nowrap;
    margin-bottom: 12px;
    background-image: none;
    border-radius:6px 6px 0 0;
}
.plaintabs .ajax__tab_outer{
    border: none;
    background-image: none;
    margin-left: 6px;
}
.plaintabs .ajax__tab_inner{
    border-color: #A4A4A4;
    border-image: none;
    border-radius: 6px 6px 0 0;
    border-style: solid solid none;
    border-width: 1px 1px 0 1px;
    text-shadow: 0px 1px 0px white;
    display: inline;
    padding: 6px 10px 8px;
    background: #dadada; /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 2%, rgba(238,238,238,1) 3%, rgba(218,218,218,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(2%,rgba(255,255,255,1)), color-stop(3%,rgba(238,238,238,1)), color-stop(100%,rgba(218,218,218,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 2%,rgba(238,238,238,1) 3%,rgba(218,218,218,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 2%,rgba(238,238,238,1) 3%,rgba(218,218,218,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 2%,rgba(238,238,238,1) 3%,rgba(218,218,218,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 2%,rgba(238,238,238,1) 3%,rgba(218,218,218,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dadada',GradientType=0 ); /* IE6-9 */
}
.plaintabs .ajax__tab_inner:hover {
    color: #004280;
    background: #f2f2f2; /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 2%, rgba(238,238,238,1) 3%, rgba(242,242,242,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(2%,rgba(255,255,255,1)), color-stop(3%,rgba(238,238,238,1)), color-stop(100%,rgba(242,242,242,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 2%,rgba(238,238,238,1) 3%,rgba(242,242,242,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 2%,rgba(238,238,238,1) 3%,rgba(242,242,242,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 2%,rgba(238,238,238,1) 3%,rgba(242,242,242,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 2%,rgba(238,238,238,1) 3%,rgba(242,242,242,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
}
.plaintabs .ajax__tab_tab{
    cursor:pointer;
}
.plaintabs .ajax__tab_active .ajax__tab_outer{
    background-image: none;
    font-weight: bold;
}
.plaintabs .ajax__tab_active .ajax__tab_inner{
    border-color: #A4A4A4;
    background: #ffffff;
    position: relative;
    top: 1px;
    padding: 9px 12px 8px;
    background-image: none;
}
.plaintabs .ajax__tab_inner:active {
    color: #004280;
    background: #dadada; /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(218,218,218,1) 0%, rgba(238,238,238,1) 97%, rgba(255,255,255,1) 98%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(218,218,218,1)), color-stop(97%,rgba(238,238,238,1)), color-stop(98%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(218,218,218,1) 0%,rgba(238,238,238,1) 97%,rgba(255,255,255,1) 98%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(218,218,218,1) 0%,rgba(238,238,238,1) 97%,rgba(255,255,255,1) 98%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(218,218,218,1) 0%,rgba(238,238,238,1) 97%,rgba(255,255,255,1) 98%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(218,218,218,1) 0%,rgba(238,238,238,1) 97%,rgba(255,255,255,1) 98%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.plaintabs .ajax__tab_active .ajax__tab_inner:hover {
    background: #FFF;
}
.studentTabScreen{
    padding: 12px;
}
.searchBox.studentSearchBox
{
    padding: 10px 10px 10px 12px;
}
dl.studentSearchControls
{
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
dl.studentSearchControls dt
{
    display: block;
    float: left;
    clear: left;
    padding: 3px 6px;
    margin: 0;
    font-weight: bold;
}
dl.studentSearchControls dd
{
    display: block;
    padding-left: 120px;
    margin: 0;
}
dl.studentSearchControls dd input.bold
{
    font-weight: bold;
}
dl.studentSearchControls dd a
{
    padding-left: 15px;
}
div.aboutModel{
    margin:15px 0px;
}
div.modelCat{
    margin-top:35px;
}
.alternateTxt{
    color:#656565;
}
.aboutModelTitle{
    font-weight:bold;
}
span.modelName{
    font-size:1.4em;
    font-weight:bold;
    display:inline-block;
    margin-bottom:3px;
}
.selection
{
    clear: both;
    margin: 10px 15px;
    padding-bottom: 8px;
    overflow: hidden;
}
div.selection .title, .title
{
    display: block;
    float: left;
    padding-right: 15px;
    margin-right: 5px;
    text-align: right;
    width: 150px;
}
div.selection .rowHeader, .rowHeader td, .rowHeader th
{
    background-color: #dbdbdb;
    border: solid 1px #bababa;
    font-weight: normal;
    text-align: left;
}
.rowHeader th{
    border-width:0 0 1px 0;
    border-color:#BABABA;
}
.submissionGrid th, .submissionGrid td {
    min-width: 60px;
    padding-right: 20px;
}
.submissionGrid th.childCountHeader, .submissionGrid td.childCountContent{
    max-width:33px;
    min-width:33px;
    width:33px;
    padding-right:5px;
}
.submissionGrid td.childCountSpacer{
    padding-right:15px;
}
.submissionGrid th.relationshipColumn, .submissionGrid td.relationshipColumn
{
    min-width: 100px;
}
.submissionGrid th.stateColumn, .submissionGrid td.stateColumn
{
    min-width: 70px;
}
.rowHeader a.sortLink
{
    color: Black;
    text-align: left;
    min-width: 100px;
}
.rowHeader a.whiteSortLink
{
    color: White;
}
.rowHeader a.selectedSortLink
{
    color: Black;
    font-weight: bold;
}
.rowHeader a.selectedWhiteSortLink
{
    color: White;
    font-weight: bold;
}
.studentTD{
    white-space:nowrap;
    padding-right:5px;
}
.concernCell{
    white-space:nowrap;
}
div.selection .alternateRow, .alternateRow
{
    background-color: #efefef;
}
div.selection tr, div.selection td, div.selection th, .gridTableCell, .gridTableCell td
{
    padding: 3px 5px;
    border: solid 1px #bababa;
}
div.selection span.weight
{
    text-align: right;
    display: block;
    width: 35px;
}
span.altInfo{
    color:#808080;
}
span.altInfoWrapper{
    font-size:0.85em;
    white-space:nowrap;
}
/********** Main Chart **********/
div#csschart
{
    margin: 0 0 0 4px;
    padding: 0;
    width: 70px;
    height: 255px;
    float: left;
}
div.colorTab{
    height:8px;
    width:8px;
    display:inline-block;
    border:1px solid black;
}
.viewAllLink
{
    padding: 12px 0 0 17px;
}
h5.DashedLine
{
    border-style: none none dashed none;
    border-bottom-width: 1px;
    border-bottom-color: #b3b3b3;
    margin-right: 0;
    margin-left: 0;
    color: #b8b8b8;
}
h5.DashedGroupHeader
{
    border-style: none none dashed none;
    border-bottom-width: 1px;
    border-bottom-color: #b3b3b3;
    margin-top: 25px;
    padding-bottom: 3px;
    margin-right: 10px;
    margin-left: 10px;
    color: Black;
    font-weight: bold;
}
.DataGridSeperate
{
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
    padding: 4px;
    border-left: none;
    border-right: none;
}
.floatImageRight
{
    float: right;
}
.submissionInputTable{
    border-spacing:0;
    border-collapse:collapse;
}
.submissionInputTable td{
    vertical-align:top;
    padding:6px;
}
.submissionInputTable tr td:first-child{
    text-align:right;
   
}
.submissionInputTable .principalSelector tr td{
    text-align:left;
    padding:0px;
}
.submissionInputTable .principalSelector tr td img{
    vertical-align:middle;
}
.interventionList label{
    margin-left:25px;
    display:block;
}
.interventionList input{
    float:left;
    margin-top:1px;
}
.interventionList br{
    line-height:7px;
}
.GridAlternate
{
    border: 1px dashed #bbbbbb;
    padding: 10px;
    padding-left: 35px;
    margin: 12px 0;
    line-height: 18px;
    display: block;
    overflow: hidden;
    clear:both;
}
.GridAlternate a
{
    white-space: nowrap;
}
.GridAlternate img
{
    float: left;
    margin-left: -25px;
    margin-top: 2px;
}
.SubmissionNotification
{
    padding: 15px;
    background-color: #FFFFE4;
    border: 2px solid #E8DB41;
    margin-bottom: 10px;
    text-align:center;
}
div.mainTeaser{
    text-align:center;
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/all-models-graph.gif);
    background-repeat: no-repeat;
    background-position:center;
    height:160px;
    padding-top:100px;
}
div.mainTeaserHide{
    text-align:center;
    color:#999;
    font-size:0.85em;
}
div.mainTeaserTxt,div.studentModelTeaserTxt, span.configTeaserTxt, span.roleTeaserTxt,div.emailTemplateTeaserTxt{
    display:inline-block;
    background-color:#FCEADB;
    border:1px solid #DE8F24;
    padding:7px;
    width:480px;
    text-align:left;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow:    0px 3px 3px #ccc;
    -webkit-box-shadow: 0px 3px 3px #ccc;
    box-shadow: 0px 3px 3px #ccc;
}
div.mainTeaserTxt a{
    display:inline-block;
    padding-top:5px;
    padding-left:210px;
}
div.studentModelTeaser{
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/model-results.gif);
    background-repeat: no-repeat;
    background-position:left;
    height:320px;
    padding-top:100px;
    padding-left:175px;
}
div.emailTemplateTeaser{
    background-repeat: no-repeat;
    background-position:left;
    height:210px;
    padding-top:30px;
    padding-left:50px;
}
div.emailTemplateTeaser.factorTeaser{
     background-image: url(/ICS/ui/common/images/PortletImages/Icons/email-templates-factor.gif);
}
div.emailTemplateTeaser.assignmentTeaser{
     background-image: url(/ICS/ui/common/images/PortletImages/Icons/email-templates-assignment.gif);
}
div.studentModelTeaserTxt{
    width:230px;
    padding:20px;
}
span.configTeaserTxt{
    margin-top:5px;
    display:block;
}
span.roleTeaserTxt{
    width:330px;
    text-align:center;
    margin-left:10px; 
    color:#000;
}
div.emailTemplateTeaserTxt{
    width:500px;
    font-size:0.85em;
}
span.teaserHeader{
    font-weight:bold;
}
span.teaserHeader strong{
    display:block;
    margin-bottom:10px;
    font-size:1.3em;
}
div.emailTemplateTeaserTxt img{
    padding-right:15px;
}
/* Pager Restyle */
.statsGrid td.noPad
{
    border-top: none;
    border-bottom: none;  
}
.navigation div.pagingContainerDefault, .pagerHolder div.pagingContainerDefault
{
    background-color: #bababa;
    border: none;
}
/* AJAX Loading spinner */
.updateProgress, .updateSelector{
    overflow: hidden;
    padding: 25px 0;
    text-align: center;
    background-color: white;
    position: absolute;
    z-index: 1000;
    display: block;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6x;
    border-radius: 6px 6px 6px 6px;
    -moz-box-shadow: 1px 1px 8px rgba(0,0,0,.35);
    -webkit-box-shadow: 1px 1px 8px rgba(0,0,0,.35);
    box-shadow: 1px 1px 8px rgba(0,0,0,.35);
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#535353,direction=45,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#535353,direction=135,strength=4) progid:DXImageTransform.Microsoft.Shadow(color=#535353,direction=225,strength=4) progid:DXImageTransform.Microsoft.Shadow(color=#535353,direction=315,strength=3);
}
.updateSelector{
    margin-left:-60px;
    margin-top:-50px;
}
.updateProgressMessage
{
    font-family: Trebuchet MS;
    font-size: medium;
    font-weight: bold;
}
.updateProgressMessage img{
    vertical-align: middle;
    margin-right: 6px;
}
.grayConfigBox {
    background-color: #E2E2E2;
    border: none;
    border-radius: 8px;
    display: block;
    margin: 0 15px 15px 30px;
    padding: 1px 10px 10px;
}
.grayTopWedge{
    margin-top: -14px;
    margin-left: 5px;
    display: block;
    width: 0;
    height: 0;
    border-bottom: 13px solid #e2e2e2;
    border-right: 13px solid transparent;
    border-left: 13px solid transparent;
}
.specificSelection{
    margin-left:37px;
}
.chooseFactors, .changeDate{
    text-decoration:underline;
    padding-left:15px;
    cursor: pointer;
}
.indent20
{
    margin-left: 35px;
    margin-top: 5px;
}
.indent20 li
{
    list-style-type: disc;
}
.N2KNotification
{
    display: block;
    font-size: 16px;
    font-weight: bolder;
    margin: 5px 0 15px;
}
.RMShidden
{
    display: none;
}

.maxWidth
{
    max-width: 800px;
}

.MIPAlign
{
    float: right;
}
.LegendBG td.LegendHeader
{
    font-weight: bold;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: #B4B4B4;
    padding-bottom: 1px;
}
.LegendBG table td.LegendHighlight {
    background-color: #FEFFEC;
    border-color: #E1C51D;
    border-style: solid;
    border-width: 2px;
    line-height: normal;
    padding: 8px;
    white-space: normal;
}
.LegendBG
{
    background-color: #efefef;
    border: 0px;
    border-style: none;
    border-color: #efefef;
    font-weight:normal;
}
.LegendBG table
{
    background-color: #efefef;
    border: 0px;
    border-style: none;
    border-color: #efefef;
}
.LegendBG td{
    line-height: 24px;
    padding: 0 3px;
    border-style: none;
    white-space:nowrap;

}
.LegendBG td img{
    vertical-align: middle;
}
.LegendIconRight{
    float: right;
    margin-left: 3px;
}
.LegendHand{
    cursor: pointer;
    white-space:nowrap;
}
.BackLinkButton{
    float:right;
    margin-bottom: 8px;
}
.BackLinkButton:after{
    clear:right;
}
.PreviewDropdown{
    border: thin dashed #b4b4b4;
    padding: 18px;
    border-collapse: collapse;
    width: auto;
}
.emailTemplateDescriptionPadder{
    margin: 25px;
}
.pointerMenu
{
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #b9b9b9;
    margin-right: 24px;
    width: 215px;
    border-radius:5px;
}
.pointerMenu li{
    padding: 0;
    margin: 0;
}
.pointerMenu li.heading{
    font-size:.85em;
    background-color: #cecfce;
    padding: 5px;
    border-bottom: 1px solid #b9b9b9;
}
.pointerMenu li a div
{
    padding: 10px;
    display: block;
    line-height: 16px;
    border-top: 1px solid white;
    border-bottom: 1px solid #cccccc;
    background-color: #efefef;
    position: relative;
}
.pointerMenu li a
{
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
}
.pointerMenu li a:hover
{
    text-decoration: underline;
}
.pointerMenu li a div.selected
{
    background-color: #3965be;
    /*border: 2px solid #2a4b8c;*/
    border-left: 2px solid #2a4b8c;
    border-top: 2px solid #2a4b8c;
    border-bottom: 2px solid #2a4b8c;
}
.pointerMenu li a div.selected
{
    color: white;
    font-weight: bold;
    z-index: 1;
    position: relative;
}
.pointerMenu li a div.selected:hover
{
    text-decoration: none;
}
.pointerMenu li a div.selected .pointer
{
    margin-top: -16px;
    display: block;
    width: 0;
    height: 0;
    border-bottom: 16px solid transparent;
    border-top: 16px solid transparent;
    border-left: 16px solid #3965be;
    position: absolute;
    right: -15px;
    top: 50%;
    z-index: 3;
}
.pointerMenu li a div.selected .pointerBorder
{
    margin-top: -18px;
    display: block;
    width: 0;
    height: 0;
    border-bottom: 18px solid transparent;
    border-top: 18px solid transparent;
    border-left: 18px solid #2a4b8c;
    position: absolute;
    right: -17px;
    top: 50%;
    z-index: 2;
}
.ConfigureOptionGrid
{
    border: 1px solid #bababa;
    
}
.ConfigureOptionGrid table
{
    width: auto;
    
}
.ConfigureOptionGrid tr
{
    padding: 6px 5px;
    background-color: White;
}
.ConfigureOptionGrid tr th, .ConfigureOptionGrid th
{
    font-weight: normal;
    border: 1px solid #bababa;
    border-width: 1px 1px 1px 1px;
    padding: 6px 5px;
    background-color: #dbdbdb;
}
.ConfigureOptionGrid tr.alternateRow td, div.alternateRow
{
    border: 1px solid #bababa;
    padding: 6px 5px;
    background-color: #efefef;
}
div.alternateRow{
    border-width:0 1px 1px 1px;
}
.ConfigureOptionGrid tr.mainRow td, div.mainRow
{
    border: 1px solid #bababa;
    border-width: 0 1px 1px 1px;
    padding: 6px 5px;
    background-color: white;
}
.ConfigureOptionGrid td img
{
    border: none;
    margin: 0 2px;
}
.ConfigureInactiveOptionGrid table
{
    width: auto;
    border-width: 0;
    border: 1px dashed #b4b4b4;
    border-width: 0 0 1px 0;
}
.ConfigureInactiveOptionGrid table.inactiveTemplateTable td, .ConfigureInactiveOptionGrid table.inactiveTemplateTable th, 
{
    border-top: 1px dashed #b4b4b4;
    padding: 6px 1px;
}
.ConfigureInactiveOptionGrid  tr
{
    border-bottom: 2px dashed #b4b4b4;
    border-top: 2px dashed #b4b4b4;
    padding: 6px 5px;
    background-color: #e0e0e0;
}
.ConfigureInactiveOptionGrid tr.noDataTable td{
    background-color:inherit;
    background-color: #e0e0e0;
    border-top: 1px dashed #b4b4b4;
    border-bottom-style:dashed;
    border-top-style:dashed;
    font-style:italic;
    font-weight:bold;
    color:#7e7e7e;
    padding:10px;
}
.ConfigureInactiveOptionGrid tr.noDataTable{
    border:0;
}
.ConfigureInactiveOptionGrid th
{
    padding-bottom: 10px;
    background-color: #ccc;
}
.ConfigureInactiveOptionGrid .alternateRow td
{
    background-color: transparent;
}
.ConfigureInactiveOptionGrid .mainrow td
{
    background-color: #cecfce;
    padding: 6px 5px;
}
.ConfigureInactiveOptionGrid td img
{
    border: none;
    margin: 0 2px;
}
.ConfigureInactiveOptionGrid td.noInactive{
    padding:5px;
    text-align:center;
    font-weight:bold;
    font-style:italic;
    color:#6E6E6E;
}
span.emptyInactive{
    font-style:italic;
    color:#808080;
}
.minWidth
{
    width: 80px;
    text-align: right;
}
.floatRight
{
    float: right;
}
.floatLeft
{
    float: left;
}
.ConfigureOptionGrid tr.highlight td, .ConfigureOptionGrid td.highlight, .ConfigureOptionGrid th.highlight
{
    border-style: solid none solid none;
    border-width: 1px;
    background-color: #D0E6F5;
    border-top-color: #5897C2;
    border-bottom-color: #5897C2;
}
.ConfigureOptionGrid tr.blankheader td, .ConfigureOptionGrid td.blankheader, .ConfigureOptionGrid th.blankheader{
    background-color: #FFFFFF;
    border: none;
    text-align:left;
}
tr.mainheader td, td.mainheader, th.mainheader
{
    background-color: #CECFCE;
}
tr.mainheader.sectionTitle td, td.mainheader.sectionTitle, th.mainheader.sectionTitle{
	font-weight: bold;
}
tr.mainheader.sectionDesc td, td.mainheader.sectionDesc, th.mainheader.sectionDesc, .sectionDesc{
	font-size: 0.85em;
}
.ConfigureOptionsGrid tr.addbutton td, .ConfigureOptionGrid td.addbutton, .ConfigureOptionGrid th.addbutton
{
    background-color: #EFEFEF;
    padding: 2px;
    text-align: center;
    border: 1px dashed #B2B2B2;
    margin: 1px;
    font-weight: bold;
}
.ConfigureOptionsGrid td.defaultCol
{
    background-color: #EFEFEF;
    text-align: center;
}
.ConfigureOptionReorderGrid
{
    width: auto;
    border-width: 0;
    border: 1px dashed #bababa;
    border-width: 0 0 1px 0;
}
div.dragReorder
{
    height: 20px;
    border: 1px dashed #000;
    width: 98%;
}
div.reorderList li, div.reorderList ul
{
    margin: 0px;
    border: none;
}
div.reorderList table
{
    width: 100%;
    margin: 0px;
    padding: 0px;
    border: 6px;
}
div.reorderList .buttonAnchor a
{
    width: 130px;
    font-weight: bold;
    padding-top: 0px;
    height: 29px;
}
.mainBodyContainer td.tdDefault
{
    border-left: 1px solid #b2b2b2;
    border-bottom: none;
    width: 50px;
    padding: 0px;
    text-align: center;
    margin: 0px;
}
.mainBodyContainer td.tdButtons
{
    border-left: 1px solid #b2b2b2;
    border-bottom: none;
    width: 70px;
    padding: 0px;
    text-align: center;
    margin: 0px;
    margin-top: -5px;
    margin-bottom: -5px;
}
.mainBodyContainer td.tdTitle
{
    border-left: 1px solid #b2b2b2;
    border-bottom: none;
    padding: 3px 5px;
    text-align: left;
    margin: 0px;
}
.mainBodyContainer td.tdDragger
{
    width: 14px;
    padding: 2px;
    text-align: left;
    margin: 0px;
    border-bottom: none;
}
.reorderList table, .reorderList td, .reorderList tr
{
    margin: 0px 0px 0px 0px;
    border: 6px;
}
.addItem
{
    background-color: #EFEFEF;
    padding: 2px;
    text-align: center;
    border: 1px dashed #B2B2B2;
    margin: 1px;
    font-weight: bold;
}
table.addItemCenter{
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    font-weight: normal;
    border: 0px;
}
.mainBodyContainer table.addItemCenter td{
	border: 0px;
}
.confidentialLinks a{
    display:block;
    padding:4px 0px;
}
.reorderList table.headerDataGrid, .reorderList table.footerDataGrid{
    width: 100%;
}
.mainBodyContainer{
    margin: 0px;
    padding: 0px;
    border-top: 1px solid #BABABA;
    border-bottom: 1px solid #BABABA;
    border-left: 1px solid #BABABA;
}
.mainBodyContainer td{
    margin: 0px;
    padding: 0px;
    border-right: 1px solid #BABABA;
}
.mainBodyContainer td table
{
    border: none;
}
.reorderTable
{
    height: 31px;
}
.mainBodyContainer td table td
{
    border-right: none;
    border-bottom: 1px solid #BABABA;
}

.catDisplayHeader
{
    background-color: #CFCFCF;
    overflow: hidden;
    margin-top: 0px;
    padding: 2px;
    padding: 3px 5px;
    border-bottom: 1px solid #BABABA;
}
.catDisplayHeader p 
{
    margin: 4px 0 2px 0;    
}
.catDisplayHeader .mainHeader
{
    font-weight: bold;
}
.catDisplayHeader h2
{
    margin: 0;
}
.activeTypesWithPreview
{
    overflow: hidden;
    display: block;
    clear: both;
}
.headerRows{
    margin: 0px;
    width: 100%;
    font-size: 11px;
}
.headerRows td,.headerRows th{
    border: none;
    background-color: #dbdbdb;
    text-align: left;
}

.headerInfo {
    color:#656565;
    font-weight:bold;
}
.headerRows span.headerInfo, caption span.headerInfo, .RMSTableHeader span.headerInfo{
    color:#656565;
    font-size:8pt;
    font-weight:normal;
}
.headerRows th.headerRight{
    text-align:right;
}
.headerRows th.headerCenter, .rowHeader th.headerCenter{
    text-align:center;
}
.captionLink{
    float:right;
    padding-right:10px;
    font-size:1.0em;
    font-weight:normal;
}
table.configGridTable{
    margin-top:5px;
}
.configGridTable tr.mainRow td.positiveWeight, .configGridTable tr.alternateRow td.positiveWeight{
    padding-left:22px;
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/positive.png);
    background-repeat: no-repeat;
    background-position: left;
}
.configGridTable tr.mainRow  td.negativeWeight, .configGridTable tr.alternateRow  td.negativeWeight{
    padding-left:22px;
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/negative.png);
    background-repeat: no-repeat;
    background-position: left;
}
.configGridTable tr.mainRow  td.invalidWeight, .configGridTable tr.alternateRow  td.invalidWeight{
    padding-left:22px;
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/invalid.png);
    background-repeat: no-repeat;
    background-position: left;
}
.configGridTable.aboutModelTable th,
.configGridTable.aboutModelTable tr.mainRow td,
.configGridTable.aboutModelTable tr.alternateRow td{
    border:0px;
}
.configGridTable.aboutModelTable tr.mainRow td.cellDivider,
.configGridTable.aboutModelTable tr.alternateRow td.cellDivider{
    border-top:2px dotted #000;
}
.configGridTable.manageRoleTable tr th,
.configGridTable.manageRoleTable tr.mainRow td,
.configGridTable.manageRoleTable tr.alternateRow td{
    padding-right:15px;
    padding-left:8px;
}
.configGridTable.manageRoleTable 
{
width: 100%;}
.addItemTable{
    margin-left: 1px;
    border: 1px solid #BABABA;
    border-bottom: none;
    border-width: 1px 1px 1px 0;
}
.ConfigureOptionGrid tr th.addItemTable{
    background-color:#FFF;
}
.PreviewDropdown
{
    float: left;
    padding: 10px 15px 15px;
    margin-left: 15px;
    border: 2px dashed #BABABA;
}
.PreviewDropdown label{
    color:#7B757B;
    margin-bottom: 5px;
}
.tdHidden
{
    width: 0px;
    margin: 0px;
    padding: 0px;
}
.altDataGrid
{
    background-color: #efefef;
}
.ConfigureInactiveOptionGrid
{
    background-color: #e0e0e0;
    padding: 7px 12px 12px;
    display: block;
    border: 2px dashed #b4b4b4;
}
.ConfigureInactiveOptionGrid table
{
    border: none;
    width: 100%;
}
.ConfigureInactiveOptionGrid td.tdTitle
{
	border-bottom: none;
}
.ConfigureInactiveOptionGrid td.tdButtons
{
	border-bottom: none;
	width: 70px;
}
.configEmailTemplates
{
    display: block;
    overflow: hidden;
    clear: both;
}
div.configEmailTemplatesLeftCol
{
	float: left;
    margin: 0px 200px 0px 0px;
    padding: 0;
}
div.configEmailTemplatesRightCol
{
	margin-left: 240px;
    padding: 0;
}
.mainBodyContainer .activeOptionGrid td
{
	border-color: #B2B2B2;
	padding: 5px 0px;
}
.mainBodyContainer .activeOptionGrid .tdTitle
{
	border-width: 1px 1px 1px 0px;
	padding-left: 5px;
}
.mainBodyContainer .activeOptionGrid .tdButtons
{
	border-width: 1px 1px 1px 1px;
}	
.DialogWindow_Body
{
    padding: 10px;
    line-height: 16px;
    position:relative;
    background:inherit;
}
div.DialogWindow_OuterFrame div.DialogWindow_InnerFrame {
    background-color: #EFEFEF;
    margin:3px;
}
.DialogWindow_Title img, .DialogWindow_Body img{  
    vertical-align: middle;
}
div.modalDiv div.ui-dialog-titlebar{
    background:0;
    background-color: Gray;
    color: #000000;
    font-size: 9pt;
    font-weight: bold;
    padding: 5px;
    vertical-align: middle;
    border-color:#808080;
    border-radius:0;
    border-bottom:0;
}
.catDisplayHeader .sectionTitle,
.ConfigureInactiveOptionGrid .sectionTitle
{
	font-weight: bold;

}
.alignCenter{
    text-align: center;    
}
span.emailTitle{
    font-size:1.3em;
}
.editHeader, .controlHeader.editHeader,.addControl .controlHeader.editHeader, .editRole, .editAction{
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/edit.gif);
    background-repeat: no-repeat;
    background-position: 4px 1px;
    padding-left:25px;
}
.RMSTablePadder div.boxHead div.modalDiv {
    font-weight:normal;
    font-size:10pt;
}
.RMSTablePadder div.boxHead a.editAction{
    font-size:0.85em;
    font-weight:normal;
    background-position: 7px 0px;
    float:right;
    margin-left:15px;
}
.RMSTablePadder div.boxHead a.actionLink.editAction{
    padding-left:12px;
}
a.editRole{
    background-position: 2px;
}
a.nonEditRole, a.nonEditRole:hover{
    color:#000;
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/locked.gif);
    background-repeat: no-repeat;
    background-position: 2px 0px;
    padding-left:25px;
}
span.modelNav{
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/model-nav.gif);
    background-repeat: no-repeat;
    background-position: 2px -1px;
    padding-left:25px;
}
span.stuNav{
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/student-nav.gif);
    background-repeat: no-repeat;
    background-position: 2px -1px;
    padding-left:25px;
}
.templateSection{
    clear:both;
    margin-bottom:10px;
}
.templateSection span{
    display:inline-block;
    width:120px;
    padding-right:10px;
    text-align:right;
}
a.previewTemplate{
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/16/eye.png);
    background-position: 10px 1px;
    background-repeat: no-repeat;
    left: 0;
    padding-left: 30px;
    padding-top: 2px;
    position: absolute;

}
div.previewHeader{
    float:none;
    margin:5px 0px;
}
div.previewHeader span.previewLbl{
    font-weight:bold;
    display:inline-block;
    text-align:right;
    width:65px;
    margin-right:15px;
}
.studentDataDiv{
    background-color: #efefef;
    padding: 15x 5px 5px;
    font-size:0.85em;
}
 div.studentDataDiv.ui-dialog-content{
    background-color: #efefef;
    border:1px solid #808080;
    border-top:0;
 }
.studentDataSummary{
	margin: 0px 10px;
	width: 500px;
}
table.studentDataInfo{
    margin-top:15px;
    font-style:italic;
    color:#636363;
    font-size:0.85em;
}
.studentDataExtra{
    font-size:0.85em;
    color:#636363;
}
.studentDataBody{
    width: 520px;
}
.studentDataBodySection{
    margin:5px 10px 10px 10px;
    padding-top: 10px;
    border-top: 1px dashed #b2b2b2;
}
.studentDataBodySectionBottom{
	margin:10px;
	padding-bottom: 10px;
}
.studentDataBodyInfo{
    font-size:.85em;
    color:#636363;
}
.centerDropdown {
	width: 280px;    
}
div.emailActions div{
    display:block;
    margin:5px 0;
    cursor:pointer;
}
div.emailActions .emailActionInactive{
    font-weight:bold;
    text-decoration:none;
}
div.actionSelector div{
    margin:3px 0;
}
div.actionList{
    max-height:175px;
    width:310px;
    overflow-y:scroll;
    border:1px solid #BDBEBD;
}
div.actionItem{
    clear:both;
    padding:5px 5px 5px 29px;
    border-top:1px solid #FFF;
    border-bottom:1px solid #BDBEBD;
    background-position: 5px 7px;
}
div.actionItem:hover{
    background-color:#FFF;
    cursor: pointer;
}
div.actionItemSelect,div.actionItemSelect:hover{
    background-color:#DEE7EF;
    border:2px solid #42459C;
}
.RMSTablePadder div.statusBar{
    background-color: #d4d4d4;
    display: block;
    padding: 7px;
    vertical-align: middle;
    margin:0 20px;
    border-radius:4px;
}
.RMSTablePadder div.statusBarBlue{
    background-color: #C7D3EB;
    display: block;
    padding: 7px;
    margin:0 20px;
    border-radius:4px;
}
.RMSTablePadder div.stateBoxOpen{
    padding: 6px;
    background-color: #C7D3EB;
    display:inline-block;
    border-radius:4px;
}
div.stateBoxClose{
    display:inline-block;
    background-color:#D6D7D6;
    padding:6px;
    border-radius:4px;
}
div.reminderList{
    font-size: 0.85em;
    color: #808080;
    margin:4px 0;
}
div.outcomeNotesContainer{
    margin-top:4px;
    margin-left:20px;
}
ul.outcomeNotes{
    margin-bottom:0;
}
ul.outcomeNotes span{
    font-size:0.85em;
    color: #808080;
}
ul.outcomeNotes li{
    margin-bottom:0.3em;
}
span.outcomeType{
    padding-left:5px;
    font-size:0.85em;
}
a.prevStudents, a.moreStudents{
    color:#bababa;
    background-repeat: no-repeat;
}
a.prevStudents{
    padding-left:15px;
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/wedge-double-left.gif);
    background-position:left; 
}
a.moreStudents{
    padding-right:15px;
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/wedge-double-right.gif);
    background-position:right; 
}
.RMSTablePadder a.underline, a.linkActive{
    text-decoration: underline;
    cursor: pointer;
}
.rmsNotificationConfig{
    display: block;
    clear: both;
    padding: 6px 0 4px 0;
    margin: 10px 7px 7px 7px;
    margin: 10px 20px 7px 20px;
}
.lstHeader{
    font-size:11px;
}
.formMesgHeader{
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/options-messaging-large.gif);
    background-repeat:no-repeat;
    padding:7px 0px 20px 45px;
}
.messagesHeader{
    padding:5px;
    background-color:#DEDFDE;
    border:1px solid #bababa;
    font-size:0.85em;
}
.formAlert, .formIntervention, .formFollowup, .formNote{
    padding:1px 0px 3px 25px;
}
.formAlert{
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/alert-small.png);
    background-repeat: no-repeat;
}
.formIntervention{
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/intervention-small.png);
    background-repeat: no-repeat;
}
.formFollowup{
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/follow-up-small.png);
    background-repeat: no-repeat;
}
.formNote{
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/note-20.png);
    background-repeat: no-repeat;
}
.formTitle{
    color: #808080;
    font-size: 0.85em;
    margin-bottom: 8px;
    margin-top: 4px;
}
.formMessage{
    padding-right:20px;
}
.formReuse{
    margin-top:15px;
    font-size:0.85em;
    display:block;
}
.configGridTable .rmsNamesList {
    margin: 10px 0;
    padding-left: 22px;    
}
.rmsTemplateMenuHolder {
    vertical-align: top;
    width: 210px;
}
.grayBox img {
    vertical-align: middle;    
}
.HandUnderline{
    cursor: pointer;
    text-decoration: underline;
}
.flatTextBox{
    border: none;
    background-color: #f7f7f7;
    font-weight: bold;
}
.groupTotalbox
{
    padding: 8px;
    border: 1px dashed #bebebe;
    background-color: #f7f7f7;
    text-align: center;
    margin-top: 8px;
}
.groupSubmitButtonBox
{
    padding: 8px;
    background-color: #C4D7E5;
    text-align: center;
    margin-top: 8px;
}
.groupBottomDash
{
	border-bottom: 1px dashed #B4B4B4;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.boldLabel
{
	font-weight: bold;
	display: inline;
}
.boldHeader{
	font-weight: bold;
	display: block;
}
.sliderDisplay
{
    border: none;
    background-color: #f7f7f7;
    font-weight: bold;
}
div.autoAlertInfo{
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/automatic-alerts.png);
    background-repeat: no-repeat;
    background-position: 0px;
    padding-left:50px;
    margin-bottom:20px;
}
div.autoAlertBottomlinks {
    margin: 0 0 30px;
}
div.autoAlertBottomlinks a {
    display: inline-block;
    padding: 10px 20px 0 0;
    white-space: nowrap;
}
div.autoAlertBottomlinks div a {
    padding-right: 0;
}
.highRisk{
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/early-alert-high-risk.png);
    background-repeat: no-repeat;
    background-position: 0px;
    padding-left:22px;
}
.normalRisk{
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/alert-small.png);
    background-repeat: no-repeat;
    background-position: 0px;
    padding-left:22px;
}
table.autoAlertInactiveTable{
    border: 2px dashed #B4B4B4;
    background-color:#e0e0e0;
}
table.autoAlertInactiveTable th{
    background-color:#CECFCE;
}
table.autoAlertInactiveTable tr{
    border: 1px dashed #B4B4B4;
}
table.autoAlertInactiveTable td,table.autoAlertInactiveTable th{
    border: 1px dashed #B4B4B4;
    padding:4px;
}
table.autoAlertInactiveTable th{
    border-left:0px;
    border-right:0px;
}
a.moreInfo{
    padding-left:20px;
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/16/help.png);
    background-repeat: no-repeat;
    background-position: 0px;
    cursor:pointer;
}
.clearTopBorder
{
    border-top: none;
    border-top-color: #FFFrelFFF;
    border-top-style: solid;
    border-top-width: 1px;

}
.addControl {
    background-color: #EFEFEF;
    border: 1px solid #B2B2B2;
}
.addControl .controlHeader {
    background-color: #DBDBDB;
    font-weight: bold;
    padding: 3px;
}
.addControl .controlBody{
    padding: 10px;
}
.addControl .controlBody .contolButtons
{
	margin-left:auto;
	margin-right:auto;
	width: 200px;
}
.headerRows
{
    margin: 0px;
    width: 100%;
    font-size: 11px;
}
.headerRows td
{
    border: none;
    background-color: #dbdbdb;
}
.configGrid
{
    margin-bottom: 10px;
    padding: 0px;
    border: 1px solid #BABABA;
    float: left;
    width: 100%
}
.configGrid .configGridHeader
{
    overflow: hidden;
    margin-top: 0px;
    padding: 0px;
	width: 100%;
}
.configGrid .configGridHeaderCell
{
	padding: 3px;
	border-right: 1px solid #BABABA;
}
.addItemCell
{
    margin-left: 1px;
    border: 1px solid #BABABA;
    border-bottom: none;
    border-width: 1px 1px 1px 0;
}
.configGrid .groupNameCell
{
	width: 55%;
}
.configGrid .groupAlertCell
{
	width: 25%;
}
.configGrid .groupMemberCell
{
	width: 10%;
}
.configGrid .groupEditCell
{
	width: 10%;
	padding: 3px;
}
.configGridTable table
{
    width: 100%;
    border-width: 0;
}
.configGridTable tr.alternateRow td
{
    border: 1px solid #bababa;
    padding: 6px 5px;
    background-color: #efefef;
}
.configGridTable tr, .configGridTable th,
.configGridTable tr.mainRow td
{
    border: 1px solid #bababa;
    padding: 6px 5px;
    background-color: white;
}
.configGridTable td img
{
    border: none;
    margin: 0 2px;
}
.configGridTable tr.mainRow.addItemRow, .configGridTable tr.mainRow.addItemRow td{
    padding:1px;
}
tr.mainRow.addItemRow div.addItem a{
    text-decoration:underline;
    cursor: pointer;
}
.editGroupCell img, td.dragAction img{
    cursor: pointer;
}
span.updateGroupCount{
    padding-left:20px;
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/ajax_loader_small.gif);
    background-repeat: no-repeat;
    background-position: 0px;
}
.configGridTable th{
    background-color:#DEDEDE;
    padding:3px;
    font-weight:normal;
}
.configGridTable caption {
	background-color: #cfcfcf;
	border: 1px solid #bababa;
	border-bottom: none;
	background-color: #CFCFCF;
	font-size: 1.1em;
	font-weight: bold;
	padding: 8px 5px;
	text-align: left;
}

div.selectUser div.principalSelector{
    display:inline-block;
}
div.selectUser div.principalSelector, div.selectUser div.principalSelector table{
    margin-bottom:-2px;
}
div.selectUser div.principalSelector, table.configGridTable div.selectUser div.principalSelector table td,
table.configGridTable div.selectUser div.principalSelector table tr{
    width:inherit;
    margin:0;
    padding:0;
    border:0;
}
table.notifyTable td{
    vertical-align:top;
}
.normalText
{
	font-weight: normal;
	display: inline;
}
.editGroupCell .DialogWindow_Title,
.editGroupCell .DialogWindow_Body,
.addItemCell .DialogWindow_Title,
.addItemCell .DialogWindow_Body{
	text-align: left;
}
span.errorLabel{
    color:#CE5545;
    display:block;
    margin:4px 0px;
    font-weight:bold;
    text-align:center;
}
.errorCtr{
    border:1px solid #CE5545;
}
.errorIcon{
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/16/exclamation.png);
    background-repeat: no-repeat;
    background-position: right;
    padding-right:25px;
}
.dividerArea{
    margin:7px 0px;
    padding:7px 0px;
    border-top: 1px dashed #B4B4B4;
    clear:both;
}
.studentGroupInfo{
    margin:5px 0px;
    font-size:0.85em;
    color:#858585;
}
.studentGroupFactor{
    margin:6px 0px;
}
.factorName{
    font-weight:bold;
}
.studentGroupSize{
    background-color:#F7F7F7;
    text-align:center;
    padding:10px;
    border: 1px dashed #B4B4B4;
    clear:both;
}
.autoAlertContent{
    float:left;
    padding:3px 0px;
}
a.addGroup{
    display:block;
    margin:10px 0px;
}
a.addGroup img{
    padding-right:5px;
}
.autoAlertLabel{
    font-weight:bold;
    width:120px;
}
.autoAlertErr{
    clear:both;
    margin-left:25px;
    font-weight:bold;
    color:#C63829;
    padding-left:20px;
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/16/exclamation.png);
    background-repeat: no-repeat;
    background-position: 0px;
}
.alertContent div{
    margin-bottom:12px;
}
.alertContent div span{
    display:block;
    margin-bottom:4px;
}
.resetContent{
    margin-left:20px;
    font-size: .85em;
}
.resetUser{
    color:#948E94;
    margin-bottom:2px;
}
.autoAlertTestRun{
    text-align:left;
}
.studentList table{
    margin:0px;
}
.studentList .headerRows th{
    padding:2px 2px 2px 5px;
}
.studentListContainer{
    margin:7px 0px;
}
.studentCount{
    padding-left:10px;
    max-width: 500px;
}
.arrowUp{
    padding-right:15px;
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/wedge-up.gif);
    background-repeat: no-repeat;
    background-position: right;
}
.arrowDown{
    padding-right:15px;
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/wedge-down.gif);
    background-repeat: no-repeat;
    background-position: right;
}
a.editLink.arrowUp,a.editLink.arrowDown{
    background-position:left;
    padding-right:0px;
    padding-left:15px;
    margin-left:5px;
}
.failedLog{
    display:block;
    color:#BC0101;
    font-weight:bold;
}
.alertLogTitle{
    display:block;
    padding:5px;
    background-color: #CECFCE;
    font-weight: bold;
    border:1px solid #BABABA;
}
table tr.noDataTable {
    background-color:#FFF;
    border:1px dashed #B4B4B4;
    text-align:center;
}
table tr.noDataTable td{
    padding:15px;
}
div.autoAlertEmailNotify{
    font-style:italic;
    padding-left:40px;
    margin-bottom:20px;
}
.smallGray 
{
    color: Gray;
    font-size: .85em;    
}
.Gray {
    color: Gray; 
}
.selectorWidth{
   width:200px;
}
.ital {
    font-style: italic;
}
.safeText, span.safeCategory{
    color: #008700;
    border:0;
}
.atRiskText, span.atRiskCategory{
    color: #D8A039;
    border:0;
}
.highRiskText, span.highRiskCategory{
    color: #790000;
    border:0;
}
.boldText {
    font-weight: bold;    
}
.bulletList {
    padding: 3px;
    margin: 5px;
}
.bulletList li {
    list-style-type: disc;
    padding: 3px 0;
    margin: 5px;
}
.backLink {
    display: block;
    padding-left: 22px;
    background-repeat: no-repeat;
    background-position: left 4px;
    line-height: 20px;
    text-decoration: underline;
    cursor: pointer;
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/back-arrow.gif);
}
ul.singleAction {
    width: 100%;
    margin: 0;
    margin-top:5px;
    padding: 2px;
}
ul.singleAction li{
    width: 100%;
    float: none;
    margin: 0;
    padding: 2px;
    list-style: none;   
}
/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }
/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
/* Overlays */
.ui-widget-overlay { top: 0; left: 0; width: 100%; height: 100%; }
/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-accordion .ui-accordion-content { padding: 1em 1em; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #999999; background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; outline: none; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fcefa1; background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #cd0a0a; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(/ICS/ui/common/images/PortletImages/Icons/RMSDatePickerSprite.png); }
.ui-widget-content .ui-icon {background-image: url(/ICS/ui/common/images/PortletImages/Icons/RMSDatePickerSprite.png); }
.ui-widget-header .ui-icon {background-image: url(/ICS/ui/common/images/PortletImages/Icons/RMSDatePickerSprite.png); }
.ui-state-default .ui-icon { background-image: url(/ICS/ui/common/images/PortletImages/Icons/RMSDatePickerSprite.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(/ICS/ui/common/images/PortletImages/Icons/RMSDatePickerSprite.png); }
.ui-state-active .ui-icon {background-image: url(/ICS/ui/common/images/PortletImages/Icons/RMSDatePickerSprite.png); }
.ui-state-highlight .ui-icon {background-image: url(/ICS/ui/common/images/PortletImages/Icons/RMSDatePickerSprite.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(/ICS/ui/common/images/PortletImages/Icons/RMSDatePickerSprite.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; }/* Datepicker
----------------------------------*/
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { float:left; font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}
/*Datepicker in a modal*/
#ui-datepicker-div {
    z-index: 100002;
    font-size: 11px;
}
.ui-datepicker-header.ui-widget-header {
    border: 1px solid #a7b8c4;
    color: black;
    font-weight: bold;
    background: #d1e4f2; /* Old browsers */
    background: -moz-linear-gradient(top,  #d1e4f2 0%, #bdd0de 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d1e4f2), color-stop(100%,#bdd0de)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #d1e4f2 0%,#bdd0de 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #d1e4f2 0%,#bdd0de 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #d1e4f2 0%,#bdd0de 100%); /* IE10+ */
    background: linear-gradient(top,  #d1e4f2 0%,#bdd0de 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1e4f2', endColorstr='#bdd0de',GradientType=0 ); /* IE6-9 */
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    font-weight: normal;
    background: #f6f6f6; /* Old browsers */
    background: -moz-linear-gradient(top,  #f6f6f6 0%, #ededed 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f6f6f6 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f6f6f6 0%,#ededed 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f6f6f6 0%,#ededed 100%); /* IE10+ */
    background: linear-gradient(top,  #f6f6f6 0%,#ededed 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}
.ui-widget-content {
    color: black;
}
.ui-datepicker {
    box-shadow: 0px 1px 2px #666666;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: none;
    background-color: fcffea;
    border: 1px solid #e8d807;
    color: #363636;
}
.ui-state-hover {
    border: 1px solid #999999;
    color: #212121;
    background: #f6f6f6; /* Old browsers */
    background: -moz-linear-gradient(top,  #f6f6f6 0%, #ededed 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f6f6f6 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f6f6f6 0%,#ededed 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f6f6f6 0%,#ededed 100%); /* IE10+ */
    background: linear-gradient(top,  #f6f6f6 0%,#ededed 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}
.ui-widget-header .ui-state-hover {
    background: none;
    background-color: #dceaf4;
    border: 1px solid #a3b3bf;
}
div.ui-corner-all, button.ui-corner-all
{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}
button.ui-corner-all {
    border-color: #7b7b7b;
}
button.ui-multiselect {
    padding:3px 0 2px 5px;
    text-align:left;
    font-size: 12px;
    margin:3px 0px;
}
.ui-multiselect span.ui-icon {float:right; margin-top: 1px;}
.ui-multiselect-single .ui-multiselect-checkboxes input { position:absolute !important; top: auto !important; left:-9999px; }
div.ui-multiselect-single .ui-multiselect-checkboxes label { padding:5px !important }

div.ui-multiselect-menu .ui-multiselect-header { margin-bottom:3px; padding:5px 0 3px 4px; font-size: .9em; background: #d1e4f2; }
div.ui-multiselect-header ul { font-size:0.9em }
div.ui-multiselect-menu .ui-multiselect-header ul li { float:left; padding:0 13px 0 0; }
div.ui-multiselect-menu .ui-multiselect-header a { text-decoration:none; color: white; }
div.ui-multiselect-menu .ui-multiselect-header a:hover { text-decoration:underline; color: white;}
div.ui-multiselect-menu .ui-multiselect-header span.ui-icon { float:left; margin-top: -1px; }
div.ui-multiselect-menu .ui-multiselect-header li.ui-multiselect-close { display: none;}
div.ui-multiselect-menu {
    display:none;
    padding:3px;
    position:absolute;
    z-index:10000;
    text-align: left;
    border-color: #7b7b7b;
    box-shadow: 0 2px 3px rgba(0,0,0,.5);
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=90, Color='#444444')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=90, Color='#444444');
    background: #f4f4f4; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f4f4f4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f4f4f4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#f4f4f4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */

    }
div.ui-multiselect-menu .ui-widget-header {
    background: #bababa;
    border: none;
    padding: 3px 3px 4px 3px;
    }
div.ui-multiselect-menu .ui-widget-header li {
    margin-bottom: 0;
}
div.ui-multiselect-menu label.ui-state-hover {
    border-radius: 3px;
    text-decoration: underline;
    border: none;
    background: none;
}
div.ui-multiselect-menu label {
    padding: 0px;
}
.ui-multiselect-menu div.ui-widget-header .ui-icon {
    background-image: url('/ICS/UI/Common/Styles/jQuery/images/ui-icons_ffffff_256x240.png');
}
.ui-shadow {
    box-shadow: 0 3px 6px rgba(0,0,0,.25);
    }
div.ui-multiselect-menu .ui-multiselect-checkboxes { position:relative /* fixes bug in IE6/7 */; overflow-y:scroll }
div.ui-multiselect-menu .ui-multiselect-checkboxes label {border: 1px solid transparent; cursor: default; display: block;padding: 3px 1px 3px 18px;line-height: 11px;}
.ui-multiselect-checkboxes label input { position:relative; top:-1px; margin-left: -16px; }
.ui-multiselect-checkboxes li { clear:both; font-size:0.9em; padding-right:3px; margin-bottom: 1px; }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label { text-align:center; font-weight:bold; border-bottom:1px solid }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a { display:block; padding:3px; margin:1px 0; text-decoration:none }

/* remove label borders in IE6 because IE6 does not support transparency */
* html .ui-multiselect-checkboxes label { border:none }

li.highRiskStudent span, li.atRiskStudent span, li.safeStudent span, li.unScoredStudent span{
    background-repeat: no-repeat;
    background-position:0px 0px;
    padding:2px 0px 5px 20px;
    display:inline-block;
}
li.highRiskStudent span{
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/icon-high_sq.png);
}
li.atRiskStudent span{
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/icon-risk_sq.png);
}
li.safeStudent span{
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/icon-safe_sq.png);
}
li.unScoredStudent span{
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/icon-noscore_sq.png);
}
.slider.ui-slider {
    background: #E9E9E9;
    border-radius: 3px 3px 3px 3px;
    height: 8px;
}
.slider.ui-widget-content {
    border: 1px solid #BCBCBC;
    color: #000000;
}
.slider a.ui-slider-handle {
    border-radius: 4px 4px 4px 4px;
}
.slider .ui-state-default {
    border: 1px solid #848484;
    box-shadow: 0 0 1px #919191;
}
.slider{
    width: 150px;
    display: inline-block;
    margin: 0px 10px;
}
.templateSection span.sliderRange{
    font-size:0.85em;
    padding:0px;
    text-align:left;
    width:inherit;
}
.centerInner {
    text-align: center;
    padding: 15px 0;
}
.iconLink{
    background-repeat: no-repeat;
    background-position: 0px 1px;
    padding-left: 24px;
    line-height: 18px;
    text-align: left;
    display: inline-block;
    /* hack inline-block to work in IE7 */
    zoom: 1;
    *display: inline;
}
.backLink {
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/back-arrow.gif);
}
.dashBottomIconKey
{
    border-bottom: 1px dashed #BABABA;
}
.InactiveStudent,
a.InactiveStudent:visited,
a.InactiveStudent:link{
    color: #808080;
    font-style: italic;

}
.zeroPadding{
margin: -4px;
}
.required{
    color:#F00;
}
.notRequired, .submissionInputTable tr td.notRequired{
    padding-right:15px;
}

.submitAlertHeader{
    font-size:1.4em;
    font-weight:bold;
    padding:7px 0px 10px 50px;
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/icon-emw_large.gif);
    background-repeat: no-repeat;
}
.submitAlertHeader.submitSuccessHeader{
    font-size:1.1em;
    font-weight:normal;
    padding-top:0px;
}
.submitAlertHeader.submitSuccessHeader span{
    display:block;
    font-weight:bold;
}
div.submissionBody{
    margin-top:15px;
    border-top:1px dashed #B5B5B5;
    padding-top:15px;
    padding-left:5px;
}
div.submissionNum{
    clear:both;
}
div.submissionNum span, span.selectorInfo, div.studentDisplay table th{
    color: #7B757B;
}
span.selectorInfo{
    display:block;
    padding-bottom:3px;
}
div.submissionNum span.required{
    color:#F00;
}
div.submissionContent{
    margin-bottom:20px;
    padding-top:5px;
    padding-left:18px;
}
div.submissionNum.interventionContent{
    margin-top:30px;
}
div.submissionContent.interventionContent{
    margin-bottom:30px;
}
div.submissionContent select{
    width:180px;
}
div.submissionContent .interventionCtn select{
    width:inherit;
}
div.submitAlertEmail{
    margin-top:20px;
    padding-left:150px;
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/icon-email_large.gif);
    background-repeat: no-repeat;
    background-position:100px 6px;
}
.interventionYes{
    background-color: #FFF;
    border: 1px solid #B7B7B7;
    padding: 5px;
}
div.interventionYes {
    padding-left: 15px;
    border-radius: 0 6px 6px 6px; 
}
div.interventionYes div.submissionNum{
    margin-top:20px;
}
div.interventionAdd{
    margin-top:10px;
    padding-left:30px;
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/intervention-to-alert.gif);
    background-repeat: no-repeat;
    background-position:0px 3px;
}
a.interventionLink, span.interventionLink{
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/intervention-to-alert.gif);
    background-repeat: no-repeat;
    padding-left:25px;
    padding-bottom:5px;
}
span.interventionHeader{
    font-weight:bold;
    font-size:1.1em;
    display:block;
    margin-bottom:5px;
}
a.followupLink{
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/alert-follow-small.gif);
    background-repeat: no-repeat;
    background-position:0px 0px;
    padding-left:25px;
    padding-top:3px;
}
div.submitSuccess{
    padding:20px;
    background-color:#EFEFEF;
    border:1px solid #7B1408;
}
div.submitSuccessMsg{
    display:block;
    margin:25px 0px 10px 0px;
    color:#2159AD;
    font-weight:bold;
}
div.studentSelector,#tabs li span.selected, div.confidentialSelector, div.submitAsOther {
    background-color:#F7F3F7;
    border:1px solid #B5B5B5;
    border-radius:6px;
    padding:5px;
    margin-bottom:10px;
}
div.submitAsOther{
    display:inline-block;
    padding-right:15px;
}
div.confidentialSelector{
    display:inline-block;
    margin:0;
    margin-left:30px;
}
div.confidentialSelected{
    margin-left:0px;
}
div.submitAsOther a.chooseOther{
    display:block;
    margin:5px 0 0 5px;
    padding:0 0 5px 22px;
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/all-students.gif);
    background-repeat: no-repeat;
    text-decoration:underline;
    cursor:pointer;
}
div.submitAsOther a.chooseOther.chooseOtherCancel{
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/16/cancel.png);
}
a.submitAsMyself{
    display:block;
    padding-left:20px;
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/16/arrow_redo.png);
    background-repeat: no-repeat;
}
div.submitAsOther .pc-autocomplete {
    margin-left:5px;
}
span.submitAsOtherLbl{
    display:block;
    padding:5px;
}
#tabs {
    margin-bottom: 3px;
    margin-top:10px;
}
#tabs li {
    display:inline-block;
}
#tabs li span.selected,#tabs li span{
    padding:10px;
}
#tabs li span:hover,#tabs li input:hover,#tabs li label:hover{
    text-decoration:underline;
    cursor: pointer;
}
#tabs li span.interventionYes {
    border-radius: 6px 6px 0 0;
    margin-bottom:0;
    border-bottom:0;
    background-color:#FFF;
}
div.studentDisplay{
    padding:10px;
}
span.studentDisplayCount{
    font-weight:bold;
    display:block;
    margin-bottom:7px;
}
div.studentDisplay table th, div.studentDisplay table td{
    border-bottom:1px dashed #DBDBDB;
    padding:3px 20px 3px 0px;
}
a.editStudent{
    padding-left:22px;
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/all-students.gif);
    background-repeat: no-repeat;
}
div.studentSelect {
    width:685px;
}
div.studentSelect table th, div.studentDisplay table th, div.infoSelect table th{
    background-color:#DBDBDB;
    font-weight:normal;
    padding-left:3px;
}
div.studentDisplay table th{
    background-color:#F7F3F7;
}
div.studentSelect div.scrolling_inner{
    background-color:#FFF;
}
table.selectableStudents td, table.selectedStudents td{
    padding-top:5px;
    padding-left:2px;
}
table.selectableStudents a, table.selectedStudents a{
    color:#000;
    cursor:pointer;
    padding-left:18px;
    background-repeat: no-repeat;
    display:inline-block;
}
table.selectableStudents a:hover, table.selectedStudents a:hover{
    text-decoration:underline;
}
table.selectableStudents a{
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/add-gray.png);
}
table.selectableStudents a:hover{
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/16/add.png);
}
table.selectedStudents a{
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/cancel-gray.png);
}
table.selectedStudents a:hover{
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/16/cancel.png);
}
a.removeAllStudents{
    padding-left:20px;
    background-repeat: no-repeat;
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/16/cancel.png);
}
div.assignmentHeader{
    font-size:1.6em;
    padding:10px 0px 10px 40px;
    background-repeat: no-repeat;
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/follow-up-large.gif);
}
div.interventionHeader{
    font-size:1.6em;
    padding:7px 0px 0px 40px;
    background-repeat: no-repeat;
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/intervention-large.gif);
}
div.interventionHeaderInfo{
    font-size:1.1em;
}
div.attachedAlert{
    margin-top:5px;
    padding-left:25px;
    background-repeat: no-repeat;
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/alert-small.png);
}
div.manageStudentInfoHeader{
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/student-info.gif);
    background-repeat: no-repeat;
    padding-left:45px;
    padding-bottom:20px;
}
div.studentInfoArea{
    padding-top:20px;
    clear:both;
}
div.studentInfoTxt span{
    display:block;
    margin-bottom:5px;
    font-weight:bold;
    font-size:1.1em;
}
div.studentBlock{
    float:left;
    border:1px solid #9E9E9E;
    background-color:#9E9E9E;
    padding-left:15px;
    margin-top:10px;
}
div.studentBlockItems{
    background-color:#DFDFDF;
    padding:5px;
    min-height:100px;
}
ul.sortable{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.sortable li
{
    margin: 0;
    border:1px solid #CCC;
    padding: 0;
    background:#FFF;
}
ul.sortable table{
    margin:0;
}
ul.sortable li.sortableHighlight, tr.sortableHighlight td{
    height:1.5em;
    line-height:1.2em;
    background-color: #FFFFE4;
    border: 1px solid #FFCE08;
}
div.dragHandle {
    background-color: #DEDEDE;
    background-image:url(/ICS/ui/common/images/PortletImages/Icons/drag-handle.gif);
    background-position: 0 -6px;
    background-repeat:no-repeat;
    cursor: move;
    height: 22px;
    margin: 10px 0;
    width: 17px;
}
td.dragHandleTD.ui-sortable-handle, .configGridTable tbody tr td.dragHandleTD {
    background-color: #DEDEDE;
    background-image:url(/ICS/ui/common/images/PortletImages/Icons/drag-handle-line.gif);
    background-position: 2px 0;
    background-repeat: repeat-y;
    vertical-align: middle;
    width:18px;
    padding:0;
}
ul.sortable li td.dragItem{
    padding-left:5px;
    min-width:200px;
    cursor: default;
}
ul.sortable li td.dragItem span{
    display:inline-block;
    padding:2px 4px;
    border: 1px solid #FFF;
}
ul.sortable li tr.dragAlt td.dragItem span{
    border: 1px solid #EFEFEF;
}
tr.ui-sortable-helper{
}
div.studentInfoArea ul.sortable li td.dragItem span.stuInfoHeader{
    min-width:175px;
    font-weight:bold;
    border-bottom:1px dashed #CCC;
    display:inline-block;
    font-size:inherit;
    margin:0;
}
div.studentInfoArea ul.sortable li td.dragItem span:hover{
    background-color:#FFF;
    border:1px solid #C6BEC6;
}
td.dragItem img{
    padding-left:5px;
}
ul.sortable li table {
    width:100%;
}
tr.dragAlt td{
    background-color:#EFEFEF;
}
td.dragAction{
    padding-right:5px;
    text-align:right;
    cursor: default;
}
ul.sortable li td.dragItem span.invalidStudentInfo{
    display:block;
    color:#FF0000;
}
div.sortableHeader{
    text-align:center;
    border:1px solid #CCC;
    padding: 1px;
    background-color:#FFF;
}
div.sortableAction{
    background-color:#EFEFEF;
    border: 1px dashed #CCC;
    padding:2px;
}
div.studentPhoto{
    float:left;
    width:92px;
    height:62px;
    background-color:#EFEFEF;
    border: 1px solid #CCC;
    color:#CCC;
    font-weight:bold;
    font-size:1.1em;
    text-align:center;
    padding-top:25px;
}
div.studentName{
    font-size:1.1em;
    font-weight:bold;
    filter: alpha(opacity=30);
    opacity: 0.3;
    padding-bottom:3px;
}
.addInfo{
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/add.gif);
    background-repeat: no-repeat;
    background-position:0px 2px;
    padding-left:13px;
    text-decoration:underline;
    color:blue;
    font-weight:bold;
    cursor:pointer;
}
span.blockInfo{
    color:#9E9E9E;
    display:block;
    margin-bottom:15px;
}
div#invalidHeader{
    text-align:center;
    font-size:0.85em;
    font-weight:bold;
    padding-top:5px;
}
.itemInfo{
    color:#9E9E9E;
}
div.infoSelect div.infoArea{
    float:left;
    width:280px;
    margin-top:5px;
    background-color:#FFF;
    height:300px;
    overflow-y:scroll;
    border:1px solid #CCC;
}
div.tabTitle{
    margin:10px 0 15px 0;
    color:#6E6E6E;
    font-weight:bold;
}
ul.studentInfoList li{
    clear:both;
    padding:8px 0;
    overflow:hidden;
    margin:0;
    border-bottom: 1px solid #EFEFEF;
}
ul.studentInfoList span{
    float:left;
}
ul.studentInfoList span.studentInfoHeader{
    border-bottom: 1px dashed #CCCCCC;
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 -7px;
    padding-bottom: 3px;
    float:none;
}
span.studentInfoName{
    display:inline-block;
    text-align:right;
    width:175px;
    margin-right:5px;
    color:#7E7E7E;
}
div.emailMeta span.studentInfoName{
    width:50px;
    font-size:0.85em;
}
div.emailAlert div.emailMeta span.studentInfoName{
    display:inline;
    text-align:left;
    width:inherit;
    margin-right:0;
}
div.studentInfoHelp{
    background-color: #EFEFEF;
    border-radius: 6px 6px 6px 6px;
    color: #7E7E7E;
    float: left;
    font-size: 0.85em;
    line-height: 16px;
    margin-left: 30px;
    margin-top: 20px;
    padding: 10px;
    width: 400px;
}
div.studentInfoHelp img{
    margin-bottom:-3px;
}
span.arrow-left{
    margin-top: 16px;
    float:left;
    margin-left:-25px;
    border-bottom: 16px solid transparent;
    border-top: 16px solid transparent;
    border-right: 16px solid #EFEFEF;
}
.dragHandleIcon {    
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/drag-handle.gif);
    background-position: 0 -7px;
    display: inline-block;
    height: 16px;
    width: 16px;
    margin-bottom: -4px;
}
div.origStuInfoName{
    color:#7E7E7E;
    font-size:0.8em;
    padding-left:5px;
    padding-top:2px;
}

/********  Manage Relationships *********/
div.manageRelationshipsHeader {
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/relationships.png);
    background-repeat: no-repeat;
    padding-left: 45px;
    padding-bottom: 20px;
}

div.rel-tbls {
    float:left;
    width:700px;
}

div.rel-tbls.statsGrid td {
    padding: 5px 2px 5px 2px;
    height: 42px;
}

div.rel-tbls.statsGrid th {
    font-size: 11px;
    padding: 10px 2px 10px 2px;
    vertical-align: top;
}

div.rel-tbls .dragHandleHeader {
    width: 16px;
    padding: 0px 0px 0px 0px;
}

div.rel-tbls .rel-importType {
    color: #7E7E7E;
    font-size: 0.8em;
    padding-top: 2px;
}

div.rel-tbls .rel-importTypeHeader {
    font-size: 0.8em;
    padding-top: 2px;
}

span.rel-lblName:hover {
    background-color:#FFF;
    border:1px solid #C6BEC6;
}

div.rel-preview {
    padding-left:720px;
    min-width:170px;
    padding-top:38px;
}

.rel-preview div.rel-previewsection {   
    border:2px dashed #bababa;
    padding:10px;
    margin:3px 0;
}

a.rel-addAction img {
    height: 16px;
    width: 16px;
    margin-bottom: 3px;
}

a.rel-addAction[disabled] img {
    display: none;
}

a.rel-addAction[disabled] {
    padding-left: 25px;
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/add-gray.png);
    background-repeat: no-repeat;
    background-position: 5px 5px;
}


.rel-button,
.rel-button {
    cursor: pointer;
}

div.rel-new {
    display: table-row;
    background-color: #C5D4EC;
}

div.rel-new div {
    display: table-cell;    
    border: none;
    padding: 5px 2px 5px 2px;
    height: 42px;
    vertical-align: middle;
}

.rel-default-col {
    width: 45px;
}

input.rel-invalid-name {
    border: 1px solid #FF120E;
}

span.rel-invalid-name {
    display: block;
    color: #FF120E;
	position: relative;
}

div.rel-errors {
    margin-top: 15px;
}

span.rel-errorMesg {    
    display: block;
    font-weight: bold;
}

span.rel-errorZero {
    color: #000;
    display: block;
}

div.rel-uploadErrors {
    overflow-y: auto;
    max-height: 150px;
    margin: 10px 0;
    padding: 5px 0;
    border-top: 1px dashed #e0e0e0;
    border-bottom: 1px dashed #e0e0e0;
}

div.rel-uploadErrors ul li {
    list-style: inside none disc;
    margin: 2px;
    padding: 3px 0;
}

div.rel-errorInfo strong {
    color: #F8060D;
    display: block;
    margin-bottom: 3px;
}

div.rel-uploadArea {
    margin: 25px 0;
}

div.rel-uploadArea span.rel-title {
    display: inline-block;
    width: 65px;
    text-align: right;
    margin-right: 5px;
}

#rel-file
{
    position: relative;
    left: -30px;
}

span.rel-visibleRels {
    font-size:1.4em;
    display: block;
}

span.rel-hidden-txt {
    display: block;
    font-weight: bold; 
    font-size: 1.1em; 
    margin-bottom: 10px;
}

i.rel-cal-placement{
    position:relative;
    left:-25px;
    margin-right:-20px;
    color:#999;
}

.saveIcon {    
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/16/accept.png);
    display: inline-block;
    height: 16px;
    width: 16px;
    margin-bottom: -4px;
}

.importIcon {    
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/import.png);
    display: inline-block;
    height: 16px;
    width: 16px;
    margin-bottom: -4px;
}

.exportIcon {    
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/export.png);
    display: inline-block;
    height: 16px;
    width: 16px;
    margin-bottom: -4px;
}

.switchIcon {    
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/switch-up.png);
    display: inline-block;
    height: 16px;
    width: 16px;
    margin-bottom: -4px;
}

.deleteIcon {    
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/delete-new.png);
    display: inline-block;
    height: 16px;
    width: 16px;
    margin-bottom: -4px;
}

/******** END Manage Relationships *********/


/***** Email Logging *****/
a.studentLink, .emailAction, .emailActionAlert{
    padding-left:20px;
    background-repeat: no-repeat;
}
.emailAction{
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/16/email.png);
}
.emailActionAlert{
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/16/email_error.png);
}
div.actionTypeContainer{
    margin:20px 0;
}
span.emailConcern{
    font-size:1.4em;
    font-weight:normal;
}
a.attachmentContainer{
    display:block;
    padding:5px 5px 5px 40px;
    margin:5px 0px;
    background-repeat: no-repeat;
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/attachment-32.png);
    background-position:5px 5px;
    background-color:#F7F7F7;
    border:1px solid #CCC;
    float:left;
    clear:left;
    text-decoration:none;
}
div.emailAlert a.attachmentContainer{
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/attachment-16.png);
    padding-left:23px;
    margin:2px 0;
}
a.attachmentContainer span.fileInfo{
    display:block;
    margin-top:5px;
    color:#7E7E7E;
    text-decoration:none;
}
a.attachmentContainer,a.attachmentContainer:hover{
    text-decoration:none;
}
a.attachmentContainer:hover span.fileName{
    text-decoration:underline;
}
div.emailAlert a.attachmentContainer{
    display:inline-block;
}
div.emailAlert a.attachmentContainer span{
    display:inline;
    padding-left:5px;
}
div.emailBody{
    margin:10px 0 15px 0;
}
div.emailMeta{
    margin:3px 0;
}
div.parentAlertInfo div.attachedAlert{
    background-color:#F7F7F7;
    border:1px solid #CCC;
    padding:10px 10px 10px 40px;
    background-image:url(/ICS/ui/common/images/PortletImages/Icons/alert-medium.png);
    background-position:7px 7px;
    background-repeat:no-repeat;
}
div.parentAlertInfo div.attachedIntervention{
    background-color:#F7F7F7;
    border:1px solid #CCC;
    padding:10px 10px 10px 40px;
    background-image:url(/ICS/ui/common/images/PortletImages/Icons/intervention-small.gif);
    background-position:10px 7px;
    background-repeat:no-repeat;
}
div.parentAlertInfo div.attachedFollowup{
    background-color:#F7F7F7;
    border:1px solid #CCC;
    padding:10px 10px 10px 40px;
    background-image:url(/ICS/ui/common/images/PortletImages/Icons/follow-up-large.gif);
    background-position:2px 3px;
    background-repeat:no-repeat;
}
div.parentAlertInfo div.submissionNum{
    font-size:0.85em;
}
span.openState{
    background-image:url(/ICS/ui/common/images/PortletImages/Icons/open-state.gif);
    background-repeat:no-repeat;
    padding-left:12px;
    background-position:0px 3px;
}
span.closedState{
    background-image:url(/ICS/ui/common/images/PortletImages/Icons/closed.gif);
    background-repeat:no-repeat;
    padding-left:12px;
    background-position:0px 3px;
}
div.emailAlert{
    padding-left:20px;
}
div.aboutActionContainer{
    margin:10px 25px 25px 25px;
}
div.editModal{
    overflow-y: auto;
    max-height:350px;
}
div.editActionAudits{
    margin-left: 55px;
    margin-bottom:20px;
}
span.editActionLbl{
    float:left;
    font-style: italic;
}
textarea.noteTextArea{
    width:100%;
    height:140px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
div.noteWrapper{
    margin:12px 0;
}
div.noteDateSubmitter{
    color:#808080;
    font-size:12px;
}
div.noteSubject{
    font-weight:bold;
}
div.noteConfirm div.ui-dialog-titlebar{
    display:none;
}
div.noteConfirm div.ui-dialog-content{
    padding:10px;
}
div.noteConfirm .noteInfo{
    margin:20px 0;
}
div.noteConfirm div.ui-dialog-content span{
    display:block;
    font-weight:bold;
}
.noteAction{
    margin-left:10px;
    cursor:pointer;
}

/*
* Role and Relationship Permissions Styles (RoleSettings.aspx and RelationshipSettings.aspx)
*/

.newmodel_hidden {
    position: absolute;
    left: -9999px;
}

.selected {
    background-color: #ccc;
}

#newmodelnav {
    padding-bottom: 20px;
}

#newmodelnav label {
    display: inline-block;
    cursor: pointer;
	width: 200px;
}

#newmodelnav label img {
    padding: 3px;
}

.modelnavimage 
{
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/icon_graph_32.gif);
    position: relative;
    top: 30px;
    right: -30px;
    background-repeat: no-repeat;
    /*padding-left: 12px;*/
    background-position: 0px 0px;
	width: 40px;
    height: 40px;
}

.modelhead
{
    position: relative;
    display: inline-block;
    right: -70px;
    top: -10px;
    /*width: 275px;*/
}

.radModelNavigation
{
    position:relative;
    top:-10px;
    right: -70px;
}

.modeltext
{
    padding-left: 30px;
    width: 80%;
}

.studnavimage 
{
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/student-relationships-large.gif);
    position: relative;
    top: 30px;
    right: -30px;
    background-repeat: no-repeat;
    /*padding-left:12px;*/
    background-position: 0px 0px;
    width: 40px;
    height: 40px;
}

.radStudNavigation
{
    position: relative;
    top: -10px;
    right: -70px;
}

.studenthead
{
    position: relative;
    display: inline-block;
    top: -10px;
    right: -70px;
}

.studenttext 
{
    padding-left: 30px;
    width: 80%;
}

.radStudenttd,
.radModeltd,
.radAllAccess,
.radNeedToKnowspan,
.speficAccesspan
{
    cursor: pointer;
    border: solid thin #BABABA;
    border-radius: 15px;
}

.giantRadioButtonSelected
{
    background-color: #BACEDC;
    border: #0B4981 thin solid;
}

.giantRadioButtonHover
{
    background-color: #FFF;
}

.giantRadioButtonInactive
{
    cursor: default;
}

.radStudenttd
{
    width: 47%; 
}

.radModeltd
{
    width: 47%; 
    position: relative;
    right: -14px;
}

.rolerads input {
    visibility: hidden;
}

.Cansee
{
    position: relative;
    right: -52px;
    top: -25px;
}

div.errorPanel{
    color:#CE5545;
    display:block;
    margin:4px 0px 8px 20px;
    font-weight:bold;
    /*text-align:center;*/
}

/*
* End Role and Relationship Permissions Styles
*/

/*
* Student Relationship Styles
*
*/

div.sr-editDiv {
    background-color: #C5D4EC;
    height: 90px;
    display: table-row;
}

div.sr-editDiv > div {
    border: none;
    vertical-align: top;
    padding-top: 25px;
    display: table-cell;
}

.sr-relatedToPickerArea {
    padding-left: 5px;
}

.sr-relatedToBox {
	width: 150px;
    left: 4px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 25px;
	background: white;
	border: 1px solid #cccccc;
	border-radius: 0.5em 0.5em 0.5em 0.5em;
}

span.sr-invalid-name {
    display: block;
    color: #FF120E;
}

.sr-relationshipDropdownArea, 
.sr-relationshipDescriptionArea, 
.sr-relationshipNotesArea {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sr-relationName,
.sr-relationDescription,
.sr-relationNotes {
    width: 190px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

a.sr-related-lnk {
    display: block;
    margin-top: 5px;
    padding: 0 0 5px 12px;
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/icon_user_16.gif);
    background-repeat: no-repeat;
    cursor: pointer;
}

.sr-peopleChooser input {
    height: 19px;
    width: 130px;
}

.sr-ddlRelationship {
    height: 25px;
    width: 150px;
}

.sr-txtDescription, 
.sr-txtNotes {
    height:19px;
    width:150px;
}

a.sr-addAction img {
    height: 16px;
    width: 16px;
    margin-bottom: 3px;
}

a.sr-addAction[disabled] img {
    display: none;
}

a.sr-addAction[disabled]{
    padding-left: 25px;
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/add-gray.png);
    background-repeat: no-repeat;
    background-position: 5px 5px;
    cursor: default;
}

div.srAddNew {
    font-style: italic;
    padding: 10px 0px;
    font-size: 1.1em;
}

.sr-relationNotes,
.sr-edit,
.sr-delete,
.sr-imgAdd,
.sr-imgCancel {
	cursor: pointer; 
}

/*
* End Student Relationship Styles
*
*/


/*
* Configure Email Templates Styles
*/

.et-fromLink,
.et-fromLink:visited
{
    display: inline-block;
    border: 1px solid #cccccc;
    border-radius: 0.5em 0.5em 0.5em 0.5em;
    color: #004280;
    cursor: pointer;
    padding: 5px 10px 5px 10px;
    margin: 8px 8px 0 8px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0px 1px 0px white;
    vertical-align: middle;
    text-decoration: none;
    background: #ededed; /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}

.et-fromLink:hover
{
    border: 1px solid #9fb6cc;
    box-shadow: 0px 1px 1px rgba(0,0,0,.1);
    text-decoration: none;
    background: #cad8ed; /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 3%, rgba(234,241,255,1) 3%, rgba(202,216,237,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,rgba(255,255,255,1)), color-stop(3%,rgba(234,241,255,1)), color-stop(100%,rgba(202,216,237,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 3%,rgba(234,241,255,1) 3%,rgba(202,216,237,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 3%,rgba(234,241,255,1) 3%,rgba(202,216,237,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 3%,rgba(234,241,255,1) 3%,rgba(202,216,237,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 3%,rgba(234,241,255,1) 3%,rgba(202,216,237,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cad8ed',GradientType=0 ); /* IE6-9 */
}

a.et-selected,
a.et-selected:link, 
a.et-selected:visited,
a.et-selected:hover
{
    box-shadow: 0px 1px 0px rgba(0,0,0,.1);
    text-decoration: none;
    background: #cad8ed; /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(202,216,237,1) 0%, rgba(234,241,255,1) 98%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(202,216,237,1)), color-stop(98%,rgba(234,241,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(202,216,237,1) 0%,rgba(234,241,255,1) 98%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(202,216,237,1) 0%,rgba(234,241,255,1) 98%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(202,216,237,1) 0%,rgba(234,241,255,1) 98%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(202,216,237,1) 0%,rgba(234,241,255,1) 98%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cad8ed', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
div.et-buttonPanel
{
    display: inline-block;
    font-size: 0.95em;
}

span.et-fromLiteral
{
    font-size: 1.1em; 
    width: 100%; 
    text-align: left;
}

.et-sendFromSection
{
    margin-bottom: 0px;
}

div.et-chooserPanel
{
    display: inline-block;
    width: 83%;
    background-color: #C5D4EC;
    border: none;
    border-radius: 0.5em 0.5em 0.5em 0.5em;
    vertical-align: top;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 10px;
    margin-bottom: 10px;
}

span.et-chooserLabel {
    color: #0B4981;
    text-align: left;
    width: 50%;
    padding-right: 0px;
}

#etInnerChooseAPersonLabel {
    display: block;
}

a.et-backToSendFromLink,
a.et-backToSendFromLink:link, 
a.et-backToSendFromLink:visited,
a.et-backToSendFromLink:hover
{
    color: blue;
    float: right;
    text-decoration: underline;
}

div.et-sendFromLowerSection > div
{
    padding-left: 10px;
    padding-bottom: 10px;
}

.et-chosenNameBox {
	width: 150px;
    left: 4px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 25px;
	background: white;
	border: 1px solid #cccccc;
	border-radius: 0.5em 0.5em 0.5em 0.5em;
}

.et-peopleChooser input {
    height: 19px;
    width: 160px;
}

.et-innerPeopleChooserArea {
    padding-left: 46px;
}

span#etInnerPeopleChooser {
    display: block;
    text-align: left;
}

.et-peopleChooser i.fa-search {
    position: relative;
    top: -22px;
    right: -60px;
    color: #909090;
}

#etInnerPeopleChooser i.fa-search {
    right: -180px;
}

.et-ddlRelationshipType {
    height: 25px;
    width: 200px;
}

span.et-explainOptionMessage {
    width: 100%;
    text-align: left;
}

.et-optionSelector {
    margin-left: 25px;
}

span.et-validationMessage {
    width: 140px;
    font-weight: bold;
    color: red;
}

span.et-validationMessageNewline {
    width: 100%;
    text-align: center;
}

span.et-validationMessagePC {
    position: relative;
    top: -10px;
    right: 18px;
}

span.et-validationMessageInnerPC {
    position: relative;
    top: -10px;
    right: -25px;
}

/*
* Notifications Configuration Styles
*/
.pointerMenu li a.nc-allowedButton div  {
    background: url(/ICS/ui/common/images/PortletImages/Icons/tick.png) 8px 10px no-repeat #efefef;
}

.pointerMenu li a.nc-allowedButton div.selected  {
    z-index: 1;
    background-color: #2F69BF;
    background: url(/ICS/ui/common/images/PortletImages/Icons/tick.png)) 8px 10px no-repeat #2F69BF;
}

.pointerMenu li a.nc-notallowedButton div {
    background: url(/ICS/ui/common/images/PortletImages/Icons/delete.png) 8px 10px no-repeat #efefef;
}

.pointerMenu li a.nc-notallowedButton div.selected  {
    z-index: 1;
    background-color: #2F69BF;
    background: url(/ICS/ui/common/images/PortletImages/Icons/delete.png) 8px 10px no-repeat #2F69BF;
}

.nc-groupLinkButton {
    cursor: pointer;
}

.nc-notifyGroupText {
    padding-left: 20px;
}

.pointerMenu li.nc-relationshipsToNotify {
    padding: 10px;
    display: block;
    line-height: 16px;
    border-top: 1px solid #cccccc;
    background-color: #cecfce;
    text-align: center;
}

.nc-form {
    background-color: #efefef;
    -ms-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    padding: 20px 0px 5px;
}

.nc-formPlaceholder {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 15px;
}

.nc-selectOtherPeople {
    padding-top: 10px;
    font-style: italic;
}

.nc-noselection:after {
    content: ' ';
    width: 0px;
    height: 0px;
    border-left: 18px solid transparent;
    border-top: 18px solid transparent;
    border-right: 18px solid #e2e2e2;
    border-bottom: 18px solid transparent;
    position: absolute;
    right: 100%;
    top: 50%;
    margin-top: -18px;
    margin-right: 0px;  
}

.nc-noselection {
    position: relative;
    background-color: #e2e2e2;
    text-align: center;
    margin-top: 10px;
    padding: 10px 0px 10px;
}

.nc-form-checkbox {
    padding-top: 15px;
    font-size: larger;
}

.nc-form-checkboxItemList {
    display: table;
    padding-left: 25px;
}

.nc-form-checkboxItemList div {
    display: table-row;
}

.nc-form-checkboxItemList div span {
    display: table-cell;
    padding-top: 5px;

}

.nc-form-checkboxItemList div span.nc-form-label {
    width: 180px;
}

.nc-form-checkboxItemList div span select {
    width: 100%;
}

/***  RELATIONSHIP CHOOSER START ***/ 
.rrc-autocomplete {
    width: 200px;
}

.rrc-selectable-header,
.rrc-selected-header {
    font-size: 0.9em;
    display: block;
    margin-bottom: 4px;
}

div.rrc-item {
    padding: 2px 24px 2px 2px;
    margin: 2px 0;
    position: relative;
}

div.rrc-item img {
    float: left;
    height: 45px;
    width: 45px;
}

i.rrc-fa {
    float: left;
    margin-left: -18px;
    margin-top: 3px;
}

/*div.rrc-item div {
    margin-left: 50px;
    line-height: 13px;
}*/

span.rrc-itemId {
    color:#808080;
    display: block;
    font-size: 11px;
}

div.rrc-name strong {
    display: block;
    color: #000;
}

div.rrc-name {
    display: inline-block;
    color: #000;
}

span.rrc-details {
    display: block;
    color:#000;
    font-size:10px;
}

.rrc-selectable div.rrc-item,
.rrc-selected div.rrc-item {
    margin: 3px;
    padding: 4px 2px 4px 25px;
    border: 1px solid #FFF;
    /*min-height: 20px;*/
    background-repeat: no-repeat;
    background-position: 5px 5px;
    position: relative;
}

.rrc-selectable div.rrc-item i.fa,.rrc-selected div.rrc-item i.fa  {
    color: gray;
}

.rrc-selected div.rrc-item i.rrc-fa-selected,
.ui-autocomplete.rrc-autocomplete-menu .ui-menu-item.ui-state-focus .rrc-fa-selected {
    position: absolute;
    z-index: 101;
    top: 32px;
    font-size: 14px;
    margin-left: 30px;
    color: #A7CE01;
    display: block;
}

.rrc-selectable div.rrc-item img.rrc-itemImg, 
.rrc-selectable div.rrc-item i.rrc-fa-selected, 
.ui-autocomplete.rrc-autocomplete-menu .ui-menu-item .rrc-fa-selected  {
    display: none;
}

.rrc-selectable div.rrc-item div {
    margin-left: 0px;
}

.rrc-selected div.rrc-item {
    clear: both;
    /*min-height: 47px;*/
}

.rrc-selected div.rrc-item img.rrc-itemImg {
    position: absolute;
}

.rrc-selectable,
.rrc-selected {
    min-width: 250px;
}

.rrc-selection-area {
    border: 1px solid #CDCDCD;
    height: 250px;
    overflow-y: auto;
}

.rrc-selectable-wrapper {
    float: left;
    width: 48.5%;
}

.rrc-selected-wrapper {
    margin-left: 51.5%;
    width: auto;
}

.rrc-selectable input[type='image'],
.rrc-selected input[type='image'] {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1000;
}

.rrc-selectable span.rrc-itemId {
    display: inline;
    margin-left: 5px;
}

.rrc-selectable div.rrc-item:hover,
.rrc-selected div.rrc-item:hover {
    border: 1px solid #e7d937;
    background-color: #ffffe5;
    border-radius: 4px;
    cursor: pointer;
}

.rrc-selected div.rrc-item:hover {
    background-image: none;
    border: 1px solid #D4D4D4;
    background-color: #ECECEC;
}

.rrc-selectable div.rrc-item:hover i.rrc-fa {
    color: #A7CE01;
}

.rrc-selected div.rrc-item:hover i.rrc-fa, 
.rrc-removeAll i.fa {
    color: #DD0600;
}

.rrc-selectable div.rrc-item:hover strong, 
.rrc-selected div.rrc-item:hover strong {
    text-decoration: underline;
}

.rrc-action {
    clear: both;
    text-align: center;
    margin-bottom: 20px; 
}

.rrc-removeAll {
    text-decoration: underline;
    padding-right: 15px;
    cursor: pointer;
}

.rrc-autocomplete.ui-autocomplete-input {
    padding-right: 20px;
}

.relationshipchooser i.fa-search {
    right: -17px;
    margin-left: -17px;
    color: #909090;
}

.rrc-watermark {
    color: #909090;
    font-style: italic;
}

.ui-autocomplete.rrc-autocomplete-menu  {
    max-height: 200px;
    max-width: 350px;
    min-width: 250px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    -moz-box-shadow: 1px 1px 8px rgba(0,0,0,.35);
    -webkit-box-shadow: 1px 1px 8px rgba(0,0,0,.35);
    box-shadow: 1px 1px 8px rgba(0,0,0,.35);
    padding-right: 5px;
}

.ui-autocomplete.rrc-autocomplete-menu .ui-menu-item {
    background: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.ui-autocomplete.rrc-autocomplete-menu .ui-menu-item.ui-state-focus {
    background: 0;
    border: 1px solid #e7d937;
    background-color: #ffffe5;
    display: block;
    cursor: pointer;
    box-shadow: none;
}

.rrc-loading {
    overflow: hidden;
    padding: 25px 0;
    text-align: center;
    background-color: white;
    position: absolute;
    z-index: 1000;
    display: block;
    width: 200px;
    margin-left:-60px;
    margin-top:-50px;
    font-family: Trebuchet MS;
    font-size: medium;
    font-weight: bold;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6x;
    border-radius: 6px 6px 6px 6px;
    -moz-box-shadow: 1px 1px 8px rgba(0,0,0,.35);
    -webkit-box-shadow: 1px 1px 8px rgba(0,0,0,.35);
    box-shadow: 1px 1px 8px rgba(0,0,0,.35);
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#535353,direction=45,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#535353,direction=135,strength=4) progid:DXImageTransform.Microsoft.Shadow(color=#535353,direction=225,strength=4) progid:DXImageTransform.Microsoft.Shadow(color=#535353,direction=315,strength=3);
}

.rrc-loading img {
    vertical-align: middle;
    margin-right: 6px;
}

/***  RELATIONSHIP CHOOSER END ***/ 

/*** SYSTEM NOTIFICATION BEGIN ***/

.SystemNotifications
{
    background-color: #FFFFE4;
    border: 2px solid #E8DB41;
    margin-bottom: 10px;
}

.sn-message {
    padding: 15px;
}

.sn-grid {
    padding: 15px;
}

.sn-grid td,
.sn-grid th {
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 8px;
    vertical-align: top;
}

.sn-grid th {
    font-size: 150%;
    text-align: left;
}

.sn-grid td.nowrap {
    white-space: nowrap;
}

.sn-imgDelete {
    cursor: pointer;
    display: inline-block;
    background: url(/ICS/ui/common/images/PortletImages/Icons/16/cancel.png) 0px 0px no-repeat;
    width: 20px;
    height: 20px;
}

.sn-imgHideAll {
    cursor: pointer;
    display: inline-block;
    background: url(/ICS/ui/common/images/PortletImages/Icons/16/cross.png) 0px 0px no-repeat;
    width: 16px;
    height: 16px;
}

/*** SYSTEM NOTIFICATION END ***/