﻿/********************************************
 cga.css

 Holds custom layout and color properties.

********************************************/


/* -------- Page level formatting -------- */
#wrapperTblLeft
{
    background-image: url('../images/nav/dimplesLeft.gif');
    background-position: top right;
    background-repeat: repeat-y;
    background-color: #f5f5f5;
}

#wrapperTblCenter
{
    border-left: solid 1px green;
    border-right: solid 1px green;
    border-bottom: solid 1px green;
    width: 700px;
    background-color: #ffffff;
}

#wrapperTblRight
{
    background-image: url('../images/nav/dimplesRight.gif');
    background-position: top left;
    background-repeat: repeat-y;
    background-color: #f5f5f5;
}

#mainContent
{
    padding: 10px;
}

#mainContentRight
{
    float: right;
    height: 100%;
    border: solid 1px red;
}

/* -------- END Page level formatting ---- */
/* -------- Common styles ---------------- */

.SilverFadedBackground
{
    background-image: url('../images/backgrounds/SilverFade.jpg');
    background-position: top left;
    background-repeat: repeat-x;
    border: solid 1px #eeeeee;
    padding: 5px;
    margin-bottom: 10px;
}

.SmallText
{
    font-size: 0.85em;
}

.SmallTextRequired
{
    font-size: 0.85em;
    color: Red
}

.LargeText
{
    font-size: 1.2em;
}

.HeavyText
{
    font-weight: bold;
}

.GreyLink,
.GreyLink a,
.GreyLink a:visited
{
    color: #aaaaaa;
}

.GreyLink a:hover
{
    color: #999999;
}

.WhiteLink,
.WhiteLink a,
.WhiteLink a:visited
{
    color: #ffffff;
}

.WhiteLink a:hover
{
    color: #999999;
}

.GreenBordered
{
    border-bottom: 1px solid #528629 !important;
}

.GreyBorderedTable td
{
    border-bottom: 1px solid #cccccc;
}

.InactivePackage
{
    background-color: #d5f3cd;
}

.FormArea
{
    width:95%; 
    background-color:#eff7ef;
    padding: 15px;
    text-align: left;
}

.FormBackgroundOnly
{
    background-color:#eff7ef;
}

.FormBreadItem
{
    border: 1px solid #bbbbbb;
    background-color: #f5f5f5;
    padding: 5px;
    text-align: center;
}

.FormBreadItemActive
{
    border: 1px solid #528629;
    background-color: #b5d3ad;
    color: #528629;
    padding: 5px;
    text-align: center;
}

.FormBreadSep
{
    font-size: 1.6em;
    font-family: Arial;
    vertical-align: middle;
    text-align: center;
}

.FormSectionHeader
{
    color: #95b38d;
    border-bottom: 1px solid #528629;
    padding: 2px;
    padding-top: 10px;
}

.FormLabel
{
    font-weight: bold;
}

td.FormLabel
{
    width: 1%;
    white-space: nowrap;
    padding-top: 10px;
}

.DottedTableRows td
{
    border-bottom: 1px dotted #BBBBBB;
}

/* -------- END Common Styles ------------ */
/* -------- Part styles ------------------ */

.PartWrapper
{
    width: 100%;
    margin-bottom: 10px;
    border: solid 1px #528629;
    margin-top: 20px;
    margin-bottom: 20px;
}

.PartTitle
{
    background-color: #b5d3ad;
    border-bottom: solid 1px #528629;
    color: #528629;
    padding: 3px;
    font-size: 1.2em;
    font-weight: bold;
    padding-left: 6px;
}

.PartContent
{
    padding: 10px;
    background-image: url('../images/backgrounds/SilverFade.jpg');
    background-position: top left;
    background-repeat: repeat-x;
}

.GroupWrapper
{
    width: 100%;
    margin-bottom: 10px;
}

.GroupRunner
{
    background-color: #7caf54;
    border-top: solid 1px #528629;
    border-bottom: solid 1px #528629;
    border-left: solid 1px #528629;
    width: 3px;
}

.GroupHeaderTitle
{
    background-color: #7caf54;
    border-top: solid 1px #528629;
    border-bottom: solid 1px #528629;
    color: #ffffff;
    padding: 3px;
    font-size: 1.2em;
    font-weight: bold;
    
}

.GroupHeaderOptions
{
    background-color: #7caf54;
    border-top: solid 1px #528629;
    border-bottom: solid 1px #528629;
    border-right: solid 1px #528629;
    color: #ffffff;
    padding: 3px;
    vertical-align: bottom;
    text-align: right;
}

.GroupHeaderOptions a, .GroupHeaderOptions a:visited
{
    color: #ffffff;
}

.GroupContent
{
    padding-left: 10px;
    padding-right: 10px;
}

.GroupContent div
{
    padding-top: 10px;
}

.GroupContentSchoolList,
.GroupContentSchoolList a,
.GroupContentSchoolList a:visited
{
    color: #aaaaaa;
    font-size: 0.98em;
}

.GroupContentSchoolList a:hover
{
    color: #999999;
}

.TabbedSpacerCell
{
    border-bottom: solid 1px #528629;
}

.TabbedActiveCell
{
    border-left: solid 1px #95b38d;
    border-top: solid 1px #95b38d;
    border-right: solid 1px #528629;
    white-space: nowrap;
    background-color:#eff7ef;
}

.TabbedInactiveCell
{
    border-left: solid 1px #95b38d;
    border-top: solid 1px #95b38d;
    border-right: solid 1px #528629;
    border-bottom: solid 1px #528629;
    white-space: nowrap;
    background-color: #dfe7df;
}

.TabbedActiveCell a,
.TabbedActiveCell a:visited,
.TabbedInactiveCell a,
.TabbedInactiveCell a:visited
{
    text-decoration: none;
}

.TabbedContent
{
    background-color:#eff7ef;
    border-left: solid 1px #528629;
    border-bottom: solid 1px #528629;
    border-right: solid 1px #528629;
}


