﻿a.tooltip span
        {
            display: none;
            padding: 2px 3px;
            margin-left: 8px;
            width: 150px;
        }
        a.tooltip:hover span
        {
            display: inline;
            position: absolute;
            border: 1px solid orange;
            background: #ffffff;
            color: #000000;
        }
.box
{
    float: left;
    width: 960px;
    margin: 0 20px 20px 0;
}
.box-25
{
    width: 289px;
}
.box-26
{
    width:330px;
}
/* 25% box */
.box-40
{
    width: 500px;
}
.box-41
{
    width: 800px;
}
/* 25% box */
.box-50
{
    width: 400px;
}
.box-52
{
    width:389px;
}
/* 50% box */
.box-60
{
    width: 425px;
}
/* 50% box */
.box-75
{
    width: 715px;
}
/* 75% box */
.box-100
{
    width: 832px;
}
/* 100% box */
.box-101
{
    width: 880px;
}
/* 100% box */
.box-99
{
    width: 878px;
    height: 70px;
}
/* 100% box */
.box-999
{
    width: 810px;
    height: 70px;
}
/* 100% box */
.box-98
{
    width: 878px;
    height: 220px;
}
/* 100% box */
.box-102
{
    width: 880px;
    height: 750px;
}
/* 100% box */
.box-112
{
    width: 880px;
    height: 820px;
}
/* 100% box */
.altbox
{
}
/* class for alternative (emphasized) boxes (blue headings and colors) */
/* wrap of box's content */
.boxin
{
    box-shadow: #aaa 0 0 10px;
    -webkit-box-shadow: #aaa 0 0 10px;
    -moz-box-shadow: #aaa 0 0 10px;
    border: 1px solid #999;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background: url(../images/bg-form-b.gif) no-repeat 0 100%;
}
/* boxes' headers */
.box .header
{
    background: #3d3d3d url("../Images/img/headerbox.png") repeat-x;
    border-top: 1px solid #444;
    border-radius: 5px 5px 0 0;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    position: relative;
    margin: -1px -1px 0 -1px;
    padding: 7px 0 9px 20px;
}
.altbox .header
{
    border-top-color: #0a81d0;
    background: #0f518e url("../Images/img/altheaderbox.png") repeat-x;
}
.box .header h3
{
    position: relative;
    top: 2px;
    display: inline;
    font-size: 150%;
    color: #fff;
    text-shadow: #151515 0 1px 0;
}
.altbox .header h3
{
    text-shadow: #003d68 0 1px 0;
}
.box .header .button
{
    margin-left: 15px;
}
/* tags in the header */
.box .header ul
{
    position: absolute;
    right: 9px;
    bottom: 0;
}
.box .header ul li
{
    display: inline;
}
.box .header ul a
{
    border-radius: 5px 5px 0 0;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    background: #777;
    border: 0;
    float: left;
    margin: 0 0 0 5px;
    padding: 8px 13px 6px;
    color: #fff;
}
.box .header ul a.active, .box .header ul a:hover, .box .header ul a:focus, .box .header ul a:active
{
    background: #fff url("../Images/img/headertab.png") repeat-x;
    color: #444;
}
.altbox .header ul a
{
    background-color: #489cd4;
}
.altbox .header ul a.active, .altbox .header ul a:hover, .altbox .header ul a:focus, .altbox .header ul a:active
{
    background: #fff url("../Images/img/altheadertab.png") repeat-x;
    color: #0f518e;
}
/* boxes' content types – tabular */
.box .content
{
    margin-bottom: 5px;
}
.box .content table
{
    width: 100%;
    height: 43px;
}
.box .content2 table
{
    width: 100%;
    height: 700px;
}
.box .content table th, .box .content table td
{
    padding: 3px 3px 2px 3px;
}
.box .content table th
{
    text-align: left;
    font-weight: normal;
}
.box .content table tr.even th, .box .content table tr.even td
{
    background: #ffffff;
    font-size: 13px;
    font-family: helvetica;
}
.altbox .content table tr.even th, .altbox .content table tr.even td
{
    background: #f0f9ff;
}
.box .content table th.first, .box .content table td.first
{
    padding-left: 20px;
}
.box .content table thead th, .box .content table thead td
{
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #d5d5d5;
    background: #ddd url("img/thead.gif") repeat-x;
    text-shadow: #fff 0 1px 0;
}
.box .content table tbody tr.first th, .box .content table tbody tr.first td
{
    border-top: 1px solid #bbb;
}
.altbox .content table tbody
{
    color: #00305d;
}
.box .content table a.ico-comms
{
    border: 0;
    background: url("../Images/img/ico-tablecomms.gif") 50% 60% no-repeat;
    padding: 10px;
    color: #fff;
}
.box .content table tfoot th, .box .content table tfoot td
{
    border-top: 1px solid #ccc;
    background: #fff url("../Images/img/tfoot.gif") repeat-x;
}
/* boxes' content types – simple list */
.box .content ul.simple li
{
    clear: both;
    padding: 10px 20px 8px 20px;
    overflow: hidden;
}
.box .content table tr.even th, .box .content ul.simple li.even
{
    background: #f5f5f5;
}
.altbox .content ul.simple li.even
{
    background: #f0f9ff;
}
.box .content ul.simple strong
{
    float: left;
    font-weight: normal;
}
.box .content ul.simple span
{
    float: right;
}
/* boxes' content types – grid */
.box .content .grid
{
}
.box .content .grid .line
{
    border-bottom: 1px solid #ddd;
}
.box .content .grid .even
{
    float: left;
    background: #f5f5f5;
}
.box .content .grid .item
{
    float: left;
    width: 50%;
}
.box .content .grid .item .inner
{
    padding: 17px 15px 12px 20px;
}
.box .content .grid .firstline
{
    border-top: 0 !important;
}
.box .content .grid .lastline
{
    border-bottom: 0 !important;
}
.box .content .grid .item a.thumb
{
    border: 0;
    float: left;
}
.box .content .grid .item .data
{
    margin-left: 165px;
}
.box .content .grid .item h4
{
    margin: 0 0 10px 0;
    font-size: 110%;
    font-weight: bold;
}
.box .content .grid .item h4 span
{
    margin-right: 5px;
    font-weight: normal;
    font-size: 90%;
}
.box .content .grid .item p
{
    margin: 0 0 5px 0;
    color: #666;
}
.box .content .grid ul.actions
{
    margin-top: 8px;
}
