INPUT {
	color: #000000;
}
.error-message {
	color: #ff0000;
}
.instructions {
	font-weight: bold;
	width: 70%;
	padding: 0px 0px 20px 0px;
}
.disclaimer {
	padding: 20px 0px 0px 0px;
	width: 70%;
}
.help-text {
	padding: 10px 0px 0px 0px;
	width: 70%;
}

.help-text a {
  text-decoration: underline;
}

.subtitle-help-text {
	padding: 0px 0px 10px 30px;
}

.subtitle-help-text a {
  text-decoration: underline;
}

#content-full {
	padding-top: 20px;
	padding-right: 18px;
	padding-bottom: 28px;
	padding-left: 10px;
	background-color: #ffffff;
	width: 758px;
}
div.title{
	width: 75%;
}

div.autocomplete {
  position:absolute;
  width:250px;
  background-color:white;
  border:1px solid #000000;
  margin:0px;
  padding:0px;
  height: 460px;
  overflow: scroll;
  
}
div.autocomplete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.autocomplete ul li.selected { background-color: #e6e9f1;}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  /* height:32px; */
  cursor:pointer;
  color: #000000;
}

#member-details {
    color: #38407d;
    font-size: 10pt;
    height:140px;
}
#committeeDetails {
    min-height:120px;
    _height:auto !important;
    height:100px;
    margin-bottom: 20px;
}
#committee-memberships {
	color: #000000;
}


#member-committee-memberships-table a {
  text-decoration: underline;
}

.neroster-default-table {
    width: 760px;

    border-collapse: collapse;
    z-index: 0;
}

.neroster-default-table thead tr {
  background-color: #c2c4d7;
}

.neroster-default-table thead th {
    color: #38407d;
    font-size: 9px;
    vertical-align: bottom;
    text-align: left;
    font-weight: bold;
    padding: 7px 3px 7px 5px;
    cursor: pointer;
}

.neroster-default-table thead th a {
  text-decoration: underline;
}

.neroster-default-table tbody td {
    color: #000000;
    height: 30px;
    padding: 5px 3px 5px 5px;
    border-bottom: 1px solid #e6e9f1;
}
.neroster-default-table tbody td a {
  text-decoration: underline;
}

.sortcol {
	text-decoration: underline;
}

.sortasc, .sortdesc {
    background-color: #e6e9f1;
    background-repeat: no-repeat;
    background-position: 80% 90%;
}

.sortasc {
    background-image: url(/img/arrow_up.gif);
}

.sortdesc {
    background-image: url(/img/arrow_down.gif);
}
#customerlinks-table li a{
  text-decoration: underline;
}
#customerlinks-table li{
	align left;
	FONT-WEIGHT: bold;	
	FONT-SIZE: 12px;	
}
#customerlinks-table td{
	color: #FBBC01;;
}
.neroster-no-border-table {
    width: 760px;
    margin-bottom: 20px;
    border-collapse: collapse;
    z-index: 0;
}

.neroster-no-border-table thead tr {
  background-color: #c2c4d7;
}

.neroster-no-border-table thead th {
    color: #38407d;
    font-size: 9px;
    vertical-align: top;
    text-align: left;
    font-weight: bold;
    padding: 5px 3px 5px 5px;
    cursor: pointer;
}

.neroster-no-border-table thead th a {
  text-decoration: underline;
}

.neroster-no-border-table tbody td {
    color: #000000;
    padding-left: 5px;
    padding-top: 5px;
    
}
.neroster-no-border-table tbody td a {
  text-decoration: underline;
}
.details {
	font-size: 10pt;
	COLOR: #38407d;
}
.warning {
	color: #e7251a;
	font-weight: bold;
	font-size: 10pt;
}
.neroster-subtitle {
	margin-top: 20px;	
	FONT-WEIGHT: bold;	
	FONT-SIZE: 14px;	
	COLOR: #38407d;
	margin-bottom: 10px;
}
.colapsecontrol {
	color: #FBBC01;;
}
.colapsecontrol :visited  {
	color: #FBBC01;;
}

/* Committee Details CSS BEGIN */
h1.title {
    font-size : 16px;
    color : #38407d;
    font-weight : bold;
    margin-bottom : 10px;    
}
.subCommList h2, .parentCommList h2 { 
    font-weight: bold;
    color: #F7B610; 
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	font-size: 14px;
} 
.subCommList li, .parentCommList li {
    list-style: disk; 
    color: #F7B610;
    margin: 0;
    padding: 0;
}
.subCommList ul, .parentCommList ul {
    margin: 0 0 2px 18px;
    padding: 0;
}
.subCommList ul li a, .parentCommList ul li a {
    font-weight: bold;
    font-size: 12px;
}
/* Committee Details CSS END */
div .rhLinkCustom {
	background-color: transparent;
	/*
	generic class for non-standard rhLink elements
	background-image: url(/img/dot_yellow.gif);
	*/
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0px 5px;
	font-size: 10px;
	font-weight: bold;
	margin-top: 6px;
	padding-left: 22px;
	padding-right: 4px;
	text-transform: none;
	line-height: 13px;
}

span.informal {
	font-size: 9px;
	color: #666666;
}
