/**
 * Default font.
 */
body, td {
    font-family: Arial, Sans-serif;
}

input[type="text"], input[type="password"], input.text, input.title, textarea, select {
    margin: 0.3em 0;
}

input[type="checkbox"], input[type="radio"], input.checkbox, input.radio {
    top: 0;
}

textarea {
    border-color: #CCCCCC;
}

a:focus {
    border: none;
}

label {
    color: #666666;
    font-size: 1.2em;
}

table, tr, td {
    border: none;
    margin-left: auto;
    margin-right: auto;
}

/**
* To make shadow of fancybox align properly in IE on the fancybox.
*/
#fancy_outer {
    text-align: left;
}

#fancy_ajax {
    overflow: hidden;
}

#fancy_bg {
    z-index: 100000;
}

h1.waitMessage {
    font-size: 1.2em;
    color: #333333;
    font-weight: bold;
    padding: 1em;
    margin: 0;
    line-height: 1.5em;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

h1.waitMessage a {
    font-size: 1em !important;
}

pre {
    line-height: 1em;
}

/**
 * general style for <a/> tags
 */
a {
    font-size: 1.1em;
    color: #0071BC;
    text-decoration: none;
}

a:visited {
    font-size: 1.1em;
    color: #0071BC;
}

a:hover {
    font-size: 1.1em;
    color: #FF7F00;
    text-decoration: underline;
}

a.button:hover {
    text-decoration: none;
}

a.disabled:hover {
    text-decoration: none;
}

/**
* header style
*/
#header .logo {
    position: relative;
    padding: 38px 0 0 0;
    height: 125px;
    background: transparent url("/images/asset/logo.png") no-repeat 0 35px;
}

#header .logo img {
    margin-left: 0;
}

#header .link-container {
    text-align: right;
    padding-top: 70px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}

#header .right-logo-wrapper {
    text-align: right;
    padding-top: 0;
    position: absolute;
    right: 0;
    top: 0;
}

#header .link-container table {
    width: 360px;
    margin-bottom: 4px;
    position: absolute;
    right: 0;
}

#header .link-container table tr td {
    text-align: center;
    padding: 0 2px;
    margin: 0 0;
    width: 25%;
}

#header .link-container table tr td a {
    font-size: 1em;
}

#header .link-container table tr td a.button {
    font-size: 1em;
    padding-top: 2px;
    padding-bottom: 3px;
    width: 60px;
}

#header .link-container table tr td.rightSeparator {
    border-right: 1px solid #DADADA;
}

/**
* Footer style.
*/
#footer {
    background: #144475 url("/images/asset/ldgradient100.png") repeat-x;
    height: 55px;
    vertical-align: baseline;
    font-size: 0.8em;
    font-weight: bold;
}

#footer .link-container {
    text-align: center;
    padding-top: 20px;
}

#footer .linkdivider {
    width: 40px;
    height: 0;
    margin-left: 20px;
    margin-right: 20px
}

#footer a {
    font-size: 1.1em;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
}

#footer .poweredBy {
    font-size: 1.1em;
    color: #FFFFFF;
    text-transform: uppercase;
}

#footer a:visited {
    font-size: 1.1em;
    color: #FFFFFF;
    text-transform: uppercase;
}

#footer a:hover {
    font-size: 1.1em;
    color: #FF7F00;
    text-decoration: underline;
    text-transform: uppercase;
}

/**
 * Home page elements
 */
#home-main {
    border: 1px #D6D6D6 solid;
    position: relative;
    height: 369px;
}

#home-main .handshake {
    background: url("/images/asset/handshake.png") no-repeat scroll left top;
    position: absolute;
    right: 0;
    top: 0;
    height: 369px;
    width: 620px;
}

#home-main .watchingtime {
    background: url("/images/asset/watchingtime.png") left top;
    position: absolute;
    right: 0;
    top: 0;
    height: 369px;
    width: 630px;
}

.loginbox {
    padding: 1px 1px 1px 1px;
    background-color: #FFFFFF;
    border: 1px #C0C0C0 solid;
    position: relative;
}

.loginbox .loginbackgroundbox {
    position: relative;
    background: #EEEEEE url("/images/asset/lightbluegradient.png") repeat-x scroll;
}

.lightBackgroundHighlight {
    position: absolute;
    height: 75px;
    width: 75px;
    bottom: 0;
    left: 0;
    background: url("/images/asset/light-CV-icon.png") no-repeat scroll bottom left;
}

.loginbox input.text {
    width: 250px;
    height: 30px;
    font-size: 1.5em;
    padding: 3px;
    overflow: visible;
    border: 1px #C0C0C0 solid;
}

.loginbox input[type="checkbox"] {
    top: 0;
}

.loginbox p.loginmessage {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 0;
    line-height: 1.5em;
    margin: 0;
    color: #FF0000;
}

.securitynotice {
    color: #666666;
    font-size: 0.9em;
    margin: 10px 0;
}

/**
 * Label over style
 */
.loginbox label.over {
    color: #cccccc;
    position: absolute;
    top: 13px;
    left: 40px;
    font-size: 1.3em;
    z-index: 200;
}

.loginbox div.label {
    position: relative;
    float: left;
}

/**
 * Home introduction
 */
#home-intro {
    padding: 1px 1px 1px 1px;
    background-color: #FFFFFF;
    border: 1px #C0C0C0 solid;
    position: relative;
}

#home-intro .background {
    height: 192px;
    background: #144475 url("/images/asset/dark-overlay-150.png") repeat-x;
}

#home-intro .lightBackgroundHighlight {
    position: absolute;
    height: 75px;
    width: 75px;
    bottom: 0;
    background: url("/images/asset/light-CV-icon.png") no-repeat scroll bottom left;
}

#home-intro .tick {
    text-align: left;
    padding-bottom: 10px;
}

#home-intro .tickMessage {
    background: transparent url("/images/asset/tick.png") no-repeat 0 -2px;
    padding-left: 25px;
    font-size: 1em;
    font-weight: bold;
    color: #DFEEF7;
    vertical-align: top;
}

#home-intro .bigtickMessage {
    font-size: 2.0em;
    font-weight: bold;
    color: #DFEEF7;
    vertical-align: top;
}

#home-intro .tick img {
    vertical-align: top;
}

/**
 * General style
 */
.center {
    margin-left: auto;
    margin-right: auto;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.centering {
    text-align: center;
}

/**
 blue box
 */
.bluebox {
    height: 130px;
    background: #144475 url("/images/asset/dark-overlay-150.png") repeat-x;
    border: solid #617C8C 1px;
}

.lightbluebox {
    height: 130px;
    background-image: url("/images/asset/lightbluegradient.png");
    border: solid #FFFFFF 1px;
}

.bluebox .topsilverline {
    width: 270px;
    height: 5px;
    background: transparent url("/images/asset/graLine.png") no-repeat scroll left top;
    margin-left: 20px;
    margin-right: 20px;
}

.bluebox .dividersilverline {
    width: 270px;
    height: 5px;
    position: absolute;
    top: 60px;
    background: transparent url("/images/asset/graLine.png") no-repeat scroll left top;
    margin-left: 20px;
    margin-right: 20px;
}

.bluebox h1 {
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
    padding-top: 5px;
    color: #B6F3F6;
}

.bluebox .graline {
    margin-left: auto;
    margin-right: auto;
    width: 250px;
}

.bluebox .cvicon {
    position: absolute;
    height: 75px;
    width: 75px;
    left: 0;
    bottom: 0;
    background: url("/images/asset/light-CV-icon.png") no-repeat scroll top left;
}

.lightbluebox .cvicon {
    position: absolute;
    height: 75px;
    width: 75px;
    left: 0;
    bottom: 0;
    background: url("/images/asset/light-CV-icon.png") no-repeat scroll top left;
}

.bluebox .description {
    position: absolute;
    height: 75px;
    width: 290px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    bottom: -35px;
    left: 0;
    font-size: 1em;
    color: #ffffff;
}

.bluebox .registerHeading {
    overflow: hidden;
    position: relative;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 75px;
    font-size: 24px;
    color: #ffffff;
}

img.linkdivider {
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    top: 4px;
    height: 20px;
    /** background: transparent url("/images/asset/linkdivider.png") no-repeat scroll left top;
    background-clip: border;
    display: inline-block;
    width: 2px;
    height: 25px;
    margin-left: 10px;
    margin-right: 10px; */
}

a.gray-button {
    /* Sliding right image */
    background: transparent url("/images/asset/gray-button-right.gif") no-repeat scroll top right;
    display: block;
    float: left;
    margin-right: 6px;
    padding-right: 19px;
    height: 32px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */

    /* FONT PROPERTIES */
    text-decoration: none;
    color: #1f73b6;
}

a.gray-button span {
    /* Background left image */
    background: transparent url("/images/asset/gray-button.gif") no-repeat;
    display: block;
    line-height: 22px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
    padding: 5px 0 5px 18px;
    font-size: 1.4em;
    font-weight: bold;
}

a.button:hover span {
    text-decoration: underline;
}

#home-side .buttonbar {
    height: 25px;
    padding-top: 7px;
    font-weight: bold;
    background: transparent url("/images/asset/lightbluegradient.png") repeat-x bottom;
}

.marketingbuttonbar {
    height: 35px;
    background: transparent url("/images/asset/lightbluegradient.png") repeat-x bottom;
}

#home-side .buttonbar .tickMessage {
    font-size: 1em;
    font-weight: bold;
    color: #DFEEF7;
    vertical-align: top;
}

#home-side .buttonbar .btn {
    margin-left: 15px;
    text-decoration: none;
    color: #1f73b6;
    font-size: 1em;
    font-weight: bold;
    line-height: 37px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
    padding: 5px 20px 10px 18px;
}

