table.ui-widget-content
{
	font-size: 1.1em !important;
}

.report-left-box {
float: left;
width: 400px;
}

.report-right-box {
float: right;
width: 450px;
margin-right:50px;
}

.report-right-box {
	margin-right:10px;
}

.ui-widget.ui-widget-content td p {
font-size: 1.2em;
}

.myWorkLifeSnapshotChart
{
	margin:20px; 
	width:400px; 
	height:100px;
}

.myWorkLifeDifference
{
	float:right; 
	margin-right:100px;
	font-size:1.3em;
}

.myWorkLifeDifferenceBox {
    font-size: 2em;
    margin-top: 6px;
    text-align: center;
    border: 2px solid #999;
    width: 30px;
    display:inline-block;
}

.myWorkLifeDifferenceText {
    font-size: 1.5em;
}

table.jqplot-table-legend {
    margin: 0 0 20px 250px !important;
}

.cardReportResult
{
	font-size: 1.3em !important;
}

.hands_on_report
{
	margin-top: 10px;
}

.report-text
{
	font-size: 1.4em !important;
}

.report-text a
{
	color: #43606D !important;
}

/*Report Div */
.d-report-div h3 {
	font-size: 1.8em;
	color: #37424a;
	margin: 20px 0 8px;	
}
.d-report-div h3.longText {
    font-size: 1.8em;
    color: #37424A;
    margin: 20px 0 8px;
    width: 500px;
}

.d-report-div h3.longText {
    width: 450px;
}

.d-report-div h2 {
	font-size: 1.5em;
	color: #37424a;
}
.d-report-div p {
	font-size: 1.5em;
	line-height: 1.45em;
	margin: 0.4em 0 1.2em;
	color: #37424a	
}
.d-report-div li p {
	margin: 0;
}
.d-report-div blockquote {
	background: #e0ded8;
	font-size: 1.5em;
	line-height: 1.45em;
	padding: 20px 30px;
	position: relative;
	
     -moz-border-radius: 9px; 
  -webkit-border-radius: 9px; 
          border-radius: 9px;
    /*behavior: url('/Style library/CareerCentre/Styles/PIE.htc); */ 
}	
.d-report-div h4 {
	font-size: 1.3em;
	margin: 0 0 5px 0;
}
.d-report-div fieldset input[type="radio"] {
	border: none;
}
.d-report-div #ul-jmp-list li {
	display: block;
	margin: 10px 0 0 20px;
	padding: 0;
	background: transparent;
}
.d-report-div #d-summry table tr {
	border: none;
}
.d-report-div #d-summry table td, .d-report-div #d-summry table th {
	padding: 10px 10px 10px 10px;	
}
.d-report-div figure {
	float: right;
	display: block;
	margin: 5px 0 10px 20px;	
}
.d-report-div a.a-bak-to-top {
	color: #bebcb7 !important;
	display: block;
	border-bottom: 1px solid #e0ded8;
	padding: 5px 0;
	margin: 1.5em 0;
	text-align: right;
	clear: both;
	font-size: 1.3em;	
}
.d-report-div .cc {
	width: 730px;
	margin: 0;
	padding: 0;
	position: absolute;
	clear: both;	
}
.d-report-div .a-bak-to-top:hover {
	color: #43606D !important;
	border-color: #43606D !important;
}
.d-report-div ul {
	list-style: none;	
}
.d-report-div li {
	margin: 7px 0;
	font-size: 1.5em
}
.ie7 .d-report-div li {
	margin: 7px 5px;
}
.d-report-div li li, .d-report-div li p, .d-report-div li a
{
	font-size: 1.2em;	
}

.d-report-div li a.normalSize {
    font-size: 1em;
}

.d-report-div ul li {
	background: url('/Style library/careercentre/images/bullet.png') no-repeat 0 0.4em;
	padding: 0 0 0 18px;
}

.d-report-div table.styled {
	text-align: left;
	font-size: 1.4em;
	line-height: 1.6em;
	margin: 1.0em 0;
}
.d-report-div table.styled p, .d-report-div table.styled li 
{
	font-size: 1.2em;	
}
.d-report-div table.styled p {
	margin: 0 0 1.0em;
}
.d-report-div table.styled td {
	padding: 10px 20px 10px 0;
	text-align: left;
}
.d-report-div table.styled th {
	padding: 10px 20px 10px 0;
	text-align: left;
}
.d-report-div table.styled tr {
	border-bottom: 1px solid #e0ded8;
}
.d-report-div table.styled caption {
	text-align: left;
	color: #939086;
	font-size: 1.3em;
	padding: 0 0 5px 0;
}

.d-report-div table.featured {
	background: #efeeeb;	
	border-collapse:separate;
	border: 5px solid #efeeeb;
	border-top: 0px;
	-moz-border-radius: 4px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}
.d-report-div table.featured td, .d-report-div table.featured th {
	border-top: 5px solid #efeeeb;
	background: #fff;
}

