@charset "UTF-8";

/*-----------------------------------------------------------------------------
 FandS specific styling that's applied to the portal 

-----------------------------------------------------------------------------*/


body {
	margin: 0;
	padding: 0;
}

h3 {
	font-weight: bold;
}

#maincontent {
	margin-left: 0%;
	padding: 0 5px 0 0px;
}

#portalentry {
	padding: 0 5px 0 10px;
}

.entry {
	margin-left: 0;
	padding-left: 0;
}

#js_fdp0_ {
	margin-left: 15%;
}

#breadcrumb {
	margin-left: 0;
	max-height: 2em;
	min-height: 1.4em;
	height: 1.4em;
}

#banner_fs {
	line-height: 1.7em;
}

#topnav {
	color: #003E73;
	white-space: nowrap;
	line-height: 2em;
	border-top-color: #0067B1;
	border-top-style: solid;
	border-top-width: 1px;
}

#topnav a:link,
#topnav a:visited {
	color: #003E73;
	text-decoration: none;
}

#topnav li.notselected a:link:hover,
#topnav li.notselected a:visited:hover {
	color: #003E73 !important;
	text-decoration: underline;
}

#topnav ul {
	list-style: none;
	margin-top: 0;
	margin-bottom: 0;
	background-image: url(../graphics/label-background.png);
	font-weight: bold;
	padding-top: 1px;
}

#topnav ul li {
	margin-left: 0;
	display: inline;
	padding: 5px 10px;
	background-image: url(../graphics/nw_maj_rond.gif);
	background-position: top left;
	background-repeat: no-repeat;
	border-left: 3px solid White;
	border-top: 1px solid White;
}

#topnav ul li.selected {
	background-image: none;
	background-color: #0067B1;
	border-bottom: solid 1px #0067B1;
	color: White;
}

#topnav ul li a {
	width: 10%;
}

#leftnav_fs {
	width: 15%;
	border-top-width: 0px;
}

#leftnav_fs ul li{
	border-top-width: 0px;
	border-bottom: 1px #404040 dotted;
}

#leftnav_portal {
	width: 100%;
	background-color: White;
	float: none;
	line-height: 1.6em;
}

#leftnav_portal ul {
	margin-top: -1px;
	margin-right: 0;
	margin-bottom: -1px;
}

#leftnav_portal ul li {
	border: 0px solid #0067B1;
	list-style: none;
	display: table-cell;
	vertical-align: bottom;
	max-width: 10%;
	border-top-color: #0067B1;
	border-top-style: solid;
}

#leftnav_fs a:link, 
#leftnav_fs a:visited, 
#leftnav_portal a:link,
#leftnav_portal a:visited {
	color: black;
}

#logoutcrumb {
	position: absolute;
	right: 20px;
}

.tabright {
	background: transparent;
	border-right: 2px solid Silver;
	padding: 0 1em;
	float: left;
}

.notcurrent {
	color: #5F5F5F;
}

.noborder {
	border: none;
}

#footer_fs {
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}

