﻿body
{
    background-color: rgb(142, 142, 142);
    /*background-color: #78766E;/*rgb(201,201,201);/*rgb(207, 226, 156);/*#72974A;*/ /*#60787A /*rgb(218,218,218);*/
}

#container
{
    background-color: #575b5c;/*#E7F1CE;*/
}

#content
{
    background-color: rgb(227,232,245);/*#e3e8eb;/*#D4C398;*/
}

#PlaceHolder
{
    background: white;/*#EAE4BB;/*#E7F1CE;*/
}

#header
{
     background-image: url(img/Ex_2_grad.gif);/*url(img/CQuest_Logo_Theme_4_Repeat.gif);*/
     background-repeat: repeat-x;
}

#Theme_Logo
{
    width: 250px;
    height: 80px;
    background: url(img/CQuest_Logo_Ex_2.gif) no-repeat; /*url(img/CQuest_Logo_Theme_4.gif) no-repeat;*/
    margin: 0 0;   
}

#bottom_left
{   
    background: #1c2122;
    border-color: #575b5c;
    /*width: 55%;*/
    height: 25px;
    color: #c8e69d;
    font-weight: bold;
}

#bottom_right
{ 
    background: #575b5c;
}

.selected_breadcrumb
{
    color: #CD6D00;
}

.rounded_corners /*This defines the color of the master page panel with the rounded corners, layout in Globalcss*/
{
    background-color: #575b5c;
}

.module_links
{
    width: 95%;
    color: White;
    margin: auto auto;
    clear: both;
    /*padding-top: 1px;
    padding-bottom: 1px;
    margin: auto auto;*/
}

.module_links a
{
    color: rgb(128, 198, 255);
    border-bottom: 1px dotted rgb(128, 198, 255);
}
.module_links a:hover
{
    color: rgb(128,208,255);/*rgb(218,77,78);*/
    border-bottom: none;
    text-decoration: underline;
}

.colortop /*Except where indicated, this class goes in the global themes css file */
{
    vertical-align:text-top;
    background-image: url(img/greytop.png); /*This is the only item that needs to be in the theme */
    background-repeat: repeat-x;
    background-color: rgb(227,227,227); /*This also needs to be here */
    padding-left: 10px; 
    padding-right: 8px; 
    padding-top: 7px; 
    padding-bottom: -1px; 
    border: 1px dashed rgb(160,160,160);
}