﻿/*******************************************************************************************************************/
/*****************************************************  READ ME!  **************************************************/
/*******************************************************************************************************************

COLORS SPECIFIC TO THIS APPLICATION:
ApplicationColors.css should ONLY contain color changes to styles defined in Enterprise.css, Common.css or 
Conference.css. You SHOULD NOT apply color changes (or other application-specific changes) to other
ApplicationColors.css files in the enterprise.

********************************************************************************************************************/
/*****************************************************  READ ME!  **************************************************/
/*******************************************************************************************************************/

/* 
NAVIGATION STYLES:
Make the color changes necessary to make the footer styles (defined in Conference.css) appear right in THIS 
application.
*/
/* LeftNav colors: unknown */ 
.LeftMenu {background-color:#A9DFFB;border-right: 1px solid #999999;}
#LeftMenu {border: 0px solid #dcdcdc; background-color:#F1881B;}
#LeftMenu span {color:#ffffff; background-color:#000000;} /* Nav Headers */
#LeftMenu a {color:#000000; border-bottom: 1px solid #999999; background-color:#A9DFFB;}
#LeftMenu a:hover {background-color:#E8E1C3; color:#000000;border-right: 0px solid #000000;border-left: 0px solid #000000;}
/* TopNav colors: unknown */ 
.TopMenu {background-color:#A9DFFB;}
#TopMenu {color:#000000; background-color:#ffffff;}
#TopMenu span {color:#999999;} /* Nav Dividers */
#TopMenu a {color:#000000;} /* Default Link Definition */
#TopMenu a:hover {color:#000000; background-color:#E8E1C3;} /* Link Rollover */


/*
FOOTER STYLES:
Make the color changes necessary to make the footer styles (defined in Enterprise.css) appear right in THIS application.
*/
.Footer{color:#000000;} /* Default footer text */
a.Footer:visited{color:#A9DFFB;} 
a.Footer:hover{color:#000000;}
.FooterBold{color:#A9DFFB;} /* Bold footer text. Typically used for links. */
a.FooterBold:visited{color:#A9DFFB;}
a.FooterBold:hover{color:#000000;}


/*
MISC STYLES:
Make the color changes necessary to make these styles appear right in THIS application.
*/
td.BestValue {background-color:#64C1ED;} /* Only a color definition */
table.RegistrationMain {background-color: #FCF5CF;	border: 1px solid #3681b5;}
.RegistrationHeader {color: #006B9E; background-color: #FCF5CF;}
.ConferenceWhiteBoldTutorialDateTitle {color: #ffffff; background-color:#3783BD} /*FFFFFF/006B9E*/
.ConferenceOR {color:#F1881B}


/* 
BUTTON SYLES:
Make the color changes necessary to change the tabs/buttons in the registration wizard 
(defined in Conference.css) to make them appear right in THIS application.
Some of these styles should be moved to Conference.css...so that only colors are changed here.
*/
td.RegistrationButton {background-color:#64C1ED;}
a.RegistrationButton {color:#000000;}
.RegistrationButton:Hover {color:#ffffff; background-color:#333333;}
td.RegistrationButton:Hover {border: solid 1px #64C1ED;}

td.PrintButton {background-color:#909090;} 
a.PrintButton{}
a.PrintButton:Hover{color:#64C1ED;}
td.PrintButton:Hover{color:#64C1ED;}

.Past{font-family: Verdana,Arial,Helvetica,sans-serif; font-size:9px; font-weight:bold; text-decoration:none; color:#FFFFFF;}
td.Past {background-color:#64C1ED; border:solid 1px #000000; border-bottom:none;}
a.Past{background-color:#64C1ED; color:#ffffff;}
.Past:Hover{color:#000000; background-color:#64C1ED;}
td.Past:Hover{border-bottom:none;background-color:#64C1ED;}
.Current{font-family: Verdana,Arial,Helvetica,sans-serif; font-size:9px; font-weight:bold; text-decoration:none; color:#000000;}
td.Current {background-color:#ffffff; border:solid 1px #000000; border-bottom:none;}
a.Current{background-color:#ffffff; color:#64C1ED;}
.Current:HOVER{background-color:#ffffff;}
td.Current:HOVER{border:solid 1px #000000; border-bottom:none; background-color:#ffffff; }
.Future{font-family: Verdana,Arial,Helvetica,sans-serif; font-size:9px; font-weight:bold; text-decoration:none; color:#666666;}
td.Future {background-color:#dcdcdc; border:solid 1px #3783BD; border-bottom:none;}












