﻿/*      
      ┌─────────────────────────────────┐
      │ The area for the subitems title │
      └─────────────────────────────────┘ */
.ListHeader
{
    padding-left:10px;
    text-transform: uppercase;
    font-family: 'Trebuchet MS' , Tahoma, Verdana, Arial, Sans-Serif;
    font-weight:normal;
    font-size: 14px;
    line-height:25px;
    vertical-align:middle;
    letter-spacing: 4px;
    color: #444;
    background-color: #EAEAEA;
    background-image: url(../Images/RelatedTitle-Background.jpg);
    background-repeat: repeat-x;
    clear: both;
}
/*
╔════════════════════════════════════════════════╗
║               Category Home                    ║
╚════════════════════════════════════════════════╝
*/
#BIDescriptor
{
    vertical-align: top;
    font-family: 'Trebuchet MS' , Tahoma, Verdana, Arial, Sans-Serif;
    font-weight: normal;
    font-size: 11px;
    min-height: 50px;
    height: auto;
}
#BIDescriptor p
{
    margin: 5px;
}
/*
╔════════════════════════════════════════════════╗
║              Business Item Detail              ║
╚════════════════════════════════════════════════╝
*/
#BIDetail
{
    vertical-align: top;
    font-family: 'Trebuchet MS' , Tahoma, Verdana, Arial, Sans-Serif;
    font-weight: normal;
    font-size: 11px;
}
#BIDetail div.Content
{
    font-size: 12px;
    text-align: left;
}
#BIDetail div.Content h3
{
    font-family: 'Trebuchet MS' , Tahoma, Verdana, Arial, Sans-Serif;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    margin: 0px 0px 5px 0px;
}
#BIDetail div.Content h5
{
    font-family: Trebuchet MS;
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
    color: #444;
    margin: 0px;
    padding: 0px;
    background-color: #F4F4F4;
    padding-left: 10px;
    margin-bottom: 5px;
}
#BIDetail div.Content img
{
    margin-right: 10px;
    margin-bottom: 10px;
}
#BIDetail div.Content div.Box
{
    width: auto;
    height: 1%;
    text-align: left;
    padding: 10px;
    margin-bottom: 10px;
    clear: both;
}
#BIDetail div.Content div.Box h6
{
    font-size: 12px;
    font-weight: bold;
    padding: 3px 0px 3px 0px;
    margin: 0px;
}
#BIDetail div.Content div.Box ul
{
    list-style-image: url(../Images/ListBullet.gif);
    margin: 0px 0px 0px 30px;
    padding: 0px;
}
#BIDetail div.Content div.Box ul ul
{
    list-style-image: url(../Images/SubListBullet.gif);
    margin-left: 30px;
}
#BIDetail div.Content div.Light
{
    background-color: #EFEFEF;
    border: solid 1px #DDD;
}
#BIDetail div.Content div.Dark
{
    background-color: #E5E5E5;
    border: solid 1px #BBB;
}

/*
╔════════════════════════════════════════════════╗
║              Clients List Template			 ║
╚════════════════════════════════════════════════╝
*/
#ClientsListWrapper
{
    padding: 0px;
    display: table-cell;
}
#ClientsListWrapper div.Item
{
    margin: 5px 0px 5px 15px;
    padding: 0px;
    width: auto;
    float: left;
}
#ClientsListWrapper a
{
    font-family: Trebuchet MS;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    color:#666;
    text-decoration: none;
}
#ClientsListWrapper a:hover
{
    color:#AAA;
    text-decoration: none;
}