#home-functions {
    background-color: #FFFFFF;
    border-top: 1px #C0C0C0 solid;
    width: 100%;
}

#home-functions-inner {
    background-color: #ECECEC;
    margin-top: 1px;
    width: 100%;
}

.highlightedText {
    color: #B6F3F6;
    font-size: 1.1em;
}

.notice, .success {
    border: 2px solid #DDDDDD;
    margin-bottom: 0;
    padding: 2px 5px 2px 5px;
    width: 300px
}

.error {
    /** background: #FFEEEE none repeat scroll 0 0; */
    color: #FF0000;
    background: none;
    border: none;
    margin-bottom: 0;
    padding: 0;
}

.warning {
    background: none repeat scroll 0 0 #FBE3E4;
    border: 2px solid #FF0000;
    color: #FF0000;
    margin-bottom: 0;
    padding: 2px 5px 2px 5px;
    width: 300px
}

.error input, .error select, .error textarea {
    background: #FFEEEE none repeat scroll 0 0;
    border: #FF0000 solid 2px;
}

input.error {
    color: #000000;
}

.hint {
    font-size: 0.6em;
}

.inline {
    display: inline-block;
}

.error ul {
    margin: 0 0 2px 0;
    list-style: none;
    padding-left: 0;
}

button, .button {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    -moz-border-radius: 5px;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    -webkit-background-clip: border;
    -webkit-background-origin: padding-box;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.246094) 0 1px 3px;
    background: #222222 url(/images/asset/overlay-button.png) repeat-x scroll 0 0;
    border-bottom: 1px solid #444444;
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    font-weight: bold;
    line-height: 1;
    overflow: visible;
    padding: 5px 10px 6px;
    text-decoration: none;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    width: auto;
}

.button.small {
    font-size: 0.8em;
}

.button.large {
    font-size: 1.4em;
}

.button.extralarge {
    font-size: 1.8em;
    padding: 8px 20px 9px;
}

.button.small:hover {
    font-size: 0.8em;
}

.button.large:hover {
    font-size: 1.4em;
}

.button[disabled=true] {
    background-color: #999999;
    color: #333333;
}

.button[disabled=true]:hover {
    background-color: #999999;
    color: #333333;
    text-decoration: none;
}

.page-intro {
    background: transparent url("/images/asset/transparent-bluegradient.png") repeat-x left top;
    height: 550px;
    position: relative;
}

.page-intro h1 {
    font-size: 2.1em;
    text-align: center;
    padding-top: 25px;
    font-weight: bold;
    color: #1A5DA6;
}

.page-intro h2 {
    font-size: 1.2em;
    text-align: center;
    padding-top: 28px;
    font-weight: bold;
    margin: 10px 20px 20px 20px;
    color: #103052;
}

.page-intro h3 {
    font-size: 1.1em;
    text-align: center;
    padding-top: 28px;
    font-weight: bold;
    margin: 10px 20px 20px 20px;
    color: #103052;
}

.page-content-panel {
    border: 1px solid #EAEAEA;
    background-color: #FFFFFF;
    margin-left: -10px;
    padding-top: 0;
    position: relative;
}

.page-content-panel .gradient-header {
    position: absolute;
    height: 75px;
    right: 0;
    top: 0;
    width: 510px;
    background: transparent url("/images/asset/bg02.png") repeat-x;
}

.page-content-panel .cvicon {
    position: absolute;
    height: 75px;
    left: -3px;
    top: 2px;
    width: 510px;
    background: transparent url("/images/asset/light-CV-icon.png") no-repeat;
}

.page-content-panel .bottom-shadow {
    position: absolute;
    height: 20px;
    left: 0;
    top: 74px;
    width: 510px;
    opacity: 0.4;
    background: transparent url("/images/asset/5-bottom-shadow.gif") repeat-x;
}

.page-content-panel .gradient-header h3 {
    font-size: 2em;
    color: #FFFFFF;
    font-weight: bold;
    margin-top: 25px;
    margin-left: 40px;
}

.page-content-panel .page-content {
    margin-top: 100px;
}

input.text, input.password {
    font-size: 1.2em;
    padding: 3px 5px 0 5px;
    border: 1px #CCCCCC solid;
    height: 24px;
}

select {
    font-size: 1.1em;
    padding: 3px 5px 0 5px;
    border: 1px #CCCCCC solid;
    height: 28px;
}

.error input.text {
    border: 2px #FF0000 solid;
}

.error input.password {
    border: 2px #FF0000 solid;
}

form label.over {
    color: #cccccc;
    position: absolute;
    top: 9px;
    left: 5px;
    font-size: 1.3em;
    z-index: 200;
}

form label.error {
    color: #ffcccc;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 200;
    font-size: 9pt;
    border: none;
    background: none;
}

.errorLable label.error {
    color: #ffcccc;
    position: absolute;
    margin-top: 25px;
    left: 0;
    z-index: 200;
    font-size: 9pt;
    border: none;
    background: none;
}

.blue {
    background-color: #0071BC;
}

.blue:hover {
    background-color: #1F75D4;
}

.lightgray {
    background-color: #C8D2D6;
    color: #0E74C8 !important;
    text-shadow: none;
}

.lightgray:hover {
    background-color: #C0CCD3;
    color: #0E74C8 !important;
    text-shadow: none
}

.gray {
    background-color: #111111;

}

.gray:hover {
    background-color: #333333;
}

.red {
    background-color: #E33100;
}

.red:hover {
    background-color: #FF5C00;
}

.silver {
    background-color: #EEEEEE;
    color: #333333 !important;
}

.silver:hover {
    background-color: #EFEFEF;
    color: #333333 !important;
}

.breadcrumb {
    background: #EEEEEE url(/images/asset/overlay-button.png) repeat-x scroll 0 0;
    border: #DDDDDD solid 1px;
}

.breadcrumb .breadcrumb-content {
    margin: 5px 10px;
}

#yellowBox {
    width: 380px;
    height: 90px;
    background-color: #ffedcA;
    border: 1px solid #fCB747;
}

#yellowBox .highLightInfo {
    font-size: 14px;
    color: #1a5da6;
    text-align: center;
}

#registerHeading {
    margin-bottom: -20px;
    margin-left: -40px;
}

#clickme {
    margin-top: -30px;
}

.box {
    padding: 1px 1px 1px 1px;
    background-color: #FFFFFF;
    border: 1px #DDDDDD solid;
    position: relative;
    -moz-border-radius: 3px;
}

.box div.content {
    position: absolute;
    left: 1px;
    top: 1px;
}

.box.title {
    height: 45px;
    margin-bottom: 5px;
}

.box.title .background {
    height: 45px;
}

.box .background.light {
    position: absolute;
    left: 1px;
    top: 1px;
    bottom: 1px;
    right: 1px;
    background: #EDEDED url("/images/asset/lightbluegradient.png") repeat-x scroll;
    -moz-border-radius: 3px;
}

.box .background.dark {
    position: absolute;
    left: 1px;
    top: 1px;
    bottom: 1px;
    right: 1px;
    background: #0071BC url("/images/asset/dark-overlay.png") repeat-x scroll;
    -moz-border-radius: 3px;
}

.box .background-highlight {
    position: absolute;
    height: 75px;
    width: 75px;
    bottom: 0;
    background: url("/images/asset/light-CV-icon.png") no-repeat scroll bottom left;
}

.box p {
    font-size: 1.1em;
    font-weight: bold;
    color: #0071BC;
    margin-top: 5px;
}

.box p a {
    text-decoration: underline;
    color: #333333;
}

.box .ui-progressbar-value {
    background: #FFCC00 url("/images/asset/metalic-horizontal-highlight.png") repeat-x 0 -8px;
    border: 1px solid #CCCCCC;
}

.box h1 {
    font-size: 15pt;
    font-weight: bold;
    color: #B4F1FD;
    margin: 5px 0 0 0;
    padding: 10px;
}

.footbar {
    /*
    background-color: #FFFFFF;
    border-top: 1px #C0C0C0 solid;
    width: 100%;
      */
    width: 100%;
    border-top: 1px #C0C0C0 solid;
    background: url("/images/asset/bg03.png") repeat-x scroll;
}

.footbar .inner {
    margin-top: 1px;
    width: 100%;
}

.footbar .quote {
    margin-top: 3em;
}

.footbar div .tickMessage {
    text-align: center;
    padding-top: 0.6em;
}

.footbar .tickMessage {
    font-size: 1.2em;
    font-weight: normal;
    font-style: italic;
    color: #DFEEF7;
    vertical-align: top;
}

.footbar div .message {
    text-align: center;
    padding-top: 3em;
    padding-bottom: 2em;
}

.footbar .message {
    font-size: 1em;
    font-weight: normal;
    font-style: italic;
    color: #FFFFFF;
    vertical-align: top;
}

.footbar .requestdemo {
    padding-top: 3em;
}

.footbar .title {
    font-size: 1.7em;
    font-weight: bold;
    color: #DFEEF7;
    vertical-align: top;
}

.footbar .requestdemobg {
    background: url("/images/asset/foot_bg.png") repeat-x top left;
}

.footbar .messagediv {
    text-align: center;
}

.footbar .prepend {
    margin-left: 20px;
    margin-right: 20px;
}

.footbar .username {
    width: 430px;
    height: 30px;
    font-size: 1.5em;
    overflow: visible;
    border: 1px #C0C0C0 solid;
}

.footbar div.label {
    position: absolute;
    float: left;
    vertical-align: middle;
}

.footbar .inputbox {
    height: 30px;
}

.mloginbox {
    padding: 1px 1px 1px 1px; /* background-color: #FFFFFF; */
    background: transparent url("/images/asset/bg02.png") repeat-x scroll;
    height: 190px;
    border: 1px #C0C0C0 solid;
    position: relative;
}

