/* CSS Rest based on http://meyerweb.com/eric/tools/css/reset/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, , td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border:1px solid #000;
    border-spacing: 1;
}

body {
    font-family: "Open Sans","Lucida Grande", "Helvetica Neue", Arial, "Lucida Sans Unicode", Tahoma, sans-serif;
    min-width: 1000px;
    background: #fff;
    text-align: center;
}
textarea, pre{
    font-family: "Open Sans","Lucida Grande", "Helvetica Neue", Arial, "Lucida Sans Unicode", Tahoma, sans-serif;
}

.floatleft {float: left;}
.floatright {float: right;}
.clearer {clear: both;height:0px;}

strong , b, .font-bold {font-weight: bold;}
a {color: #00ACCD;text-decoration:none;cursor:pointer;}
a:hover {color: #004448;}
.subtext {font-size: 60%;}
.font-normal {font-weight: normal;}
.hidden{display: none;}

.blockUI{
    z-index: 999999999 !important;
}

.wrapper {
    position: relative;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 25px 0px 15px;
    text-align: left;
}

.button {
    display: inline-block; ;
    border-radius: 5px ;
    -moz-border-radius: 5px ;
    -webkit-border-radius: 5px ;
    font-weight: bold ;
    text-decoration: none ;
    text-align: center ;
    filter: none !important;
}

.button.green{
    color: #ffffff ;
    text-shadow: 0 -1px 0 #4fa500 ;
    border: 1px solid #4fa500 ;
    background: #69bd26;
    background: -webkit-gradient(linear, left bottom, left top, from(#69bd26), to(#8bcd26)) ;
    background: -moz-linear-gradient(90deg, #69bd26 0%, #8bcd26 100%) ;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#69bd26', endColorstr='#8bcd26');
}

.button.green:hover {
    background: #7bda00;
    background: -webkit-gradient(linear, left bottom, left top, from(#63b000), to(#7bda00)) ;
    background: -moz-linear-gradient(90deg, #63b000 0%, #7bda00 100%) ;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b000', endColorstr='#7bda00');
}

.button.green:active {
    background: #63b000 ;
}

.button.gray {
    color: #555555 ;
    text-shadow: 0 1px 0 #ffffff ;
    border: 1px solid #bbbbbb ;
    background: #eeeeee;
    background: -webkit-gradient(linear, left bottom, left top, from(#dddddd), to(#eeeeee)) ;
    background: -moz-linear-gradient(90deg, #dddddd 0%, #eeeeee 100%) ;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#eeeeee');
}

.button.gray:hover {
    background: #dddddd ;
    background: -webkit-gradient(linear, left bottom, left top, from(#cccccc), to(#dddddd)) ;
    background: -moz-linear-gradient(90deg, #cccccc 0%, #dddddd 100%) ;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#dddddd');
}

.button.gray:active {
    background: #cccccc ;
}

.button.dark {
    color: #004448;
    text-shadow: 0 1px 0 #ffffff ;
    border: 1px solid #a1b9bf ;
    background: #e0e9ec;
    background: -moz-linear-gradient(90deg, #c5d3d7 0%, #e0e9ec 100%) ;
    background: -webkit-gradient(linear, left bottom, left top, from(#c5d3d7), to(#e0e9ec)) ;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c5d3d7', endColorstr='#e0e9ec');
}

.button.dark:hover {
    background: #c5d3d7;
    background: -webkit-gradient(linear, left bottom, left top, from(#c5d3d7), to(#ffffff)) ;
    background: -moz-linear-gradient(90deg, #c5d3d7 0%, #ffffff 100%) ;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c5d3d7', endColorstr='#ffffff');
}

.button.dark:active {
    background: #e0e9ec ;
}

.button.first {
    border-radius: 5px 0px 0px 5px ;
    -moz-border-radius: 5px 0px 0px 5px ;
    -webkit-border-radius: 5px 0px 0px 5px ;
}

.button.last {
    border-radius: 0px 5px 5px 0px ;
    -moz-border-radius: 0px 5px 5px 0px ;
    -webkit-border-radius: 0px 5px 5px 0px ;
}

.button.middle {
    border-radius: 0px ;
    -moz-border-radius: 0px ;
    -webkit-border-radius: 0px ;
    border-left: none;
}

.button.large{padding:0px 20px;font-size:20px;line-height:48px; font-size: 160%;}
.button.medium{padding:0px 20px;font-size:16px;line-height:28px; font-size: 120%;}
.button.small{padding:0px 20px;font-size:12px;line-height:18px;}

.light {
    font-weight: 300;
}
.icon {
    display: block;
    width: 40px;
    height: 40px;
    background: url("../../images/icons.gif") 0px 0px no-repeat;
}

/*
Retina compatible icons - must have the relevant background file, else retina screens will not display the icons
*/

