
/*Content Frame background color / text color / background image*/
#contentFrame,
#schemePreview, 
body,  
.topFrame,
/*.breadcrumbs,*/
.paneTabs ul li.active, 
.paneTabs ul li,
.wizardBody .containerWizard {
    background: url(https://blendedschools.blackboard.com/branding/themes/bsn2012/images/bblearn_2011_bg.png) repeat 0 0;
    background-color:#D4DBE5;
    color:#000000;
}
/*Content area background color / text color / background image */
#contentArea,
#schemePreviewBody,
.container, .contentPane div.bottomRound b {        
    background-color:#FFFFFF;
    color:#000000;
}

/*Primary button background / text color*/
#primaryButton, 
input[type="submit"].submit,
.mainButton a, .mainButton a:hover, .mainButton a:focus,
.mainButton a, .actionBarMicro .mainButton a:hover, .actionBarMicro .mainButton a:focus,
.rumble .mainButton > a, .rumble_top .mainButton > a:focus, 
.rumble .mainButton > a:hover, .rumble_top .mainButton > a:focus, 
.rumble .mainButton > a:hover, .rumble_top .mainButton > a:focus,
.button-1, .button-1-img, .button-1:hover, .button-1-img:hover, .button-1:focus, .button-1-img:focus {
}


/*Top Frame Text Color */
#topFrame, 
div.topTabs div.topGlobalLinks ul li a.topLevel, 
div.topTabs-compact div.topGlobalLinks ul li a.topLevel, 
div.topTabs div.hotItems ul.hotLinks li a  {
    color:#FFFFFF;
}


/*Top Frame Background Color / Background Image*/
#topFrame, 
.bgBanner {
    background-image: url(https://blendedschools.blackboard.com/branding/_1_1/BbBanner5.jpg);
    background-repeat: repeat;
    background-position: 0 0;
    background-color:#456FA7;
	border-color:#FFFFFF;
}
div.topTabs-compact {
    background:#456FA7;
	border-color:#FFFFFF;
}

/*Top Tab Color/Background Color*/
#topTab, 
table.appTabs tbody tr td a, div.topTabs-compact table.appTabs tr td a,
table.appTabs tbody tr td a:hover, div.topTabs-compact table.appTabs tr td a:hover,
table.appTabs tbody tr td a:focus, div.topTabs-compact table.appTabs tr td a:focus {   
    color:#FFFFFF;
    background-color:#0E3065;
	border-color:#0E3065;
}

/*Top Tab Active Tab Color/Background Color*/
#topTabActive, 
table.appTabs tbody tr td.active a, 
table.appTabs tbody tr td.active a:hover, 
table.appTabs tbody tr td.active a:focus,
div.topTabs-compact table.appTabs tr td.active a, 
div.topTabs-compact table.appTabs tr td.active a:hover, 
div.topTabs-compact table.appTabs tr td.active a:focus {
    color:#000000;
    background-color:#FFFFFF;  
	border-color:#FFFFFF;             
}

/*Module colors*/
#moduleTitle, 
.portlet h2, .portlet h2 span.reorder
{
    background-color:#D4DBE5;
    color:#666666;
}
.portlet h2 a
{
    background-color: transparent;
    color:#666666;
}
#moduleBorder, #moduleBody, 
.portlet
{
    border-top-color: #CCCCCC;
    border-left-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
    border-right-color: #CCCCCC;
    background-color:#FFFFFF;
    color:#000000;    
}