.mloginbox .tickMessage {
    font-size: 1em;
    font-weight: normal;
    color: #DFEEF7;
    vertical-align: top;
}

.mloginbox .loginbackgroundbox {
    position: relative;
    background: url("/images/asset/lightbluegradient.png") repeat-x scroll;
}

.mloginbox input.username {
    width: 250px;
    height: 30px;
    font-size: 1.5em;
    padding: 3px;
    overflow: visible;
    border: 1px #C0C0C0 solid;
}

.mloginbox input.password {
    width: 80%;
    height: 30px;
    font-size: 1.5em;
    padding: 3px;
    overflow: visible;
    border: 1px #C0C0C0 solid;
}

.mloginbox input[type="checkbox"] {
    top: 0;
}

.mloginbox p.loginmessage {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 0;
    line-height: 1.5em;
    margin: 0;
    color: #FF0000;
}

/**
 * Label over style
 */
.mloginbox label.over {
    color: #cccccc;
    position: absolute;
    top: 13px;
    left: 40px;
    font-size: 1.3em;
    z-index: 200;
}

.mloginbox div.label {
    position: relative;
    float: left;
}

a.long-gray-button {
    /* Sliding right image */
    background: transparent url("/images/asset/gray-button-right.gif") no-repeat scroll top right;
    display: block;
    float: left;
    margin-right: 6px;
    padding-right: 19px;
    height: 32px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */

    /* FONT PROPERTIES */
    text-decoration: none;
    color: #1f73b6;
}

a.long-gray-button span {
    /* Background left image */
    background: transparent url("/images/asset/button.png") no-repeat;
    display: block;
    line-height: 22px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
    padding: 5px 0 5px 18px;
    font-size: 1.4em;
    font-weight: bold;
}

.ui-progressbar-value {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: #FFCC00 url(/images/asset/overlay-button.png) repeat-x scroll 0 0;
    border: 1px solid #FFCC00;
}

a img {
    vertical-align: middle;
}

.article h1 {
    color: #1f73b6;
}

.article h2 {
    color: #1f73b6;
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 5px;
}

.article h3 {
    color: #1f73b6;
    font-size: 1.3em;
    line-height: 1.1em;
}

.article .question {
    margin-left: 28px;
}

.article .question h2 {
    font-size: 1.2em;
    color: #555555;
    margin-bottom: 5px;
    font-weight: normal;
}

.article .question h2:hover {
    cursor: pointer;
    color: #1f73b6;
}

.article .question .answer {
    padding: 10px;
    background: #EEEEEE url(/images/asset/overlay-button.png) repeat-x scroll 0 0;
    border: #DDDDDD solid 1px;
    margin-left: 28px;
}

.article .contact {
    padding: 5px;
    background: #EEEEEE url(/images/asset/overlay-button.png) repeat-x scroll 0 0;
    border: #DDDDDD solid 1px;
}

.article ul li {
    list-style: none url("/images/asset/bullet.png");
}

.article li b {
    color: #1A5DA6;
}

.article em {
    color: #1A5DA6;
    font-size: 1.2em;
}

div.tourSections {
    border-bottom: 1px solid #1A5DA6;
    margin-top: 20px;
    margin-bottom: 20px;
}

div.tourSections .tourSection {
    font-size: 13pt;
    font-weight: bold;
    display: inline;
    margin: 30px 5px 0 0;
    padding: 3px 10px;
    color: #1A5DA6;
    background: #EEEEEE url("/images/asset/overlay-button.png") repeat-x;
}

div.tourSections .tourSection.selected {
    background: #1A5DA6 url("/images/asset/overlay-button.png") repeat-x;
    color: #FFFFFF;

}

div.tourSections .tourSection.selected a {
    color: #FFFFFF;
}

div.tourSections .tourSection a {
    font-size: 0.9em;
    font-weight: bold;
    color: #1A5DA6;
}

.directorDesc {
    clear: both;
}

.directorDesc img {
    margin: 10px 20px 40px;
    border: 1px solid #666666;
}

.partnerDesc {
    clear: both;
}

.partnerDesc img {
    margin: 20px 20px 80px 20px;
}

.loginbox .signup {
    background: rgb(26, 93, 166) url(/images/asset/dark-overlay.png) repeat scroll 0 0;
    height: 60px;
    color: #FFFFFF;
}

.careercentre-intro .headline-box {

}

.careercentre-intro .headline-box h1 {
    font-size: 2.7em;
    font-weight: bold;
    line-height: 1em;
    margin: 0;
}

.careercentre-intro .headline-box h2 {
    font-size: 2.5em;
    color: #333333;
    font-weight: bold;
    line-height: 1.1em;
}

.careercentre-intro p {
    font-size: 1.1em;
    color: #666666;
    font-weight: normal;
    line-height: 1.2em;
}

.careercentre-intro h3 {
    font-size: 2.2em;
    color: #1F73B6;
    font-weight: bold;
    line-height: 1em;
}

.selectcourses .packageselector {
    /** border: #DEDEDE 1px solid;
    background-color: #EFEFEF; */
    padding: 15px 0 10px 10px;
}

.selectcourses .shoppingbasket {
    margin-left: 0;
    margin-right: 0;
    border: #ACACAC 1px solid;
    background-color: #EFEFEF;
}

.selectcourses .package-box h1 {
    font-size: 2em;
    font-weight: bold;
    line-height: 1em;
    margin: 2px 0 2px 0;
}

.selectcourses .package-box h2 {
    font-size: 1.5em;
    color: #999999;
    font-weight: bold;
    line-height: 1.3em;
}

.selectcourses .package-box h3 {
    font-size: 1.1em;
    color: #999999;
    font-weight: bold;
    line-height: 1.1em;
}

.selectcourses .package-box .package {
    height: 65px;
    width: 300px;
    float: left;
    margin-right: 10px;
    overflow: hidden;
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    -webkit-background-clip: border;
    -webkit-background-origin: padding-box;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: rgba(0, 0, 0, 0.246094) 0 1px 3px;
    border: #EFEFEF solid 1px;
    background: #FAFAFA url(/images/asset/dark-overlay-150.png) repeat-x 0 -45px;
    position: relative;
}

.selectcourses .package-box .package.selected {
    border: #FFFFFF solid 5px;
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 3px 5px;
    font-size: 1.05em;
    position: relative;
    top: -5px;
}

.selectcourses .package-box .package .header {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    -webkit-background-clip: border;
    -webkit-background-origin: padding-box;
    -webkit-box-shadow: rgba(0, 0, 0, 0.246094) 0 1px 3px;
    background: #1A5DA6 url(/images/asset/overlay-button.png) repeat-x scroll 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    color: #FFFFFF !important;
    display: inline-block;
    font-weight: bold;
    line-height: 1;
    overflow: visible;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    width: 100%;
    margin-bottom: 5px;
}

.selectcourses .package-box .package button {
    text-align: center;
}

.selectcourses .package-box .package .footer {
    margin-top: 5px;
    padding-top: 3px;
    margin-bottom: 3px;
    position: absolute;
    bottom: 2px;
    width: 100%;
}

.selectcourses .package-box .package h1 {
    text-align: center;
    color: #FFFFFF;
}

.selectcourses .package-box .package h2 {
    text-align: center;
    color: #FFFFFF;
    font-size: 1.4em;
    margin: 0;
}

.selectcourses .package-box .package h2 em {
    font-style: normal;
    color: #FFFFFF;
    font-size: 1em;
}

.selectcourses .package-box .package h3 span.bonus {
    background-color: #FFFF00;

}

.selectcourses .package-box .package h3 {
    text-align: center;
    color: #666666;
    font-size: 1.1em;
    font-weight: bold;
    margin: 2px;
}

.selectcourses .package-box .package h3 em {
    color: #C33700;
    font-style: normal;
}

.selectcourses .package-box .package.basic .header, .selectcourses .package-box .package.basic .button,
.shoppingbasket table.selectedCoursesList tr.selectedPackage th.basic {
    background-color: #9ED38A;
}

.selectcourses .package-box .package.plus .header, .selectcourses .package-box .package.plus .button,
.shoppingbasket table.selectedCoursesList tr.selectedPackage th.plus {
    background-color: #A5DBEA;
}

.selectcourses .package-box .package.premium .header, .selectcourses .package-box .package.premium .button,
.shoppingbasket table.selectedCoursesList tr.selectedPackage th.premium {
    background-color: #ED9BC6;
}

.selectcourses .package-box .package.basic.selected {
    border-color: #9ED38A;
}

.selectcourses .package-box .package.plus.selected {
    border-color: #A5DBEA;
}

.selectcourses .package-box .package.premium.selected {
    border-color: #ED9BC6;

}

.selectcourses .package-box .package .button {
    font-size: 1em;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 100px;
}

.courseselector .list {
    height: 320px;
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    -webkit-background-clip: border;
    -webkit-background-origin: padding-box;
    -webkit-box-shadow: rgba(0, 0, 0, 0.246094) 0 1px 3px;
    background: #FCFCFC url(/images/asset/overlay-button.png) repeat-x;
    padding-top: 0;
    padding-bottom: 0;
    border: 1px #CCCCCC solid;
}

.courseselector .list .header {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    -webkit-background-clip: border;
    -webkit-background-origin: padding-box;
    -webkit-box-shadow: rgba(0, 0, 0, 0.246094) 0 1px 3px;
    background: #1A5DA6 url(/images/asset/overlay-button.png) repeat-x scroll 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    line-height: 1;
    overflow: visible;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    width: 100%;
    margin-bottom: 0;
    font-size: 1.5em;
    vertical-align: middle;
    text-align: center;
}

.courseselector .list.inactive .header {
    background-color: #666666;
}

.courseselector .list.inactive {
    background-color: #EAEAEA;
}

