/* styles dictated by layout options */

/* general */
#congresswebContent textarea, input, select {  
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

#congresswebContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF !important;
	width: 700px;
	margin-right: auto; margin-left: 0;
}

#congresswebContent a {
	text-decoration: underline;
}

#congresswebContent a:link {
	color: #00bae4;
	text-decoration: underline;
}

#congresswebContent a:visited {
	color: #00bae4;
	text-decoration: underline;
}

#congresswebContent a:hover,
#congresswebContent .congressweb-siteMenu ul li a:hover {
	color: #1e1e1e;
	text-decoration: underline;
}

#congresswebContent h1.congressweb-module-title {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #00bae4;
}

/* key actions list */
#congresswebContent .congressweb-key-actions-module h1.congressweb-module-title {
	background-color: #00bae4;
	font-weight: bold;
	color: #FFFFFF;
}

#congresswebContent .congressweb-action-activityCount {
	border: solid #00bae4 1px;
}

#congresswebContent .congressweb-action-activityCount a {
	color: #00bae4 !important;
}

#congresswebContent .congressweb-button {
	background-color: #00bae4;
	border: solid #00bae4 1px;
}

#congresswebContent .congressweb-md-menu-tab-selected {
	border-bottom: solid 3px #00bae4; 
	color: #00bae4 !important;
}

#congresswebContent .congressweb-md-menu-tab-selected .congressweb-mobileIcon,
#congresswebContent .congressweb-md-menu-tab-selected .congressweb-desktopText {
	color: #00bae4 !important;
}

#congresswebContent .congressweb-takeaction-multiAction-menu a.congressweb-takeaction-multiAction-menu-selected {
	color: #00bae4 !important;
}

#congresswebContent .congressweb-button:hover,
#congresswebContent .congressweb-button-active,
#congresswebContent .congressweb-action-activityCount:hover {
	color: #00bae4 !important;
}

