/* Changes for each type are made to backgrounds & quickLinks & btn */

/*  -------------------------------------------------------------------------------------
 Backgrounds
---------------------------------------------------------------------------------------*/
.bgShade	{	background : #eeeeee;	} /* change */
.bgSide 	{	background : #e1e9f0;	} /* change */
.bgCalDays	{	background : #DDEECC;	} /* change */
.bgTitle	{	background : #87A7C6;	} /* change */
.bgChoosen	{	background : #cccccc;	}

/*  -------------------------------------------------------------------------------------
 Text
---------------------------------------------------------------------------------------*/
.titleWht75{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 70%;
	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 : 70%;
	font-style : normal;
	font-weight : bold;
	color : #000000;
}
.content85Bold{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 80%;
	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 : 70%;
	font-style : normal;
	font-weight : normal;
	color : #000000;
}
.content85{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 80%;
	font-style : normal;
	font-weight : normal;
	color : #000000;
}
/*  -------------------------------------------------------------------------------------
 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;
}
ul.calendarlinks {
	margin: 0px 5px 0px 15px;
	padding: 0px;
}
/*  -------------------------------------------------------------------------------------
 Buttons
---------------------------------------------------------------------------------------*/
.btn{ /* change */
	background : #FFFFFF;
	color: #000000; 
	font-family : Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold; 
	
}
.btnArrow {
	font-size: 60%;
	width: 20px;
	text-indent: -999px;
	background-color:#eee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	border: 1px solid #666;
}
.btnArrow:hover {
	cursor:pointer;
}
.btnArrow[name=preMth] {
	background-image: url(/images/blackarrowleft.gif);
	background-repeat:no-repeat;
	background-position: center center;
}
.btnArrow[name=nextMth] {
	background-image: url(/images/blackarrowright.gif);
	background-repeat:no-repeat;
	background-position: center center;
}
.eventName {
	width: 50%;
}
.eventDate {
	width: 50%;
}
.eventLocation {
	display: none;
}
#newacgovheader, #newacgovfooter {
	display: none;
}
tr.bgtitle td.titleWht75 {
	font-size: 90%;
	padding: 0px 5px;
}
#mainsite {
	width: 100%;
}
#mainsite table tr td  {
	border-color:#fff;
}
input.btn {
	width: 5em;
}
.monthAgency {
	display: none;
}