@media (min--moz-device-pixel-ratio: 1.5),
(-o-min-device-pixel-ratio: 3/2),
(-webkit-min-device-pixel-ratio: 1.5),
(min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi),
(min-resolution: 1.5dppx) {

    .icon {
        background: url("../../images/icons@2x.gif") 0px 0px no-repeat;
        background-size: auto 40px;
    }

}

.icon.test-compose {
    background-position: -60px 0px;
}

.icon.test-customize {
    background-position: -120px 0px;
}

.icon.test-when {
    background-position: -180px 0px;
}

.icon.test-where {
    background-position: -240px 0px;
}

.icon.test-who {
    background-position: -300px 0px;
}

.icon.test-who-validate {
    background-position: -360px 0px;
}

.icon.test-camera {
    background-position: -420px 0px;
}

.icon.test-browser {
    background-position: -480px 0px;
}

.icon.test-analysis {
    background-position: -540px 0px;
}

.icon.test-comparative-results {
    background-position: -600px 0px;
}

.icon.test-improvement {
    background-position: -660px 0px;
}

.icon.test-profile-engine {
    background-position: -720px 0px;
}

.icon.simulator-coding-basic {
    background-position: -780px 0px;
}

.icon.simulator-coding-advanced {
    background-position: -840px 0px;
}

.icon.simulator-query-basic {
    background-position: -900px 0px;
}

.icon.simulator-query-advanced {
    background-position: -960px 0px;
}

.icon.simulator-case-study-target {
    background-position: -1020px 0px;
}

.icon.simulator-case-study-case {
    background-position: -1080px 0px;
}

.icon.simulator-case-study-evaluation {
    background-position: -1140px 0px;
}

.icon.simulator-case-study-mapping {
    background-position: -1200px 0px;
}

.icon.platform-scale {
    background-position: -1260px 0px;
}

.icon.platform-robust {
    background-position: -1320px 0px;
}

.icon.platform-support {
    background-position: -1380px 0px;
}

.icon.linkedin {
    background-position: -1440px 0px;
}

.icon.www {
    background-position: -1500px 0px;
}

.icon.true {
    background-position: -1560px 0px;
}

.icon.false {
    background-position: -1620px 0px;
}

.icon.test-creation {
    background-position: -1680px 0px;
}

.icon.innovative-simulators {
    background-position: -1740px 0px;
}

.icon.quality-content {
    background-position: -1800px 0px;
}

.icon.test-delivery {
    background-position: -1860px 0px;
}

.icon.coding-simulators {
    background-position: -1920px 0px;
}

.icon.database-simulators {
    background-position: -1980px 0px;
}

.icon.online-proctoring {
    background-position: -2040px 0px;
}

.icon.live-analytics {
    background-position: -2100px 0px;
}

.icon.case-study-simulators {
    background-position: -2160px 0px;
}

.icon.scalable-platform {
    background-position: -2220px 0px;
}

.testimonial .statement {
    font-family: "Open Sans","Lucida Grande", "Helvetica Neue", Arial, "Lucida Sans Unicode", Tahoma, sans-serif;
    font-weight: lighter;
    color: #000000;
    line-height: 150%;
}

.testimonial .statement .author {
    font-family: "Open Sans","Lucida Grande", "Helvetica Neue", Arial, "Lucida Sans Unicode", Tahoma, sans-serif;
    color: #666666;
}

.testimonial .statement .author .company {
    font-weight: bold;
}

#head {
    width: 100%;
    height: 65px;
    background: #004448;
    border-bottom:  1px solid #cccccc;
    z-index: 1;
    position: relative;
}

#head .identity {
    display: block;
    width: 140px;
    height: 60px;
    float: left;
}
#head .identity img{max-width: 140px;max-height: 60px;}

#head .menu {
    display: block;
    float: right;
    height: 65px;
    font-size:  14px;
    font-weight: bold;
}

#head .menu ul {
    float: left;
}

#head .menu ul.usermenu {
    margin: 0px 0px 0px 20px;
}

#head .menu ul .notation {
    display: block;
    height: 25px;
    font-size: 11px;
    line-height: 25px;
    color: #8f9ea1;
    font-weight: normal;
    text-align: center;
}


#head .menu ul li {
    display: block;
    float: left;
    position: relative;
    margin: 25px 0px 10px 0px;
    height: 30px;
    line-height: 30px;
}

#head .menu ul.candidate.usermenu li {
    margin: 0px 0px 10px 0px;
}

#head .menu ul.corporate.usermenu li {
    margin: 0px 0px 10px 0px;
}

#head .menu ul.usermenu li {
    height: 26px;
    padding: 2px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
    -webkit-box-shadow : 0px 1px 0px rgba(255, 255, 255, 0.2);
}

