﻿.tableHeader 
{
    padding-bottom: 30px;
}

.tableHeader .title 
{
    width: 70%;
    float: left;
}

.tableHeader .buttons
{
    width: 30%;
    float: right;
    text-align: right;
}

.tableHeader .buttons a,
.tableHeader .buttons a:hover
{
    padding: 5px;
    border: 1px solid #fc8a44;
    color: #fc8a44;
    cursor: pointer;
    font-size: 11pt;
    text-decoration: none;
}

.dashboardContent 
{
    margin-top: 19px;
    margin-left: 26px;
    margin-right: 20px;
    float: left;
    width: 340px;
    height: 100%;
    color: #4ec1ed;
}
.dashboardContent ul 
{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 20px;
}

.dashboardMenu 
{
    padding-top: 19px;
    padding-left: 26px;
    float: left;
    width: 175px;
    height: 402px;
    border-left: 1px solid #ccedfa;
    color: #fc8a44;
}

.dashboardMenu .menuItem 
{
    float: left;
    width: 160px;
}

.dashboardMenu a,
.dashboardMenu a:hover
{
    float: right;
    color: #fc8a44;
    border-bottom: 1px solid #fc8a44;
   
}