.courseselector .list ul.categorylist, .courseselector .list ul.courselist {
    height: 280px;
    margin: 0;
    width: 190px;
    overflow-y: auto;
    padding: 5px 10px 5px 30px;
}

.courseselector .list ul.categorylist li span.title {
    font-weight: bold;
    color: #1A5DA6;
    display: block;
}

.courseselector .list ul.subcategorylist {
    margin: 0;
    padding: 5px 0 5px 20px;
    display: none;
}

.courseselector .list li {
    list-style: outside url("/images/asset/bullet.png");
    padding: 1px 5px 3px;
    cursor: pointer;
    font-size: 1em;
    color: #666666;
    margin-top: 1px;
    margin-bottom: 1px;
}

.courseselector .list .subcategorylist li {
    /**    list-style-position: inside;  */
}

.courseselector .list .categorylist li {
    font-size: 1.1em;
}

.courseselector .list .categorylist li:hover {
    background: #EAEAEA;
    color: #333333 !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.courseselector .list .courselist li:hover, .courseselector .list .subcategorylist li:hover {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    -moz-border-radius: 5px;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    -webkit-background-clip: border;
    -webkit-background-origin: padding-box;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.246094) 0 1px 3px;
    background: #A5DBEA url(/images/asset/overlay-button.png) repeat-x scroll 0 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    color: #333333 !important;
}

.courseselector .list .courselist li.selected, .courseselector .list .categorylist li.selected, .courseselector .list .subcategorylist li.selected {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    -moz-border-radius: 5px;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    -webkit-background-clip: border;
    -webkit-background-origin: padding-box;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.246094) 0 1px 3px;
    background: #1A5DA6 url(/images/asset/overlay-button.png) repeat-x scroll 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}

.courseselector .list .subcategorylist li.selected {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    -moz-border-radius: 5px;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    -webkit-background-clip: border;
    -webkit-background-origin: padding-box;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.246094) 0 1px 3px;
    background: #098ac1 url(/images/asset/overlay-button.png) repeat-x scroll 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    color: #FFFFFF !important;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}

.courseselector .list .courselist li {
    font-size: 1.1em;
}

.courseselector .list .subcategorylist li {
    font-size: 0.9em;
}

.courseselector .list ul.categorylist li.selected span.title {
    color: #FFFFFF;
}

.courseselector .list ul.categorylist li.selected span.credits {
    color: #DDDDDD;
    font-size: 1em;
}

.courseselector .list ul.subcategorylist li span.title {
    font-weight: normal;
    color: #666666;
}

.courseselector .list ul.subcategorylist li.selected span.title {
    font-weight: normal;
    color: #FFFFFF;
}

.careercentre-intro .courseselector h1 {
    font-size: 2.7em;
    font-weight: bold;
    line-height: 1em;
    margin: 0;
}

.careercentre-intro .courseselector h2 {
    font-size: 1.5em;
    color: #999999;
    font-weight: bold;
    line-height: 1.1em;
    margin-bottom: 10px;
}

.courseselector .inactiveDesc {
    position: absolute;
    left: 0;
    top: 60px;
    padding: 20px;
    width: 80%;
    text-align: center;
    font-size: 1.2em;
    color: #666666;
}

.coursedesc h1.title {
    font-size: 1.2em;
    padding: 10px 10px 5px;
    margin: 0;
    height: 40px;
    overflow-y: hidden;
}

.coursedesc div.description {
    overflow-y: auto;
    position: absolute;
    bottom: 75px;
    top: 55px;
    right: 0;
    left: 0;
}

.coursedesc p {
    padding: 5px 10px;
    font-size: 1em;
    margin-bottom: 1em;
}

.coursedesc .content {
    height: 300px;
}

.coursedesc .content .credits {
    color: #C33700;
    font-weight: bold;
}

.selectcourses .credits-box .content {
    margin: 3px;
}

.selectcourses h1 {
    font-size: 2.3em;
    font-weight: bold;
    line-height: 1em;
    margin: 10px 10px 0;
}

.selectcourses h2 {
    font-size: 1.5em;
    color: #999999;
    font-weight: bold;
    line-height: 1.1em;
    margin: 5px 10px 20px;
}

.selectcourses h3 {
    font-size: 1.1em;
    color: #999999;
    font-weight: bold;
    line-height: 1.1em;
}

.selectcourses .selectedCoursesList-box h2 {
    margin-bottom: 5px;
}

.selectcourses table.selectedCoursesList {
    border-collapse: collapse;
    margin-bottom: 0;
}

.selectcourses table.selectedCoursesList tr {
    border-bottom: #ADADAD 1px solid;
    font-size: 1.2em;
}

.selectcourses table.selectedCoursesList tr.summary {
    border: none;
    font-weight: bold;
    font-size: 1.3em;
}

.selectcourses table.selectedCoursesList tr.summary .hint {
    border: none;
    font-weight: normal;
    font-size: 0.8em;
    text-align: right;
    color: #666666;
}

.selectcourses table.selectedCoursesList tr.summary td {
    border: none;
}

.selectcourses table.selectedCoursesList tr.empty td {
    font-size: 0.9em;
    padding: 20px;
    margin: 20px;
    text-align: center;
    color: #999999;
}

.selectcourses table.selectedCoursesList th {
    font-size: 1.1em;
    font-weight: bold;
    color: #333333;
}

.selectcourses table.selectedCoursesList td.index {
    text-align: right;
    color: #666666;
    width: 5%;
}

.selectcourses table.selectedCoursesList td.title {
    text-align: left;
    font-weight: bold;
    color: #1a5da6;
    width: 60%;
}

.selectcourses table.selectedCoursesList tr.voucher {
    color: #333333;
    font-weight: normal;
}

.selectcourses table.selectedCoursesList td .desc {
    font-size: 0.8em;
    color: #333333;
    font-weight: normal;
}

.selectcourses table.selectedCoursesList td.credits {
    text-align: center;
    font-weight: bold;
    color: #1a5da6;
    width: 10%;
}

.selectcourses table.selectedCoursesList td.expiry {
    text-align: center;
    font-weight: bold;
    color: #1a5da6;
    width: 30%;
}

.selectcourses table.selectedCoursesList tr.summary td.price {
    text-align: center;
    font-weight: bold;
    color: #1a5da6;
    width: 10%;
    border-top: #ADADAD 1px solid;
    border-bottom: #ADADAD 1px solid;
}

.selectcourses table.selectedCoursesList th.credits {
    text-align: center;
    width: 20%
}

.selectcourses table.selectedCoursesList th.expiry {
    text-align: center;
    width: 30%
}

.selectcourses table.selectedCoursesList th.index {
    text-align: center;
    width: 5%
}

.selectcourses table.selectedCoursesList th.title {
    text-align: left;
    width: 60%
}

.selectcourses table.selectedCoursesList td.actions {
    text-align: right;
}

.selectcourses table.selectedCoursesList td.fieldLabel {
    text-align: right;
}

.selectcourses table.selectedCoursesList .button {
    font-size: 1em;
}

.flash-message {
    background: #f3f8fc url(/images/skin/information.png) 8px 50% no-repeat;
    border: 1px solid #b2d1ff;
    color: #006dba;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 30px;
    font-size: 1.1em;
}

.flash-message ul {
    margin-bottom: 0;
}

.selectcourses .personaldetails .background {
    padding: 10px 10px 30px 30px;
    position: relative;
    left: -40px;
    background: #EEEEEE url(/images/asset/overlay-button.png) repeat-x scroll 0 0;
    border: 1px solid #DDDDDD;
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    -moz-border-radius: 5px;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    -webkit-background-clip: border;
    -webkit-background-origin: padding-box;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.246094) 0 1px 3px;
}

.personaldetails h2 {
    margin-bottom: 5px;
    font-size: 1.9em;
    color: #666666;
}

.personaldetails h3 {
    margin-left: 10px;
}

label span.hint {
    font-size: 0.8em;
    vertical-align: middle;
    font-weight: normal;
}

div.main-tabs {
    margin-bottom: 1px;
    background: #0071BC url(/images/asset/overlay-button.png) repeat-x scroll 0 0;
    border: #0071BC solid 1px;
    padding: 5px 10px 0 10px;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}

div.main-tabs .tab {
    float: left;
    padding: 5px 8px 7px;
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-background-clip: border;
    -webkit-background-origin: padding-box;
    -webkit-border-radius: 5px 5px 0 0;
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    line-height: 1;
    overflow: visible;
    position: relative;
    text-decoration: none;
    width: auto;
    margin: 0 5px 0 0;
    top: 4px;
    font-size: 0.9em;
}

#interviewTab .interview-count {
    padding-left: 3px;
    padding-right: 3px;
    height: 17px;
    background-color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 17px;
    color: #295C99;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    visibility: hidden;
    text-shadow: none;
}

#interviewTab.selected .interview-count {
    color: #fff;
    background-color: #295C99;
}

div.main-tabs .tab a {
    font-size: 1.3em;
    color: #FFFFFF !important;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.50);
}

div.main-tabs .tab a:hover {
    text-decoration: none;
}

div.main-tabs .tab.selected {
    background: #FFFFFF;
    color: #1A5DA6 !important;
    z-index: 10;
}

div.main-tabs .tab.selected a {
    color: #1A5DA6 !important;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

div.topCategoryButton img.downarrow {
    position: absolute;
    left: 270px;
    top: 30px;
    display: none;
}

div.topCategoryButton .downarrowfadedClipBox {
    position: absolute;
    display: none;
    left: 270px;
    top: 30px;
    height: 400px;
    width: 50px;
    overflow-y: hidden;
}

div.topCategoryButton.selected img.downarrow {
    display: block;
}

div.topCategoryButton.selected .downarrowfadedClipBox {
    display: block;
}

div.topCategoryButton {
    position: relative;
}

div.topCategoryButton a.button {
    width: 220px;
    text-align: center;
}

div.topCategoryButton.selected a.button {
    width: 280px;
    text-align: center;
}

.personaldetails label {
    color: #666666;
    display: block;
    font-size: 1.2em;
}

body.body-recruiter #header .header-background {
    background: transparent url("/images/asset/recruiter-sponsor.png") no-repeat 370px 45px;
    height: 190px;
}

