﻿#divHeader
{
}

/* Coaching Grid Styles */
.cgmaintable
{ 
    background-color: #F7F6F3; 
    font-size:13px;
    font-weight:bold;
    font-family:Arial;
    border-collapse: collapse; 
}

.cgtopheader
{ 
    background-color:#f7971e;
    color: #002D62; 
    font-size:12px;
    font-weight:600;
    font-family:Arial;
    text-align:center;
    vertical-align:bottom; 
}

.cgheader
{ 
    background-color: #002D62;
    color: White; 
    font-size:13px;
    font-weight:600;
    font-family:Arial;
    text-align:center;
    vertical-align:bottom; 
}

.cgsubheader
{ 
    background-color: #DFDFDF;
    color: #002D62; 
    font-size:12px;
    font-weight:600;
    font-family:Arial;
    text-align:left;
    padding-left:10px; 
}

.cgbuttonbar
{ 
    background-color: #DFDFDF;
    text-align:center;
}

.cgdetailbar
{ 
    text-align:center;
    height:25px;
}

.cgdetailbar a
{
    font-size:13px;
}

.cgservice
{
    background-color: #F3F4F5;
    color: #002D62;
    font-size: 11px;
    font-weight: 700;
    font-family: Arial;
    text-align: right;
    padding-right:30px;
    width:220px;
}
.cgitem
{
    background-color: #F3F4F5;
    color: #002D62;
    font-size: 11px;
    font-weight: normal;
    font-family: Arial;
    text-align: center;
    width:100px;
    padding-bottom:5px;
    padding-top:5px;
}

.cgitemrec
{
    background-color: #F3F4F5;
    color: #002D62;
    font-size: 11px;
    font-weight: 600;
    font-family: Arial;
    text-align: center;
    width:100px;
    padding-bottom:5px;
    padding-top:5px;
}

.cgaltitemrec
{
    background-color:white;
    color: #002D62;
    font-size: 11px;
    font-weight: 600;
    font-family: Arial;
    text-align: center;
    width:100px;
    padding-bottom:5px;
    padding-top:5px;
}

.cgaltservice
{
    background-color:white;
    color: #002D62;
    font-size: 11px;
    font-weight: 700;
    font-family: Arial;
    text-align: right;
    padding-right:30px;
    width:220px;
}
.cgaltitem
{
    background-color:white;
    color: #002D62;
    font-size: 11px;
    font-weight: normal;
    font-family: Arial;
    text-align: center;
    width:100px;
    padding-bottom:5px;
    padding-top:5px;
}
