﻿body {
    background-image: url("../Images/BGTile.jpg");
    background-repeat: repeat-x;
    background-color: #d6d6d6;
    padding: 0;
    margin:0;
}

ul.rcObjectives li 
{
    line-height: 20px; color: #ab2c1e; padding: 0;
    text-align: left;
    vertical-align: middle;
    margin: 5px;
    list-style-position: outside;
}

a.lightLink
{
    color: White;    
    font-weight: bold;
    text-decoration:underline;
}
a:visited.lightLink
{
    color: White;    
    font-weight: bold;
    text-decoration:underline;
}
a:hover.lightLink
{
    color: #ff9900;    
    font-weight: bold;
    text-decoration:underline;
}


.darkLink 
{
    color: #ff9900;    
    text-decoration:underline;
}
.darkLink:visited
{
    color: #ff9900;    
    text-decoration:underline;
}
.darkLink:hover 
{
    color: #a04800;    
    text-decoration:underline;
}


.input,  .select
{
    background-color: #fbf0da;
    border-color: #d5c8a6;   
    color: #a04800;
    font-weight: bold; 
}
.button
{
    background-color: Transparent;
    background-image: url(../Images/ButtonBackground.gif); 
    background-repeat: no-repeat;
    border: 0px;
    text-transform: uppercase;
    color: White;
    font-weight: bold;
    width: 105px;
    height: 21px;
    font-family: Trebuchet MS;
    font-weight: bolder;
    font-size: 10px;
}
.ErrorField 
{
    background-color: White;
    border: 1px;
    border-style: solid;
    border-color: Red;    
}
.ErrorPanel 
{
    border: 2px;
    border-style: solid;
    border-color: Red;
    margin: 5px;
    padding: 5px;
    width: 80%;
    color: Red;
    font-weight: bold;
    background-color: White;
}

.SuccessPanel
{
    border: 2px;
    border-style: solid;
    border-color: Green;
    margin: 5px;
    padding: 5px;
    width: 80%;
    color: Green;
    font-weight: bold;
    background-color: White;

}

.NoticePanel
{
    border: 2px;
    border-style: solid;
    border-color: Blue;
    margin: 5px;
    padding: 5px;
    width: 80%;
    color: Blue;
    font-weight: bold;
    background-color: White;

}

.formLabel 
{
/*    background-image: url(../Images/FormLabel_BG.gif);*/
    color: #4f4f5b;
    font-weight: bold;
    border-right: 1px;
    border-bottom: 1px;
/*    border-color: Black; */
/*    background-repeat:repeat-x; */
}

.errorFormLabel 
{

    background-color: Red;
    text-align: right;
    color: white;
    font-weight: bold;
    border-right: 1px;
    border-bottom: 1px;
    border-color: Black;
}
.errorFormLabel:after
{
    content: "* ";
}

h1, h2, h3, h4 
{
    color: #081875;    
}

.popupControl
{
	background-color:#ffcccc;
	position:absolute;
	padding: 10px;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}
