<?  
	$device = new MobileDetect();
	if(!$device->isMobile()){ echo $subdomaincss; } 
?>

@font-face {
    font-family: OpenSans-Regular;
    src: url('/public/fonts/opensans/OpenSans-Regular.ttf');
    font-weight:normal;
    font-style:normal;
}

@font-face {
    font-family: OpenSans-Bold;
    src: url('/public/fonts/opensans/OpenSans-Bold.ttf');
    font-weight:normal;
    font-style:normal;
}

@font-face {
    font-family: Exo-Regular;
    src: url('/public/fonts/exo2.0/Exo2.0-Regular.otf');
    font-weight:normal;
    font-style:normal;
}

body {
	background-color:#C1C1C1;
	font-size:14px;
	color: #535353;
	font-family: OpenSans-Regular, Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

h1 {
	font-family: OpenSans-Regular, Verdana, Arial, Helvetica, sans-serif;
	font-size:26px;
	margin:0px 0px 15px 0px;
    font-weight:normal;
    font-style:normal;
}

h2 {
	font-family: OpenSans-Regular, Verdana, Arial, Helvetica, sans-serif;
	font-size:22px;
	margin:0px 0px 10px 0px;
	color:#496577;
    font-weight:normal;
    font-style:normal;
}

h3 {
	font-family: OpenSans-Regular, Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	margin:0px 0px 20px 0px;
	color:#496577;
    font-weight:normal;
    font-style:normal;
}

p {
	font-family: OpenSans-Regular ,Verdana, Arial, Helvetica, sans-serif;
}

form {
	padding:0px;
	margin:0px;
}

#headercontainer {
	width: 100%;
	height: 100px;
	background-color:#FFFFFF;
	background-image:url('');
	background-repeat:repeat-x;
	background-position: 0px 0px;
}

#header {
	height:100px;
	width:955px;
	background-image:url(/images/salaryextras/SE-siteheader.jpg);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	position:relative;
	left: 50%;
	margin-left: -477px;
}

#page {
	background-color:#FFFFFF;
	padding-bottom: 0px;
	min-height: 400px;
	width:100%;
	float:left;
	display: inline-block; /*sets hasLayout - required for IE*/
	overflow: hidden; /*causes modern browsers to enclose child floats*/ 
}

#page {
	display: block; /* resets to proper property value without resetting layout*/
}

#oldpagetitle {
	float:left;
	width:auto;
	margin-top:10px;
	margin-left:10px;
	font-size:40px;
	font-weight:bold;
}

#oldpagesubtitle {
	float:left;
	margin-left:20px;
	margin-top:28px;
	font-size:22px;
	font-weight:normal;
}

#pagetitle {
	float:left;
	width:auto;
	margin-top:102px;
	margin-left:20px;
	font-size:40px;
	font-weight:normal;
	color: #FFFFFF;
}

#pagesubtitle {
	float:left;
	margin-left:20px;
	margin-top:120px;
	font-size:22px;
	font-weight:normal;
	color: #FFFFFF;
}

#maincontent {
	width: 954px;
	background-color:#FFFFFF;
	border:1px solid #EEEEEE;
	float:left;
	clear:both;
	margin-top:2px;
	height:auto;
	padding-top:0px;
	display: inline;
}

#maintext {
	width: 954px;
	background-color:#FFFFFF;
	border:1px solid #D0D0D0;
	border-radius: 0px 0px 3px 3px;
	border-top: 0;
	border-bottom: 0;
	float:left;
	clear:both;
	height:auto;
	min-height:414px;
	padding-top:16px;
	font-size:13px;
	position:relative;
	left: 50%;
	margin-left: -477px;
	margin-bottom: 0px;
	display: inline;
}

#maintext a {
	color:#1F4F82;
	text-decoration: none;
}

#maintext a:hover {
	text-decoration: underline;
}

#maintext p {
	font-size:13px;
	margin-top:0px;
	margin-bottom:11px;
}

.formbox {
	width:480px;
	height:250px;
	border:1px solid #C0C0C0;
	float:left;
	margin-bottom:20px;
	padding-bottom:10px;
 	background-color:#FFFFFF; 
}

#footercontainer {
	float: left;
	height:226px;
	width: 100%;
	background-color:#EFEFF0;
	background-image: url("/images/salaryextras/footer.jpg");
	background-repeat: reppeat-x;
	backgroud-position: 0,0;
	border-top: 1px solid #C0C0C0;
	
}

