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