﻿.tile-box
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 280px;
    min-height: 150px;
    margin-bottom: 21px;
    border: 2px solid #c2c2c2;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(226, 226, 226, 50);
    -moz-box-shadow: 0px 5px 10px 0px rgba(226, 226, 226,50 );
    box-shadow: 0px 5px 10px 0px rgba(226, 226, 226,50 );
}

.tile-box table
{
    width: 280px;
}

.tile-box th
{
    background-image: linear-gradient(bottom, rgb(214,214,214) 0%, rgb(235,235,235) 100%);
    background-image: -o-linear-gradient(bottom, rgb(214,214,214) 0%, rgb(235,235,235) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(214,214,214) 0%, rgb(235,235,235) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(214,214,214) 0%, rgb(235,235,235) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(214,214,214) 0%, rgb(235,235,235) 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(214,214,214)), color-stop(1, rgb(235,235,235)));
    vertical-align: middle;
}

.tile-box th:first-child
{
    width: 144px;
    height: 48px;
    font-weight: bold;
    padding: 0 15px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    border-right: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
}

.tile-box th:first-child a
{
    color: #333;
    border-bottom: 1px dashed #333;
    line-height: 16px;
}

.tile-box th:first-child a:hover
{
    color: #333;
    border-bottom: 1px solid #333;
    text-decoration: none;
}

.tile-box th:last-child
{
    text-align: center;
    width: 100px;
    font-size: 12px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    border-left: 1px solid #FFF;
    border-bottom: 1px solid #c2c2c2; /*cursor:pointer;*/
}

.tile-box td
{
    padding: 2px 15px;
    font-size: 13px;
}

.tile-box td.padding-top
{
    padding-top: 6px;
}

.tile-box .edit-plan
{
    padding-top: 0px;
    border-left: 1px solid #d6d6d6;
}

.tile-box td.padding-all
{
    padding: 15px;
}

.tile-box td.dollars-col
{
    width: 35px;
    padding-left: 0px;
}

.tile-box tr:first-child
{
    padding-top: 30px;
}

.tile-box tr:last-child td:first-child
{
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.tile-box tr:last-child td:last-child
{
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.tile-box tr:last-child td:last-child a
{
    font-weight: bold;
}

.tile-box .tile-amount
{
    float: left;
    text-align: center;
    width: 100px;
    font-weight: bold;
}

.tile-content
{
    position: absolute;
}

.tile-content a
{
    color: #333;
}

.tile-content .tc-title
{
    width: 183px;
    padding-top: 8px;
    height: 60px;
}

.tile-content .tc-title a
{
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px dashed #333;
    text-decoration: none;
}

.tile-content .tc-title a:hover
{
    text-decoration: none;
    border-bottom: 1px solid #333;
}

.tile-content .tc-pp
{
    font-size: 12px;
    text-decoration: none;
    padding-top: 4px;
}

.tile-content .tc-mid
{
    font-size: 13px;
    padding-top: 12px;
    height: 56px;
    text-decoration: none;
}

.tile-content .tc-mc
{
    font-size: 13px;
    padding-top: 10px;
    height: 56px;
    text-decoration: none;
}

.tile-content .tc-mc a
{
    background: url(assets/images/icon-link-arrow.png) left 4px no-repeat;
    padding-left: 14px;
    font-weight: bold;
    margin-left: 75px;
}