#footer1 {
	float: left;
	height:auto;
	margin-top:16px;
	color:#535353;
	width: 955px;
	left: 50%;
	margin-left: -477px;
	position: relative;
}

#footer1left {
	font-size:11px;
	float:left;
	width:700px;
}

#footer1right {
	font-size:11px;
	margin-top: 16px;
	margin-right: 0px !important;
	float:right;
	width:255px;
}

#footer2 {
	float:left;
	font-size:11px;
	color:#535353;
	text-align: center;
	width:955px;
	padding-bottom: 20px;
	padding-top:16px;
}

#footer1 a {
	color:#535353;
	text-decoration:none;
}

#footer1 a:hover { 
	text-decoration:underline;
}

#footer1right a {
	color:#0897CC;
}

#footer1 li {
	line-height:18px;
	margin: 0 0 0 0;
}

#footer2 a {
	color:#0897CC;
	text-decoration:nona;
}

.footersectiontitle {
	font-size:13px;
	margin-bottom:8px !important;
	color: #434343;
}

.hr-underline-footer {
	margin-bottom:12px;
}

#myaccountbanner {
	background-image:url(/images/salaryextras/defaultbanner.jpg);
	height:138px;
	background-size: 954px 138px;
	border-bottom:1px solid #c0c0c0;
}

#contactusbanner {
	background-image:url('/images/salaryextras/banner_contact.jpg');
	height:100px;
	border-bottom: 1px solid #C0C0C0;
}

#calculatorbanner {
	background-image:url('/images/salaryextras/banner_savingscalc.jpg');
	height:100px;
	border-bottom: 1px solid #C0C0C0;
}

#privacybanner {
	background-image:url('/images/salaryextras/SE_NewBanner.jpg');
	height:138px;
	border-bottom: 1px solid #C0C0C0;
}

#termsofusebanner {
	background-image:url('/images/salaryextras/SE_NewBanner.jpg');
	height:138px;
	border-bottom: 1px solid #C0C0C0;
}

.oldbanner {
	width:954px;
	height:98px;
	float:left;
	border:1px solid #D0D0D0;
	border-top: 0;
	z-index:20;
	background-color: #FFFFFF;
	background-size:668px 76px;
	background-position: 100% 0%;
	background-repeat:no-repeat;
	position:relative;
	left: 50%;
	margin-left: -477px;
}

.banner {
	width:954px;
	height:138px;
	float:left;
	border:1px solid #D0D0D0;
	border-top: 0;
	border-bottom: 0;
	z-index:20;
	background-color: #FFFFFF;
	background-size:954px 138px;
	background-position: 100% 0%;
	background-repeat:no-repeat;
	position:relative;
	left: 50%;
	margin-left: -477px;
}

.bannernomenu {
	width:954px;
	height:100px;
	float:left;
	border:1px solid #D0D0D0;
	border-top: 0;
	z-index:20;
	background-color: #FFFFFF;
	background-size:954px 138px;
	background-position: 100% 0%;
	background-repeat:no-repeat;
	position:relative;
	left: 50%;
	margin-left: -477px;
}

.fullbannerdeep {
	width:954px;
	height:250px;
	float:left;
	border:1px solid #D0D0D0;
	border-top: 0;
	z-index:20;
	background-color: #FFFFFF;
	background-size:954px 250px;
	background-position: 100% 0%;
	background-repeat:no-repeat;
	position:relative;
	left: 50%;
	margin-left: -477px;
}

.warning {
    background-color: #FFF0FF;
    background-image: url("/images/salaryextras/warning.png");
    background-position: 16px 13px;
    background-repeat: no-repeat;
    border: 1px solid LightGrey;
    padding: 20px 20px 20px 60px;
    margin-top:20px;
    margin-left:0px;
    margin-bottom:12px;
    text-align: left;
    width: 810px;
}

.myaccount { 
	background-color: #496577 !important;
}

.myaccounttext {
	color: #496577;
}

.benefitssolidhr {
    border-bottom: 1px solid #C0C0C0;
    height: 1px;
    margin-bottom: 10px;
    margin-left: 6px;
    margin-top: 10px;
    width: 99%;
}




.button {
	background: url("/images/salaryextras/button_background.png") no-repeat scroll left top transparent;
    border: medium none;
    color: #FFFFFF;
    font-size: 11px;
    height: 23px;
    width: 122px;
}

.fc-header {
    background-color: #496577 !important;
}

.color-white { color: #FFF !important; }