﻿.SignInContainer
{
	
	min-width: 200px;
	padding: 7px;
	
}

.Index-LoginLinkContainer
{
	width: 700px;
	height: 400px;
	margin: auto;
}

.Index-LoginLinkContainer a
{
	font-weight: 700;
	font-size: 1.8em;
	color: #6999C9;
	text-decoration: none;
	border-bottom: solid 1px #000000;
	display: block;
}

#Index-EmployeeLoginLink
{
	float: left;
	width: 350px;
	height: 200px;
}

#Index-EmployerLoginLink
{
	float: left;
	width: 350px;
	height: 200px;
}

#Index-RequestorLoginLink
{
	float: left;
	width: 350px;
	height: 200px;
}

#Index-GovernmentRequestorLoginLink
{
	float: left;
	width: 350px;
	height: 200px;
}

.Index-LoginLink p
{
	padding-left: 90px;
	font-weight: 700;
	color: #FB9D2C;
}

.Index-LoginLink ul 
{
	padding-left: 80px;
	margin-top: -4px;
}

#Index-EmployeeLoginLink
{
	background-image: url(../Images/EmployeeLogin.jpg);
	background-repeat: no-repeat;
	background-position: 5px 35px;
}

#Index-EmployerLoginLink
{
	background-image: url(../Images/EmployerLogin.jpg);
	background-repeat: no-repeat;
	background-position: 5px 35px;
}

#Index-RequestorLoginLink
{
	background-image: url(../Images/RequestorLogin.jpg);
	background-repeat: no-repeat;
	background-position: 5px 60px;
}

#Index-RequestorLoginLink .LoginLinks
{
	text-align: left;
	padding-left: 100px;
}

#Index-GovernmentRequestorLoginLink
{
	background-image: url(../Images/RequestorLogin.jpg);
	background-repeat: no-repeat;
	background-position: 5px 60px;
}

.Index-LoginLink .LoginLinks
{
	text-align: center;
}

.Index-LoginLink .LoginLinks a
{
	margin-top: -4px;
	border: none;
	font-size: 1em;
	text-decoration: underline;
	display: inline;
	width: auto;
	padding: 1px;
}

.Index-EmployerLinks a
{
	margin-top: -4px;
	border: none;
	font-size: 1em;
	text-decoration: underline;
	display: inline;
	width: auto;
	padding: 1px;
}

.PublicPageHeading
{
	font-weight: 600;
	font-size: 1.2em;
	color: #FB9D2C;
}

/* Public/Faq.aspx */
#Public-FaqPage 
{
	width: 80%;
	margin: auto;
}

#Public-FaqPage h4
{
	font-weight: 600;
	font-size: 1em;
	margin-bottom: -12px;
}

/* Public/AboutUs.aspx */
#Public-AboutUsPage
{
	width: 80%;
	margin: auto;
}

#Public-ContactPage h4
{
	color: #FB9D2C;
	font-weight: 600;
	font-size: 1em;
	margin-bottom: 2px;
}

/* Consumer/EmployeeDock.aspx */
#EmployeeDockPage div
{
	display: none;
}

#EmployeeDockPage .DockQuickLinks
{
	display: block;
}

/* Consumer/EmployerSelection.aspx */
#EmployerSelectionPage
{
	width: 100%;
	margin-left: 20px;
}

/* lpem2008/Index.aspx */
.October08MarketingPage
{
	padding: 15px;
	font-size: 1.3em;
}

.October08MarketingPage h1
{
	font-size: 1.8em;
	color: #FB9D2C;
}

.October08MarketingPage ul
{
	z-index: 1;
	width: 270px;
	list-style-image: url(../Images/OrangeArrow.gif);
	margin-bottom: -162px;
}

.October08MarketingPage li
{
	margin-bottom: 8px;
	font-weight: 600;
}

#Index-EmployeeLoginLink{
	border:1px solid #c0c0c0;
}

#Index-EmployerLoginLink{
	border-top: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
}

#Index-RequestorLoginLink{
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;	
}

#Index-GovernmentRequestorLoginLink{
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;		
}

#Index-EmployeeLoginLink, #Index-EmployerLoginLink, #Index-RequestorLoginLink, #Index-GovernmentRequestorLoginLink{
	width:348px !important;
}

#Index-EmployeeLoginLink a, #Index-EmployerLoginLink a, #Index-RequestorLoginLink a, #Index-GovernmentRequestorLoginLink a{
	margin-left:15px;
	margin-right: 15px;
}

#Index-RequestorLoginLink a, #Index-GovernmentRequestorLoginLink a{
	margin-top:25px;
}

#Index-RequestorLoginLink, #Index-GovernmentRequestorLoginLink{
	background-position-y: 60px !important; 
	background-position-x: 20px !important; 
}

#Index-EmployeeLoginLink, #Index-EmployerLoginLink{
	background-position-x: 20px !important;	
}

.Index-LoginLink ul{
	padding-left: 120px !important;
}

.LoginLinks a, #Index-EmployerLoginLink .Index-EmployerLinks a{
	margin-left:0 !important;
	margin-right:0 !important;	
}

.Not-sure{
	height: 60px;
    width: 130px;
    border: 1px solid #c0c0c0;
    /* float: right; */
    position: absolute;
    
    margin-left: 285px;
    *margin-left: -415px;
    /*margin-left: 285px;*/
    top: 382px;
    background-color: white;
}

.Not-sure p {
	font-weight: 700;
    color: #6999c9;
    text-align: center;
}

.Not-sure a{
	font-weight: 700 !important;
    color: #FB9D2C;
    font-size: 1.2em;
    /* text-align: center; */
    margin-top: -10px;
    border-bottom: 1px solid #FB9D2C;
    margin-left: 1px;
    width: 75px;
    margin-left: 25px;
}

#NotSure-WhattochoosePage
{
	width: 80%;
	margin: auto;
}
.employee-header, .employeer-header, .requestor-header, .gov-req-header
{
	font-weight: 700;
	font-size: 1.3em;
	color: #6999C9;
	text-decoration: none;
	display: block;
}

.not-sure-head{
	font-weight: bold;
	font-size: 1.2em;
	color: #000000;
}

#ret-to-login{
	width: 160px;
	float: right;
	background-color: white;
	margin-top: -70px;
	height: 42px;
	text-align: center;
}

#ret-to-login p {
	padding-top: 10px;
}
