﻿
/* Set Background color or image */
body
{
	background: #000 url(/App_Themes/europe/images/bkg_body3.jpg) repeat-x left top;
}

/* Define style for call out quotes */
#mainContent .callout 
{
	color: #5f9cae;
}


/* =Backgrounds  
(keep margins and layout css in main style sheet, the styles below should only control color/image )
============================================= */

#topNav { } /* Enter a background here only if you want to override the default transparency effect */
#regionalNav { background: #ddd url(/App_Themes/europe/images/bkg_nav.jpg) repeat-x left top; border-top: 1px solid #999; border-bottom: 1px solid #bbb;}


/* =Header and subHeader Styles 
============================================= */

#mainContent h1 { color: #033661; }

#mainContent h2 { color:#033661; }

#mainContent h3 {}

#mainContent h4 {}	
	
#secondaryContent h1 {
	background: url(/App_Themes/europe/images/bkg_sidePodHeader.gif) no-repeat right top;
	color: #fff;
	/*color: #a24b01; */

}

#secondaryContent .sidePod, #secondaryContent .sidePod p {
	color: #2d4763;
}



/* =Widgets
============================================ */
/*.sidePod { background: url(/images/bkg_sidePod.gif) repeat-x;}*/

/* =Links 
============================================= */

a:link { color: #5f9cae; }
a:visited { color: #5f9cae; }
a:hover { color: #d47a00;}
a:active { color: #b04400; }
a:visited:hover {color: #d47a00;}


#regionalNav a:link, #regionalNav a:visited { font-weight: bold; color: #444; border-right: 1px solid #bbb; border-left: 1px solid #eee; letter-spacing: 0;}
#regionalNav a:hover, #regionalNav a:active, #regionalNav visited:hover { color: #666;}
#regionalNav a.ekflexmenu_button_selected { background: #ddd url(/App_Themes/europe/images/bkg_navBarButton.jpg) no-repeat -400px 0 !important; color: #444;}


#mainContent a:link { color: #5f9cae;}
#mainContent a:visited {color: #3d6875;}
#mainContent a:hover { color: #d47a00;}
#mainContent a:active { color: #b04400;}
#mainContent a:visited:hover{color: #d47a00;}

#secondaryContent a:link {}
#secondaryContent a:visited {}
#secondaryContent a:hover {}
#secondaryContent a:active {}
#secondaryContent a:visited:hover {}