/* ---------- Breadcrumbs ---------- */

.breadcrumbs-horizontal {
	margin-bottom: 1.5em;
}

.breadcrumbs-horizontal li {
	background: url(../images/arrows/05_right.png) no-repeat 100% 50%;
	margin-right: 5px;
	max-width: 50%;
	padding-right: 15px;
}

.breadcrumbs-vertical li {
	background: url(../images/arrows/07_down.png) no-repeat 50% 100%;
	padding: 0 0 9px;
	max-width: auto;
}

.breadcrumbs a {
	display: block;
}

.breadcrumbs-vertical a {
	text-align: center;
	text-decoration: none;
}

.breadcrumbs .last {
	background-image: none;
}

.breadcrumbs-horizontal .last {
	margin-top: 0.2em;
}

.breadcrumbs-vertical .last {
	font-weight: bold;
}

.breadcrumbs-horizontal .last a, .aui-tree-node-selected a {
	color: #555;
}

/* ---------- Hidden Accessible ---------- */

#skip-to-content, #banner h2, #banner h3, #navigation h1, .site-breadcrumbs h1 {
	clip: rect(0 0 0 0);
	position: absolute;
}

.opens-new-window-accessible {
	background: url(../images/open_window.png) no-repeat 0 50%;
	display: inline-block;
	font-size: 0;
	height: 11px;
	margin-left: 2px;
	overflow: hidden;
	text-indent: -9999px;
	vertical-align: top;
	width: 11px;
}

/* ---------- Extras ---------- */

.lfr-title-scope-selector {
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.lfr-title-scope-selector {
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.logo .current-site, #navigation, #navigation a, .portlet, .portlet-topper, .site-breadcrumbs ul, .aui-form-validator-message {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#login-image-background{
	background: none;
	height: 457px;
	position: absolute;
	min-width: 1024px;
	z-index: 1;	
}
#image-support-login{
	cursor: pointer;
}
#login-image-icon{
	position: absolute;
	z-index: 2;
}

.transparent {
	/* Required for IE 5, 6, 7 */
	/* ...or something to trigger hasLayout, like zoom: 1; */
	width: 100%; 
		
	/* Theoretically for IE 8 & 9 (more valid) */	
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=50);
	
	/* Older than Firefox 0.9 */
	-moz-opacity:0.5;
	
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.5;
    
	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity: 0.5;
}
#mobile-app{
	position: absolute;       
    bottom: 72px;
}
#mobile-app-border{
	height: 7px;
    background: url(../images/nav-bg.png) repeat-x;
}
#mobile-app-content{
	text-align: center;	
}
#img-download{
	
}
#img-icon{
	margin-bottom: 10px;
	margin-right: 10px;
	width: 60px;
	height: 60px;
	background-image: url("../images/smartphone_sprite.png");
	background-position: -175px -5px;
	background-repeat: no-repeat;
	display: inline-block;
	*zoom: 1; 
  	*display: inline;
}
#img-quick-response{
	margin-bottom: 10px;
	margin-right: 10px;
	background-image: url("../images/smartphone_sprite.png");
	width: 60px;
    height: 60px;
    background-position: -5px -5px;
	display: inline-block;
	*zoom: 1; 
  	*display: inline;
}
#img-play-store{
	background-image: url("../images/smartphone_sprite.png");
	margin-right: 10px; 
	margin-bottom: 20px;
	width: 135px;
	height: 40px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: -5px -95px;
}

#img-play-store:hover{
	background-image: url("../images/smartphone_sprite.png");
	background-position: -5px -145px;
	width: 135px;
	height: 40px;
}
#img-app-store{
	background-image: url("../images/smartphone_sprite.png");
	margin-right: 10px; 
	margin-bottom: 20px;
	width: 133px;
	height: 40px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: -5px -195px;
}
#img-app-store:hover{
	background-image: url("../images/smartphone_sprite.png");
	width: 133px;
    height: 40px;
    background-position: -245px -5px;
}
#img-window-store{
	background-image: url("../images/smartphone_sprite.png");	
	margin-bottom: 20px;
	width: 153px;
	height: 40px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: -175px -75px;
}
#img-window-store:hover{
	background-image: url("../images/smartphone_sprite.png");
	width: 153px;
    height: 40px;
    background-position: -150px -125px;
}
#img-download{
	background-image: url("../images/smartphone_sprite.png");
	margin-right: 10px;
	display: inline-block;
	width: 90px;
	height: 80px;
	background-position: -75px -5px;
	*zoom: 1; 
  	*display: inline;
}

