/* Changes for each type are made to backgrounds & quickLinks & btn */

/*  -------------------------------------------------------------------------------------
 Backgrounds
---------------------------------------------------------------------------------------*/
.bgShade	{	background : #eeeeee;	} /* change */
.bgSide 	{	background : #eeeeee;	} /* change */
.bgCalDays	{	background : #ffffcc;	} /* change */
.bgTitle	{	background : #006699;	} /* change */
.bgChoosen	{	background : #cccccc;	}

/*  -------------------------------------------------------------------------------------
 Text
---------------------------------------------------------------------------------------*/
.titleWht75{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 75%;
	font-style : normal;
	font-weight : bold;
	color : #ffffff;
}
.titleWht100{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 100%;
	font-style : normal;
	font-weight : bold;
	color : #ffffff;
}
.titleWht105{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 105%;
	font-style : normal;
	font-weight : bold;
	color : #ffffff;
}
.content75Bold{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 75%;
	font-style : normal;
	font-weight : bold;
	color : #000000;
}
.content85Bold{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 85%;
	font-style : normal;
	font-weight : bold;
	color : #000000;
}
.content120Bold{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 120%;
	font-style : normal;
	font-weight : bold;
	color : #000000;
}
.content75{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 75%;
	font-style : normal;
	font-weight : normal;
	color : #000000;
}
.content85{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 85%;
	font-style : normal;
	font-weight : normal;
	color : #000000;
}
.linkDesc{ /* change */
	font-family : Arial, Helvetica, sans-serif;
	font-size : 70%;
	font-style : normal;
	font-weight : normal;
}
/*  -------------------------------------------------------------------------------------
 Links
---------------------------------------------------------------------------------------*/
.link75{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 75%;
	font-style : normal;
	font-weight : bold;
}
.link85{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 85%;
	font-style : normal;
	font-weight : bold;
}
.quickLinks
{ /* change */
	font-family : Arial, Helvetica, sans-serif;
	font-size : 75%;
	font-style : normal;
	font-weight : bold;
	color : #0091fe;
}

/*  -------------------------------------------------------------------------------------
 Buttons
---------------------------------------------------------------------------------------*/
.btn{ /* change */
	background : #777777;
	color: #ffffff; 
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold; 
}
.btnArrow {
	font-size: 60%;
	padding: 0px 3px;
	margin: 0px;
	text-align:center;
	letter-spacing:-1px;
}
.eventName {
	width: 50%;
}
.eventDate {
	width: 50%;
}
.eventLocation {
	display: none;
}
#acgovheader, #acgovfooter {
	display: none !important;
}
#newacgovheader, #newacgovfooter {
	display: none !important;
}
tr.bgtitle td.titleWht75 {
	font-size: 90%;
	padding: 0px 5px;
}
.monthAgency {
	display: none;
}

 