
/* Note: many of these styles are overriden, but we need some of them. */

#keyword-search {
    background: #f5f4f3;
    background: -moz-linear-gradient(top,  #f5f4f3 0%, #e5e5e4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f4f3), color-stop(100%,#e5e5e4));
    background: -webkit-linear-gradient(top,  #f5f4f3 0%,#e5e5e4 100%);
    background: -o-linear-gradient(top,  #f5f4f3 0%,#e5e5e4 100%);
    background: -ms-linear-gradient(top,  #f5f4f3 0%,#e5e5e4 100%);
    background: linear-gradient(top,  #f5f4f3 0%,#e5e5e4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f4f3', endColorstr='#e5e5e4',GradientType=0 );
    color: #191919;
    font-size: 18px;
    line-height: 24px;
    padding: 19px 140px 28px 20px;
}
#keyword-search form {
    font-size: 14px;
    margin-top:16px;
}
#keyword-search button,
#keyword-search label {
    font-weight: bold;
}
#keyword-search input {
    border: 1px solid #d6d6d6;
    height: 24px;
    margin-left: 4px;
    margin-right: 10px;
    width: 274px;
}
#result-description {
    border-bottom: 1px solid #dedede;
    color: #191919;
    font-size: 18px;
    line-height: 21px;
    padding: 22px 300px 14px 20px;
    position: relative;
}
#result-description .reset {
	background: url(../images/backgrounds/reset.png) no-repeat right 5px;
    border-left: 1px solid #dedede;
    display: block;
    font-size: 12px;
    height: 27px;
    line-height: 27px;
    margin-top: 24px;
    padding-left: 11px;
	padding-right: 22px;
    position: absolute;
    right: 0px;
    top: 0px;
}
#result-description .reset:hover {
	background-position: right -23px;
}
#facets {
    padding: 12px 22px 12px 0;
    width: 210px;
    margin-bottom: 20px 
}
#facets legend {
    display: block;
    float: left;
    width: 100%;
    color: #191919;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 5px 0;
    position: relative;
}
#facets fieldset {
    border-bottom: 1px solid #e5e5e5;
    padding: 16px 0 18px 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}
#facets fieldset li {
    margin-bottom: 8px;
}

a.fold {
    background: #00a4e8;
    background: -moz-linear-gradient(top,  #00a4e8 0%, #0194d1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00a4e8), color-stop(100%,#0194d1));
    background: -webkit-linear-gradient(top,  #00a4e8 0%,#0194d1 100%);
    background: -o-linear-gradient(top,  #00a4e8 0%,#0194d1 100%);
    background: -ms-linear-gradient(top,  #00a4e8 0%,#0194d1 100%);
    background: linear-gradient(top,  #00a4e8 0%,#0194d1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a4e8', endColorstr='#0194d1',GradientType=0 );
    color: #fff;
    display: block;
    float: right;
    font-size: 11px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    margin-right: 20px;
    margin-bottom: -18px;
    text-align: center;
    width: 55px;
}

#facets fieldset.accordion li > a.active {
    color: #191919;
    font-weight: bold;
}

#facets label {
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 5px;
}
#facets input {
    border: 1px solid #d6d6d6;
    height: 24px;
    margin-left: 4px;
}
#facets ul {
    margin-top: 35px;
    padding-left: 8px;
}
#facets li {
    list-style-type: none;
}
#facets button {
    font-weight: bold;
    margin-left: 100px;
    margin-top: 25px;
}
#facets .slider {
    width: 180px;
    margin-left: 9px;
}


#main-content form#facets .spinners .ui-corner-all {
    border: 0px;
    moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -khtml-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -khtml-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;    
}
#main-content form#facets .spinners a .ui-icon,
#main-content form#facets .spinners .ui-widget-content a .ui-icon {
  background: none;
}
/*
#facets .spinners .ui-spinner-up {
  height: 10px;
  position: relative;
  top: -8px;
}
#facets .spinners .ui-spinner-down {
  height: 10px;
  position: relative;
  top: 8px;
  left: -13px;
}

#facets .spinners .ui-spinner-button .ui-icon {
  display: inline;
  background-image: none;
}

#facets .spinners .ui-corner-all {
  float: right;
  
}

#facets .spinners input {
  width: 112px;
  height: 29px;
}
*/
#facets .spinners input {
  width: 50%;
}
#facets .spinners .ui-corner-all a.ui-spinner-button {
  float: right;
  border-radius: 0;
}