.uploadCV {
    padding: 20px;
}

.uploadCV h1 {
    font-size: 2em;
    font-weight: bold;
    color: #0071BC;
}

.uploadCV h2 {
    font-size: 1.2em;
    font-weight: normal;
    color: #666666;
}

.uploadCV .smallprint {
    font-size: 1em;
    color: #666666;
}

.careercentre-intro ul {
    padding-left: 2em;
    margin-top: 10px;
}

.careercentre-intro li {
    list-style: inside url("/images/asset/bullet.png");
    padding: 3px 0 3px;
    font-size: 1.2em;
    line-height: 1em;
    color: #333333;
}

.careercentre-intro div.categories {
    font-size: 1.6em;
    font-weight: bold;
}

.careercentre-intro div.categories a {
    font-size: 1em;
    font-weight: bold;
    text-decoration: underline;
}

.shoppingbasket table.selectedCoursesList td {
    background-color: #FFFFFF;
    font-size: 0.8em;
}

.shoppingbasket table.selectedCoursesList th.title {
    text-align: center;
}

.shoppingbasket table.selectedCoursesList td span.credits {
    vertical-align: middle;
    color: #666666;
    font-weight: normal;
    padding-top: 5px;
}

.shoppingbasket table.selectedCoursesList th.credits {
    text-align: center;
    font-size: 0.8em;
}

.shoppingbasket table.selectedCoursesList th.price {
    text-align: center;
    font-size: 1em;
}

.shoppingbasket table.selectedCoursesList tr.selectedPackage th {
    text-align: center;
    color: #333333;
    font-size: 0.8em;
}

.selectcourses .careerCentreRule {
    color: #666666;
    font-size: 1em;
    padding: 10px 0;
}

.progressBar {
    background: #FFFFFF url("/images/asset/ldgradient50.png") repeat-x 0 30px;
    height: 45px;
    border: #DEDEDE 1px solid;
}

.progressBar .progressIndicator {
    height: 33px;
    padding: 12px 0 0;
    margin: 0;
    font-size: 1.1em;
    color: #999999;
}

.progressBar .progressIndicator.selected {
    background: #FFFFFF url("/images/asset/dark-overlay.png") repeat-x 0 -10px;
    font-weight: bold;
    color: #0071BC;
}

.progressBar .progressIndicator .step {
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    width: 25px;
    background-color: #DEDEDE;
    font-weight: bold;
    color: #FFFFFF;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-left: 20px;
}

.progressBar .progressIndicator.selected .step {
    background-color: #0071BC;
}

.courseselector .button {
    font-size: 0.9em;
}

.courseselector .button:hover {
    font-size: 0.9em;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden;
}

.unentered {
    color: #666666;
}

.course-toolbar {
    background: #CCCCCC url("/images/asset/overlay-frame.png") repeat-x;
    border-bottom: 1px solid #CCCCCC;
    width: 100%;
    height: 48px;
}

.course-toolbar span.description {
    font-size: 1.1em;
    font-weight: bold;
    color: #666666;
    text-align: right;
}

.course-toolbar span.instruction {
    font-size: 0.9em;
    font-weight: normal;
    color: #666666;
    text-align: right;
}

.careercentre-intro .videoPreview {
    border: 1px solid #CCCCCC;
    width: 110px;
    height: 68px;
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
    overflow: hidden;
}

.careercentre-intro .courseTaster {
    border: 1px solid #CCCCCC;
    width: 230px;
    height: 68px;
    float: left;
    margin-right: 8px;
    margin-bottom: 0;
    overflow: hidden;
}

#fancy_title {
    width: 450px;
    text-align: center;
}

#fancy_title td.fancy_title {
    text-align: center;
}

div.linkbarwrapper {
    background: #FFFFFF;
    border: 1px solid #AAAAAA;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}

div.linkbar {
    background: #0071BC url("/images/asset/metalic-horizontal-highlight.png") repeat-x 0 -5px;
    display: block;
    height: 28px;
    text-decoration: none;
    line-height: 28px;
    font-size: 1em;
    font-weight: normal;
    color: #FFFFFF;
    padding: 0 5px 0 5px;
    border: 1px solid #DDDDDD;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}

div.linkbar a {
    color: #FFFFFF !important;
    padding: 0 10px;
    display: inline-block;
}

div.linkbar a.selected {
    color: #333333 !important;
    font-weight: bold;
    background: #FFCC00 url("/images/asset/yellowhg.png") repeat-x;
    line-height: 24px;
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.25);
}

div.linkbar a:hover {
    color: #333333 !important;
    background: #FFCC00 url("/images/asset/yellowhg.png") repeat-x;
    line-height: 24px;
}

.link-container .linkbar a {
    padding-left: 10px;
    padding-right: 10px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
}

div.loginbar {
    position: absolute;
    top: 29px;
    left: -1px;
    height: 45px;
    width: 250px;
    text-align: left;
    z-index: 1000;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    padding: 0 1px 1px 1px;
    display: none;
    background: #FFFFFF;
}

div.loginbar #loginPanel {
    padding: 10px 20px 10px;
}

div.linkbar.opened {
    -moz-border-radius: 3px 3px 3px 0;
    -webkit-border-radius: 3px 3px 3px 0;
    border-radius: 3px 3px 3px 0;
}

div.loginpanelwrapper {
    background: #096CBB url("/images/asset/dark-shadow.png") repeat-x 0 bottom;
    height: auto;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

div.loginbar.opened {
    /** background: transparent url("/images/asset/home/loginpanel.png") no-repeat; */
    display: block;
    height: auto;
    border-left: 1px solid #AAAAAA;
    border-right: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
}

div.loginbar a {
    color: #FFFFFF;
    font-size: 1.1em;
    font-weight: bold;
}

div.loginbar a.loginPanelBtn {
    position: relative;
    top: 8px;
    left: 17px;
}

div.loginbar a.registerBtn {
    position: relative;
    top: 8px;
    left: 37px;
    font-weight: normal;
}

div.loginbar a.recruiterBtn {
    position: relative;
    top: 8px;
    left: 63px;
}

div.loginbar a.trainingCentreBtn {
    position: relative;
    top: 8px;
    left: 50px;
}

div.loginbar .username {
    width: 200px;
    height: 20px;
    padding: 0;
    font-size: 1.1em;
}

div.loginbar .password {
    width: 200px;
    height: 20px;
    padding: 0;
    font-size: 1.1em;
}

div.loginbar .over {
    font-size: 1.1em;
    font-weight: normal;
    top: 7px;
}

div.loginbar p.loginmessage {
    color: #FFFFFF;
    background: transparent url("/images/skin/information.png") no-repeat 0 3px;
    margin-bottom: 0;
    font-size: 0.9em;
    clear: both;
    padding-left: 20px;
    line-height: 1.3em;
    padding-top: 2px;
}

/**
 * Home introduction
 */
#home-video {
    padding: 1px 1px 1px 1px;
    background-color: #FFFFFF;
    border: 1px #C0C0C0 solid;
    position: relative;
    height: 174px;
}

/**
 * Home introduction
 */
#home-ad {
    padding: 1px 1px 1px 1px;
    background-color: #FFFFFF;
    border: 1px #C0C0C0 solid;
    position: relative;
    height: 219px;
}

.body-recruiter #home-intro .tick {
    padding-bottom: 5px;
}

.signinmessage {
    color: #666666;
}

#loginPanel .forgetPasswordLink {
    font-size: 0.9em;
    font-weight: normal;
    color: #AAAAAA;
}

.courseselector .list .categorylist li.topcategory.withSubcategories {
    list-style-image: url("/images/asset/category-plus.png");
}

.courseselector .list .categorylist li.topcategory.withSubcategories.opened {
    list-style-image: url("/images/asset/category-minus.png");
}

body.branded .careercentre-intro li {
    list-style: disc none;
    margin: 2px 0;
}

#instructionBox li {
    list-style-image: url("/images/asset/bullet.png");
}

#instructionBox h1 {
    font-size: 1.5em;
    font-weight: bold;
    color: #0071BC;
}

#instructionBox b {
    font-weight: bold;
    color: #0071BC;
}

body.branded #instructionBox li {
    list-style-image: none;
}

body.branded #instructionBox h1 {
    color: #333333;
}

body.branded #instructionBox b {
    font-weight: bold;
    color: #333333;
}

body.branded .courseselector .list li {
    list-style: disc none;
}

.courseselector .list .courselist li.selected span.title {
    color: #FFFFFF;
}

body.branded .link-container.cv a {
    margin: 0;
    height: 40px;
}

body.branded .courseselector li.topcategory ul.subcategorylist li {
    color: #FFFFFF;
}

body.branded .courseselector .list .categorylist li:hover {
    color: #FFFFFF;
}

.courseselector #previewLink {
    visibility: visible;
}

div.popupForm {
    margin-left: 10px;
    margin-top: 10px;
}

div.popupForm h1 {
    font-size: 1.5em;
    color: #333333;
    font-weight: bold;
    margin-bottom: 1em;
    text-transform: capitalize;
}

div.popupForm h2 {
    font-size: 1em;
    color: #333333;
    font-weight: normal;
    margin-bottom: 1em;
    padding-right: 30px;
}

div.popupForm input.text {
    width: 300px;
}

div.popupForm input.text.salary {
    width: 50px;
    text-align: right;
}

