/* detail */

.location {
    margin: 0 20px;
    padding: 5px 10px 0;
}
/*#focus h2 {
    padding: 27px 0 0;
}*/
ul.details {
    margin: 8px 30px 2px;
    color: #707070;
    list-style-type: none;
}
ul.details li {
    margin-bottom: 7px;
}
ul.details li {
	padding: 3px 0;
}
ul.details li.grant_type {
    display: inline;
}
ul.details li.grant_year,
ul.details li.grant_amount {
    display: inline;
    margin-left: 1em;
    padding-left: 1em;
    border-left: 1px solid #dfdbc9;
}
.mixedContent {
    clear: both;
}
.mixedContent h4 {
    font-size: 1.2em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* archive */

form#grants_form {
}

#keywordSearch {
    margin: 0 20px 30px;
    padding: 20px 10px 10px;
    border-top: 1px solid #dad6c6;
}
#keywordSearch .lastUpdated {
    float: right;
    color: #918f85;
}


table.criteria {
    margin: 0 20px 10px;
    width: 660px;
}
table.criteria th {
    padding: 0 8px;
    color: #005951;
    text-align: left;
}
table.criteria th label {
    display: block;
    margin-bottom: 4px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    font-size: 1.2em;
    line-height: 1.17em;
}
table.criteria th select {
    width: 100%;
}
table.criteria th.t_organization {
    width: 167px;
}
table.criteria th.t_pillar {
    width: 106px;
}
table.criteria th.t_location {
    width: 106px;
}
table.criteria th.t_year {
    width: 77px;
}
table.criteria th.t_amount {
    width: 126px;
}

table.results {
    margin: 0 20px;
    width: 660px;
    border: 2px solid #fff;
}
table.results td {
    padding: 10px;
    border-left: 1px solid #fff;
    background-color: #f8f6ed;
    color: #464646;
    vertical-align: top;
}
table.results tr.even td {
    background-color: #efede2;
}
table.results td.t_organization {
    width: 164px;
    border-left: 0;
}
table.results td.t_pillar {
    width: 106px;
}
table.results td.t_location {
    width: 104px;
}
table.results td.t_year {
    width: 75px;
}
table.results td.t_amount {
    width: 126px;
}
table.results td a {
    font-weight: bold;
}

dl.details:after {		
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
