

#Container h3,#Container h4, #Container .motion-group  {color: #25154c; }

.branding-background {
    background: #25154C;
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.00, #25154C), color-stop(1.00, #4A2A99)); 
	background: -webkit-linear-gradient(top, #4a2a99, #25154c) repeat scroll 0 0 padding-box #000000;
	background: -moz-linear-gradient(top, #4a2a99, #25154c) repeat scroll 0 0 padding-box #000000;
	background: -ms-linear-gradient(top, #4a2a99, #25154c) repeat scroll 0 0 padding-box #000000;
	background: -o-linear-gradient(top, #4a2a99, #25154c) repeat scroll 0 0 padding-box #000000;
	background: linear-gradient(to bottom, #4a2a99, #25154c ) repeat scroll 0 0 padding-box #000000; 
    -pie-background: linear-gradient(-90deg, #4a2a99, #25154c ); 
    
}

#Container .side .top {
       
	background: #25154C;
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.00, #25154C), color-stop(1.00, #4A2A99)); 
	background: -webkit-linear-gradient(top, #4a2a99, #25154c) !important;
	background: -moz-linear-gradient(top, #4a2a99, #25154c);
	background: -ms-linear-gradient(top, #4a2a99, #25154c);
	background: -o-linear-gradient(top, #4a2a99, #25154c);
	background: linear-gradient(to bottom, #4a2a99, #25154c); 
    -pie-background: linear-gradient(-90deg, #4a2a99, #25154c ) ;  
}



.side .header {color: #FFF;}




        #OuterContent input.action, #OuterContent a.action, #SessionWindow a.action, #DeviceSwitchWindow a.action, .popup a.action {
            background-color: #4a2a99;
            border-color: #4a2a99;
            color: #FFF !important;    
        }
            #OuterContent input.action:hover, #OuterContent a.action:hover, #SessionWindow a.action:hover, #DeviceSwitchWindow a.action:hover {
            background-color:#25154c;
            border-color:#25154c; 
        }

        #OuterContent a.link , a.link:visited, #OuterContent input.link{    
            border-color:#4a2a99;
            color: #4a2a99; 
        }

        #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:#4a2a99; 
            border-color: #4a2a99; 
            color: #FFF !important; 
            -pie-background: #4a2a99 ;      
            }
        #Container a.action-alt, #SessionWindow a.action-alt, #DeviceSwitchWindow a.action-alt { background-color:#8069b7; border-color:#8069b7; }
        #OuterContent .xhtml-panel a:link , .xhtml-panel a:visited {color: #8069b7;}
        #OuterContent .xhtml-panel a:hover, .xhtml-panel a:hover {color:#4a2a99;}
        #Container a:hover {color: #4a2a99; }
        #OuterContent #Breadcrumb li.on {color: #4a2a99;}
