@charset "utf-8";

* { padding:0; margin:0; border: none; line-height: 100%; }
	
body {
    font-family: Arial, "Lucida Grande", Verdana, sans-serif;
    font-size: 12px;
    line-height: 20px;
}
 
:focus { -moz-outline-style: none; }
	
p { padding-bottom: 20px; }
img, a img { border: 0; }
ul li { list-style: none; }
.clear { clear: both; }

a {
    color: #008ee8;
    text-decoration: none;
    outline: none;
}

	
a:hover {
    color: #ec8526;
    text-decoration: none;
}	
	
#hld {
    min-height: 402px;
}
	
.wrapper {
    width: 960px;
    /*width: 90%;*/
    min-width: 960px;
    margin:0 auto;
}


/* Header */

#header {
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}
	
#header a {
    text-decoration: none;
}

#header h1 {
    float: left;
    margin-right: 15px;
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
}

.logout {
    float: right;
}


/* Menu */

#nav {
    margin: 0;
    border: 0 none;
    padding: 0;
    width: auto; /*For KHTML*/
    list-style: none;
    padding: 0;
    float: left;
}

#nav li {
    margin: 0;
    border: 0 none;
    padding: 0;
    float: left; /*For Gecko*/
    display: inline;
    list-style: none;
    position: relative;
    padding: 0 10px;
    margin-bottom: 10px;
}
        
/* Block content */

.block_content {
    min-height: 240px;
}

.block_content .error_list,
.flash-error {
    color: red;
    padding: 5px 0;
}
.flash-error {
    text-align: center;
}

.block_content h1,
.block_content h2 {
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #454545;
    margin-bottom: 10px;
}

.block_content h3 {
    font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #666;
    margin-bottom: 5px;
}

.block_content h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #666;
    margin-bottom: 5px;
}

.block_content .main-logo-image {
    width: 960px;
    padding-top: 10px;
}
        
.block_content table tr td {
    padding: 0 2px;
    vertical-align: top;
}

.logo {
    margin: 20px auto;
    width: 300px;
}
.logo img {
    width: 300px;
}
.logo-index {
    width: 960px;
    margin-top: 50px;
}
.logo-left {
    float: left;
    margin: 0 10px;
}
.logo-left .version,
.logo-left .team-name {
    padding: 2px 0;
    line-height: normal;
}
.logo-left img {
    height: 30px;
}
.logo-footer {
    padding: 2px 0;
    float: right;
}
.logo-footer img {
    height: 20px;
}


.btn-continue,
.btn-strategic,
.btn-header,
.btn-history,
.btn-exit {
    width: 80px;
    height: 14px;
    border: 1px outset #999;
    font-weight: bold;
    text-align: center;
    padding: 6px 3px;
    margin: 0 3px;
    border-radius: 14px;
    background-clip: padding-box;
    background: #BBB url(../images/btn_background1.png) repeat-x;
}
.main-interface .tools div:hover,
.network .item p:hover {
    background-color: #EEE;
}
.btn-continue:hover,
.btn-strategic:hover,
.btn-header:hover,
.btn-history:hover,
.btn-exit:hover {
    background-position: 0 -26px;
}
.btn-long {
    width: 139px;
}
.btn-continue{
    float: right;
    margin-right: 0;
}
.btn-exit {
    float: left;
    margin-right: 0;
}
.btn-header {
    float: right;
    margin: 20px 0 5px 5px;
    z-index: 1000;
}
.btn-strategic {
    float: left;
}

.form-signin div {
    margin: 0 auto;
    padding: 10px;
    width: 300px;
}
.form-signin label {
    font-weight: bold;
}
.form-signin input.text {
    float: right;
    width: 150px;
    /*border: 2px inset;*/
}
.form-points-learning input {
    border: 2px inset;
}