#head .menu ul.usermenu li.first {
    padding: 2px 0px 2px 2px;
    border-radius: 7px 0px 0px 7px;
    -moz-border-radius: 7px 0px 0px 7px;
    -webkit-border-radius: 7px 0px 0px 7px;
}

#head .menu ul.usermenu li.last {
    padding: 2px 2px 2px 0px;
    border-radius: 0px 7px 7px 0px;
    -moz-border-radius: 0px 7px 7px 0px;
    -webkit-border-radius: 0px 7px 7px 0px;
}

#head .menu ul li a {
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0px 10px 0px 10px;
    font-size: 14px;
    font-weight: bold;
}

#head .menu .contentmenu li a{
    color: #c5d3d7;
}

#head .menu ul.usermenu li a {
    height: 24px;
    line-height: 24px;
}

#head .menu .contentmenu li a:hover {
    color: #ffffff;
}

#head .menu ul li a.active {
    color: #ffffff;
}

#head .menu ul li a.signup {
    margin: 17px 0px 17px 10px;
    height: 30px;
    line-height: 30px;
}

#head .menu ul li.dropdown a {
    padding: 0px 45px 0px 25px;
    background: url("../../images/sprites.png") no-repeat 95px  0px;
}

#head .menu ul li.dropdown a:hover {
    background: url("../../images/sprites.png") no-repeat 95px -30px;
}

#head .menu ul li.dropdown.active a:hover, #head .menu ul li.dropdown.active a {
    background: url("../../images/sprites.png") no-repeat right -30px;
}

#head .menu ul li ul {
    display: none;
    width: 130px;
    padding: 15px 10px 10px 10px;
    position: absolute;
    top: 30px;
    right: 0px;
    background: #004448;
    z-index: 999;
    border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow : 0px 2px 2px rgba(0, 0, 0, 0.5);
}


#head .menu ul li.hover ul {
    display: block;
}

#head .menu ul li.dropdown ul li {
    float: none;
    margin: 0px;
}

#head .menu ul li.dropdown ul li a {
    display: block;
    padding: 0px;
    color: #c5d3d7;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    background: #004448 ;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

#head .menu ul li.dropdown ul li a:hover {
    background: #19565a ;
    color: #ffffff;
}

#positioning, #introduction, #news {
    width:  100%;
    padding-top: 30px;
    background: #ffffff;
    font-size: 16px;
    line-height: 1.6em;
}

#news{
    padding-bottom: 10px;
    height: 160px;
    position: relative;
    overflow: hidden;
}

#news .a-news-wrapper,#news .last-news-wrapper{
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 1.4em;
    display: none;
    color: #000;
    height: 160px;
}

#news .active{
    display: block;
}

#news .last-news-wrapper{
    text-align: center;
    font-size: 20px;
    color: #000;
}

#news .last-news-wrapper:hover h6{
    color: #00aadc;
    text-decoration: underline;
}


#news .a-news-wrapper img{
    float: left;
    max-width: 160px;
    max-height: 160px;
    margin:0 20px;
}

#news .a-news-wrapper h5{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    height: 1.4em;
    overflow: hidden;
    text-overflow: ellipsis;
}

#news .a-news-wrapper p{
    font-size: 14px;
    text-align: left;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#news .a-news-wrapper p a{
    color: #666;
}

#news .a-news-wrapper p a:hover{
    color: #00aadc;
    text-decoration: underline;
}

#news .client-logos{
    display: block;
    width: 950px;
    height: 50px;
    margin: 20px auto;
    background: url("../../images/client_strip.jpg") 0px 0px no-repeat;
}

#news-anchors {
    width: 100px;
    height: 20px;
    position: absolute;
    left: 440px;
    bottom: 0px;
}

#news-anchors a{
    width: 8px;
    height: 8px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #ddd;
    display: block;
    margin: 0 5px;
    float: left;
}

#news-anchors a.active{
    background-color: #00aadc;
}

#positioning .statement {
    color:  #004448;
    text-align: center;
    font-size: 24px;
    padding-bottom: 20px;
}

#positioning .statement.home{
    font-size: 16px;
    float: left;
    font-weight: bold;
}

#introduction .text, #introduction .video{
    width: 50%;
}

#introduction .text h1{
    font-size: 36px;
    color: #004448;
    line-height: 1.4em;
    margin: 20px 0;
    font-weight: bold;
    width: 400px;
}

#introduction .text .button{
    width: 200px;
}

#introduction .text label{
    font-size: 12px;
    color: #004448;
}

#introduction .video .anchor{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 5px #222;
    -webkit-box-shadow: 0px 0px 5px #222;
    box-shadow: 0px 0px 5px #222;
    height: 275px;
    width: 475px;
    position: relative;
    display: block;
    background: url("../../images/VideoTh.gif") 0px 0px no-repeat;
}

