/* Drop down styles*/
div.summary-dropdown-wrapper {
  position:absolute;
  left:105px;
  min-width:179px;
  background-color:white;
  border-left:1px solid #e0e0e0;

  border-bottom:1px solid #e0e0e0;
  margin-top:-10px;
  margin-left:0px;
  padding:0px;
  text-align:left;
  max-height:230px;
  padding-right:10px;
  font-family:"Century Gothic";
  font-size:8pt;
  font-weight:bold;
  color:#666666;
z-index:100;
overflow:visible;
}

/*Drop down list styles*/
div.summary-dropdown-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
/* Selected item in dropdown list*/
div.summary-dropdown-wrapper ul li.selected { 
  background-color: #ffffff;
 
}

/* Hover state for dropdown list */
div.summary-dropdown-wrapper ul li.current { 
  background-color: #58a618;
  color:#fff;
}

/* Drop down list items style*/
div.summary-dropdown-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
    padding-left:10px;
    width: 210px;
      border-right:1px solid #e0e0e0;
}

/* Look and feel of select box */
.summary-dropdown {
  	background: url("../images/select_summary.png") no-repeat scroll right center transparent;
    border: 0 none;
    color: #58A618;
    cursor: pointer;
    display: block;
    font-family: "Century Gothic";
    font-size: 10pt;
    font-weight: bold;
    height: 24px;
    margin: 0 17px 10px 0;
    min-width: 217px;
    padding-left: 10px;
    padding-top: 3px;
    text-align: left;
}


/* Drop down styles*/
div.give-selectbox-wrapper, div.purple-selectbox-wrapper {
  position:absolute;
  width:213px !important;
  background-color:white;
  border-left:1px solid #e0e0e0;
  border-bottom:1px solid #e0e0e0;
  margin-top:-8px;
  margin-left:0px;
  padding:0px;
  text-align:left;
  max-height:200px;
  padding-right:10px;
  font-family:"Century Gothic";
  font-size:8pt;
  font-weight:bold;
  color:#666666;
	overflow:visible;

	display: none;
    z-index: 100;
}

/*Drop down list styles*/
div.give-selectbox-wrapper ul, div.purple-selectbox-wrapper ul {
  background: none repeat scroll 0 0 #FFFFFF;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 222px;
}
div.pubmed_search-wrapper ul {
  background: none repeat scroll 0 0 #FFFFFF;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 200px;
}
/* Selected item in dropdown list*/
div.give-selectbox-wrapper ul li.selected, div.purple-selectbox-wrapper ul li.selected, div.pubmed_search-wrapper ul li.selected { 
  background-color: #ffffff;
}

/* Hover state for dropdown list */
div.give-selectbox-wrapper ul li.current, div.purple-selectbox-wrapper ul li.current, div.pubmed_search-wrapper ul li.current { 
  background-color: #d875ae;
  color:#fff;
}

/* Drop down list items style*/
div.give-selectbox-wrapper ul li, div.purple-selectbox-wrapper ul li {
	list-style-type:none;
	display:block;
	margin:0;
	padding:2px;
	cursor:pointer;
	padding-left:10px;
	width: 210px;
	border-right:1px solid #e0e0e0;
	z-index: 1000;
} 

/* Look and feel of select box */
.give-selectbox 
{
	margin: 0px 17px 10px 0px;
	padding-left:10px;
	padding-top:3px;
	font-family: "Century Gothic";
	font-size:10pt;/* Resize Font*/
	min-width : 179px; /* Resize Width */
	display : block;
	text-align:left; 
	background: url('../images/give_select_menu.jpg') right; background-repeat:no-repeat;
	cursor: pointer;
	border: 0;
	color:#d875ae;
	height:19px;
	font-weight:bold;
}

.purple-selectbox {
	background:url("../images/purple_dropdown.png") no-repeat scroll left center transparent;
    border: 0 none;
    color: #b07fc4;
    cursor: pointer;
    display: block;
    font-family: "Century Gothic";
    font-size: 10pt;
    font-weight: bold;
    height: 25px;
    margin: 5px 0 5px 0;
    position: relative;
    text-align: left;
    text-indent: 10px;
    top: -1px;
    width: 225px;
    z-index: 50;
}

/* PUBMED DROPDOWN */
.pubmed_search {
	background: url("../images/pubmed_dropdown.png") no-repeat scroll left center transparent;
    border: 0 none;
    color: #00babe;
    cursor: pointer;
    display: block;
    font-family: "Century Gothic";
    font-size: 10pt;
    font-weight: bold;
    height: 23px;
    margin: 5px 2px 5px 0;
    width: 200px;
    position: relative;
    text-align: left;
    text-indent: 10px;
    top: -1px;
    z-index: 50;
}

div.pubmed_search-wrapper ul li {
	list-style-type:none;
	display:block;
	margin:0;
	padding-top:2px;
	padding-bottom:2px;
	cursor:pointer;
	width: 198px;
	border-right:1px solid #e0e0e0;
	z-index: 1000;
} 

.pubmed_signup {
    background-image: url("../images/signup_emailbox.png");
    height: 23px;
    margin-top: 10px;
    width: 201px;
}
#pubmed_dropdown input {
	width: 198px !important;
}

div.pubmed_search-wrapper {
	position:absolute;
	width:199px !important;
	background-color:white;
	border-left:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
	margin-top:-6px;
	margin-left:0px;
	padding:0px;
	text-align:left;
	max-height:200px;
	font-family:"Century Gothic";
	font-size:8pt;
	font-weight:bold;
	color:#666666;
	overflow:visible;
	display: none;
    z-index: 100;
}




