.applyArrowBody /* colors the floating apply arrow on view job details*/
{
    background-color: #0061A0; 
}
.applyArrowTip /* colors the floating apply arrow tip on view job details*/
{
    border-left-color:  #0061A0;
}
/* menu bar colors */
#navbar .dropdown-toggle.active,
#navbar .dropdown-menu li.active:hover,
#navbar .dropdown-menu li.active > a,
#navbar .dropdown-menu li.active > a:hover,
#navbar.navbar-default .navbar-nav > .active > a
{
    background-color: #0061A0 !important; /* !important can be dropped after hack in navbar.phtml is dropped */    
/* color: #fff !important; default is #fff - !important can be dropped after hack in navbar.phtml is dropped */
}




body{
    background-repeat: repeat-x;
    background-position: left top;
    background-color: #FFF;
    margin: 0;
}
.applicantLogo
{
	width:auto;
	background-color:#fff;
}
.applicantLogoLeft
{
	height: 185px;
	background-color:#fff;
	padding: 10px 0 0 5px;
	vertical-align: middle;
}

.applicantLogoRight
{
	background-color:#fff;
	width:auto;
}
.applicantHeaderLeft
{
	height: 140px;
}
.applicantLogoLeft img
{
        /*width: 100%;*/
	vertical-align: middle;
	padding-left: 20px;
}
.applicantHeaderRight
{
	background-repeat:repeat-x;
	background-position:left top;
	width:auto;
}
.headerDefault
{
	background-repeat:repeat-x;
	background-position:left top;
	width:600px;
}

.applicantHeaderRight
{
	width: auto;
}
.applicantHeaderText {
    position: absolute;
    left: 40px;
    line-height: 1;
    font-family: verdana, sans-serif;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
    top: 244px;
}

a.helpIconLink {
	position: absolute;
	top: 5px;
	right: 30px; 
}
	
a.clientLoginButton {
	position: absolute;
	right:125px;
	top:2px;
}
.defaultButton, .defaultLoginButton, div.interest:hover
{
	width: 100px;
	height: 20px;
	padding: 1px 0px 2px 0px;
	text-align: center;
	font-family: verdana, sans-serif;
	font-size: 14px;
	font-weight:700;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	background-color: #0061A0;
	border: 1px solid #A5D9FF;
	color: #fff;
}
.checklist, .interest, .defaultButton:hover, .defaultLoginButton:hover
{
	color:#0061A0;
	background-color:#fff;
}
.defaultLoginButton 
{
	width: 80px;
	height: 20px;
	padding: 3px 0px 0px 0px;
	text-align: center;
	font-size: 13px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.textArea
{
	width:95%;
	background-color:#FFC;
	height:100px;
}

div.displayBy
{
	font-size:11px;
	background-color:#feceb8;
	border:1px solid silver;
	-moz-border-radius:10px;
	margin:5px 0 0;
	padding:3px 5px;
}

div.home #displayOptions
{
	background-color:#fff;
	color:#0061A0;
}
span.tooltip
{
	background-image:url(../images/tamarang_images/tooltipBackground.gif);
	background-position:3px 3px;
	background-repeat:no-repeat;
	border: 2px solid #0061A0;
	-moz-border-radius: 10px;
}
table.template .header
{
	color: #fff;
	background-color: #0061A0;
	text-align:center;
}

table.template .subheader
{
	color:#0061A0;
	background-color:#fff;
	text-align:center;
	font-size:14px;
	font-weight:700;
	padding:2px;
}

table.template .notes
{
	background-color:#FFF;
	color:#474747;
	font-weight:400;
	font-size:10px;
	text-align:center;
	
	border:1px solid #aaa;
	padding:5px;
}

table.template .adPreviewSummary
{
	color:#474747;
	background-color:#FFF;
	font-size:14px;
	vertical-align:middle;
	font-weight:700;
	text-align:justify;
	padding:15px;
}

table.template .adPreviewCopy
{
	color:#474747;
	text-align:justify;
	padding:15px;
}

table.template .adPreviewBulletHeader
{
	color:#474747;
	font-weight:700;
	padding:10px 15px;
}

table.template .adPreviewAction
{
	color:#474747;
	padding:15px;
}

table.template .header input
{
	color:#FFF;
	font-weight:700;
	width:99%;
}

table.template .subheader input
{
	color:#0061A3;
	font-weight:700;
	width:99%;
}
form.checklist
{
	color:#0061A0;
	background-color:#fff;
	border:1px solid #0061A0;
	padding:10px;
}

.dropMenu
{
     color:#0061A0;
     font-family:verdana,sans-serif;
     font-size:13px;
     position:absolute;
     right:25px;
     text-align:right;
     top:250px;
}
#expr3ssHeader .expressHeaderBottom{
    margin-bottom: 1em;
    background-image: url(../images/tamarang_images/applicantLogoCenter.jpg);
    background-repeat: repeat-x;
}
#applyMethod{
    background-image: url(../images/tamarang_images/bottom_template-masthead.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    padding-bottom: 184px;
}
.applicantLogoLeft > a {
max-width: 40%;
}