/* style for body*/
body
{
}

/*style for link*/
a
{
}

/*Site backgroud color*/
.homeBody
{
	margin: 0px 0px 0px 0px;
	background-color: #3A5F8B;
}

/*Eg. RWHC.org Logo*/
.HeaderLeftImg
{
	background: url(../images/RHCCLogo_small.jpg) left top no-repeat;
	height: 127;
	width: 224;
}

/*Eg. River image*/
.HeaderRightImg
{
	background: url(../images/MaroonBell_small.jpg) left top no-repeat;
	height: 127;
	width: 663;
}


.HomePgDescription
{
	color: #146C80;
	font-weight: bolder;
	font-style: italic;
	font-size: 24pt;
}

/* smaller image1 below Employee Login link*/
.HomePgBottomImg1
{
	background: url(../images/footer_AlpineValley.jpg) left top no-repeat;
	height: 121;
	width: 193;
}

/* smaller image2 below Employee Login link*/
.HomePgBottomImg2
{
	background: url(../images/footer_DoctorsWithChart.jpg) left top no-repeat;
	background-color: Black;
	height: 121;
	width: 182;
}

/* Smaller image3 below Employee Login link*/
.HomePgBottomImg3
{
	background: url(../images/footer_NationalMonument.jpg) left top no-repeat;
	height: 121;
	width: 161;
}

/* Smaller image4 below Employee Login link*/
.HomePgBottomImg4
{
	background: url(../images/footer_DoctorsWithXRay.jpg) left top no-repeat;
	height: 121;
	width: 182;
}



/* smaller image5 below Employee Login link*/
.HomePgBottomImg5
{
	background: url(../images/footer_ski.jpg) left top no-repeat;
	height: 121;
	width: 182;
}

/* Brought to you by: image in the footer*/

.HomePgFooterText
{
	color: Navy;
	text-align: right;
}

.HomePgFooterImg1
{
	background: url(../images/WHA20Logo.gif) center top no-repeat;
	border: 0;
	height: 78;
	width: 175;
}


.HomePgFooterImg2
{
	background: url(../images/FooterLogo2.gif) left top no-repeat;
	border: 0;
	height: 59;
	width: 207;
}

/* Footer left image in pages other than home page*/
.FooterLeftImg
{
	background: url(../images/WHA20Logo.gif) right bottom no-repeat;
	height: 78;
	width: 175;
}

/* Footer right image in pages other than home page*/
.FooterRightImg
{
	background: url(../images/FooterLogo2.gif) left bottom no-repeat;
	height: 59;
	width: 207;
}

/*Left navigations menu other than login link*/
.LeftNavigationOthers
{
	background: url(../images/Navigations.gif) center top no-repeat;
	height: 309;
	width: 147;
}

/*Login menu in the left side*/
.LeftNavigationLogin
{
	background: url(../images/HRLink.gif) center no-repeat;
	height: 31;
	width: 147;
}

/*Header image in login page*/
.LoginPgHeaderImg
{
	background: url(../images/RHCCLoginLogo.jpg) center no-repeat;
	height: 198;
	width: 224;
}

/*Left footer image in login page*/
.LoginPgFooterLeftImg
{
	background: url(../images/WHA20Logo.gif) left bottom no-repeat;
	height: 78;
	width: 175;
}

/*Right footer image in login page*/
.LoginPgFooterRightImg
{
	background: url(../images/RWHCLoginLogo.jpg) right bottom no-repeat;
	height: 126;
	width: 224;
}

/*contact person photo in physician placement page*/
.PhysicianPlacementImg
{
	background: url(../images/PhysicianPlacContactPerson.jpg) right bottom no-repeat;
	height: 234;
	width: 154;
}

/* Region selection map at job search page */
.SelectRegionMap
{
	background: url(../images/Colo_Counties.gif) left no-repeat;
	height: 472;
	width: 600;
}


/*Container centeral part*/
.containerTableBody
{
	background-color: White;
}

.resultHeader
{
	background-color: #7584bd;
	font-weight: bold;
}

.resultAltRow
{
	background-color: #E3E6DF;
}

.detailHeader
{
	background-color: #146C80;
	color: White;
	font-weight: bold;
	font-size: larger;
}

.detailLabel
{
	font-weight: bold;
	text-align: right;
}

.generalHeaderLabel
{
	font-weight: bold;
	background-color: #a09c79;
}

.footerText
{
	color: #687EC3;
}

.searchHeaderArea
{
	background-color: #acb1c5;
}

.hidden
{
	visibility: hidden;
}

/*used in Job shadow search page */
.greenMessageText
{
	font-weight: bold;
	color: Green;
}

.jobShadowListText
{
	color: #800080;
}

#floater
{
	display: none;
	z-index: 3;
	border: 1px solid green;
	background: white;
	padding: 1px;
}

/*text box for holding selected regions from the map*/
.SelectedRegions
{
	background-color: #acb1c5;
	border-style: none;	
}


.FacilityLegend
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
}

.WHAMembers
{
	color: #3333FF;
}

.AssociateMembers
{
	color: #FF3300;
}

.WesternHealthCareAlliance
{
	color: #FF9900;
}
