
/** meeting listing CSS **/

.links11greybold {
	font-family: Arial, Helvetica, sans-serif;
    color: #333333;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
.links11greybold:hover {
	font-family: Arial, Helvetica, sans-serif;
    color: #666666;
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
}
.links11greybold:visited {
	font-family: Arial, Helvetica, sans-serif;
    color: #333333;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
.links11greybold:visited:hover {
	font-family: Arial, Helvetica, sans-serif;
    color: #666666;
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
}
.text12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.black11text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
    color: #000000;
	font-weight: bold;
}

.membershipInfoWindow {
    position: absolute;
    left: 520px;
    background-color: #FCF4CB;
    padding: 2px;
    display: none;
    border-left: black 2px solid;
    border-right:black 2px solid;
    border-top:black 2px solid;
    border-bottom:black 2px solid;
}

.searchHeaderH2 {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px; color: #295391; font-weight: bold;
}

.memInfoHeader1 {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px; color: #000000; font-weight: bold;
}

.memInfo2 {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px; color: #295391; font-weight: bold;
}

.fontSizeAndColor {
    text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px; color: #295391; font-weight: bold;
}


.memButton {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px; font-weight: bold;
}



.searchPublicContentText {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; color: #295391; font-weight: bold;
}


.searchHeaderH3 {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px; color: #295391; font-weight: bold;
}


.justFontAndColor {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; color: #295391; font-weight: bold;
}



.endeca_bg_image {
    background-image: url('GN_power_by2.gif');
    background-repeat: no-repeat;
    background-position: bottom;
}

.matchedword {
    background-color:yellow;
}

.linkStyle {
    text-decoration: none; font-family: Arial, Helvetica, sans-serif; color: #003399;  border-bottom:1px dashed #BCBCBC;
}

.selectStyle {
    text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 8pt;
}

.popupBoxStyle {
    font-family:Arial,Helvetica,Verduna;
    font-size:10pt;
    background-color:white;
    border:1px solid silver;
    padding:6px
}

