th {
	font-weight: bold;
	font-family: Verdana;
	font-size: 10pt;
	padding: 1px 3px;
}
.white-text {
	color: white;
}
.va-top {
	vertical-align: top;
}
.va-middle {
  vertical-align: middle;
}

.pc-mask {
	z-index: 100;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	/*zoom: 1;
	filter: alpha(opacity=50); opacity: .5;*/
	background-color: rgba(0,0,0,0.5) !important;
	/*clip-path: circle(60px at center);*/
}
.pc-mask-msg {
	z-index: 20001;
	position: absolute;
	padding: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #99bce8;
	background-image: none;
	background-color: #fff;
}
.pc-left-aligned {
	text-align: left;
}
.pc-centered {
	text-align: center;
}
.pc-bold {
	font-weight: bold;
}
.pc-italics {
	font-style: italic;
}
.pc-alt-row {
	background-color: #EEF5F5;
}
.pc-cp-alt-row {
	background-color: #EEF5F5;
}
.pc-ice-alt-row {
	background-color: #ffffcc;
}
.pc-row {
	background-color: white;
}
.pc-ice-section-header {
	background-color: #333399;
	color: white;
	font-weight: bold;
}
.pc-cp-section-header {
	background-color: rgb(114, 135, 168); /* #8d9a33; */
	color: white;
	font-family: Verdana;
	font-size: 13pt;
	padding: 5px 0 5px 5px;
}
.pc-disclaimer {
	font-size: smaller; 
	color: gray;
}
.pc-content-body {
	margin-left: 10px;
}
.pc-meeting-table {
	margin-top: 3px;
	margin-left: 2px; 
	padding-left: 0;
}
.pc-meeting-cell {
	padding-bottom: 5px;
}
.pc-radio {
  margin-top: 0px;
  margin-left: 2px;
  margin-right: 0px;
  margin-bottom: 2px;
}
.pc-button {
  background-color: rgb(114, 135, 168);
  color: white;
}
.pc-td-header {
  background-color: gainsboro;
}
.pc-sub-header {
  background-color: rgb(231, 229, 215);
}
.pc-align-right {
  text-align: right;
}
.pc-visible {
  visibility: visible;
}
.pc-hidden {
  visibility: hidden;
}
.pc-required {
  font-size: smaller; 
  color: red;
}
.pc-comment-form-field {
  width: 318px;
}
.pc-comment-form-city {
  width: 115px;
}
.pc-comment-form-state {
  width: 30px;
}
.pc-comment-form-zip {
  width: 63px;
}
.pc-form {
  border: 5px solid #6381A5;
  /*border-radius: 15px;
  -moz-border-radius: 15px;*/
  background-color: #E7EEF8;
  z-index: 1000;
  
  /* needed styles for the overlay/mask */
  z-index: 10; /* keep on top of other elements on the page */
  outline: 9999px solid rgba(0,0,0,0.5);
}
.pc-form-header {
  color: #2D5078;
  border-bottom: 1px solid #6381A5;
  font-weight: bold;
}
.pc-ip-form {
	width: 460px;
}
.pc-ip-field {
	width: 380px;
}
.pc-co-form {
	width: 400;
}
.pc-clean-link {
  text-decoration: none;
}
a.pc-clean-link:hover {
  text-decoration: underline;
  color: #8d9a33;
}
a.pc-hover-link:hover {
  text-decoration: none;
  color: #8d9a33;
}

.doc-date-col {
  width: 130px;
  padding-left: 3px;
  padding-right: 3px;
  white-space: nowrap;
}
.doc-size-col {
  width: 60px;
  padding-left: 3px;
  padding-right: 3px;
  white-space: nowrap;
}
.padded-container {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 2px;
}

.important-meeting-material {
	font-weight: bold;
	font-size: 12pt;
}
.some-padding {
	padding: 10px;
}
.thin-border {
	border: 1px solid black;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
.vote {
  padding: 3px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  margin-left: 4px;
  text-align: center;
}
.aye-vote {
	border: 1px solid green;
}
.nay-vote {
	border: 1px solid red;
}
.other-vote {
	border: 1px solid black;
}
.underlined {
	text-decoration: underline;
}
.centered {
	text-align: center;
}
.section-header {
	background-color: #8d9a33;
	color: white;
	font-family: Verdana;
	font-size: 13pt;
	padding: 5px 0 5px 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
.prop-right-panel {
	width: 325px;
}
.validation-msg {
  color: red;
  padding: 3px;
}
#commentForm {
	border: 5px solid #6381A5;
	/*border-radius: 15px;
	-moz-border-radius: 15px;
	position: absoulte;*/
	background-color: #E7EEF8;
}
#commentFormHeader {
	color: #2D5078;
	border-bottom: 1px solid #6381A5;
}
.section-table {
	margin: 0 0 0 0; 
	padding: 0px;
}
.padded-col {
	padding-right: 10px;
}
.pad-right-5 {
	padding-right: 5px;
}
.full-width {
	width: 100%;
}
.half-width {
  width: 50%;
}
.third-width {
  width: 33%;
}
.quarter-width {
  width: 25%;
}
.align-top {
  vertical-align: top;
}
.no-underline {
  text-decoration: none;
}
.meeting-materials {
	background-color: rgb(234, 235, 237);
	/*width: 410px;*/
	padding: 5px;
}
.hidden-meeting-material {
	display: none;
}
.display-block {
  display: block;	
}
.meeting-document-link {
	color: black;
}
.hidden {
	visibility: hidden;
}
.visible {
  visibility: visible;
}

