/* EXTRA INFORMATION THAT COLLAPSES */

div#openInfo {
position: absolute;
top: 30px;
right: 3px;
background: url(../images/bg_openInfo.png) top left no-repeat;
width: 52px;
height: 15px;
z-index: 40;
display: none;
}



/* Extra Information */

div#extraInfo {
	height: 131px;
	padding-top: 13px;
	position: relative;
	background: #f6921d;
	padding-right: 176px;
	padding-left: 32px;
	overflow:display;
}

div#extraInfoSmall {
	height: 3px;
	padding-top: 10px;
	position: relative;
	background: #f6921d;
	padding-right: 176px;
	padding-left: 32px;
	overflow:display;
}

body#pageMyNetwork div#extraInner { background: url(../images/bg_orangebar_myNetwork.gif) top right no-repeat; }
body#pageJobs div#extraInner { background: url(../images/bg_orangebar_clients.gif) top right no-repeat; }
body#pageServices div#extraInner { background: url(../images/bg_orangebar_services.gif) top right no-repeat; }
body#pageProParents div#extraInner { background: url(../images/bg_orangebar_proParents.gif) top right no-repeat; }
body#pageNewsEvents div#extraInner { background: url(../images/bg_orangebar_newsEvents.gif) top right no-repeat; }



div#extraInfo div#extraInner {
	position: absolute;
	top: -6px;
	right: 0;
	width: 170px;
	height: 150px;
}

div#extraInfo p {
color: #fdf1e3;
font-size: 12px;
text-shadow: 0 0 0 #000;
padding-top: 40px;
font-weight: bold;
}

div#buttonExpandMyNetwork {
background: url(../images/button_expandmynetwork.png) top left no-repeat;
width: 168px;
height: 35px;
float: right;
}

div#buttonCreateYourProfile {
background: url(../images/button_createyourprofile.png) top left no-repeat;
width: 210px;
height: 44px;
float: right;
}

div#closeInfo {
	background: url(../images/button_closeInfo.gif) top left no-repeat;
	width: 142px;
	height: 17px;
	cursor: pointer;
	cursor: hand;
	position: absolute;
	top: 17px;
	left: 428px;
}