#facets .spinners .ui-corner-all a.ui-spinner-button:hover {
  text-decoration: none;
}


#facets .spinners .ui-spinner-button .ui-icon {
  display: inline;
  background-image: none;
}

#facets .spinners .ui-corner-all {
  border-radius: 0px;
  border: none;
  background: none;
}
#facets .spinners .ui-spinner-button .ui-button-text{
  font-size: 17px;
}


#facets .slider .ui-slider-range {
  border-radius: 0;
}
#facets .slider .ui-widget-header {
    background: #00a3e6;
    background: -moz-linear-gradient(top,  #00a3e6 0%, #0194d1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00a3e6), color-stop(100%,#0194d1));
    background: -webkit-linear-gradient(top,  #00a3e6 0%,#0194d1 100%);
    background: -o-linear-gradient(top,  #00a3e6 0%,#0194d1 100%);
    background: -ms-linear-gradient(top,  #00a3e6 0%,#0194d1 100%);
    background: linear-gradient(top,  #00a3e6 0%,#0194d1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a3e6', endColorstr='#0194d1',GradientType=0 );
}
#facets .slider .ui-state-default,
#facets .slider .ui-state-active {
    border: 0px;
    background: url(../images/controls/slider_handle.png) no-repeat 0 0;
    width: 9px;
    height: 21px;
    moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -khtml-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -khtml-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;    

    moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    -khtml-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    -khtml-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
}
.slider-range,
.slider-values {
    font-size: 9px;
    width: 195px;
    overflow: hidden;
    margin: 7px 5px;
}
.slider-values {
    font-size: 12px;
}
.slider-range .min,
.slider-values .min {
    float: left;
}
.slider-range .max,
.slider-values .max {
    float: right;
}

.grant-list {
	margin-top: -10px;
    padding: 0px;
}
.ie7 .grant-list {
	margin-top: 0;
}
.grant-list li {
    border-top: 1px solid #E5E5E5;
    list-style-type: none;
    margin-right: 50px;
    padding: 20px 0 18px 0;
}
.grant-list li:first-child {
    border-top: 0px;
    padding-top: 0;
}
.grant-list h2 {
    font: 24px/1.2 "adobe-garamond-pro", "adobe garamond pro", Georgia, Garamond, Times, serif;
}
.grant-list h2 a {
	color: #000;
}
.grant-list h2 a:hover {
	color: #009ddc;
	text-decoration: none;
}
.grant-list p span {
    text-transform: uppercase;
}
.grant-list .details {
    overflow: hidden;
    width: 100%;
}
.grant-list .amount {
    clear: left;
    color: #191919;
    float: left;
    font-size: 18px;
}
.grant-list .strategy-status {
    background: url("../images/icons/icon-green-check.png") no-repeat 8px 4px;
    border-left: 1px solid #dedede;
    clear: right;
    float: left;
    margin-left: 10px;
    margin-top: 5px;
    padding-left: 28px;
}
.grant-list .strategy-status-inactive {
    background: url("../images/icons/icon-grey-check.png") no-repeat 8px 4px;
    border-left: 1px solid #dedede;
    color: #797878;
    clear: right;
    float: left;
    margin-left: 10px;
    margin-top: 5px;
    padding-left: 28px;
}
.grant-list .activedate {
	color: #797878;
}
.grant-list .activedate strong {
	color: #191919;
}
.grant-list p {
	margin: 2px 60px 0 0;
}

#keyword-search p.small {
  font-size: 12px;
  line-height: normal;
}

fieldset.chicago-area {
  margin-top: 10px;
}
form#grantsearch fieldset.chicago-area legend{
  margin-top: 0px;
}