#introduction .video .anchor .play-button{
    width: 71px;
    height: 89px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -52px;
    margin-left: -20px;
    background: url("../../images/playButton.png") 0px 0px no-repeat;
}

#introduction .video .anchor:hover .play-button{
    background-position: 0px -91px;
}


#introduction .divider{
    margin-top: 30px;
}

#tabs {
    float: right;
    font-style: italic;
    background: #ffffff;
    color: #004448;
}

#tabs a {
    border-bottom: 2px solid #ffffff;
    display: block;
    float: left;
    margin: 0px 10px 0px 10px;
    color: #6f8182;
    font-style: normal;
}

#tabs a:hover {
    border-bottom-color: #c5d3d7;
}

#tabs a.active {
    color: #004448;
    border-bottom-color: #00aadc;
}

#tabs .menu {
    float: right;
}

#tabs ul li {
    float: left;
}

#hero {
    width: 100%;
    background: #ffffff;
}

#hero .a-hero {
    display: none;
    min-height: 410px;
}

#hero .a-hero.visible {
    display: block;
}


#hero .highlight {
    display: block;
    width: 960px;
    height: 400px;
    line-height: 20px;
    position: relative;
}

#hero .highlight .testimonial {
    display: block;
    position: absolute;
    top: 40px;
    left: 0px;
    width: 360px;
    padding: 40px 40px 40px 50px;
    background: url("../../images/quotes_big_left.gif") 0px 0px no-repeat;
    /*
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border: 5px solid #ffffff;
        box-shadow: -5px 0px 5px rgba(0, 0, 0, 0.1);
        background-image: -webkit-gradient(linear, left top, right top, from(#bfeaf1), to(#ffffff)) ;
        background-image: -moz-linear-gradient(0deg, #bfeaf1 0%, #ffffff 100%) ;
    */
}

#hero .highlight .testimonial .statement {
    font-size: 16px;
}

#hero .highlight .testimonial .statement .author {
    padding: 20px;
    font-size: 12px;
    background: url("../../images/quotes_big_right.gif") right bottom no-repeat;
}

#hero .highlight .image {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
}

#hero .highlight .feature {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 0px;
    width: 400px;
    padding: 40px;
}

#hero .highlight.alt .image {
    left: 0px;
    right: auto;
}

#hero .highlight.alt .testimonial {
    left: 480px;
    padding: 40px 50px 40px 80px;
    /*
        box-shadow: 5px 0px 5px rgba(0, 0, 0, 0.1);
        background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#bfeaf1)) ;
        background-image: -moz-linear-gradient(0deg, #ffffff 0%, #bfeaf1 100%) ;
    */
}

#hero .highlight.alt .feature {
    left: 480px;
    padding: 40px 40px 40px 80px;
}


#hero .highlight .image img {
    width: 480px;
    height: 400px;
}

#content {
    width: 100%;
    background: #ffffff;
}

#content .wrapper {
    background: #ffffff;
}

#content.content-sidebar .sidebar {
    float: left;
    width: 240px;
    font-size: 14px;
    padding: 0px 0px 20px 0px;
}

#content.content-sidebar .sidebar ul li {
    font-weight: bold;
    padding: 10px 0px 10px 0px;
}

#content.content-sidebar .sidebar ul li ul {
    padding: 10px 0px 10px 0px;
}

#content.content-sidebar .sidebar ul li ul li {
    padding: 0px;
}

#content.content-sidebar .sidebar ul li ul li a {
    display: block;
    color: #6f8182;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    padding: 0px 0px 0px 10px;
    border-bottom: 1px solid #dddddd;
    overflow: hidden;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

#content.content-sidebar .sidebar ul li ul li a:hover {
    background: #d4dee1;
    box-shadow: inset -5px 0px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset -5px 0px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset -5px 0px 0px rgba(0, 0, 0, 0.1);
}

#content.content-sidebar .sidebar ul li ul li a.active {
    color: #ffffff;
    background: #6f8182;
    font-weight: bold;
    box-shadow: inset -5px 0px 0px #00accd;
    -moz-box-shadow: inset -5px 0px 0px #00accd;
    -webkit-box-shadow: inset -5px 0px 0px #00accd;
}

#content.content-sidebar .matter {
    float: left;
    width: 920px;
    font-size: 16px;
    padding: 0px 20px 20px 20px;
    line-height: 20px;
}

#content.content-sidebar .matter.faq{
    padding-bottom: 60px;
    padding-top: 35px;
}

#content .matter.terms h2, #content .matter.terms h3,#content .matter.terms h3{
    font-weight: bold;
    text-transform: uppercase;
    margin: 20px 0;
    font-size: 110%;
}

