/* For skyhatt's footer- and breadcrumb-field
 ---------------------------------------------------------------------*/
.footerbreadcrumb {
vertical-alignment:top; 
background-color: #c9cacc; 
height: 21px; 
padding-top:3px;
text-align: left; 
font-size:10px; 
color:#2d19ae; font-family:Verdana; 
padding-left:125px; 
width: 100%; 
position:fixed; left:0px; bottom:65px;
} 
.footer { 
background-color: #919195; 
height: 65px;
width:100%;
align:center;
vertical-align:top;
text-align: left; 
font-size:10px; 
color:#FFFFFF; 
font-family:Verdana; 
padding-top: 0px; 
position:fixed; bottom:0px; 
} 





/* Float Clearing
 ---------------------------------------------------------------------*/




.module:after
{
	clear:none;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}




/* float clearing for IE6 */
* html .module
{
	height: 1%;
	overflow: hidden;
}




/* float clearing for IE7 */
* + html .module
{
	min-height: 1%;
}




/* Breadcrumb Styles
 ---------------------------------------------------------------------*/




.breadCrumb
{
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	height: 16px;
	overflow: hidden;
	width: 990px;
	
	border:none;
	
	vertical-align:top;
}
.breadCrumb ul
{	vertical-align:top;
	margin: 0;
	padding: 0;
	height: 16px;
	display: block;
	overflow: hidden;
}
.breadCrumb ul li
{	vertical-align:top;
	display: block;
	float: left;
	position: relative;
	height: 16px;
	overflow: hidden;
	line-height: 16px;
	margin: 0px 4px 0px 0;
	padding: 0px 10px 0px 0;
	font-size: .9167em;
	background: url(/files/system/ChevronOverlay.png) no-repeat 100% 0;
}
.breadCrumb ul li div.chevronOverlay
{	vertical-align:top;
	position: absolute;
	overflow: hidden;
	right: 0;
	top: 0;
	z-index: 2	;
}
.breadCrumb ul li span
{	vertical-align:top;
	display: block;
	overflow: hidden;
}
.breadCrumb ul li a
{		vertical-align:top;
color:#2d19ae;
	display: block;
	position: relative;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	float: left; 
	text-decoration:none;
}
.breadCrumb ul li.first a
{	vertical-align:top;
	height: 16px !important;
	text-indent:-1000em;
	width:16px;
	padding: 0;
	margin-top: 0px;
	overflow: hidden;
	background:url(/files/system/IconHome.gif) no-repeat 0 0;
}
.breadCrumb ul li.first a:hover
{ 	vertical-align:top;
	background-position: 0 -16px;
}
.breadCrumb ul li.last
{ 	vertical-align:top;
	background: none;
	margin-right: 0;
	padding-right: 0;
}
.chevronOverlay
{vertical-alignment:top; 
background-color: #c9cacc;
overflow: hidden;
	display: none;
	background: url(/files/system/ChevronOverlay.png) no-repeat 100% 0;
	width: 12px;
	height: 16px;
}



