﻿/*
 * aef_white.css
 * This is the default style for a customer with a white background theme.
 * In a page this css is loaded last so that the styles will override
 * anything set in aef_Main.css.
 * The name of the overriding css is stored in the aef_users db client record.
 */
body
{
	/*
     * to change background and font color for a client change this class
     */
	color: black; background-color: white;
}

.version		
{ 
	color:white !important; 
}

/*
 * Appt page panels 
 */
/* 
	border color #d3d3d3; = gray
	border color #696969; = dark gray
	background color dark blue:  #33425C;
	background color lighter blue: #607393;

White Theme:
	Active Bg color: #f8f8ff  ghost white
	Active Border color: Blue
	Active Label color: #696969; dk gray
	Dim bg color: white
	Dim border color: #696969 dk gray
	
 */
.ApptTitle
{
	color: Blue;
}
.ApptPanel
{
	color: Black;
	background-color: #ffffff;
}
.ApptPanel legend { color:Black; }
.ApptPanel fieldset { border-color:Black; }

.ApptPanelDim
{
	color: Black; /* #b4b4b4; */
	background-color: #fdfdfd;
}
.ApptPanelDim legend
{
	color: Black; /* #b4b4b4; */
}
.ApptPanelDim fieldset { border-color:Black; /* #b4b4b4; */ }

.ApptPanelActive
{
	color: Black; /* #b4b4b4; */ /* blue; #d3d3d3;*/
	background-color: #33425C; /* #607393;*/
	border-color: blue;
	background-color: #fffff0;
}
.ApptPanelActive legend { color:blue; }
.ApptPanelActive fieldset { border-color:blue; }

.ApptSection .ApptLabel
{
	color: Black !important; /* #696969; */ /*#d3d3d3;*/
}
.ApptLabel
{
	color: Black !important; /* #696969; */ /*#d3d3d3;*/
}
.ApptLabelW70
{
	color: Black !important; /* #696969; */ /*#d3d3d3;*/
}

.ApptLabelW60
{
	color: Black !important; /* #696969; */ /*#d3d3d3;*/
}

.ApptLabelDim
{
	color: Black; /* #b4b4b4; */
}
.ApptSection .ApptLabelDim
{
	color: Black; /* #b4b4b4; */
}

.ApptSection select[disabled]
{
	color: Black; /* #b4b4b4; */
}
.ApptSection a {  color: #696969; }
.ApptSection a[disabled]
{
	color: Black; /* #b4b4b4; */
}

.ApptTextboxReadOnly
{
	color: Black;
}

.ApptButton { background-color:#ece9d8; color: black; }
.ApptError { color:Red;}
.ApptSuccess {  color:#d3d3d3; }
.ApptAjaxButton
{
	background-color: #d3d3d3;
	color: black;
}

/*
 * Button display
 */
.Button
{
	color: #333;
}

.ButtonLong
{
	color: #333;
}

.ApptCouponsTitle
{
	color: white;
	background-color: White;
	background-image: url( '../RadControls/Window/Skins/WebBlue/CssImg/RadWWrapperHeaderCenter.gif' );
	background-position: bottom;
	background-repeat: repeat-x;
}
.ApptCouponsTableShim
{
	background-color:white;
}
.ApptCouponsTableInstruction
{
	background-color:white;
}
.ApptCouponBg1
{
	border-right: blue 1px solid !important;
	border-top: blue 1px solid !important;
	border-left: blue 1px solid !important;
	border-bottom: blue 1px solid !important;
}
.ApptCouponBg2
{
	border-right: blue 1px solid !important;
	border-top: blue 1px solid !important;
	border-left: blue 1px solid !important;
	border-bottom: blue 1px solid !important;
}

.HelpDiv { scrollbar-base-color:#cccccc; border-color:#d3d3d3; background-color:white;}
.HelpTable { background-color:white; }
.HelpSeparator { }
.HelpTopic { color:blue; }
.HelpSubTopic { color:#696969;}
.HelpTip {  }
.HelpItem td { color:#696969;}
.HelpItem li { color:#696969;}
.HelpItem ul { color:#696969; }