﻿html, body
{
	margin: 0;
	padding: 0;
	background-color: #fff;
	text-align: center;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
}
#mainContainer
{
	width: 740px;
	margin: 0 auto 20px;
	position: relative;
	text-align: left;
}
.clear
{
	clear: both;
}
.floatRight
{
	float: right !important;
}
.logoutHeader
{
	float: right;
	margin-right: 15px;
	position: relative;
	top: 15px;
}
#headerContent
{
	overflow: auto;
	position: relative;
}
a:link {color:#0092dd;}
a:visited {color: #0092dd;}
a:active {
	color: #0054a4;
	}
/***** BEGIN HEADER LINKS *****/
.topLinks
{
	float: left;
	padding: 0;
	margin: 5px 0 0 0;
	list-style-type: none;
	/*width: 515px;*/
	/*width: 100%;*/
	position: relative;
	top: 10px;
	overflow: hidden;
	z-index: 1;
}
.topLinks li
{
	display: inline;
	text-align: center;
}
.topLinks li a
{
	color: rgb(45, 151, 214);
	text-decoration: none;
	padding: 0 5px;
	font-size: 0.95em;
	text-align: center;
	font-weight: bolder;
	border-right: 1px solid black;
}
.topLinks li a:hover
{
	color: rgb(45, 86, 157);
}
.topLinks a.endLink
{
	border-right: 0;
}
/***** END HEADER LINKS *****/
/***** BEGIN FOOTER LINKS *****/
.footerLinks
{
	padding: 0;
	list-style-type: none;
	width: 100%;
	margin: 10px auto;
	text-align: center;
}
.footerLinks li
{
	color: rgb(45, 86, 157);
	padding-left: 8px;
	padding-right: 8px;
	font-size: 0.8em;
	font-weight: bold;
	display: inline;
	border-right: 1px solid black;
}
.footerLinks li a
{
	color: rgb(45, 86, 157);
}
.footerLinks li.endLink
{
	border-right: 0;
}
/***** END FOOTER LINKS *****/
/*#fcLogo
{
	margin: 5px 5px 5px 0;
	float: right;
	background-image: url(myFC.png);
	height: 43px;
	width: 203px;
}*/
#employerInformation
{
	display: table;
	float: left;
}
#headerRightSide
{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
}
#employerLogo
{
	margin: 5px 5px 5px 0; 
	max-height: 200px; 
	max-width: 200px;
}
.currentCompany
{
	font-weight: bold;
	font-size: 0.9em;
	display: table-cell;
	vertical-align: bottom;
	padding-bottom: 3px;
	/*position: absolute;
	bottom: 0;*/
}
#mainMenuContainer
{
	height: 40px;
	background-color: rgb(45, 86, 157);
	vertical-align: middle;
	
	border: 1px solid #000;
	
	background: #0840A6; /* for non-css3 browsers */

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0840A6', endColorstr='#4377B5'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#0840A6), to(#4377B5)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #0840A6,  #4377B5); /* for firefox 3.6+ */ 
	
	-moz-box-shadow: 0 1px 3px #888;
	-webkit-box-shadow: 0 1px 3px #888;
	box-shadow: 0 1px 3px #888;
}
#childPage
{
	border-left: 1px solid rgb(45, 86, 157);
	border-right: 1px solid rgb(45, 86, 157);
	border-bottom: 1px solid rgb(45, 86, 157);
	padding-top: 10px;
	padding: 10px 14px 0;
}
#leftCorner
{
	float: left;
	width: 9px;
	height: 8px;
	position: relative;
	left: -15px;
	top: 9px;
	background-image: url(leftcorner.gif);
}
#rightCorner
{
	float: right;
	width: 9px;
	height: 8px;
	position: relative;
	right: -15px;
	top: 9px;
	background-image: url(rightcorner.gif);
}
/***** BEGIN MOBILE STYLES *****/
/* for 700px or less */
@media screen and (max-width: 700px)
{
	#mainContainer
	{
		width: 100%;
	}
	
	#mainMenuContainer
	{
		width: 100%;
		
		border-left: 0;
		border-right: 0;
	}
}

@media screen and (max-width: 700px)
{
	#mainContainer
	{
		width: 100%;
	}
	/*#fcLogo, #pageImage, .topLinks, .footerLinks, #employerLogo
	{
		display: none;
	}*/
	
	#mainMenuContainer
	{
		width: 100%;
	}
	
	.currentCompany
	{
		top: 0;
		width: 80%;
		overflow: hidden;
	}
	.logoutHeader
	{
		top: 0;
	}    
	#leftCs, #rightLogo
	{
	    display: none;
	}	
	#containerLogin
	{
	    width: 100%;
	}
}

@media screen and (max-width: 400px)
{
}
/***** END MOBILE STYLES *****/
.validation-summary-errors ul {
    list-style-type: none;
    padding-left: 0;
}
.validation-summary-errors {
    color: #f00;
}


.login-message-text{
    font-weight:700 !important;
}

.fixed-footer{
    position:fixed;
    bottom:0;
    left:0;
    width: 100%;
    height:22px;
    background-color:#092e6e;
    color:#fff !important;
    font-family: "FunctionPro-Demi", "function_prodemi", "Futura", Helvetica, Arial, sans-serif;
    font-size: 1.1rem;
    font-weight: 700 !important;
    text-align:center;
    padding-top:5px;
}