/**
 * 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: large;
    color: #333333;
    font-weight: bold;
    padding: 15px 10px 15px 0;
    margin: 0;
}

pre {
    line-height: 1em;
}

/**
 * general style for <a/> tags
 */
a {
    font-size: 1.1em;
    color: #0D6CBB;
    text-decoration: none;
}

a:visited {
    font-size: 1.1em;
    color: #0D6CBB;
}

a:hover {
    font-size: 1.1em;
    color: #FF7F00;
    text-decoration: underline;
}

a.button:hover {
    text-decoration: none;
}

a.disabled:hover {
    text-decoration: none;
}

.wireframe {
    border: #CCCCCC solid 1px;
}

/**
 * header style
 */
#header .logo {
    position: relative;
    padding: 38px 0px 0px 0px;
    height: 125px;
    background: transparent url("../images/asset/logo.png") no-repeat 0px 35px;
}

#header .logo img {
    margin-left: 0px;
}

#header .link-container {
    text-align: right;
    padding-top: 70px;
    position: absolute;
    right: 0px;
    top: 0;
}

#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: 0px;
    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: 0px;
    top: 0px;
    height: 369px;
    width: 620px;
}

#home-main .watchingtime {
    background: url("../images/asset/watchingtime.png") left top;
    position: absolute;
    right: 0px;
    top: 0px;
    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: 0px;
    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: 0em;
}

.loginbox p.loginmessage {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 0px;
    line-height: 1.5em;
    margin: 0px;
    color: #FF0000;
}

.securitynotice {
    color: #666666;
    font-size: 0.9em;
    margin: 10px 0px;
}

