/* These style control the calendar grids & .title also controls the list view title. */
.calendarcell
{font-family:Arial;font-size:1em;color:#000000;background-color:#99cc66;}
.calendarcellhilite
{font-family:Arial;font-size:1em;color:#009d7a;background-color:#ccff99;}
.calendarnowdiv a {font-family:Arial;font-size:1em;color:#000000;}
.calendarnowdiv a:hover {font-family:Arial;font-size:1em;color:#009d7a;}
.dayheader
{font-family:Arial;font-weight:Bold;font-size:1em;color:#FFFFFF;background-color:#007fac;}
.title
{font-family:Arial;font-weight:Bold;font-size:1.9em;color:#009d7a;}
/* These styles control the list view small grid. */
.titleSmallGrid
{font-family:Arial;font-weight:Bold;font-size:1em;color:#009d7a;}
.dayheaderSmallGrid
{font-family:Arial;font-weight:Bold;font-size:1em;color:#FFFFFF;background-color:#007fac;}
.calendarcellSmallGrid
{font-family:Arial;font-size:1em;color:#000000;background-color:#99cc66;}
.calendarcellhiliteSmallGrid
{font-family:Arial;font-size:1em;color:#009d7a;background-color:#ccff99;}
/* These styles control the list view headings. */
.highlightheadertext
{font-family:Arial;font-size:1.6em;color:#009d7a;}
.listtableheadertext
{font-family:Arial;font-size:1.6em;color:#009d7a;}
/* This style controls error message style. */
.errormessagetext
{font-family:Arial;font-size:1em;color:#000000;}
/* These styles control list view text. */
.eventlistdiv a {font-family:Arial;font-size:1em;color:#000000;}
.eventlistdiv a:hover {font-family:Arial;font-size:1em;color:#009d7a;}
.listheadtext
{font-family:Arial;font-size:1em;color:#000000;background-color:#99cc66;}
.listcolumnheadtext
{font-family:Arial;font-size:1em;font-weight:Bold;color:#FFFFFF;background-color:#007fac;}
.detailsview
{font-family:Arial;font-size:1em;color:#000000;background-color:#FFFFFF;}
.listbodytext
{font-family:Arial;font-size:1em;color:#000000;background-color:#FFFFFF;}
.listbodytextalt
{font-family:Arial;font-size:1em;color:Black;background-color:#ccff99;}
/* This style controls general text. */
.bodycopy
{font-family:Arial;font-size:1em;color:#000000;}
/* This style controls textbox field styleing. */
.textboxcopy
{font-family:Arial;font-size:1em;color:Black;}
/* This style controls '+' links on the calendar. */
.LinkOn
{font-family:Arial;font-size:1em;color:Red;}
.LinkOff
{font-family:Arial;font-size:1em;color:Blue;}
/* This style controls the style of grid cells not being used. */
.otherday
{font-family:Arial;font-size:1em;color:Black;background-color:#F5F5F5;}
.otherdaySmallGrid
{font-family:Arial;font-size:1em;color:Black;background-color:#F5F5F5;}
BODY
{font-size:68.75%;font-family:Arial;color:#000000;margin-bottom:10px;margin-left:3px;margin-right:3px;margin-top:0px;}
/* This class is used so em font sizing is handled correctly on front end calendar views. */
TABLE, DIV
{font-size:1em;}
/* This is used to color the Quick Tip Border */
.quicktipborder {border-style:solid;border-color:#007fac;border-width:2px;}
SELECT
{font-family:Arial;font-size:1em;color:Black;}
