﻿/******************************************************************************
 * [COLOR Scheme] 
 * Darker: 
 * Dark: #FBBFD8
 * Medium: 
 * Light: #FFCCFF
 * Lighter: #FCE1FC
 */
/******************************************************************************
 * Main or Master Page Layout Styles
 *****************************************************************************/
BODY
{
	margin: 0px;
	padding: 0px;
}
TABLE.PageContent
{
	width: 100%;
}
TD.PageHeaderCell
{
	height: 80px;
	background-color: #FFBBBA;
	border-bottom: 2px Solid Gray;
}
TD.SideBarCell
{
	width: 180px !important;
	vertical-align: top;
}
TD.PageContentCell
{
	vertical-align: top;
}
.Footer
{
	color: #C0C0C0;
	font-size: 12px;
	text-align: center;
}
/******************************************************************************
 * Common Styles
 *****************************************************************************/
TD
{
	font-size: 18px;
	text-align: justify;
	font-family: Calibri;
}
TH
{
	color: #8A328A;
	text-align: left;
	font-weight: bold;
	font-family: Calibri;		
	padding: 3px 3px 3px 3px;
	background-color: #FBBFD8;
}
A:Link { color: Blue; font-weight:bold; text-decoration: none; }
A:Visited { color: Blue; font-weight:bold; text-decoration: none; }
A:Hover { color: Blue; font-weight:bold; text-decoration: underline; }
A:Active { color: Blue; font-weight:bold; text-decoration: none; }
.Message
{	
	padding: 5px;
	border: 1px Solid Green;
	background-color: rgb(212,255,212);
}
.Warning
{
	padding: 5px;
	border: 1px Solid rgb(222,222,0);
	background-color: rgb(255,255,212);	
}
.Error
{
	padding: 5px;
	color: rgb(255,0,0);
	border: 1px Solid rgb(255,94,94);
	background-color: rgb(255,212,212);
}
.Undecorated
{
	text-decoration: none;
}
.Centered
{
	margin-left: auto;
	margin-right: auto;
}
TD.PageTitle
{
	color: White;
	font-size: 22px;
	font-weight: bold;
	background-color: #9C0642;
	text-transform: uppercase;
	border-left: 1px Solid Gray;
	border-bottom: 1px Solid Gray;
}
TD.Introduction
{
	font-size: 18px;
}
TR.GridViewHeader A
{
	color: #8A328A;
}
TD.ButtonBar
{
	text-align: center;
	padding: 5px 0px 5px 0px;
	border-top: 1px Dotted Gray;
}
TD.Split
{
	width: 50% !important;
	vertical-align: top;
}
TD.Footnote
{
	color: Gray;
	font-size: 12px;
}
TD.SectionTitle
{
	padding: 10px;
	color: #2B3A72;
	font-weight: bold;
	border-radius: 5px;
	background-color: #FBBFD8;	
    border: 2px solid #FBBFD8;
}
TD.SectionTitleOLD
{
	color: #9C0642;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px Dotted #8A328A;
}
.Monospace
{
	font-family: Monospace;
}

/******************************************************************************
 * Data Input / Form Styles
 *****************************************************************************/
TABLE.DataInput
{	
}
TD.RequiredField
{
	color: #8A328A;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
}
TD.OptionalField
{
	color: Gray;
	font-size: 12px;
	white-space: nowrap;
}
TD.DataInput
{
	padding-right: 12px;
}
TD.DataInputHint, TR.DataInputHint TD
{
	color: #8A328A;
	font-size: 12px;
}
TD.Label
{
	text-align: right;
	font-style: italic;
	white-space: nowrap;
	vertical-align: top;
}
TD.Value
{
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}
.AboutUsPhoto
{
	width: 120px;	
	vertical-align: top;
}
IMG.AboutUsPhoto
{
	border: 1px solid black;
}
TD.FootNote
{
	color: Gray;
	font-size: 12px;
}
/******************************************************************************
 * Table Decorations
 *****************************************************************************/
TABLE.Bordered
{
	border: 1px solid Gray;
}
TH.Bordered
{
	padding-left: 10px;
	padding-right: 10px;
	white-space: nowrap;
	border-bottom: 1px Solid Gray;
}
.Shaded
{
	background-color: #E0E0E0;
	border: 1px Solid Gray;
}
