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