﻿/*Body, background and colour*/
body {background-color: White !important;}
#wrapper {background-image: url("../images/wrapperBg.png")/*Can add image here*/;}
#headingBar {background: #F19804; /*Can add image here*/}
#header {border-color: white;}
#content,
#navMenu > ul > li > a {box-shadow: 0 0 5px #333;}

/*Welcome image*/
#container.login #content, 
#container.welcome #content {
    background: url("../images/welcomeBg.jpg") bottom left no-repeat;
    border: 1px solid #F19804;
    border-top: none;}

/*Guidance Bubble colour*/
/*#guidance div.guidanceBubble {
    background: red;
    border-color: red;
    }*/

/*Login borders*/
div.userWorkflowChooser, 
div.loginPanel {border-color: red;}
    
/*Titles and text colour*/

h1, h2 {
    font-family: Arial,Sans-Serif;
    font-weight: bold !important;
}
h1, h2,
.loginBox h2 {color: #2D3C90;}    
.loginBox.newUser h2 {color: #2D3C90;}
ul.tabbedNavigation li.selected a, 
.bookViewPage h3, 
ul#contacts a,
div.userWorkflowChooser a, 
div.subnavPanel p, 
div.suitableForYouSections h3, 
.questionset p span, 
.careerArticleLink,
ul.heArticleList .careerArticleLink, 
.glossary, 
.hesearch h2, 
#courselist h2, 
h2.caseStudyTitle, 
p.sortby label, 
.sideNav a:hover, 
.institutionAddress a, 
ul.configGuidancePanel li a, 
#notes h2, 
div.buyAd a, 
a.moreArticlesButton,
a.forgotten,
p.progressIndicator,
.topCourses ul.tabbedNavigation li.selected a,
ul.buttonAnswerList fieldset button span {color: #2D3C90 !important;}

div.pageTitleBlock h2 {color: #2D3C90;}

.glossary {border-color: #2D3C90;}

/*Buttons colour*/
.editButton a span, 
.editButton input, 
input.editButton, 
a.editButton, 
.actionPlan a#button {background-color: #2D3C90;}

/*Answer buttons*/
ul.buttonAnswerList fieldset button {background-image: url(../images/answerButtons.png);}
ul.buttonAnswerList fieldset button:hover,
ul.buttonAnswerList fieldset button.selected {background-image: url(../images/answerButtonsHover.png) !important;}

/*Main Navigation */
#navMenu > ul > li > a {
    background-color: #C6C4C5;
    border-color: #C6C4C5;
}
#navMenu > ul > li > a > span {
    height: auto;
    padding: 60px 5px 5px 5px; 
}

/*My Steps Navigation*/
ul.subnav li {background-color: #CFD0D4;}
ul.subnav li.current, 
ul.subnav li:hover {border-color: #F19804;}
ul.subnav li.current,
ul.subnav li:hover {background-color: #F19804;}

/*Popup Bar colour*/
.redHeader,
ul.compareCareerList li h3 {background-color: #F19804;}

/*Action plan colours*/

.topCareers .planner > .sectionheader h3,
.topCourses .entryitem:first-child h3,
.topCareers .handle
 {
    background-color: #F19804 !important;
    border-color: #F19804 !important;
    color: White;
}
.topCareers h3 {
    background-color: #F19804;
    border-color: #F19804;
    color: black;
}

.careerChoicesHeader h3,
.topCourses h3 {
    background-color: #2D3C90 !important;
    border-color: #2D3C90 !important;
}

/*skills section*/
.topSkills h3 {
    background-color: #F19804;
    border-color: #F19804;
}

.topSkillsList li {
    background-color: #FAD79D;
    border-color: #F19804;
}

/*New guidance button*//*
a.guidanceButton span,
a.guidanceButton span.selected {
    background-color: green; 
    background-image: url("../images/guidanceBtn.png");
    background-position: -10px -10px; 
    background-repeat:no-repeat;}
a.guidanceButton span.selected {background-position: -10px -70px;}*/

/*New Show Comment Button*/
/*a.showCommentLink {background-image: url("../images/showComemnt.png") !important;*/  /*Uncomment to override defaults*/
    
/*Update the status and match icons*/
/*.statusIcons a span, .statusIcons span, .matchIcon {background-image: url("../images/statusIcons.png");}   */  /*Uncomment to override defaults*/ 
/*ul.categorycounts li {background-image: url("../images/TOWMatchIcons.png");}*/  /*Uncomment to override defaults*/

/* Tooltip colour
.ui-tooltip-default .ui-tooltip-content {
    border-color: #0946B7;
	background-color: #1676EC;
}*/

/* Glossary Tooltip colour*/
 .ui-tooltip-glossary .ui-tooltip-content {
     background-color: #2D3C90 !important;
     border-color:#2D3C90 !important;
 }
 
.manager-ts-and-cs 
{
    margin-top:30px
}

.manager-ts-and-cs-iframe-holder {
    margin: 30px 0 30px 0;    
}

.manager-ts-and-cs-iframe-holder iframe{
    width: 100%;
    height: 400px;
}

.manager-ts-and-cs-header {
    margin: 30px 0 30px 0;
}

.manager-ts-and-cs-statement {
    width: 400px;
}

.manager-ts-and-cs-error {
    color: red;
}

.manager-ts-and-cs-next-steps li {
    padding-bottom: 20px;
}
#profileMenu {
    width: 220px;
}
#printMenu {
    width: 220px;
}

/*Slovenia Career Title Fix*/

div.matchlistcareer {left: 90px; position: absolute;}