#apcontent {
    border-color: #F6B332;
}

textarea.apmulti {
    border-color: #FBE1AD;
}

input.apsingle {
    border-color: #FBE1AD;
}

h1.apheader {
    background-color: #F6B332;
    color: #ffffff;
}

h2.apheader {
    background-color: #F6B332;
    color: #ffffff;
}

.gradingcriteriaheader{
    background-color: #F6B332;
    color: #ffffff;
}

.gradingcriteriasubtext a {
    color: #ffffff;
}.ctheaderblock
.gradingcriteriafirstcircle{
    border:solid #F6B332 3px;
    color:#F6B332;
    background-color:#ffffff;
}
.gradingcriteriasecondcircle{
    border:solid #F6B332 2px;
    color: #F6B332;
    background-color: #ffffff;
}
.gradingcriteriacontent{
    border: solid #F6B332 2px;
    color: #F6B332;
}
.gradingcriteriacodecircleone{
    border:solid #ffffff 2px;
    color:#ffffff;
    background-color: #F6B332;
}
.gradingcriteriacodecircletwo{
    border:solid #F6B332 2px;
    color: #F6B332;
    background-color: #ffffff;
}

/*
identify image
*/
div.identifyimagetarget span.droppable-hover{
    border-bottom: 2px dashed #F6B332 !important;
}

/*
fillintheblanks
*/

div.fillintheblankstext span.droppable-hover{
border-bottom: 2px dashed #F6B332 !important;
}

/*
ACTIVITY SPECIFIC STYLES
basic layout for activities  either 1 or 2 cols
*/

div.lcactivityicon img {
    background: #F6B332;
}

/*
this is for repeating list types
*/
div.lcactivitynumcol img {
    background: #F6B332;
}

div.lcactivityborder {
    border: 2px solid #F6B332;
}

label.lcmcradio {
    color: #F6B332;
}
div.lcactivitycheckanswer a {
    background: url(/ui/img/learning/legacycontent/checkanswer.png) #F6B332 no-repeat;
}

div.lcactivityrevealdef a {
    background: url(/ui/img/learning/legacycontent/revealdefinition.png) #F6B332 no-repeat;
}

textarea.lcsttextarea {
    border: 2px solid #F6B332;
}

/*
Content template page styles (ct=contenttemplate)
*/
.ctheaderblock {
    background: #F6B332;
}

#stopholdon { background: #F6B332 url('/ui/img/learning/legacycontent/halt/text.png') no-repeat ; }
#stopcloseimg { background: #F6B332 url('/ui/img/learning/legacycontent/halt/close.png') no-repeat ; }
#stophalt { background: #F6B332 url('/ui/img/learning/legacycontent/halt/halt.png') no-repeat ; }
#stopreturnimg { background: #F6B332 url('/ui/img/learning/legacycontent/halt/arrow.png') no-repeat ; }
span.stophighlight { color: #F6B332 ; }

#cfprogress { margin:20px 0 0 165px; position:relative; width: 600px; height: 8px; background: #FBE1AD}
#cfprogressinner { background: #F6B332; height:100%; }
#cfooter { color: #F6B332; margin:15px 0 0 75px; position:relative; width: 780px; height: 60px; padding: 0; border-width: 2px 2px 2px 2px; border-style: solid; border-color: #F6B332; background: #F6B332; -webkit-border-radius: 8px 8px 8px 8px; -moz-border-radius: 8px 8px 8px 8px; border-radius: 8px 8px 8px 8px; }

.democfpage { font-size:120%; font-family: Helvetica, Arial, sans-serif; display: inline-block; margin-left:45px; color: #F6B332; margin-bottom:30px;}

.cfsamplecourselist { margin:10px 5px 0 5px; background: #F6B332 url('/ui/img/samplecourselist.png') no-repeat ; width:215px; height:44px; }
.cfsamplecourselist:hover { background: #F6B332 url('/ui/img/samplecourselist_hover.png') no-repeat ; width:215px; height:44px; }

#divLearningOutcomeText
{
    border: solid 5px #F6B332;
}

.divBackground {
    background-color: #F6B332;
}

div.satn_button {
    background-color: #F6B332;
}

div.satn_button a {
    color: #ffffff;
}

span.stan_button_arrow {
    color: #ffffff;
}

div.satn_block {
    border: 2px solid #FBE1AD;
}

div.satn_header {
    background: -moz-linear-gradient(left,  #F6B332 0%, #FBE1AD 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#F6B332), color-stop(100%,#FBE1AD));
    background: -webkit-linear-gradient(left,  #F6B332 0%,#FBE1AD 100%);
    background: -o-linear-gradient(left,  #F6B332 0%,#FBE1AD 100%);
    background: -ms-linear-gradient(left,  #F6B332 0%,#FBE1AD 100%);
    background: linear-gradient(to right,  #F6B332 0%,#FBE1AD 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F6B332', endColorstr='#FBE1AD',GradientType=1 );
}

div.satn_header>div {
    color: #ffffff;
}

div.satn_close_button a {
    color:#ffffff;
}

span.satn_title_arrow {
    color: #F6B332;
}

.notesfilter input[type="radio"] + label
{
    background-color: #FBE1AD;
}

.notesfilter input[type="radio"]:checked + label
{
    color: #ffffff;
    background-color: #F6B332;
}

.btn_bodyright {
    background-color: #F6B332;
}
