/* Changes for each type are made to backgrounds & quickLinks & btn */
@import url("https://lafco.acgov.org/lafco-resources/css/bootstrap.min.css");
@import url("https://lafco.acgov.org/lafco-resources/css/index.css");

table { 
	border-color: #e1e7ee !important; 
	border-spacing: 2px !important;
}
table table td, table table th { padding-left: 5px; padding-right: 5px; }
/*  -------------------------------------------------------------------------------------
 Backgrounds
---------------------------------------------------------------------------------------*/
.bgShade	{	background : #e6e6f2;	} /* change */
.bgSide 	{	background : #ebfcf9;	} /* change */
.bgCalDays	{	background : #6484a6;	} /* change */
.bgTitle	{	background : #1abb9c;	} /* change */
.bgChoosen	{	background : #cccccc;	}

/*  -------------------------------------------------------------------------------------
 Text
---------------------------------------------------------------------------------------*/
.titleWht75{
	font-family: "Source Sans Pro", sans-serif;
	font-size : 75%;
	font-style : normal;
	font-weight : bold;
	color : #ffffff;
}
.titleWht100{
	font-family: "Source Sans Pro", sans-serif;
	font-size : 100%;
	font-style : normal;
	font-weight : bold;
	color : #ffffff;
}
.titleWht105{
	font-family: "Source Sans Pro", sans-serif;
	font-size : 105%;
	font-style : normal;
	font-weight : bold;
	color : #ffffff;
}
.content75Bold{
	font-family: "Source Sans Pro", sans-serif;
	font-size : 75%;
	font-style : normal;
	font-weight : bold;
	color : #000000;
}
.content85Bold{
	font-family: "Source Sans Pro", sans-serif;
	font-size : 85%;
	font-style : normal;
	font-weight : bold;
	color : #000000;
}
.content120Bold{
	font-family: "Source Sans Pro", sans-serif;
	font-size : 120%;
	font-style : normal;
	font-weight : bold;
	color : #000000;
}
.content75{
	font-family: "Source Sans Pro", sans-serif;
	font-size : 75%;
	font-style : normal;
	font-weight : normal;
	color : #000000;
}
.content85{
	font-family: "Source Sans Pro", sans-serif;
	font-size : 85%;
	font-style : normal;
	font-weight : normal;
	color : #000000;
}
/*  -------------------------------------------------------------------------------------
 Links
---------------------------------------------------------------------------------------*/
.link75{
	font-family: "Source Sans Pro", sans-serif;
	font-size : 75%;
	font-style : normal;
	font-weight : bold;
}
.link85{
	font-family: "Source Sans Pro", sans-serif;
	font-size : 85%;
	font-style : normal;
	font-weight : bold;
}
.quickLinks{ /* change */
	font-family: "Source Sans Pro", sans-serif;
	font-size : 75%;
	font-style : normal;
	font-weight : bold;
	color : #0091fe;
	height: 30px;
	margin-top: 5px;
}
ul.calendarlinks {
	margin: 0px 5px 0px 15px;
	padding: 0px;
}
/*  -------------------------------------------------------------------------------------
 Buttons
---------------------------------------------------------------------------------------*/
.btn{ /* change */
	/* background : #FFFFFF;
	color: #000000; */
	font-family: "Source Sans Pro", sans-serif;
	font-size: 11px;
	font-weight: bold; 
	height: 30px;
	width: auto !important;
	margin: 0 5px 5px;
	padding: 7px 20px;
}
input[type=button].btn {
	background-color: buttonface !important;
	color: #444 !important;
	height: auto;
	padding: 2px 5px;
}
input[type=button].btn:hover {
	background-color: #ccc !important;
	border: #444;
}
	
.btnArrow {
	font-size: 60%;
	width: 25px !important;
	text-align: center;
	letter-spacing: -1px;
	padding: 0;
}

#acgovheader, #acgovfooter {
	display: none;
}
#newacgovheader, #newacgovfooter {
	display: none !important;
}