#content .matter.terms{
    padding: 0px 0px 60px 0px;
}
#content .matter.terms ul li{
    text-transform: lowercase;
    font-size: 14px;
    line-height: 150%;
    margin: 5px 0px;
    text-align: justify;
}
#content .matter.privacy ul li{
    margin: 5px 30px;
    list-style-type: disc;
}
#content .matter.terms ul li strong{
    text-transform: uppercase;
}
#content .matter.terms ul li ul li{
    list-style-type: disc;
    margin: 5px 30px;
}

#content.content-sidebar .matter.faq .a-block {
    padding: 5px 0;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
}

#content.content-sidebar .matter.faq .a-block {
    padding: 5px 0;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
}

#content.content-sidebar .matter.faq .a-block strong{
    font-weight: normal;
}

#content.content-sidebar .matter.faq .a-block p{
    margin: 0px;
}

#content.content-sidebar .matter.faq .a-block a:hover{
    color: #00ACCD;
    text-decoration: underline;
}

#content.content-sidebar .matter.faq .a-block p.image-pane img{
    width: 100%;
    margin: 10px 0;
}

#content.content-sidebar .matter.faq .a-block ul li{
     list-style: disc;margin-left: 20px;
}

#content.content-sidebar .matter.faq .a-block.last{
    border-width: 0px;
}

.a-block p ,#content .a-block ul, #content .a-block .psych-table, #content .a-block .symbol-meaning {
    display: none;
}

#client-wrapper{
    padding: 0px 0 60px 0 ;
}

#client-wrapper .frame{
    float: left;
    width: 150px;
    height: 110px;
    background-color: white;
    border: #A3EBF9 solid 6px;
    margin: 15px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    line-height: 150px;
    text-align: center;
    overflow: hidden;
}
#client-wrapper .frame img{
    max-width: 100%;
    max-height: 100%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}


/*psychometric faq*/

.psych-table{margin:20px 0;text-align:center;font-size:12px;}
.psych-table .psych-table-header{color:#fff;background-color:#4cc5dc;padding:5px 0;height:30px;line-height:30px;font-size:14px;}
.psych-table-header div{width:35px;height:30px;line-height:30px;margin:0 5px;text-align:center;}
.psych-table-content .psych-block div{width:25px;height:30px;line-height:30px;margin:0 10px;font-size:11px;}
.psych-table div.name-block{width:300px;text-align:left;padding:0 0 0  10px;margin:0px;}
.psych-table-content .psych-block{padding:5px 0;width:660px;float:left}
.psych-table-content .psych-block.even {background-color:#a3ebf9;}
.psych-table-content .psych-block div.true{background:url("../../images/tick_cross.png") 0px 0px no-repeat;}
.psych-table-content .psych-block div.short ,.psych-table-content .psych-block div.simplified{background:url("../../images/tick_cross.png") -55px 0px no-repeat;}

.matter.faq .clearer{display: block !important;}

.symbol-meaning{line-height:30px;margin-top:10px;}
.symbol-meaning .symbol{width:20px;height:30px;background:url("../../images/tick_cross.png") 0px 0px no-repeat;margin:0px 5px 0 10px;}
.symbol-meaning .symbol.true{background-position:0px 0px;}
.symbol-meaning .symbol.partial{background-position:-55px 0px;}

#content.content-sidebar .matter {
    width: 660px;
    padding: 0px 0px 20px 60px;
}

#content .matter .header {
    font-size: 24px;
    color: #004448;
    line-height: 30px;
    padding: 0px 0px 20px 0px;
}

#content .matter .hero {
    height: 360px;
    margin: 0px 0px 20px 0px;
    position: relative;
}

#content .matter .hero.mini {
    height: 160px;
}

#content .matter .hero .image {
    position: absolute;
    top: 0px; right: 0px;
}

#content .matter .hero .image img,#content .matter .hero .image a {
    width: 660px;
    height: 360px;
    cursor: auto;
}

#content .matter .hero.mini .image img {
    width: 660px;
    height: 160px;
}

#content .matter .hero .banner {
    float: right;
}

#content .matter .hero .nav {
    float: left;
    width: 280px;
    padding: 20px 0px 20px 0px;
}

#content .matter .hero .nav ul {
    padding: 0px 0px 0px 0px;
}

#content .matter .hero .nav ul li {
    display: block;
    height: 40px;
    clear: both;
    margin: 0px 0px 10px 0px;
}

#content .matter .hero .nav ul li .icon {
    display: block;
    float: left;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
    filter: alpha(opacity=25);
    -moz-opacity: 0.25;
    -khtml-opacity: 0.25;
    opacity: 0.25;
}

#content .matter .hero .nav ul li.active .icon {
    display: block;
    float: left;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0;
}