#salaryUnit {
    height: 30px;
    position: relative;
    top: -2px;
}

div.popupForm  label {
    color: #666666;
    display: block;
    font-size: 1.2em;
}

div.popupForm .formvalue {
    margin: 0 0 3px;
    position: relative;
}

div.popupForm .formvalue.salaryForm {

}

div.popupForm .formvalue.salaryForm span {
    margin-right: 10px;
    margin-left: 10px;
}

div.popupForm .hint {
    color: #999999;
    font-size: 0.8em;
}

div.popupForm .checkboxValue {
    font-size: 1.1em;
    color: #666666;
}

div.popupForm input.checkbox {
    top: 0;
}

div.popupForm .buttons {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 0;
    border-top: 1px solid #DEDEDE;
}

div.popupForm .buttons .button {
    margin-right: 5px;
}

div.popupForm .button.inline {
    margin-left: 5px;
    position: relative;
    top: -3px;
}

div.popupForm label.over {
    color: #cccccc;
    position: absolute;
    top: 8px;
    left: 10px;
    font-size: 1.3em;
    z-index: 200;
}

div.popupForm .left-column, div.popupForm .right-column {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    zoom: 1;
    width: 330px;
    margin-right: 10px;
}

#coursePreview {
    padding: 20px;
}

#coursePreview h1 {
    color: #333333;
    font-size: 2em;
    margin-bottom: 1em;
    font-weight: bold;
}

#coursePreview h2 {
    color: #333333;
    font-size: 1.2em;
    margin-bottom: 0.2em;
    font-weight: bold;
}

#coursePreview div.description {
    color: #333333;
    font-size: 1.1em;
}

#coursePreview div.sub-description {
    color: #333333;
    font-size: 1.1em;
}

#coursePreview div.description {
    color: #333333;
    font-size: 1.1em;
}

#coursePreview div.sub-description p, #coursePreview div.description p {
    margin-bottom: 0.5em;
}

#checkout .personaldetails .formvalue {
    position: relative;
}

#checkout .personaldetails #countryCode {
    width: 310px;
}

#checkout .personaldetails .formvalue label.over {
    font-size: 1em;
}

.formvalue.error ul li, .error .formvalue ul li {
    list-style: none;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.selectcourses .shopping {
    width: 205px;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 10px;
    border: #ACACAC 1px solid;
    background-color: #EFEFEF;
}

.selectcourses .shopping h1 {
    text-align: center;
    font-size: 1em;
    color: #999999;
    margin: 0;
    padding: 10px;
}

.button .desc {
    font-size: 0.8em;
    color: #CDCDCD;
}

.selectcourses table.selectedCoursesList {
    border-collapse: collapse;
    margin-bottom: 0;
}

.voucher table.voucherConfig tr {
    font-size: 1.2em;
}

.voucher table.voucherConfig th {
    color: #333333;
    font-size: 1.1em;
    font-weight: bold;
    border-bottom: #ADADAD 1px solid;
}

.voucher table.voucherConfig td input.text.field {
    font-size: 1em;
    width: 50px;
}

.voucher table.voucherConfig td input.text.field.emailAddress {
    width: 100%;
}

.voucher table.voucherConfig td.courseTypeTitle {
    color: #1A5DA6;
    font-weight: bold;
    text-align: left;
}

.voucher table.voucherConfig tr.total td {
    border-top: #ADADAD 1px solid;
}

.voucher table.voucherConfig td.emailLabel {
    font-weight: normal;
    text-align: right;
    line-height: 1em;
}

.voucher table.voucherConfig td.emailLabel .hint {
    font-size: 0.9em;
    color: #999999;
    float: left;
}

.voucher table.voucherConfig td.total, .voucher table.voucherConfig th.total,
.voucher table.voucherConfig td.courseQuantity, .voucher table.voucherConfig th.courseQuantity,
.voucher table.voucherConfig td.coursePrice, .voucher table.voucherConfig th.coursePrice {
    text-align: center;
}

.voucher table.voucherConfig tr.total td.totalLabel {
    text-align: right;
    font-size: 1.1em;
    font-weight: bold;
}

ul.coursesInPricingCategory li {
    font-size: 1em;
    color: #333333;
}

.vouchercode.panel {
    -moz-background-inline-policy: continuous;
    -moz-border-radius: 5px 5px 5px 5px;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    background: url("/images/asset/overlay-button.png") repeat-x scroll 0 0 #EEEEEE;
    border: 1px solid #DDDDDD;
    padding: 30px 30px 30px 30px;
    position: relative;
    margin-top: 25px;
    margin-bottom: 25px;
}

.vouchercode.panel h1 {
    color: #666666;
    margin-bottom: 20px;
    text-align: center;
}

.vouchercode.panel code {
    background-color: #FFFFFF;
    color: #000000;
    display: block;
    height: 30px;
    margin: 50px;
    padding: 20px;
    font-size: 1.8em;
    text-align: center;
    border: 2px #CECECE solid;
    -moz-border-radius: 5px 5px 5px 5px;
}

ul.entitlements {
    font-size: 1.2em;
    margin: 10px 0 0 0;
}

.credits .discounted {
    text-decoration: line-through;
    color: #999999;
}

.shoppingbasket tr.voucher td {
    text-align: center;
}

.shoppingbasket tr.voucher ul.entitlements {
    font-size: 1em;
    list-style: square none;
    padding-left: 30px;
    margin: 0;
    text-align: left;
}

.shoppingbasket tr.voucher ul.entitlements li {
    list-style: disc none;
}

.shoppingbasket a.removeVoucher {
    display: block;
    margin-top: 10px;
    font-size: 0.9em;
    color: #999999;
    text-decoration: underline;
}

.shoppingbasket tr.voucher ul.entitlements li span.hint {
    color: #666666;
    padding-left: 10px;
    font-size: 0.9em;
}

.shoppingbasket tr.voucher ul.entitlements li span.hint.more-to-redeem {
    color: #990000;
    font-weight: bold;
}

.selectcourses .specialOffer {
    color: #990000;
    font-weight: bold;
    font-size: 1.4em;
    margin-bottom: 10px;
}

.selectcourses td.title select {
    font-size: 0.9em;
}

.flash-message li {
    list-style: disc none !important;
}

table.voucherConfig ul {
    margin: 0;
    padding: 0;
}

table.voucherConfig li {
    list-style: none;
}

.prompt .instruction {
    font-size: 0.9em;
    color: #999999;
    font-style: normal;
}

.prompt .attachFile {
    color: #666666;
    font-size: 1em;
}

.prompt .attachPanel {
    margin-top: 15px;
    padding: 5px;
    border: 1px #CECECE solid;
    background-color: #EEEEEE;
}

#assignmentForm .rule-editor {
    padding: 10px 10px 10px 10px;
    position: relative;
    background: #FFFFFF url(/images/asset/light-shadow.png) repeat-x 0 bottom;
    border: 1px solid #DDDDDD;
    box-shadow: rgba(0, 0, 0, 0.246094) 0 0 2px;
    margin-left: auto;
    margin-right: auto;
    line-height: 3em;
    font-size: 1em;
    font-weight: normal;
    color: #333333;
    text-align: center;
    width: 90%;
    padding-bottom: 80px;
    margin-bottom: 20px;
}

#assignmentForm .rule-editor .options-panel {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 10px;
    line-height: 1.7em;
    background: #DEDEDE;
    border-top: 1px solid #DDDDDD;
    height: 5.1em;
}

#assignmentForm .rule-editor .options-panel .option {
    display: inline-block;
    *display: inline;
    zoom: 1;
    border-right: 1px solid #999999;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
}

#assignmentForm .rule-editor input.mailbox.text.field {
    width: 100px;
    margin: 0 0 0 2px;
    height: 25px;
    padding: 0;
    font-size: 1em;
    padding: 0 3px;
}

#assignmentForm .rule-editor select {
    width: 150px;
    margin: 0;
    height: 25px;
    padding: 0;
    font-size: 1em;
}

ul.rules {
    padding-left: 15px;
}

ul.rules li {
    font-size: 1.1em;
    color: #666666;
    list-style: none;
}

ul.rules li img {
    position: relative;
    top: 5px;
}

ul.rules li .email, ul.rules li .recruiter {
    font-weight: bold;
}

.unbranded.careercentre #header .logo {
    background-image: url("/images/asset/logo-courses.png");
    height: 100px;
}

div.careercentre-intro {
    position: relative;
}

div.careercentre-intro .overlay {
    background: transparent url("/images/asset/trans70.png") repeat 0 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 5px;
}

div.careercentre-intro .overlay h1 {
    font-size: 0.9em !important;
    color: #000000 !important;
}

div.careercentre-intro .overlay h2 {
    font-size: 0.8em !important;
    color: #666666 !important;
}

#footer .version {
    float: right;
    margin-right: 10px;
    color: #999999;
}

#homepageImage {
    background: transparent url("/images/asset/handshake.jpg") no-repeat 0 0;
    width: 100%;
    height: 100%;
}

#homepageImageCaption {
    width: 210px;
    left: 0;
    top: 0;
    padding: 20px;
    position: absolute;
}

#homepageImageCaption h1 {
    font-size: 16pt;
    font-weight: bold;
    line-height: 1.2em;
    text-transform: capitalize;
}

#homepageImageCaption h2 {
    font-size: 11pt;
    font-weight: bold;
    line-height: 1.1em;
}

#homepageImageCaption h1, #homepageImageCaption h2 {
    color: #333333;
}

.updateSettings select {
    color: #666666;
    font-size: 0.9em;
    font-weight: bold;
    padding-left: 0;
    padding-right: 0;
    height: 25px;
}

.branded .link-container .separator {
    display: none;
}