.strategic {
    width: 600px; 
    margin: 20px auto;
}
.strategic h2 {
    text-align: center;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    padding: 7px;
    margin-bottom: 0;
}
.strategic .result {
    margin-top: 20px;
    max-height: 320px;
    width: 100%;
    overflow-y: scroll;
    border: 1px solid #999;
}
.strategic .result table {
    border-collapse: collapse;
}
.strategic .result table th,
.strategic .result table td {
    border: 1px solid #999;
    padding: 2px;
}
.strategic .result table td.td-form {
    padding: 0;
}
.strategic .result table td {
    vertical-align: top;
}
.strategic.learning-points .result table th,
.strategic.learning-points .result table td {
    border: 1px solid #999;
    padding: 7px;
}
.strategic .result table th p,
.strategic .result table td p {
    padding: 4px;
}
.strategic .result table td.td-form {
    vertical-align: bottom;
}
.strategic .result table td.td-form textarea {
    width: 280px;
    height: 160px;
    border: 0;
}
.strategic .result table th.left,
.strategic .result table th.right {
    width: 50%;
}
.strategic .result table td select {
    height: 24px;
    width: 100%;
}
.strategic .result table td input {
    width: 268px;
/*    padding: 2px;
    background-color: #EEE;*/
}
.form-strategic > ul.error_list {
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    padding-left: 7px;
}
.strategic textarea {
    width: 588px;
    height: 120px;
    border: 1px solid #999;
    padding: 5px;
    background-color: #EEE;
    resize: none;
}
.strategic .strategic-body {
    overflow: auto;
    width: 587px;
    height: 120px;
    border: 1px solid #999;
    padding: 5px;
    background-color: #EEE;
}

.main-interface,
.tools-interface {
    width: 960px; 
}
.main-interface {
    margin: 0 auto;
}
.tools-interface {
    margin: 0 auto;
}
.main-interface h1,
.tools-interface h1 {
    text-align: center;
}
.main-interface table,
.tools-interface table {
    float: left;
    margin-bottom: 10px;
    border-spacing: 0;
}
.main-interface table a,
.tools-interface table a {
    color: black;
}
.main-interface .sidebar {
    float: right;
    width: 165px;
}
.main-interface .tools {
    width: 163px;
    border: 1px solid #999;
    /*border: 1px solid #A0A0A0;*/
    -webkit-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.35);
}
.main-interface .tools h2 {
    padding: 10px;
    margin-bottom: 0;
    text-align: center;
}
.main-interface .tools div {
    padding: 4px 5px;
    border-top: 1px solid #999;
    background-color: #DDD;
    font-weight: bold;
    line-height: normal;
}

.tools-interface .sidebar {
    float: left;
    width: 165px;
}
.tools-interface .sidebar a > span,
.sidebar .tool-information a > span {
    margin-bottom: 10px;
}

.personal-details {
    width: 800px; 
    margin: 10px auto;
}
.personal-details .block-1, 
.personal-details .block-2,
.personal-details .block-3 {
    float: left;
    padding: 7px;
    margin-top: 20px;
}
.personal-details .block-1 {
    width: 360px;
}
.personal-details .block-1 .figure-information {
    height: 276px;
    padding: 5px;
    overflow: auto;
    border: 1px solid #999;
    border-radius: 5px;
}
.personal-details .block-3 {
    width: 350px;
    margin: 0;
    text-align: center;
}
.action-history th,
.personal-details .block-3 th {
    padding: 2px 5px;
    background-color: #E7F1FF;
}
.personal-details .block-3 td {
    text-align: left;
    padding: 1px 5px;
}
.action-history tr.odd td,
.personal-details .block-3 tr.odd td {
    background-color: white;
}
.action-history tr.even td,
.personal-details .block-3 tr.even td {
    background-color: #EEE;
}
.personal-details img {
    width: 120px;
    margin-bottom: 10px;
}

.personal-details .block-3 .action-history {
    max-height: 170px;
}
.personal-details .interest {
    width: 20px;
}

.message-body, 
.message-tool {
    overflow: auto;
}
.message-body {
    display: none;
    padding-bottom: 5px;
    background-color: gold;
}
.message-tool {
    height: 240px;
    margin-bottom: 10px;
    border-radius: 3px;
    background-clip: padding-box;
    border: 3px solid #999;
    background-color: lightYellow;
}
.message-info {
    padding: 5px;
    line-height: normal;
}
.message .title {
    font-weight: bold;
    padding: 5px;
}
.message-tool .name {
    padding: 0 0 10px 10px;
    line-height: normal;
}

.days-for-tool {
    padding-left: 10px;
    margin-bottom: 5px;
    font-size: 16px;
}