#content .matter .hero .nav ul li a,#content .matter .hero .nav ul li label {
    display: block;
    float: left;
    margin: 0px 0px 0px 10px;
    color: #999999;
    font-size: 14px;
    line-height: 40px;
}

#content .matter .hero .nav ul li a:hover {
    color: #000000;
    text-decoration: none;
    cursor:auto;
}


#content .matter .hero .nav ul li.active a {
    font-weight: bold;
    color: #000000;
    cursor:auto;
}

#content .matter .hero .nav ul li.active {
}

#content .matter .case {
    line-height: 150%;
    margin: 20px 0px 20px 0px;
    padding: 10px 0px 10px 0px;
}

#content .matter .case .graphic {
    float: left;
    width: 220px;
}

#content .matter .case .introduction {
}

#content .matter .case .testimonial {
    padding: 40px 40px 0px 40px;
    background: url("../../images/quotes_small_left.gif") 0px 20px no-repeat;
    position: relative;
}

#content .matter .case .testimonial .statement {
    font-size: 14px;
}

#content .matter .case .testimonial .statement .author {
    margin: 10px 0px 0px 0px;
    font-size: 12px;
    background: url("../../images/quotes_small_right.gif") right bottom no-repeat;

}

#content .matter .case .testimonial .link {
    position: absolute;
    bottom: 0px;
    right: 40px;
    width: 175px;
    font-weight: 300;
    color: #999999;
    font-size: 12px;
    line-height: 125%;
}

#content .matter .case .testimonial .link a {
    height: 20px;
    line-height: 20px;
    margin: 30px 0px 0px 0px;
}

#content .matter .subnav {
    display: block;
    width: 610px;
    padding: 20px;
    border-radius: 20px 20px 0px 0px;
    -moz-border-radius: 20px 20px 0px 0px;
    -webkit-border-radius: 20px 20px 0px 0px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#bfeaf1)) ;
    background-image: -moz-linear-gradient(90deg, #ffffff 0%, #bfeaf1 100%) ;
    margin: 0px 0px 20px 0px;
    border-left: 5px solid #ffffff;
    border-top: 5px solid #ffffff;
    border-right: 5px solid #ffffff;
    position: relative;
}

#content .matter .subnav a {
    display: block;
    font-size: 12px;
    line-height: 30px;
    font-weight: 300;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
}

#content .matter .subnav a:hover {
    font-weight: normal;
    text-decoration: none;
}

#content .matter .subnav .bottomelement{
    display: block;
    position: absolute;
    bottom: -5px;
    left: -5px;
    width: 660px;
    height: 5px;
    background: #ffffff;
}

#content .matter .a-content-block {
    line-height: 150%;
    margin: 0px 0px 20px 0px;
    padding: 20px 0px 20px 0px;
}

#content .matter .a-content-block img {
    width: 140px;
    float: right;
    margin: 20px 0px 20px 20px;
}

#content .matter .a-content-block p {
    margin: 20px 0px 20px 0px;
    font-size: 14px;
}

#content .matter .a-content-block a.extlink {
    float: right;
}

#content .matter .a-content-block a.extlink .icon {
    float: left;
}

#content .matter .a-content-block .button {
    float: right;
    width: 220px;
}

#content .matter .a-content-block ul {
    margin: 20px 0px 0px 0px;
    font-weight: 300;
    font-size: 14px;
    line-height: 125%;
}

#content .matter .a-content-block ul.job-list {
    float: right;
    width: 500px;
    padding: 0px 0px 0px 19px;
    border-left: 1px dotted #dddddd;
    line-height: 125%;
}

#content .matter .a-content-block ul li {
    padding: 5px 0px 5px 0px;
}

#content .matter .a-content-block ul li ul {
    font-weight: 300;
    color: #777777;
    margin: 10px 0px 10px 0px;
    padding: 0px 0px 0px 20px;
    font-size: 12px;
}

#content .matter .a-content-block ul li ul li ul {
    padding: 0px 0px 0px 20px;
    border-left: 1px dotted #dddddd;
}

#content .matter .a-content-block ul li em {
    font-weight: normal;
}

#content .matter .a-content-block ul.job-list li ul {
    margin: 10px 0px 10px 0px;
}

#content .matter .a-content-block ul.job-list li{
    padding: 10px 0px 10px 0px;
}

#content .matter .a-content-block ul.job-list li ul li {
    padding: 5px 0px 5px 0px;
}

#content .matter .a-content-block h2 {
    font-weight: bold;
    padding: 0px 0px 21px 0px;
    border-bottom: 3px solid #eeeeee;
}

#content .matter .a-content-block h3 {
    font-size: 14px;
    color: #777777;
    font-weight: bold;
    margin: 10px 0px 20px 0px;
}

#content .matter .a-content-block h4 {
    display: block;
    float: left;
    width: 130px;
    font-size: 14px;
    font-weight: bold;
    color: #777777;
    padding: 5px 0px 5px 0px;
    margin: 20px 0px 0px 0px;
}

