div.careerMap-sectorLabel {
    font-size: 0.95em;
    font-style: bold;
    text-align: center;
	font-family: Helvetica;
}
div.CareerMap-JobDot {
    height: 16px;
    width: 16px;
    position: absolute;
    cursor: pointer;
    z-index: 50;
	font-family: Arial, Helvetica, sans-serif;
    background-color: '#0000cc';
}

div.CareerMap-RightWrap {
    width: 250px;
    position: absolute;
    float: right;
    height: 100%;
    top:0px;
    right: 0px;
}

div.CareerMap-RightWrap div.CareerMap-JobTitle {
    width: 250px;
    min-height: 30px;
    background-color: #999;
    color: white;
    font-weight: bold;
    font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
    text-align: center;
	margin-top:45px;
}

div.CareerMap-RightWrap div.CareerMap-Details {
    color: black;
    font-weight: normal;
    font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
    background-color: white;
    width: 250px;
    height: 360px;
    max-height: 360px;
}

div.CareerMap-Details {
	overflow-y: scroll;
	overflow-x: hidden;
}

div.CareerMap-RightWrap div.CareerMap-JobButtons {
    margin-top: 10px;
    width: 250px;
    height: 140px;
	top: 460px;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
}

div.CareerMap-RightWrap div.CareerMap-JobButtons button {
    float: left;
    margin-left: 5px;
    margin-bottom: 10px;
    width: 120px;
    height: 45px;
	/*border: 2px inset white;
    background-color: #555555;
    color: white;
    font-size: 1em;
    font-weight: bold;*/
    cursor: pointer;
	font-family: Helvetica;
}

#btnCareerFAQ {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 9px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}

#btnCareerDetails {
	-moz-box-shadow:inset 0px 1px 0px 0px #3dc21b;
	-webkit-box-shadow:inset 0px 1px 0px 0px #3dc21b;
	box-shadow:inset 0px 1px 0px 0px #3dc21b;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #44c767), color-stop(1, #5cbf2a));
	background:-moz-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:-webkit-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:-o-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:-ms-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:linear-gradient(to bottom, #44c767 5%, #5cbf2a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#44c767', endColorstr='#5cbf2a',GradientType=0);
	background-color:#44c767;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 9px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
}

#btnCareerCompetencies {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
	background:-moz-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-webkit-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-o-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-ms-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0',GradientType=0);
	background-color:#3d94f6;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #337fed;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 9px;
	text-decoration:none;
	text-shadow:0px 1px 0px #1570cd;
}

#btnCareerFAQ:hover:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
	background-color:#f6f6f6;
}

#btnCareerDetails:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5cbf2a), color-stop(1, #44c767));
	background:-moz-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
	background:-webkit-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
	background:-o-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
	background:-ms-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
	background:linear-gradient(to bottom, #5cbf2a 5%, #44c767 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cbf2a', endColorstr='#44c767',GradientType=0);
	background-color:#5cbf2a;
}

#btnCareerCompetencies:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6));
	background:-moz-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-webkit-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-o-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-ms-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6',GradientType=0);
	background-color:#1e62d0;
}

div.CareerMap-RightWrap div.CareerMap-JobButtons button.purpleBG {
    /*background-color: #774466;*/
}

div.CareerMap-ResetFooter {
    position: relative;
    width: 50px;
    margin: auto;
    cursor: pointer;
    text-decoration: underline;
    color: #444444;
    font-weight: bold;
    margin-bottom: 5px;
}

div.CareerMap-CrossRoutes {
    width: 100%;
	top: 340px;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
}
div.CareerMap-CrossRoutes div.CareerMap-Reset {
    cursor: pointer;
    color: #333333;
    font-weight: bold;
    text-decoration: underline;
    position: absolute;
    float: right ;
}
div.CareerMap-CrossRoutes h3 {
    background-color: #ccc;
    width: 100%;
}
div.CareerMap-CrossRoutes ul {
    list-style-type: none;
    padding-left: 2px;
}
div.CareerMap-CrossRoutes li {
    width: 100%;

}
div.CareerMap-CrossDetails {
    max-height: 80px;
    overflow-y: auto;
}

div.CareerMap-HelpButton {
    position: absolute;
    min-width: 35px;
    min-height: 35px;
    z-index: 50;
    cursor: pointer;
    background-image:url('helpCareerMap.png');
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
}

div.CareerMap-Help {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background-color: #cccccc;
    color: black;
    text-align: left;
}
div.CareerMap-HelpWrap {
    background-color: white;
    width: 720px;
    height: 90%;
    position: relative;
    margin: auto ;
    margin-top: 30px;
    padding: 5px 2px 5px 2px;
	font-family: Arial, Helvetica, sans-serif;
}
div.CareerMap-HelpText {
    width: 640px;
    height : 100%;
    margin: auto;
    border: 2px inset #cccccc;
    max-height: 440px;
    overflow-y: auto;
    padding: 2px;
}
div.CareerMap-HelpClose {
    width: 100%;
    text-align: center;
    padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
div.CareerMap-HelpClose button {
    background-color: #eeeeee;
    width: 250px;
    height: 20px;
}

div.CareerMapCanvas {
    width: 100%;
    height: 100%;
    pointer-events: none;
    cursor: default;
    z-index: 10;

}

/*
div.CareerMap-Tooltip {
    min-width: 120px;
    max-width: 150px;
    min-height: 50px;
    border: 2px solid black;
    background-color: #555555;
    color: white;
    text-align: center;
    position: absolute;
    pointer-events: none;
    z-index: 40;
}
*/

div.CareerMap-Tooltip {
    min-width: 100px;
    max-width: 150px;
    min-height: 30px;
    background-color: #ededed;
    border: 2px solid black;
    color: black;
    text-align: center;
    position: absolute;
    pointer-events: none;
    z-index: 50;
	font-family: Arial, Helvetica, sans-serif;
}

div.CareerMap-DotTooltip {
    min-width: 70px;
    max-width: 165px;
    min-height: 20px;
    background-color: #ededed;
    border: 2px solid black;
    color: black;
    text-align: center;
    position: absolute;
    pointer-events: none;
    z-index: 60;
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px;
}

/*
div.CareerMap-CrossRouteLabel {
    position: absolute;
    color: black;
    font-weight: bold;
    font-size: .8em;
    max-width: 150px;
	text-align: center;
	pointer-events: none;
    z-index: 40;
	font-family: Helvetica;
}
*/

div.CareerMap-CrossRouteLabel {
    min-width: 120px;
    max-width: 150px;
    min-height: 20px;
    border: 2px solid black;
    background-color: #555555;
    color: white;
    text-align: center;
    position: absolute;
    pointer-events: none;
    z-index: 40;
    opacity: 0.8;
    font-size: 1em;
	
	font-family: Arial, Helvetica, sans-serif;
	margin-top:6px;
	padding: 4px;
}