.branded .link-container .linkbar a {
    margin-left: 0;
    margin-right: 0;
    padding-left: 7px;
    padding-right: 7px;
    text-decoration: none;
}

#header a {
    text-decoration: none;
}

.link-container a:hover {
    text-decoration: none;
}

.tick a {
    text-decoration: none;
}

.branded .tick a {
    text-decoration: none;
}

.emailboxTable hr {
    margin: 0.5em 0;
    height: 1px;
}

.emailboxTable p {
    margin: 0 !important;
    line-height: 1.2em;
    padding: 0 !important;
}

.emailboxTable pre {
    margin: 0 !important;
    line-height: 1.2em;
    padding: 0 !important;
    font-family: Arial, sans-serif;
}

.emailboxTable ul {
    margin: 0.5em 0;
}

.emailboxTable strong, .emailboxTable b {
    font-weight: bold;
    color: inherit !important;
}

.emailItemBoxTable {
    color: #333333;
    font-size: 0.9em;
}

.creatorType .button {
    margin: 0;
    padding: 1px 6px;
}

.popupForm.withSidebar {
    position: relative;
    padding: 0;
    margin: 0;
}

.popupForm.withSidebar .sidebar {
    width: 150px;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    zoom: 1;
    margin: 0 0 0 0;
    padding: 0;
    background: transparent url("/images/asset/transparent-bluegradient.png") repeat-x left top;
}

.popupForm.withSidebar .content {
    clear: left;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    zoom: 1;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

.popupForm.withSidebar .sidebar ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 1.2em;
}

.popupForm.withSidebar .sidebar ul li {
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
    border-right: 1px #CCCCCC solid;
}

.popupForm.withSidebar .sidebar ul li.selected {
    background-color: #FFFFFF;
    color: #333333;
    font-weight: bold;
    border-right: none;
    border-top: 1px #CCCCCC solid;
    border-bottom: 1px #CCCCCC solid;
}

.popupForm.withSidebar .sidebar ul li.error {
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
    color: #FF0000;
    font-weight: bold;
    border-style: none;
    border-right: 1px solid #CCCCCC;
    background-color: transparent;
}

.popupForm.withSidebar .sidebar ul li.selected.error {
    background-color: #FFFFFF;
    color: #FF0000;
    font-weight: bold;
    border-right: none;
    border-left: none;
    border-top: 1px #CCCCCC solid;
    border-bottom: 1px #CCCCCC solid;
}

.template {
    display: none !important;
}

.voucher table.voucherConfig {
    font-size: 0.9em;
}

.voucher table.voucherConfig tr.enrolledCourse td.course {
    font-size: 0.9em;
    margin: 0;
    padding: 0 15px;
    border: 1px solid #EAEAEA;
    border-collapse: collapse;
}

.voucher table.voucherConfig tr.enrolledCourse td.course.odd {
    background: #E0E0E0;
}

.voucher table.voucherConfig tr.enrolledCourse td.course.even {
    background: #EFEFEF;
}

.cvfan .frame {
    background: transparent url("/images/asset/home/transparent-frame.png") no-repeat 0 0;
    height: 85px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    opacity: 0.7;
}

.cvfan #trial {
    display: block;
    position: absolute;
    left: 48px;
    bottom: 3px;
    width: 189px;
    height: 50px;
    background: transparent url("/images/asset/home/trial.png") no-repeat 0 0;
}

.cvfan #facebook {
    position: absolute;
    right: 143px;
    bottom: 5px;
    width: 48px;
    height: 48px;
    display: block;
    background: transparent url("/images/asset/home/facebook.png") no-repeat 0 0;
}

.cvfan #tv {
    position: absolute;
    right: 192px;
    bottom: 5px;
    width: 48px;
    height: 48px;
    display: block;
    background: transparent url("/images/asset/home/tv.png") no-repeat 0 0;
}

.cvfan #blog {
    position: absolute;
    right: 45px;
    bottom: 5px;
    width: 48px;
    height: 48px;
    display: block;
    background: transparent url("/images/asset/home/blogger.png") no-repeat 0 0;
}

.cvfan #twitter {
    position: absolute;
    right: 94px;
    bottom: 5px;
    width: 48px;
    height: 48px;
    display: block;
    background: transparent url("/images/asset/home/twitter.png") no-repeat 0 0;
}

.actionlinkbar {
    bottom: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%;
    padding-top: 6px;
    height: 26px;
    background: transparent url("/images/asset/bluegradient-bar.png") repeat-x 0 -10px;
    border-top: #d2e4ee 1px solid;
}

.actionlinkbar a {
    font-size: 0.9em !important;
    font-weight: bold;
    margin: 0 6px;
    padding: 0;
    text-align: center;
    width: 25%;
}

.webminar div.webminar-panel h1, .webminar div.signup-panel h1 {
    background: url("/images/asset/metalic-horizontal-highlight.png") repeat-x scroll 0 0 #0071BC;
    border: 2px solid #E0E6DB;
    height: 40px;
    margin: 0;
    padding: 1px 10px;
    position: relative;
    z-index: 100;
    color: #FFFFFF;
    font-size: 1.6em;
    line-height: 40px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
}

.webminar div.webminar-panel h3 {
    color: #666666;
    font-size: 1.1em;
}

div.webminar-panel ul li {
    margin: 2em 0;
}

div.webminar-panel ul li span.date {
    float: right;
    font-size: 0.7em;
    font-weight: normal;
    color: #999999;
}

div.webminar-panel ul li span.date {
    float: right;
    font-size: 0.8em;
    font-weight: normal;
    color: #999999;
}

.webminar div.signup-panel .checkbox-label {
    font-size: 1.2em;
    color: #666666;
}

.webminar div.signup-panel h2 {
    text-align: center;
    font-size: 1.5em;
}

.webminar div.signup-panel h2.thankyou {
    text-align: center;
    vertical-align: middle;
    font-size: 1.5em;
    padding: 100px 20px;
}

.webminar div.signup-panel .panel {
    -moz-border-radius: 0 0 5px 5px;
    background: url("/images/asset/light-shadow.png") repeat-x scroll 0 bottom #FFFFFF;
    border-left: 2px solid #E4E4E4;
    border-right: 2px solid #E4E4E4;
    border-bottom: 2px solid #E4E4E4;
    width: 386px;
    vertical-align: middle;
}

.webminar {
    margin-bottom: 50px;
}

ol.instructions li {
    list-style-type: decimal !important;
    list-style-image: none;
}

.popupForm.withSidebar .sidebar ul li.education-entry, .popupForm.withSidebar .sidebar ul li.job-entry {
    font-size: 8pt;
    list-style-type: disc;
    padding: 5px 5px 5px 10px;
}

#outlook2003 ol.instructions a, #outlook2007 ol.instructions a {
    font-weight: bold;
    text-decoration: underline;
}

ol.advantages li {
    font-size: 1.3em;
    color: #1A5DA6;
    font-weight: bold;
    list-style: square;
    padding: 0 10px;
    margin-bottom: 1em;

}

.code-keyword {
    background-color: inherit;
    color: #000091;
}

.article.students h1 {
    background: #0081C0;
    height: 70px;
    line-height: 2.5em;
    font-size: 3em;
    color: #FFFFFF;
    font-weight: bold;
    padding: 0 10px;

    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}

.article.students .main-panel .nus {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
}

.article.students .main-panel p {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    margin-left: 15px;
    text-align: justify;
    font-weight: normal;
    color: #333333;
    font-size: 1.2em;
    padding: 0 10px;
}

.article.students .main-panel p.centering {
    text-align: center;
    margin-bottom: 100px;
    margin-top: 50px;

}

.article.students .main-panel ul, .article.students .main-panel ol {
    margin-left: 30px;
}

.article.students .main-panel ul li {
    list-style-image: url("/images/asset/bullet.png");
    color: #333333;
    font-size: 1.2em;
}

.article.students .main-panel ol li {
    color: #333333;
    font-size: 1.2em;
}

.article.students .main-panel p a, .article.students .main-panel li a {
    font-size: 1em;
}

.article.students h2 {
    background: #0071BC;
    height: 50px;
    line-height: 2.2em;
    font-size: 1.8em;
    color: #FFFFFF;
    font-weight: bold;
    padding: 0 10px;
    position: relative;

}

.article.students h2 .badge {
    position: absolute;
    left: -10px;
    top: -20px;
}

.article.students ul li {
    list-style: none;
    margin-bottom: 1em;
}

.article.students ul li div.heading {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 150px;
    vertical-align: middle;
    background: #213C84;
    padding: 5px;
    margin-right: 10px;
}

.article.students ul li div.heading span.region {
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    color: #FFFFFF;
}

.article.students ul li div.heading span.date {
    display: block;
    font-size: 1em;
    font-weight: normal;
    color: #FFFFFF;
}

.article.students ul li div.venue {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    font-size: 1.3em;
    font-weight: bold;
    color: #0071BC;
    width: 200px;
}

.article.students .event-panel h1 {
    font-size: 1.5em;
    line-height: 35px;
    text-align: center;
}

.article.students .event-panel h1 a {
    color: #FFFFFF;
    font-size: 1.2em;
    text-transform: capitalize;
}

.article.students .event-panel a.flyer {
    display: block;
    padding: 5px;
    background: #0071BC;
}

#fancy_title {
    display: none !important;
}

.cv-item .functions h3 span.sep {
    color: #999999;
}

/** #filterButtons #saveFilterBtn, #filterButtons #myFiltersBtn {
    display: none;
} */

.cvgallery .item {
    float: left;
    text-align: center;
    position: relative;
}

.cvgallery .item a {

}

.cvgallery .item .viewings {
    font-size: 0.9em;
    color: #666666;
    background: #FFFFFF;
    position: absolute;
    top: 143px;
    right: 6px;
    padding: 3px 5px;
    text-align: center;
    border-left: 1px solid #AAAAAA;
    border-top: 1px solid #AAAAAA;
    box-shadow: -1px -1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -1px -1px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: -1px -1px 3px rgba(0, 0, 0, 0.1);
}