#content .matter .a-content-block h5 {
    font-size: 14px;
    font-weight: 300;
    line-height: 125%;
    margin: 10px 0px 20px 0px;
}

#content .matter .a-content-block table {
    margin: 20px 0px 10px 0px;
    width: 660px;
    color: #777777;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
}

#content .matter .a-content-block table th {
    padding: 5px 10px 5px 10px;
    color: #777777;
    text-align: left;
    background: #eeeeee;
    border-bottom: 2px solid #eeeeee;
}

#content .matter .a-content-block table td {
    color: #777777;
    border-bottom: 1px solid #eeeeee;
    font-weight: bold;
    vertical-align: middle;
}

#content .matter .a-content-block table td .icon {
    margin-left: auto;
    margin-right: auto;
}

#content .matter .a-content-block table .description {
    width: 200px;
}

#content .matter .a-content-block table .yesnoparameter {
    text-align: center;
}

#content .matter .a-content-block .text{
    width: 740px;
    margin-right: 20px;
    max-height: 60px;
    overflow: hidden;
}
#content .matter .a-content-block .designation{
    width: 680px;
    font-style: italic;
}
#content .matter .a-content-block .image{
    width: 200px;
    max-height: 80px;
}
#content .matter .a-content-block .image img{
    max-height: 100%;
    max-width: 100%;
    margin: 0px;
}

#content .matter p {
    font-size: 14px;
    margin: 20px 0px 20px 0px;
    line-height: 150%;
}

#content .matter .details {
    position: relative;
    margin: 40px 0px 20px 0px;
    line-height: 150%;
}

#content .matter .details p {
    font-size: 16px;
}

#content .matter .details ul {
    padding: 10px 0px 10px 0px;
    font-size: 14px;
    color: #777777;
}

#content .matter .details ul li {
    display: block;
    min-height: 40px;
    padding: 10px 0px 10px 0px;
    position: relative;
}

#content .matter .details ul li p {
    font-size: 14px;
    padding: 0px;
    margin: 0px 0px 0px 70px;
}

#content .matter .details ul li p em {
    font-style: italic;
}

#content .matter .details ul li ol {
    padding: 0px;
    margin: 10px 0px 0px 70px;
    color: #000000;
    font-weight: 300;
}

#content .matter .details ul li ol li {
    min-height: 0px;
    padding: 5px 0px 5px 0px;
}

#content .matter .details ul li .icon {
    position: absolute;
    top: 10px;
    left: 0px;
}

#content .matter .details .demo {
    position: absolute;
    bottom: 0px;
    left: 440px;
    width: 220px;
    padding: 10px 0px 10px 0px;
}

#content .matter .details .demo .statement{
    font-weight: 300;
    font-size: 12px;
    line-height: 125%;
    color: #999999;
    margin: 10px 10px 10px 10px;
}

#content .matter .details .demo a{
    width: 218px;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 10px 0px 10px 0px;
}

#content .matter .footnote {
    display: block;
    margin: 20px 0px 20px 0px;
    padding: 20px 0px 20px 0px;
    border-top:  3px solid #eeeeee;
    border-bottom:  3px solid #eeeeee;
}

#content .matter.testimonial .a-content-block{
    padding-bottom: 0px;
    position: relative;
}

#content .matter.testimonial p{
    height: 60px;
    overflow: hidden;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#content .matter.testimonial .a-content-block.toggle p{
    height: auto;
}

#content .matter.testimonial img{
    position: absolute;
    max-height: 60px;
    max-width: 80px;
    right: 0px;
    top:0px;
    margin: 0px;
}

#content .matter.clients .frame{
    float: left;
    width: 140px;
    height: 110px;
    background-color: white;
    border: #A3EBF9 solid 6px;
    margin:10px 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    line-height: 150px;
    text-align: center;
    overflow: hidden;
    line-height: 110px;
}

#content .matter.clients .frame img{
    margin: 0px;
    width: 140px;
    height: auto;
    float: none;
    line-height: 110px;
}

.divider {
    display: block;
    width: 960px;
    height: 10px;
    background: url("../../images/divider_fullwidth.png");
}

#content.content-sidebar .divider {
    display: block;
    width: 660px;
    height: 10px;
    background: url("../../images/divider_twocolumns.png");
}

.divider.full-width {
    width: 960px !important;
    margin: 0px 0px 30px 0px;
    background: url("../../images/divider_fullwidth.png") !important;
}

.divider.toplevel {
    margin: 0px 0px 30px 0px;
}

.trigger {
    display: block;
    padding: 40px 0px 40px 0px;
}

.trigger.pricing{
    padding: 0 0 40px 0;
}

