/* style for body*/
body
{
	font-size:13px
	
}

/*style for link*/
a
{font-size:13px
	
}

/*Site backgroud color*/
.homeBody
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:#CCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding:0px;
}


/*Eg. RWHC.org Logo*/
.HeaderLeftImg
{
	background: url(../images/HeaderLogo1.gif) left top no-repeat;
	height:127;
	width:224;
	
}

/*Eg. River image*/
.HeaderRightImg
{
	background: url(../images/HeaderLogo2.jpg) left top no-repeat;
	height:127;
	width:663;

	

}

/*Eg. Text descriptions like free interactive job site, Focus on rural wisconsin execulsively etc*/
.HomePgDescriptionImg
{
	background: url(../images/DefaultPgText.gif) left no-repeat;
	width:576;
	height:168;
}

/* smaller image1 below Employee Login link*/
.HomePgBottomImg1
{
	background: url(../images/DefaultPgPic1.jpg) left top no-repeat;
	height:121;
	width:182;
}

/* smaller image2 below Employee Login link*/
.HomePgBottomImg2
{
	background: url(../images/DefaultPgPic2.jpg) left top no-repeat;
	height:121;
	width:161;
}

/* smaller image3 below Employee Login link*/
.HomePgBottomImg3
{
	background: url(../images/DefaultPgPic3.jpg) left top no-repeat;
	height:121;
	width:183;
}


/* Smaller image4 below Employee Login link*/
.HomePgBottomImg4
{
	background: url(../images/DefaultPgPic4.jpg) left top no-repeat;
	height:121;
	width:179;
}

/* Smaller image5 below Employee Login link*/
.HomePgBottomImg5
{
	background: url(../images/DefaultPgPic5.jpg) left top no-repeat;
	height:121;
	width:182;
}

/* Brought to you by: image in the footer*/

.HomePgFooterText
{font-family:Arial, Helvetica, sans-serif;
font-size:12px;
	color:Navy;
	text-align:right;
	
}

.color:Blue;font-size:15pt;
{font-size:13px;
color:#60F;
}

.HomePgFooterImg1
{
	background: url(../images/FooterLogo1.gif) center top no-repeat;
	border:0;
	height:62;
	width:96;
}


.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/FooterLogo1.gif) right bottom no-repeat;	
	height:59;
	width:96;
}

/* 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/RHCWMapLogo.gif) center no-repeat;
   height:126;
   width:224;
}

/*Left footer image in login page*/
.LoginPgFooterLeftImg
{
   background: url(../images/ORHLogo.gif)  left bottom no-repeat;
   height:97;
   width:150;
}

/*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/Wisc_Counties.gif) left no-repeat;
   height:300;
   width:316;
}


/*Container centeral part*/
.containerTableBody
{font-family:Arial, Helvetica, sans-serif;
	background-color:White;
	font-size:13px;

}

.resultHeader 
{
	background-color:#7584bd;
	font-weight:bold;
	font-size:13px;
}

.resultAltRow
{
	background-color:#E3E6DF;
}

.detailHeader
{font-family:Arial, Helvetica, sans-serif;
	background-color:#7584bd;
	color:White;
	font-weight:bold;
	padding-left: 6px;
}

.detailLabel
{ font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:right;	
}

.generalHeaderLabel
{font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	background-color:#a09c79;
}

.footerText 
{font-family:Arial, Helvetica, sans-serif;
font-size:12px;
	color:#687EC3;
	
	
}

.footerText a
{font-family:Arial, Helvetica, sans-serif;
font-size:12px;
	color:#687EC3;
}

.searchHeaderArea
{font-size:13px;
	background-color: #acb1c5;
}

.hidden
{
	visibility:hidden;
}

/*used in Job shadow search page */
.greenMessageText
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:Green;
	font-size: 13px;
}

.jobShadowListText
{font-family:Arial, Helvetica, sans-serif;
font-size:13px;
	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;
}