.d-report-div table.featured .padLeft
{
	padding-left: 5px;
}

.d-report-div table.featured caption {
	padding: 0 0 10px 0;
}

.d-report-div fieldset {
	position: relative;	
	width: 100%;
	display: inline-block;
}
.ie7 .d-report-div fieldset {
	display: inline;	
}
.d-report-div fieldset p {
	padding: 5px 0;
	margin: 0 0 15px 200px;	
	border: 1px solid #dcdcda;
	padding: 12px 10px;	
	position: relative;
	
     -moz-border-radius: 9px; 
  -webkit-border-radius: 9px; 
          border-radius: 9px;
    /*behavior: url('/Style library/CareerCentre/Styles/PIE.htc);  	*/
}
.ie7 .d-report-div fieldset p {
	margin: 0 0 15px 0;	
}
.d-report-div fieldset p.noborder 
{
	border: none;
	padding: 0;
}
.d-report-div fieldset input, .d-report-div fieldset textarea
{
	color: #8a867b;
	width: 98%;
	border: none;
	background: transparent;
	font-size: 1.2em;	
}
.d-report-div fieldset input.nowidth
{
	width:auto;
}
.ie7 .d-report-div fieldset input.nowidth
{
	width:auto;
}
.ie7 .d-report-div fieldset input, .ie7 .d-report-div fieldset textarea
{
	width: 95%;
}
.d-report-div fieldset p:hover
{
	border-color: #8a867b;	
}
.d-report-div fieldset p:hover input, .d-report-div fieldset p:hover textarea
{
	color: #736f65;
}

.d-report-div fieldset .floatButtons
{
	float: right;
	margin-top: 20px;
}

.d-report-div fieldset input[type="button"], .d-report-div fieldset input[type="submit"], .d-report-div fieldset input[type="reset"] 
{
	margin: 0 0 0 10px;
	padding: 12px 15px 12px 23px;
	width: 	auto;
	background: #f07b05 url('/Style library/careercentre/images/white-arrw-mid.png') no-repeat 12px 17px;
	border-color: #f07b05;
	color: #fff;
	text-align: left;
	display: block;
	float: left;
	font-size: 1.5em;
	position: relative;
	
    -moz-border-radius: 9px; 
    -webkit-border-radius: 9px; 
    border-radius: 9px;
    /*behavior: url('/Style library/CareerCentre/Styles/PIE.htc);  	*/
}

.d-report-div fieldset input[type="button"][disabled], .d-report-div fieldset input[type="submit"][disabled], .d-report-div fieldset input[type="reset"][disabled] 
{
	background-color: #37424a;
	color: gray;
}

.d-report-div fieldset input[type="button"]:hover, .d-report-div fieldset input[type="submit"]:hover , .d-report-div fieldset input[type="reset"]:hover
{
	background-color: #37424a;
}

.d-report-div fieldset input[type="button"].disabled, .d-report-div fieldset input[type="submit"].disabled , .d-report-div fieldset input[type="reset"].disabled
{
	background-color: #EFEEEB;	
}

.d-report-div fieldset label {
	display: block;
	float: left;	
	font-weight: bold;	
	margin: 15px 0px 0px 0px;
	width: 180px;
	font-size: 1.5em;	
}
.d-report-div fieldset legend {
	/*position: absolute;
	bottom: 30px;
	right: 20px;*/
	font-size: 1.5em;
}	

/* Personal Brands*/
#personalbrandscontent {
    *height:400px;    
    *width:950px;
}

.brandsreport {
width: 600px;
margin: auto;
margin-top:30px;
}

.brandsrightbox {
    width: 550px;
    float: right;
}

.brandsleftbox {
    width: 300px;
    float: left;
}

.textfill {
width: 150px;
height: 30px;
border: 1px solid;
display: inline-block;
zoom:1;
*display:inline;
position: relative;
text-align:center;
   white-space: pre-wrap;      /* CSS3 */   
   white-space: -moz-pre-wrap; /* Firefox */    
   white-space: -pre-wrap;     /* Opera <7 */   
   white-space: -o-pre-wrap;   /* Opera 7 */    
   word-wrap: break-word;      /* IE */
}

.brandsImage {
margin-left: 150px;
margin-top: -50px;
margin-bottom: 100px;
}

.brandsinput li {
list-style-type: decimal;
background: none !important;
}

.brandsinput input {
width: 250px;
}

#brandOne {
left: 215px;
}

#brandTwo {
top: 30px;
right: 130px;
}

#brandThree {
left: 90px;
top: 30px;
}

#brandFour {
top: 153px;
right: 20px;
}

#brandFive {
top: 153px;
left: 290px;
}

#brandSix {
top: 260px;
right: 290px;
}

#brandSeven {
top: 225px;
left: 390px;
}

#brandEight {
top: 260px;
left: 55px;
}