.trigger .graphic {
    float:  left;
    width: 220px;
    margin: 0px 40px 0px 0px;
}
.trigger .graphic.pricing {
    float:  left;
    width: 200px;
    margin: 20px 0px;
}

.trigger .graphic .icon {
    display: block;
}

.trigger .statement {
    float: left;
    color: #6F8182;
    font-size: 24px;
    line-height: 32px;
    padding: 5px 0px 5px 0px;
    margin: 10px 0;
}

.trigger .statement em {
    font-weight: 300 ;
}

.trigger .button{
    margin: 10px 0;
}

.content-sidebar .trigger .statement, .trigger.with-graphic .statement {
    width:400px;
}

.content-sidebar .trigger .statement.footer, .trigger.with-graphic .statement.footer {
    width:700px;
}

.content-sidebar .trigger .statement.footer li, .trigger.with-graphic .statement.footer li{
    font-size: 12px;
}

.trigger.with-graphic .statement.pricing {
    width:760px;
    font-size: 12px;
}

.trigger.with-graphic .statement.pricing .note{
    line-height: 60px;
    font-size: 12px;
}

.trigger.with-graphic .statement.pricing p a{
    float: none;
    font-size: 100%;
}

.trigger .statement ul{
    margin: 20px 10px 10px 10px;
    color: #777777;
    font-weight: normal;
    line-height: 20px;
}

.trigger .statement em {
    font-weight: normal;
    font-size: 80%;
}

.trigger .statement .table {
    margin: 20px 0px 10px 0px;
    color: #777777;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    width: 100%;
}

.trigger .statement .table th, #content .matter .trigger .statement .table td {
    padding: 5px 10px 5px 10px;
    color: #777777;
    text-align: left;
}

.trigger .statement .table th, #content .matter .trigger .statement .table td {
    color: #999999;
    border-bottom: 1px solid #eeeeee;
}


#content .matter .trigger .statement .table .separator td, #content .matter .trigger .statement .table .last td {
    border-bottom: 1px solid #cccccc;
}

.trigger .statement .table th {
    background: #eeeeee;
    font-weight: bold;
    color: #666666;
}

.statement.pricing .price {
    color: #000000;
    display: inline-block;
    text-align: center;
    width: 100%;
}

.statement.pricing .pricing-query .price{
    text-align: left;
    width: auto;
}

.statement.pricing .price.hidden{
    display: none;
}

.currency-type input[type="radio"]:checked + label{
    font-weight: bold;
}

.trigger .statement table td .note {
    display: block;
    font-size: 12px;
    color: #999999;
    font-weight: normal;
}

.trigger a {
    float:  right;
    width: 218px;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.pricing-query{
    display: block;
    padding: 40px 0px 40px 0px;
    color: #777777;
    font-size: 12px;
    line-height: 1.4em;
}
.pricing-query p{
    font-size: 100% !important;
    margin: 5px 0 !important;
    line-height: 20px;
}
.pricing-query h3{
    font-weight: bold;
    margin: 10px 0 0 0;
    line-height: 20px;
}
.pricing-query ul{
    margin: 5px 0px !important;
}

.pricing-query ul.list-decimal{
    margin: 5px 20px !important;
    list-style: decimal;
}

#content .matter .footnote {
    font-size: 12px;
    color: #777777;
    line-height: 150%;
}

#content .matter .footnote .statement {
    display: block;
    color: #000000;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
}

#footer {
    border-top: 1px solid #aabec4;
    padding: 20px 0px 20px 0px;
    color: #6f8182;
    font-size: 12px;
    line-height: 15px;
}

#footer ul {
    float:  left;
    margin: 0px 40px 40px 0px;
    font-weight: bold;
}

#footer a {
    color: #6f8182;
    font-weight: normal;
    height: 15px;
}

#footer a:hover {
    color: #004448;
}

#footer .copyright {
    float: right;
}

#notification-area .wrapper{width:80px;}
#notify{position:fixed;display:none;line-height:20px;color:#004448;font-weight:bold;margin-left:-20px;
    background-color:#ffffe1;padding:0 30px;border:1px solid #ff7d01;border-top-width:0px;z-index:99;text-align:center;
    -moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius: 4px;border-bottom-right-radius:4px;
    -moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius: 4px;border-bottom-left-radius:4px;}

.page-info{text-align:center;padding:30px 0;color:#004448;font-weight:normal;font-size: 24px; line-height: 30px;}
/*.page-info.left-align{text-align: left}*/


#table-all-users{
 margin-top:45px ! important;
font-size:14px;
width:960px;
}

#table-all-users .name , #table-all-users .description{
padding:0px 5px !important;
font-weight:normal;
}

#formlogin{
margin-top:45px;
}

#table-all-users .table-heading{
background:#f8f8f8;
}