/* cp plugins */
.full-width: {
  width: 100%;
}
.half-width {
  width: 50%;
}
.quarter-width {
	width: 25%;
}
.spacing-0 {
  border-spacing: 0px;
}
.spacing-10 {
  border-spacing: 10px;
}
.pad-5 {
  padding: 5px;
}
.pad-20 {
  padding: 20px;
}
.margin-5 {
	margin: 5px;
}
.floater {
	float: left;
}
.meeting-materials-title {
	padding-bottom: 15px;
	font-weight: bold;
}
.no-underline {
  text-decoration: none;
}
.bordered {
	border: 1px solid black;
}
.plugin-meeting-cell {
  color: rgb(0, 125, 182);
  vertical-align: top;
  padding-bottom: 10px;
}
.plugin-meeting-table {
  padding: 10px;
}
.plugin-month {
	padding-bottom: 3px;
}
.plugin-title {
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.plugin-cell-border {
	border: 1px rgb(233, 242, 252) solid;
	/*border-radius: 5px;
  -moz-border-radius: 5px;*/
}
.plugin-date {
	/*padding: 0px;*/
	width: 60px;
	height: 87px; 
	float: left; 
	margin-right: 10px; 
	text-align: center;
	background-color: rgb(41, 127, 189);
	font-weight: bold;
}
.plugin-date-num {
	font-size: 20pt;
}
.plugin-day-of-week {
	background-color: #91b6d6;
	font-weight: normal;
}
.plugin-time {
	background-color: #91b6d6;
	font-weight: normal;
	font-size: 8pt;
	padding: 3px;
}
.plugin-links-holder {
	position: relative;
	top: 10px;
	left: 0px;
	height: 50px;
	width: 210px;
	text-align: center;
}
.plugin-link-holder {
	float: left;
	height: 30px;
	width: 90px;
	margin: 2px;
	padding: 4px;
	/*border: 1px solid lightgray;
	border-radius: 5px;
  -moz-border-radius: 5px;*/
}
.plugin-link-holder:hover {
	border-color: red;
}
.plugin-img {
	height: 30px;
	vertical-align: middle;
}
.plugin-more-msg {
	position: relative;
	top: 16px;
	left: 0px;
	text-align: center;
}
.plugin-link {
	/*font-size: 10.2pt;*/
}
.plugin-link:hover {
	color: red;
}
.calendar-icon {
  background-image: url("https://www.co.pierce.wa.us/images/pages/N4425/Meeting.png");
}
.doc-icon {
  background-image: url("https://www.co.pierce.wa.us/images/pages/N4425/agenda.png");
}
.folder-icon {
  background-image: url("https://www.co.pierce.wa.us/images/pages/N4425/packet.png");
}
.next-meeting-icon {
  width: 30px;
  height: 32px;
  float: left;
  margin-right: 10px;
}
.next-meeting-item {
  font-family: Verdana;
  font-size: 13px;
}
.all-meetings {
  background-color: rgb(0, 125, 182);
  text-align: center;
  padding: 6px;
  color: white;
  /*width: 333px;*/
  height: 24px;
  font-family: Verdana;
  font-size: 13.3333px;
}
.all-meetings-tall {
  height: 44px;
}
.member-cell {
  padding-top: 5px;
  padding-left: 10px;
  vertical-align: top;
  white-space: nowrap;
}
.cp-embed {
  width: 730px;
}
.facebook {
  background: transparent url(../images/facebook.gif) no-repeat scroll 0 0;
  clear: both;
  font-size: 12px;
  padding: 0 10px 0 10px;
  position: relative;
} 
.twitter {
  background: transparent url(../images/twitter.png) no-repeat scroll 0 0;
  clear: both;
  font-size: 12px;
  padding: 0 10px 0 10px;
  position: relative;
} 
a.clean {
  text-decoration: none;
}
img.doc-img {
    vertical-align: middle;
    float: left;
    padding-right: 5px;
    height: 20px;
}
a.meeting-document-link:hover {
	color: green;
}
.toggler {
  text-decoration: none;
}