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