/*
	filename:	banner_style.css
	author:		sms
	created:	12 september 2006
	purpose:	define the style rules used in the head banner of the iRecruiting site.
	modified:
	modifier:
*/

div.headbanner
{
	background: transparent url('/static/images/head_bknd.jpg') no-repeat;
	width: 100%;
	height: 177px;
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
}

.title
{
	color: #1722CC;
	font: bold 24pt Palatino,Arial,Sans Serif;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 245px;
	top: 30px;
}

.subtitle
{
	color: #1722CC;
	font: bold 12pt Palatino,Arial,Sans Serif;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 225px;
	top: 60px;
}

.zipbox
{
	position: absolute;
	right: 80px;
	bottom: 12px;
	width: 270px;
	height: 129px;
	text-align: center;
	background-color: #fff;
	#background: transparent url('/static/images/app_zip_bknd.jpg') no-repeat;
}

.zipbox h1
{
	margin: 10px auto 10px auto;
}

.zipinst
{
	font-size : 7.3pt;
	text-align: center;
	margin: 10px auto 0 auto;
}

.adminlink
{
	position: absolute;
	right: 285px;
	top: 10px;
}

.interviewdetailslink
{
	position: absolute;
	right: 150px;
	top: 10px;
}

.friendlink
{
	position: absolute;
	right: 20px;
	top: 10px;
}

div#womanHeadBanner
{
	top:0px;
	left:0px;
	position:absolute;
	visibility: visible;
}

