/* -------------------- */
/* Comm Files (Default) */
/* -------------------- */
#cf-dates {
	width: 30%;
	border-right: dotted 1px gray;
	float: left;
	padding: 0 10px;
}

#cf-dates ul {
	list-style-type: none;
	margin: 0;
	text-align: left;
}

#cf-dates ul li {
	margin-bottom: 15px;
}

#cf-dates #cf-year {
	display: block;
	border: solid 1px black;
	text-align: center;
	font-size: 1.5em;
	font-family: Arial;
	font-weight: bold;
}

#cf-dates #cf-months {
	border: 1px solid black;
	border-top-width: 0px;
	padding: 5px 0;
}

#cf-dates #cf-months li {
	padding: 0;
	margin: 2px 0 2px 5px;
	list-style-type: disc;
	font-size: 1.1em;
}

#cf-dates #cf-months li.active {
	list-style-type: none;
	background: url("../images/bullet_arrow.png") no-repeat 0 2px;
	padding: 0 0 0 18px;
	margin-left: -8px;
}

#cf-content {
	width: 65%;
	float: left;
	text-align: left;
}

/* ------- */
/* Minutes */
/* ------- */
#cf-dates.min-dates .min-year {
	background: #EEE;
}

#cf-dates.min-dates .min-year:hover {
	background: #DDD;
}

#cf-dates.min-dates .min-months {
	background: #D4EBE8;
}

#cf-dates.min-dates .min-months li.active a {
	color: #149F08;
}

/* ------- */
/* Finance */
/* ------- */
#cf-dates.fin-dates .fin-year {
	background: #46A23F;
	color: #F4EAD7;
}
#cf-dates.fin-dates .fin-year:hover {
	background: #7DEB80;
	color: #F4EAD7;
}

#cf-dates.fin-dates .fin-months {
	background: #D4EBE8;
}

#cf-dates.fin-dates .fin-months li.active a {
	color: #239F19;
}

/* ----------- */
/* Newsletters */
/* ----------- */
#cf-dates.news-dates .news-year {
	background: #EFF863;
	color: #155115;
}
#cf-dates.news-dates .news-year:hover {
	background: #F6FBAB;
	color: #155115;
}

#cf-dates.news-dates .news-months {
	background: #FBFCF2;
}
#cf-dates.news-dates .news-months a {
	color: #155115;
}

#cf-dates.news-dates .news-months li.active a {
	color: #239F19;
}

/* ----------------- */
/* Financial Upload  */
/* ----------------- */
body.financial {
	background: none;
	background-color: white;
}

table.financial {
	margin: 0 auto;
}

table.financial th {
	padding-bottom: 5px;
}

table.financial tr.title {
	font-weight: bold;
}
table.financial tr.title td {
	padding-bottom: 5px;
}

table.financial tr.total {
	font-weight: bold;
}
table.financial tr.total td {
	padding-top: 5px;
	padding-bottom: 20px;
}

/* ------------- */
/* Smart Street  */
/* ------------- */
.smartstreet {
	margin: 0px auto;
}

.smartstreet img {
	padding: 0px 5px;
}

/* ----------- */
/* QuickLogin  */
/* ----------- */
#ql-infobox {
	text-align: right;
	margin-bottom: 20px;
	font-size: 0.95em;
}

.ql-tab a {
	background: #B8DDEA !important;
}
.ql-tab a:hover {
	background: #E2F1F7 !important;
}
.ql-tab.active a {
	background: #D9DBE1 !important;
}