.btn-close-info, 
.btn-close-message-info {
    text-align: center;
    padding: 7px 0;
}
.btn-close-info a,
.btn-close-message-info a {
    padding: 3px 20px;
    font-weight: bold;
    border: 1px outset #999;
    border-radius: 3px;
    background-clip: padding-box;
    background: #87ceeb url(../images/btn_background3.png) repeat-x;
}
.btn-close-info a:hover,
.btn-close-message-info a:hover {
    background-position: 0 -22px;
}

.network {
    margin: 10px 0;
    line-height: normal;
    
    border: 1px solid #999;
    -webkit-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.35);
}
.network .title {
    padding: 3px 5px;
    text-align: center;
}
.network .item p {
    padding: 5px;
    background-color: #DDD;
    border-top: 1px solid #999;
    margin-bottom: 0;
    color: black;
}
.network .description {
    background-color: #fffff0;
    padding: 5px;
    display: none;
}

.network .item p.active,
.network .item p.active:hover {
    background-color: coral;
    font-weight: bold;
}

.network .item p.select,
.network .item p.select:hover {
    background-color: #ffdead;
    font-weight: bold;
}

.cts-lightbox {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  padding: 0px;
  margin: 0px;
  display: none;
}

.cts-lightbox .over {
  z-index: 2000;
  width: 100%;
  height: 100%;
  opacity:0.8;
  filter:alpha(opacity=50);
  background-color: #AAA;
  position: fixed;
  top: 0px;
  left: 0px;
} 

.cts-lightbox .wnd {
  z-index: 2001;
  position: absolute;
  top: 50%;
  left: 50%;
}

#btn-tool-reversal span {
    color: black;
    border: 1px outset #999;
    background: #ff8c00 url(../images/btn_background2.png) repeat-x;
}

#btn-tool-reversal span:hover {
    background-position: 0 -26px;
}
.communications ul li {
    padding-top: 10px;
}

.communications .tool-disabled {
    color: #999;
}

.report .result .block-figures {
    margin-top: 0;
}

.block_content table.block-figures tr th {
    font-size: 18px;
    font-weight: 100;
    color: #454545;
    line-height: normal;
}

.audio-main-interface {
    display: none;
}

.main-interface .main-content,
.tools-interface .main-content {
    float: left;
}

.btn-history {
    display: block;
    margin: 10px auto;
}

.sidebar .message-tool .name {
    display: block;
}

.main-interface .ceo,
.tools-interface .ceo {
    margin: -60px auto 0;
    width: 140px;
}

.challenge {
    width: 700px; 
    margin: 10px auto;
    padding: 15px;
    border: 1px solid #6194C8;
    background-color: #E7F1FF;
}
.challenge table {
    width: 100%;
    border-spacing: 5px;
}
.challenge .bold {
    font-weight: bold;
}
.challenge .description {
    padding: 5px;
    background-color: white;
}
.challenge div {
    text-align: justify; 
    line-height: 16px;
}
.challenge img {
    height: 45px;
    margin: 15px 10px;
}
.challenge .signature {
    font-size: 10px;
    color: #444;
}

.manual {
    display: none;
}
#fancybox-buttons ul {
    width: 100px;
}

.message {
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.7);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.7);
    box-shadow: 0 0 10px rgba(0,0,0,0.7);
    
    margin-bottom: 10px;
    border-radius: 3px;
    background-clip: padding-box;
}

.personal-details .block-3 td.interest-income {
    text-align: right;
}

.strategic textarea,
input.text {
    background-color: #E7F1FF;
}

input.text {
    border: 1px solid #000;
    padding: 2px;
}

.networks-list {
    display: none;
	position: absolute;
    z-index: 500;
    width: 180px;
    color: #000;
}
.networks-list li {
    padding: 5px 10px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid lightsalmon;
    background-color: #ffdead;
    font-weight: bold;
}

#slides {
    margin-top: 10px;
}
#slides table {
    margin: 0;
}
#slides .prev,
#slides .next {
    float: left;
    padding: 0 4px;
}
#slides .slides_container {
    float: left;
    width: 720px;
    height: 75px;
    display: none;
}
#slides .slides_container > div {
    width: 720px;
    /*height: 100px;*/
    display: block;
}
#slides .action-history {
    width: 718px;
    border: none;
}
#slides .action-history .record {
    overflow: auto; 
    height: 75px;
}

.inform {
    display: block;
    margin: 0 auto;
    width: 270px;
    margin-top: 45px;
    font-size: 20px;
    color: #000;
    cursor: default;
}