/* 2_ProfileList.css style sheet for layout 2_ProfileList.aspx */

/*--------------- PROFILES SPECIFIC: DF ADD OR MODIFIED ---------------*/

.ProfileHover
{
	cursor:pointer;
	visibility:hidden;
	z-index:20002;
	position:absolute;
	width:100%;
	height:100%;
	background-image:url(/images/bg_rollover_profile.png);
	background-repeat:no-repeat;
	vertical-align:bottom;
	padding:100px 15px 0 7px;
	color:#fff;
	font-size: 15px;
	font-weight:200;
	}
	
	.ProfileHoverOff
{
	visibility:hidden;
	z-index:20001;
	position:absolute;
	width:100%;
	height:100%;
	background-image:url(/images/bg_rollover_profile_full.png);
	background-repeat:no-repeat;
}


/*----------------------- CB: PROFILE HOME -------------------------*/
.ProfileHomeStyle	{font-size: 14px; color:#4E1133; font-weight:normal; line-height: 20px;}
.ProfileHomeEdit	{font-size: 14px; color:#ffffff; font-weight:normal; line-height: 20px; background-color: #DE695D;}

.ProfileHomeStyle a, .ProfileHomeEdit a {color:#9A297B; text-decoration: none;}
.ProfileHomeStyle a:hover, .ProfileHomeEdit a:hover {color:#fff; text-decoration: none;}


.ProfileImage {position: relative; float: left; display: inline; margin: 3px 4px; padding: 0;}

/*----------------------- GENERAL CONTENT -------------------------*/

#firstPara				{background: url(/images/intro-bkg-blue.gif) no-repeat bottom left; padding: 0 0 0 50px;}


/*----------------------- COPYRIGHT -------------------------*/

#copyrightBlock {color: #4E1133; font: normal 10px/15px Arial, Helvetica, sans-serif;}
#copyrightBlock a	{color: #9A297B; font: normal 10px/15px Arial, Helvetica, sans-serif;}
#copyrightBlock a:hover	{color: #D3BC29;}


/*--------------- PROFILES SPECIFIC: ORIGIN ORIGINAL STYLES ---------------*/

body {
	background: #F1F1E6 url(/images/body-bkg-red.gif) repeat-x top left;
	background-attachment:fixed;
}
h4 {
	background: url(/images/h4-bkg-blue.gif) no-repeat bottom left;
}
h5 {
	color: #9A297B;
}
#contentLeftWide {
	color: #4E1133;
}
#contentLeftNarrow {
	color: #4E1133;
}
#contentRightWide {
	color: #4E1133;
}
#contentRightNarrow {
	color: #4E1133;
}

h5.challenge {
	background: url(/images/challenge-bkg-blue.gif) no-repeat top left;
}
#logoBox {
	background: url(/images/logo-bkg-red.png) no-repeat top left;
	behavior: url(/includes/iepngfix.htc);
}
#rightBottom {
	width: 587px;
	height: 742px;
	margin: 0px;
	padding: 0px;
	position: fixed;
	_display: none;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	background: url(/images/profiles-medicine.png) no-repeat bottom right;
	behavior: url(/includes/iepngfix.htc);
}
#rightBottomSecond {
	width: 365px;
	height: 718px;
	margin: 0px;
	padding: 0px;
	position: fixed;
	_display: none;
	right: 0px;
	bottom: 0px;
	z-index: 3;
	background: url(/images/profiles-windmills.png) no-repeat bottom right;
	behavior: url(/includes/iepngfix.htc);
}
#rightTop {
	width: 320px;
	height: 170px;
	margin: 0px;
	padding: 0px;
	position: fixed;
	_display: none;
	top: 0px;
	right: 0px;
	z-index: 100;
	behavior: url(/includes/iepngfix.htc);
}
#rightTopSecond {
	width: 550px;
	height: 300px;
	margin: 0px;
	padding: 0px;
	position: fixed;
	_display: none;
	bottom: 45%;
	right: 0px;
	z-index: 0;
	background: url(/images/profiles-rightTop2.png) no-repeat top right;
	behavior: url(/includes/iepngfix.htc);
}
#contentTopBlock {
	background: url(/images/portfolio-interface-bkgwhite.png) no-repeat top left;
}
#highlights {
	margin: 50px 0 0 0;
	padding: 40px 80px 20px 10px;
	width: 280px;
	background: url(/images/highlights-bkg-red.png) no-repeat top left;
	behavior: url(/includes/iepngfix.htc);
}
#highlights ul {
	width: 280px;
	color: #9A297B;
}
#highlights h5 {
	margin: 0 25px 0 25px;
	color: #4E1133;
}
#highlights p {
	margin: 0 25px 0 25px;
	color: #9A297B;
}

#highlights p a{
	color: #9A297B;
}

#highlights p a:hover{
	color: #D3BC29;
}
div.noise {
	background: url(/images/noise-seperator-blue.gif) no-repeat bottom left;
	margin: 0 0 4px 0;
	padding: 4px 0 16px 0;
}

#noiseBlock p.header {
	background: url(/images/noise-date-bkg-red.gif) no-repeat top right;
}