/*** Use the same margin and padding settings for both sIFR and Fallback Styles ***/

/*---- sIFR Font Styles for <H1>----*/
/*
.sIFR-active h1 {
	font-size: 18px;
	padding:0;
	margin-bottom:15px;
	line-height:18px;
}
*/
/*---- Fallback CSS Font Styles for <H1>----*/
/*
h1{
	color:#0075bf;
	padding-bottom:0px;
	margin-bottom:15px;
	line-height:18px;
	letter-spacing:0.1px;
	font:normal 18px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
*/
/*---- sIFR Font Styles for <H2>----*/

.sIFR-active .menu-title {
	font-size: 16px; padding:0; margin:7px 0 3px 17px; width:111px; display:block;
}

/*---- Fallback CSS Font Styles for <H2>----*/
.menu-title{ font:normal 16px Arial, Helvetica, sans-serif; color:#0075bf; padding:0; margin:0; line-height:22px;}

/*---- sIFR Font Styles for <H3>----*/

.sIFR-active h3 {
	font-size: 13px; padding:0; margin:0; line-height:14px;
}

/*---- Fallback CSS Font Styles for <H3>----*/
h3{ font:normal 14px Arial, Helvetica, sans-serif; color:#0075bf; margin:0; line-height:14px; padding-bottom:0px;}

/*---- sIFR Font Styles for <H3>----*/

.sIFR-active .login-title {
	font-size: 13px; padding:0; margin:0; line-height:14px; display:block;
}

/*---- Fallback CSS Font Styles for <H3>----*/
.login-title { font:normal 14px Arial, Helvetica, sans-serif; color:#0075bf; margin:0; line-height:14px; padding-bottom:0px;}

/*** DO NOT CHANGE THE FOLLOWING ***/

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-replaced > div {
  display: none !important;
}
    .sIFR-active h3,	
    .sIFR-active .menu-title,
	.sIFR-active .login-title {
    	visibility: hidden;
      line-height: 1em;
    }

