/* 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: 14px;
	color: #000000;
	background-color: #FFFFFF !important;
	width: 800px;
	margin-right: auto; margin-left: auto;
}

#congresswebContent a {
	text-decoration: none;
}

#congresswebContent a.clipboardCopy {
	color: #094f8d;
}

#congresswebContent a:link {
	color: #094f8d;
	text-decoration: none;
}

#congresswebContent a:visited {
	color: #094f8d;
	text-decoration: none;
}

#congresswebContent a:hover,
#congresswebContent .congressweb-siteMenu ul li a:hover {
	color: #094f8d;
	text-decoration: none;
}

#congresswebContent .congressweb-module-header .congressweb-module-header-rightcontent a,
#congresswebContent .congressweb-module-header .congressweb-module-header-rightcontent a:link,
#congresswebContent .congressweb-module-header .congressweb-module-header-rightcontent a:visited {
	font-size: 14px;
}

#congresswebContent h1.congressweb-module-title {
	font-weight: normal;
	color: #FFFFFF;
	background-color: #094f8d;
}

/* key actions list */
#congresswebContent .congressweb-key-actions-module h1.congressweb-module-title {
	background-color: #094f8d;
	font-weight: normal;
	color: #FFFFFF;
}

#congresswebContent .congressweb-action-activityCount {
	border: solid #8ba302 1px;
}

#congresswebContent .congressweb-action-activityCount a {
	color: #8ba302 !important;
}

#congresswebContent .congressweb-button {
	background-color: #8ba302;
	border: solid #8ba302 1px;
}

#congresswebContent .congressweb-md-menu-tab-selected {
	border-bottom: solid 3px #8ba302; 
	color: #8ba302 !important;
}

#congresswebContent .congressweb-md-menu-tab-selected .congressweb-mobileIcon,
#congresswebContent .congressweb-md-menu-tab-selected .congressweb-desktopText {
	color: #8ba302 !important;
}

#congresswebContent .congressweb-takeaction-multiAction-menu a.congressweb-takeaction-multiAction-menu-selected {
	color: #094f8d !important;
}

#congresswebContent .congressweb-button:hover,
#congresswebContent .congressweb-button-active,
#congresswebContent .congressweb-action-activityCount:hover {
	color: #8ba302 !important;
}

