

#Container h3,#Container h4, #Container .motion-group  {color: #660000; }

.branding-background {
    background: #660000;
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.00, #660000), color-stop(1.00, #CC0000)); 
	background: -webkit-linear-gradient(top, #cc0000, #660000) repeat scroll 0 0 padding-box #000000;
	background: -moz-linear-gradient(top, #cc0000, #660000) repeat scroll 0 0 padding-box #000000;
	background: -ms-linear-gradient(top, #cc0000, #660000) repeat scroll 0 0 padding-box #000000;
	background: -o-linear-gradient(top, #cc0000, #660000) repeat scroll 0 0 padding-box #000000;
	background: linear-gradient(to bottom, #cc0000, #660000 ) repeat scroll 0 0 padding-box #000000; 
    -pie-background: linear-gradient(-90deg, #cc0000, #660000 ); 
    
}

#Container .side .top {
       
	background: #660000;
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.00, #660000), color-stop(1.00, #CC0000)); 
	background: -webkit-linear-gradient(top, #cc0000, #660000) !important;
	background: -moz-linear-gradient(top, #cc0000, #660000);
	background: -ms-linear-gradient(top, #cc0000, #660000);
	background: -o-linear-gradient(top, #cc0000, #660000);
	background: linear-gradient(to bottom, #cc0000, #660000); 
    -pie-background: linear-gradient(-90deg, #cc0000, #660000 ) ;  
}



.side .header {color: #FFF;}




        #OuterContent input.action, #OuterContent a.action, #SessionWindow a.action, #DeviceSwitchWindow a.action, .popup a.action {
            background-color: #cc0000;
            border-color: #cc0000;
            color: #FFF !important;    
        }
            #OuterContent input.action:hover, #OuterContent a.action:hover, #SessionWindow a.action:hover, #DeviceSwitchWindow a.action:hover {
            background-color:#660000;
            border-color:#660000; 
        }

        #OuterContent a.link , a.link:visited, #OuterContent input.link{    
            border-color:#cc0000;
            color: #cc0000; 
        }

        #OuterContent a.link:hover, #OuterContent input.link:hover, #OuterContent a.action-alt:hover, #SessionWindow a.action-alt:hover, #DeviceSwitchWindow a.action-alt:hover{ 
            background: none; 
            background-color:#cc0000; 
            border-color: #cc0000; 
            color: #FFF !important; 
            -pie-background: #cc0000 ;      
            }
        #Container a.action-alt, #SessionWindow a.action-alt, #DeviceSwitchWindow a.action-alt { background-color:#db4c4c; border-color:#db4c4c; }
        #OuterContent .xhtml-panel a:link , .xhtml-panel a:visited {color: #db4c4c;}
        #OuterContent .xhtml-panel a:hover, .xhtml-panel a:hover {color:#cc0000;}
        #Container a:hover {color: #cc0000; }
        #OuterContent #Breadcrumb li.on {color: #cc0000;}

    h1.brandsprite {
	    background: url(/DynamicUI/WC/4f044cd2-56dc-48a4-96aa-1b655ca56184);
        background-position : 0 0 !important;
	    background-repeat:  no-repeat;
        margin : 0px;
        width : 170px !important;
        height : 45px !important;
        top : 8px !important;
        right : 10px;
        left : auto;
        text-indent : -999em;
    }