/**
 * 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: 0px;
    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: 0px;
    bottom: 0;
    background: url("../images/asset/light-CV-icon.png") no-repeat scroll top left;
}

.lightbluebox .cvicon {
    position: absolute;
    height: 75px;
    width: 75px;
    left: 0px;
    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: 0px;
    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;
}

.error ul {
    margin: 0px 0px 2px 0px;
    list-style: none;
    padding-left: 0px;
}

button, .button {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    -webkit-background-clip: border-box;
    -webkit-background-origin: padding-box;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.246094) 0px 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;
    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: 0px;
    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: 0px;
    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 0px 5px;
    border: 1px #CCCCCC solid;
    height: 24px;
}

select {
    font-size: 1.1em;
    padding: 3px 5px 0px 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: 0px;
    font-size: 1.3em;
    z-index: 200;
    font-size: 9pt;
    border: none;
    background: none;
}

.errorLable label.error {
    color: #ffcccc;
    position: absolute;
    margin-top: 12px !important;
    margin-top: 25px;
    left: 0px;
    font-size: 1.3em;
    z-index: 200;
    font-size: 9pt;
    border: none;
    background: none;
}

.blue {
    background-color: #1A5DA6;
}

.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-color: #fCB747;
    border-style: solid;
    border-width: 1 PX;
}

#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: 55px;
    margin-bottom: 5px;
}

.box.title .background {
    height: 55px;
}

.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: #094C82 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: #0D6CBB;
    margin-top: 5px;
}

.box p a {
    text-decoration: underline;
    color: #333333;
}

.box .ui-progressbar-value {
    background: #1A5DA6 url("../images/asset/overlay-button.png") repeat-x scroll;
    border: 1px solid #1A5DA6;
}

.box h1 {
    font-size: 20pt;
    font-weight: bold;
    color: #B4F1FD;
    margin: 5px 0px 0px 0px;
    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-color: #FFFFFF;
    height: 190px;
    background: transparent url("../images/asset/bg02.png") repeat-x scroll;
    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: 0em;
}

.mloginbox p.loginmessage {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 0px;
    line-height: 1.5em;
    margin: 0px;
    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: #1A5DA6 url(../images/asset/overlay-button.png) repeat-x scroll 0 0;
    border: 1px solid #1A5DA6;
}

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;
}

.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-type: none;
    list-style-image: 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 0 0 0;
    padding: 3px 20px;
    color: #1A5DA6;
    background: #EEEEEE url("/images/asset/overlay-button.png") repeat-x;
    margin-right: 10px;
}

div.tourSections .tourSection.selected {
    background: #1A5DA6 url("/images/asset/overlay-button.png") repeat-x;
    color: #FFFFFF;

}

div.tourSections .tourSection a {
    font-size: 13pt;
    font-weight: bold;
    color: #1A5DA6;
}

.directorDesc img {
    margin: 5px;
    border: 1px solid #666666;
}

.loginbox .signup {
    background: rgb(26, 93, 166) url(../images/asset/dark-overlay.png) repeat scroll 0pt 0pt;
    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-box;
    -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) 0px 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: 0px 3px 5px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 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-box;
    -webkit-background-origin: padding-box;
    -webkit-box-shadow: rgba(0, 0, 0, 0.246094) 0px 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-box;
    -webkit-background-origin: padding-box;
    -webkit-box-shadow: rgba(0, 0, 0, 0.246094) 0px 1px 3px;
    background: #FCFCFC url(../images/asset/overlay-button.png) repeat-x;
    padding-top: 0px;
    padding-bottom: 0px;
    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-box;
    -webkit-background-origin: padding-box;
    -webkit-box-shadow: rgba(0, 0, 0, 0.246094) 0px 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: 0px;
    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-image: url("../../../images/asset/bullet.png");
    list-style-position: outside;
    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-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 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-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    -webkit-background-clip: border-box;
    -webkit-background-origin: padding-box;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.246094) 0px 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-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    -webkit-background-clip: border-box;
    -webkit-background-origin: padding-box;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.246094) 0px 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-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    -webkit-background-clip: border-box;
    -webkit-background-origin: padding-box;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.246094) 0px 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-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    -webkit-background-clip: border-box;
    -webkit-background-origin: padding-box;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.246094) 0px 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: center;
    font-weight: normal;
}

div.main-tabs {
    margin-bottom: 1px;
    background: #1A5DA6 url(/images/asset/overlay-button.png) repeat-x scroll 0 0;
    border: #295C99 solid 1px;
    padding: 5px 10px 0px 10px;
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.246094) 0px 3px 5px;
    -webkit-background-clip: border-box;
    -webkit-background-origin: padding-box;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}

div.main-tabs .tab {
    display: block;
    float: left;
    padding: 5px 20px;
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-background-clip: border-box;
    -webkit-background-origin: padding-box;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    line-height: 1;
    overflow: visible;
    padding: 5px 20px 6px;
    position: relative;
    text-decoration: none;
    width: auto;
    margin: 0 5px 0 0;
}

div.main-tabs .tab a {
    font-size: 1.4em;
    color: #FFFFFF !important;
}

div.main-tabs .tab.selected {
    background: #FFCC00 url(/images/asset/overlay-button.png) repeat-x scroll 0 0;
    color: #FFFFFF !important;
    z-index: 10;
}

div.main-tabs .tab.selected a {
    color: #1A5DA6;
}

div.dropshadowFrame {
    border: 1px solid #DDDDDD;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: rgba(0, 0, 0, 0.246094) 0px 1px 3px;
}

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: #0D6CBB;
}

.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-image: url("../../../images/asset/bullet.png");
    list-style-position: inside;
    padding: 3px 0px 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: #0D6CBB;
}

.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-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    margin-left: 20px;
}

.progressBar .progressIndicator.selected .step {
    background-color: #0D6CBB;
}

.courseselector .button {
    font-size: 0.9em;
}

.courseselector .button:hover {
    font-size: 0.9em;
}

.hidden {
    display: none;
}

.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;
}

div.linkbar {
    background: #0D6CBB 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;
    -webkit-border-radius: 3px;
    border-radius: 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;
}

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;
}

div.loginbar {
    position: absolute;
    top: 0px;
    right: 10px;
    height: 45px;
    background: transparent url("../images/asset/home/loginbar.png") no-repeat;
    width: 600px;
    text-align: left;
    z-index: 1000;
}

div.loginbar.opened {
    background: transparent url("../images/asset/home/loginpanel.png") no-repeat;
    height: 195px;
}

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: #999999;
}

.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-image: none;
    list-style: disc;
    margin: 2px 0;
}

#instructionBox li {
    list-style-image: url("/images/asset/bullet.png");
}

#instructionBox h1 {
    font-size: 1.5em;
    font-weight: bold;
    color: #0D6CBB;
}

#instructionBox b {
    font-weight: bold;
    color: #0D6CBB;
}

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-image: none;
    list-style-type: disc;
}

.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: #666666;
    font-weight: bold;
    margin-bottom: 1em;
}

div.popupForm h2 {
    font-size: 1em;
    color: #666666;
    font-weight: normal;
    margin-bottom: 1em;
    padding-right: 30px;
}

div.popupForm input.text {
    width: 300px;
}

div.popupForm  label {
    color: #666666;
    display: block;
    font-size: 1.2em;
}

div.popupForm .formvalue {
    margin: 0 0 3px;
    position: relative;
}

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;
}

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;
}

#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-color: #333333;
    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-image: none;
    list-style: square;
    padding-left: 30px;
    margin: 0;
    text-align: left;
}

.shoppingbasket tr.voucher ul.entitlements li {
    list-style-image: none;
    list-style: disc;
}

.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-image: none !important;
    list-style: disc !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;
}

#assignmentForm .rule-editor {
    padding: 10px 10px 10px 10px;
    position: relative;
    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-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    -webkit-background-clip: border-box;
    -webkit-background-origin: padding-box;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.246094) 0px 1px 3px;
    margin-left:auto;
    margin-right: auto;
    line-height: 2em;
    font-size: 1.1em;
    font-weight: bold;
    color: #333333;
    text-align: center;
    width: 90%;
    margin-bottom: 20px;
}

#assignmentForm .rule-editor input.mailbox.text.field {
    width: 100px;
    margin: 0;
    height: 25px;
    padding: 0;
    font-size: 1em;
}

#assignmentForm .rule-editor select.recruiters {
    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 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: 0px 0px 0px 0px;
    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-top: none;
    border-left: none;
    border-right: 1px #CCCCCC solid;
    border-bottom: none;
    background-color: transparent;
}

.popupForm.withSidebar .sidebar ul li.selected.error {
    background-color: #FFFFFF;
    color: #333333;
    color: #FF0000;
    font-weight: bold;
    border-right: none;
    border-left: none;
    border-top: 1px #CCCCCC solid;
    border-bottom: 1px #CCCCCC solid;
}
