/* Table analysis */
.analysis-wrapper {
  padding-bottom: 44px;
  background: url("/images/table-shadow.png") repeat-x scroll center bottom transparent;}
  .analysis {
    font-size: 12px;
    font-family: Tahoma, Geneva, sans-serif;
    border-left: 1px solid #ecedef;
    border-right: 1px solid #ecedef;}
    .analysis table {
      border-radius: 2px;
      width: 100%;
      border-top: 1px solid #edeef0;
      border-left: 1px solid #d1d2d3;
      border-right: 1px solid #d1d2d3;}
      .analysis thead th {
        color: #4e8fbb;
        font-size: 24px;
        font-weight: normal;
        font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
        text-align: center;
        text-shadow: 1px 1px 1px #fff;
        border: 1px solid #fff;
        background: url("/images/table-head-bg.png") repeat-x scroll 0 0 transparent;
        height: 51px; }
      .analysis td {
        color: #3e667f;
        border: 1px solid #fff;
        background: #f8fbfd;
        height: 39px;}
      .analysis tr:nth-child(2n) td {
        background: #ecf3f8;}
      .analysis tr:hover td {
        color: #4283ac;
        background: #daedff;}
      .analysis td:first-child {}
      .analysis td:last-child {
        color: #5297c3;
        text-align: center;
        text-shadow: 1px 1px 1px #fff;}
      .analysis td.good {
        color: #44a30f;}
      .analysis tr:hover td.good {
        color: #005506;}
      .analysis tr td.bad {
        color: #b11010;}
      .analysis tr .boolean {
        width: 34px;
        height: 26px;
        margin: 0 auto;
        background: url("/images/icon-true-false.png") no-repeat scroll left top transparent;}
      .analysis tr td.bad .boolean {
        background-position: left bottom;}
        .analysis td .key {
          color: #71706c;
          padding-left: 30px;}
        .analysis td .wrapper {
          padding-left: 30px;
          position: relative;}
        .analysis td .help {
          position: absolute;
          left: 10px;
          top: 3px;}
        .analysis .help {
          position: absolute;
          z-index: 100;
          left: 10px;
          top: 3px;
          width: 14px;
          height: 13px;
          background: url("/images/icon-help.png") repeat-x scroll left top transparent;}
        .analysis tr:hover .help {
          background: url("/images/icon-help.png") repeat-x scroll left bottom transparent;}
          .analysis .help .corner {
            z-index: 100;
            display: none;
            width:0;
            height: 0;
            margin: 8px 0 0 8px;
            border: 5px solid rgba(0,0,0,0.75);
            border-top-color: transparent;
            border-right-color: transparent;}
          .analysis .help .hint {
            display: none;
            z-index: 100;
            width: 100px;
            height: 30px;
            color: #fff;
            margin-left: 8px;
            padding: 5px 10px;
            text-shadow: none;
            text-align: left;
            font-size: 12px;
            font-family: Verdana, Geneva, sans-serif;
            background: rgba(0,0,0,0.75);
            /* border: 1px solid #000; */
            border-radius: 0px 3px 3px 3px;}
          .analysis .help:hover .hint,
          .analysis .help:hover .corner {
            display: block;}
      .analysis tbody th {
        height: 39px;
        color: #4e8fbb;
        text-align: center;
        text-shadow: 1px 1px 1px #fff;
        font-size: 18px;
        font-weight: normal;
        font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
        border: 1px solid #fff;
        background: url("/images/table-head-bg.png") repeat-x scroll left top transparent;}
      .analysis tbody tr:hover th {
        background: url("/images/table-head-bg.png") repeat-x scroll left bottom transparent;}
        .analysis tbody th .wrapper {
          position:relative;}
      .analysis tfoot td {
        font-weight: normal;
        font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
        background: url("/images/table-footer-bg.png") repeat-x scroll left top transparent;}
      .analysis tfoot tr:hover td {
        background: url("/images/table-footer-bg.png") repeat-x scroll left bottom transparent;}
      .analysis tfoot td:first-child {
        font-size: 18px;
        padding-left: 30px;}
      .analysis tfoot td:last-child {
        color: #fff;
        font-size: 24px;
        text-shadow: 1px 1px 1px #000;}
		.content {margin-top:40px;}
		.content_down ul li {background: url("/images/arrow.gif") no-repeat left 5px; list-style-type: none; padding-left:20px;}
		li { color: #012142; font-family: Verdana; font-size: 13px; }
		table th,table td {padding:0px;vertical-align:middle;}
		table td {text-align:left;}
		.analysis td .wrapper, .analysis th .wrapper{ background: none; }