﻿
/* Set Background color or image */
body
{
	background: #A2A2A2 url(/App_Themes/viva_main/bkg_body3.jpg) repeat-x left top;
}

/* Define style for call out quotes */
.callout {
	color: #5f9cae;
}



#footer .copyright { color: #333; }
/* =Backgrounds  
(keep margins and layout css in main style sheet, the styles below should only control color/image )
============================================= */

#topNav { background: #345f6c url(/App_Themes/viva_main/bkg_navTop.gif) repeat-x;} /* Enter a background here only if you want to override the default transparency effect */
#regionalNav 
{
	background: #ddd url(/App_Themes/viva_main/bkg_navBar.jpg) repeat-x left top; 
	border-top: 1px solid #999; border-bottom: 1px solid #bbb;
}

/* =Header and subHeader Styles 
============================================= */




#mainContent h1 { color: #000;}

#secondaryContent h1 {
	background: url(/App_Themes/viva_main/images/bkg_sidePodHeader.gif) no-repeat right top;
	color: #fff;
	/*color: #a24b01; */
}

#secondaryContent .sidePod, #secondaryContent .sidePod p {
	color: #3b5e72;
}

#mainContent h2 
{
	color:#5595A0;
} 

#secondaryContent h2 {}
#sideNav h2 {}

#mainContent h3 
{
	color: #4c6880;
}



/* =Widgets
============================================ */
.sidePod { }


/* =Links 
============================================= */

a:link { color: #5f9cae; outline: none;}
a:visited { color: #5f9cae; outline: none;}
a:hover { color: #d47a00;}
a:active { color: #b04400; outline: none;}
a:visited:hover {color: #d47a00;}


#regionalNav a:link, #regionalNav a:visited { font-weight: bold; color: #888; border-right: 1px solid #bbb; border-left: 1px solid #eee; letter-spacing: 0;}
#regionalNav a:hover, #regionalNav a:active, #regionalNav visited:hover { color: #5595a0;}
#regionalNav a.ekflexmenu_button_selected { background: #aaa url(/App_Themes/viva_main/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 {}

#mainContent h3.entryTitle a, #mainContent h3.entryTitle a:hover
{
	font-size: 18px;
	color: #4c6880;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	display: block;
}

/* =Log In Views 
============================================= */
#loginView1
{
 text-align:center;   
 margin:0 auto;
 width: 300px;
}

#loginView1 table, #loginView1 td {
    text-align: center;
}

#ctl00_templateContent_loginView2_Login1_LoginButton 
{
	cursor: pointer;
}