.fb-iframe-align {
    margin: 0 0 0 35px !important;
    text-align: center;
}

body.iframe {
    /*background-color: blue;*/
}

.profileScoreDetailTitle {
    width: 70px;
    vertical-align: middle;
}

.profileScoreDetailProgressBar {
    display: inline-block;
    width: 150px;
    height: 1em;
    vertical-align: middle;
}

.profileScoreDetail ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.profileScoreDetail {
    padding: 6px;
    position: absolute;
    width: 225px;
    background: white;
    border: 1px solid #AAA;
    top: 120px;
    left: 43px;
    display: none;
}

.box .ui-progressbar-value-low {
    background: #cc0000 url("/images/asset/overlay-button.png") repeat-x scroll;
    border: 1px solid #cc0000;
}

.box .ui-progressbar-value-middle {
    background: #1A5DA6 url("/images/asset/overlay-button.png") repeat-x scroll;
    border: 1px solid #1A5DA6;
}

.profile-steps {
    width: 230px;
}

.deleteAccountPanel {
    width: 400px;
    text-align: center;
}

.deleteAccountPanel p {
    font-size: 1.1em;
    font-weight: bold;
    text-align: left;
}

.enterPasswordForFolderPanel {
    font-size: 1.5em;
    padding-top: 40px;
    padding-bottom: 140px;
}

.enterPasswordForFolderPanel .folderPassword {
    height: 30px;
    width: 200px;
    margin-top: 20px;
    margin-left: 10px;
}

div.popupForm input.text.jobReference {
    width: 60px;
    padding: 0;
    margin: 0;
    font-size: 1em;
    height: 25px;
    vertical-align: bottom;
}

ul.locales {
    /** background: #FEFEFE url("/images/asset/dark-shadow.png") repeat-x 0 -40px;
    border: 1px solid #DFDFDF; */
    margin: 0;
    padding: 0;
    display: inline-block;
}

ul.locales li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 5px 5px;
    padding-left: 25px;
    padding-right: 5px;
    font-size: 0.9em;
    font-weight: bold;
}

ul.locales li#en_GB {
    background: transparent url("/images/asset/lang/gb.png") no-repeat 5px 3px;

}

ul.locales li#en_US {
    background: transparent url("/images/asset/lang/us.png") no-repeat 5px 3px;
}

ul.locales li.selected {
    background-color: #1A5DA6 !important;
    border-radius: 5px;

}

ul.locales li.selected a {
    color: #FFFFFF !important;
}

#joblookingfor {
    width: 410px;
    height: 50px;
}

.prompt .emailing.instruction {
    color: #666666;
    font-size: 0.9em;
    padding: 5px;
    border: 1px #CECECE solid;
    background-color: #EEEEEE;
    font-weight: normal;
    text-align: left;
}

.prompt .emailing.instruction a {
    font-size: 1em;
}

#interviews {
    padding-bottom: 100px;
}

span.areaOfInterest {
    width: 200px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}

.article h4 {
    font-size: 2.2em;
    color: #333333;
    font-weight: bold;
}

.article p {
    font-size: 1em;
    color: #333333;
}

.advert {
    margin: 10px 10px;
    clear: both;
}

.facebookRegistration {
    display: block;
    margin: 2em 0 1em;
    background: #FFFFFF url("/images/asset/light-shadow.png") repeat-x 0 bottom;
    border: 1px solid #CCC;
    padding: 10px;
    width: 290px;
}

.branded .loginbox .facebookSignin {
    background: #FFFFFF url("/images/asset/light-shadow.png") repeat-x 0 bottom;
    border-top: 1px solid #CCC;
    text-align: center;
}

.branded .loginbox .facebookSigninBtn {
    display: block;
    margin: 5px 0;
}

#popup .popupForm > .buttons {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    background: #DEDEDE;
    border-top: #AAAAAA 1px solid;
}

#popup .popupForm > .content {
    width: 320px;
    margin: 20px auto;
}

#popup .popupForm > h1 {
    text-align: center;
    margin-top: 1em;
}

#popup .popupForm #errorMessage {
    color: #FF3333;
}

#popup .login.popupForm > .buttons {
    text-align: right !important;
}

#cvOrganiserContainer #sidebar h1 {
    font-size: 17px;
    padding: 0 10px;
    cursor: pointer;
    line-height: 21px;
    height: 21px;
}

#cvOrganiserContainer #sidebar h1 img {
    margin-right: 5px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

#cvOrganiserContainer #sidebar .box.title .background {
    height: 31px;
}

#cvOrganiserContainer #sidebar .box.title {
    height: 31px;
}

#cvOrganiserContainer #sidebar .section {
    margin-top: 5px;
}

#cvOrganiserContainer #sidebar .section:first-child {
    margin-top: 1.5em;
}

body.iframe #header .logo {
    display: none !important;
}

body.iframe #header {
    height: 50px;
}

body.iframe .link-container {
    padding-top: 10px !important;
}

body.iframe.cv #header {
    height: 80px;
}

body.iframe.cv .link-container {
    padding-top: 45px !important;
}

body.iframe #footer {
    background: transparent !important;
}

body.iframe #footer span, body.iframe #footer a {
    color: #CCCCCC !important;
}

#competitionOuterPanel, .seePrize {
    display: none !important;
}

#folderLoginContainer {
    margin: 0 auto;
    border: 1px solid #CCCCCC;
    width: 632px;
    height: 371px;
}

#folderLoginPanel {
    width: 630px;
    padding: 0;
    height: 369px;
    border: 1px solid #FFFFFF;
    background: transparent url("/images/asset/handshake.jpg") no-repeat 0 0;
    position: relative;
}

#folderLoginBox {
    position: absolute;
    left: 60px;
    top: 60px;
    bottom: 60px;
    padding: 80px 20px 0 20px;
    background: transparent url("/images/asset/1pxtransw.png") repeat 0 0;
    border: 1px solid #CCCCCC;
}

#folderLoginBox input.text.field {
    width: 170px;
    margin-bottom: 1em;
}

#folderLoginBox label {
    color: #333333;
}

.ac_results li span.systemProvided {
    background-image: url("/images/asset/star.gif");
    background-position: 0 -33px;
    background-repeat: no-repeat;
    display: block;
    padding-left: 20px;
}


#head ul.tabs {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 500px;
    vertical-align: bottom;
}

#head #loginArea {
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: right;
    width: 440px;
    vertical-align: bottom;
}

#head-bg, #foot-bg {
    width: 100%;
    background: #f2f2f2;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
}

#loginArea #loginButton {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: auto;
    padding: 5px;
    font-size: 1.1em;
    border: 1px solid #CCCCCC;
    background: #c21250;
    margin-bottom: 0.5em;
    vertical-align: middle;
    line-height: 1.5em;
    cursor: pointer;
    color: #FFFFFF;
}

#loginArea #loginButton .down {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    background: transparent;
    text-align: center;
    vertical-align: baseline;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
}

#head ul.tabs {
    margin: 0;
    padding: 0;
}

#head ul.tabs > li {
    display:inline-block;
    *display:inline;
    zoom: 1;
    list-style: none;
    padding: 0.5em 0.8em;
    margin-top: 1em;
}

#head ul.tabs > li:hover, #nav ul.tabs > li:hover {
    background: #0071bc;
}

#head ul.tabs > li:hover > a,
#nav ul.tabs > li:hover > a{
    color: #FFFFFF !important;
}


#head ul.tabs > li {
    background: #e6e6e6;
    border: 1px solid #CCCCCC;
    border-bottom: none;
}

#head ul.tabs > li.selected {
    background: #0071bc;
}

#head ul.tabs > li a {
    color: #0071BC !important;
}

#head ul.tabs > li.selected a {
    color: #FFFFFF !important;
}



div.loginbar {
    left: auto;
    right: 0;
    top: 38px;
}

div.loginpanelwrapper {
    background: #F2F2F2;
    color: #333333;
}

div.loginbar a {
    color: #666666;
}

#loginPanel .forgetPasswordLink {
    color: #666666;
}

div.loginbar p.loginmessage {
    color: #666666;
}

body.unbranded #headergap {
    height: 20px;
}

#head .logo {
    margin: 15px 0;
    height: 50px;
}


#nav ul.tabs {
    margin: 0;
    padding: 0;
}

#nav ul.tabs > li {
    display:inline-block;
    *display:inline;
    zoom: 1;
    list-style: none;
    padding: 0.5em 0.8em;
    margin-top: 1em;
}


#nav ul.tabs > li {
    background: #e6e6e6;
    border: 1px solid #CCCCCC;
    border-bottom: none;
}

#nav ul.tabs > li.selected {
    background: #0071bc;
}

#nav ul.tabs > li a {
    color: #0071BC !important;
}

#nav ul.tabs > li.selected a {
    color: #FFFFFF !important;
}

#nav ul.tabs {
    text-align: right;
}

#nav {
    vertical-align: bottom;
    border-bottom: 1px solid #CCCCCC;
}

#nav > div {
    vertical-align: bottom;
    display: inline-block;
    float: none;
    margin: 0;
}

body.cv #head ul.tabs > li {
    margin: 0 5px;
}

#head img.logo {
    display: none;
}


#head.loggedIn img.logo, body.cv #head img.logo {
    display: inline;
}

body.unbranded .main-tabs {
    background-image: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}


body.unbranded .box .background.dark {
    background: #0071BC;
}

body.unbranded .cvToolbar {
    background: #0071BC;
}

div#fancy_div {
    background: white url("/images/asset/light-shadow.png") repeat-x bottom left !important;
}


