﻿/*******************************************************************************************************************/
/*****************************************************  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: 1E4298=dark blue; C2E1F3=light blue */ 
.LeftMenu {background-color:#909090;}
#LeftMenu {border: 0px solid #dcdcdc; background-color:#909090;}
#LeftMenu span {color:#74BE4B; background-color:#006A6A;} /* Nav Headers */
#LeftMenu a {color:#ffffff; border-bottom: 1px solid #333333;}
#LeftMenu a:hover {background-color:#72BB45; color:#000000;}
/* TopNav colors: unknown */ 
.TopMenu {background-color:#4E4E4E;}
#TopMenu {color:#ffffff; background-color:#4E4E4E;}
#TopMenu span {color:#999999;} /* Nav Dividers */
#TopMenu a {color:#ffffff;} /* Default Link Definition */
#TopMenu a:hover {color:#ffffff; background-color:#585858;} /* 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:#4E4E4E;} 
a.Footer:hover{color:#000000;}
.FooterBold{color:#4E4E4E;} /* Bold footer text. Typically used for links. */
a.FooterBold:visited{color:#4E4E4E;}
a.FooterBold:hover{color:#000000;}


/*
MISC STYLES:
Make the color changes necessary to make these styles appear right in THIS application.
*/
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:#3681b5}


/* SOLD OUT:
Marks items on the CAG as sold out. Covers all CAGs (including specialized). Requires two entries.
*/
.soldout{background-color:#dcdcdc; opacity:0.6; filter:alpha(opacity=60)}
/*
.ME:before{font-family: Arial,Helvetica,sans-serif; font-size:11px; font-weight:bold; color:#C91820; content:"SOLD OUT"; padding:0px 3px 0px 2px;}
*/


/* 
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:#3783BD;}
a.RegistrationButton {color:#ffffff;}
.RegistrationButton:Hover {color:#000000; background-color:#FF9900;}
td.RegistrationButton:Hover {border: solid 1px #3783BD;}

td.PrintButton {background-color:#909090;} 
a.PrintButton{}
a.PrintButton:Hover{color:#3681b5;}
td.PrintButton:Hover{color:#3681b5;}

a.Button{color:#000000; background-color:#74BE4B; text-decoration:none;}
a.Button:Hover{color:#74BE4B; background-color:#006A6A; text-decoration:underline;}

.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;}
.Past{font-family: Verdana,Arial,Helvetica,sans-serif; font-size:9px; font-weight:bold; text-decoration:none; color:#FFFFFF;}
td.Past {background-color:#3783BD; border:solid 1px #3783BD; border-bottom:none;}
a.Past{background-color:#3783BD; color:#ffffff;}
.Past:Hover{background-color:#3783BD;}
td.Past:Hover{border:solid 1px #000000; border-bottom:none;background-color:#3783BD;}
.Current{font-family: Verdana,Arial,Helvetica,sans-serif; font-size:9px; font-weight:bold; text-decoration:none; color:#000000;}
td.Current {background-color:#FF9900; border:solid 1px #000000; border-bottom:none;}
a.Current{background-color:#FF9900; color:#ffffff;}
.Current:HOVER{background-color:#ffffff;}
td.Current:HOVER{border:solid 1px #000000; border-bottom:none; background-color:#ffffff; }



/* APPLICATION COLOR RESET OF AUTOMATED CONTENT STYLES */
.DarkText,.Track,.SME{color:#006A6A;}
.DarkBackground{background-color:#74BE4B;}
.Header{color:#000000;}
.BestValue{background-color:#74BE4B;}












