.headerFrontpage {
	height: 83px;
	background: #A09B87 url(/gfx/skin_default/bg_header_frontpage.jpg) 0 50% no-repeat;
}

.headerFrontpage .portalName {
	padding: 35px 20px 0px 20px;
}

.headerFrontpage .portalLogo {
	padding: 0px 30px;
}

.headerContentpage {
	height: 47px;
	background: #A09B87 url(/gfx/skin_default/bg_header_subpage.jpg) 0 50% no-repeat;
}

.headerContentpage .portalName {
	padding: 16px 20px 0px 20px;
}

.headerContentpage .portalLogo {
	padding: 0px 25px;
}

.portalName a 
{
	font-family: verdana;
	font-size:16px;
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
}

.navigation, .footer, .editorfooter {
	background: #C3C7BA;
}

.flowHeader, .flowFooter  {
	background: #F0F3EB;
	border: 1px solid #BABDB6;
}

.alternate {
	background: #EEEEEE;
}

.infoBox {
	border: 1px dashed #BABDB6;
	background: #F0F3EB;
}

.searchResultList {
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}

.ruler {
	border-bottom: 1px solid #DDDDDD;
}

.navigation a, .footer a, .contentLeft a, .roundedCorner a, .editorfooter a {
	color: #B91827;
}

.messageBox {
	background: #C3C7BA;
}

.contentLeft {
	background: transparent;
}

.contentLeft .portlet {
	background: #F0F3EB;
	border-bottom: 1px solid #BABDB6;
}

.contentRight a:visited {
	color: #336699;
}

a {
	color: #003366;
}

/* POPUP */
.popHeader, .popFooter {
	background: #CBC8B5;
}

/* PORTLET TABS */
.portlet .tab {	background: #FFFFFF url(/gfx/skin_default/bg_tab_tile.gif) 0 0 repeat-x; }
.portlet .tab ul li { background: transparent url(/gfx/skin_default/bg_tab_right_n.gif) right top no-repeat; }
.portlet .tab ul li a {	background: transparent url(/gfx/skin_default/bg_tab_left_n.gif) left top no-repeat; }
.portlet .tab ul li.tabSelected { background-image: url(/gfx/skin_default/bg_tab_right_s.gif); }
.portlet .tab ul li.tabSelected a {	background-image: url(/gfx/skin_default/bg_tab_left_s.gif); }

/* expand/collapse buttons for FAST navigator menus in Navigator.Tree.aspx */
a.nav_show_hide {
	color: #000000;
	font-size: 10px;
	font-weight: bold;
}

