
#content-container {
    background: #2C80A1 url(/media/images/project-list/list-bg-repeater.jpg) top left repeat-x;
}
#content {
    padding: 0;
    background: #2C80A1 url(/media/images/project-list/list-bg-repeater.jpg) top left repeat-x;
}
#content #one-content-col {
    margin: 0;
    width: 960px;
}
#banner h1 {line-height: 1.2em;}
#browse-laureates-controls {
    width: 930px;
    height: 40px;
    overflow: hidden;
    padding: 30px 0 15px 0;
}
#browse-laureates-controls h1 {
    display: inline;
    color: #FFFFFF;
    margin: 0;
    width: 500px;
    float: left;
}
#list-filter {
    float: right;
    overflow: auto;
}
.raejs-active #list-filter {
    display: none;
}
#list-filter li {  
    float: left;
    margin-left: 20px;
    color: #FFFFFF;
}
#list-filter li a {
    font-weight: normal;
    color: #EBC57A;
    padding: 0 0 0 12px; 
    background: url(/media/images/common/primary-arrow-green.gif) 0 -21px no-repeat;
}
#list-filter li a:hover {
    color: #FFFFFF;
    background-position: 0 3px;
}
#laureate-filter {
    display: none;
    width: 375px;
    float: right;
    overflow: auto;
}
.raejs-active #laureate-filter {
    display: block;
}

#laureate-filter label {
    font-size: 0.9em;
    line-height: 1.6em;
    margin: 0 0 0 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    float: left;
    display: block;
}
#laureate-filter select {
    text-transform: none;
    border: none;
    background-color: #DBD0B8;
}
#laureate-list-view {margin: 0 0 20px 0;}
#laureate-list-view-top, #laureate-list-view-bottom {
    width: 930px;
    overflow: auto;
    padding: 5px 0 5px 0;
    display: none;
}
#laureate-list-view-top {
    border-top: 3px double #8FB4C2;
}
#laureate-list-view-bottom {
    border-top: double 3px #A1BEC9;
    border-bottom: double 3px #A1BEC9;
    margin: 0 0 30px 0;
}
.alpha-groupings {
    float: left;
    margin: 0;
    padding: 0;
}
.alpha-groupings li {
    color: #A1BEC9;
    float: left;
    margin-right: 15px;
    padding-left: 15px;
    border-left: 1px solid #A1BEC9;
    line-height: 1.6em;
}
.alpha-groupings li.grouping-label {
    border-left: none;
    padding-left: 0;
    margin-right: 30px;
}
.alpha-groupings li.first {
    border-left: none;
    padding-left: 0;
}

.alpha-groupings li a {
    color: #EBC57A;
    font-weight: normal;
    font-size: 1.0em;
    cursor: pointer;
}
.alpha-groupings li a:hover,
.alpha-groupings li a.current {
    color: #FFFFFF;
}
.alpha-pagination {
    float: right;
    margin: 0;
    padding: 0;
}
.alpha-pagination li {
    float: left;
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #A1BEC9;
    line-height: 1.6em;
}
.alpha-pagination li.first {
    border-left: none;
    padding-left: 0;
}
.alpha-pagination li a {
    text-transform: uppercase;
    font-size: 0.8em;
    color: #EBC57A;
    font-weight: bold;
    cursor: pointer;
}
.alpha-pagination li a:hover {
    color: #FFFFFF;
}
.alpha-pagination li a.disabled {
    color: #CCCCCC;
    cursor: default;
}
.raejs-active .alpha-group {
    display: none; visibility: hidden;
}
.alpha-group .alpha-list {
    border-top: double 3px #a1bec9;
    margin: 0;
    width:930px;
}
.alpha-group .alpha-list {
    overflow: auto;
    margin: 0 0 15px 0;
}
.alpha-group .alpha-list .list-letter {
    display: block;
    width:230px;
    float:left;
    color:#FFF;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    font-size: 1.2em;
    margin: 10px 0 0 0;
}
.alpha-group .alpha-list .alpha-list-content {
    overflow: hidden;
    float: left;
    width: 700px;
} 
  
.alpha-group .alpha-list .alpha-list-content div {
    float: left;
    border-top: 1px solid #8aafbe;
    width:330px; height: 95px;
    margin-right:20px;
    padding-top:12px;
    padding-bottom:10px;
    overflow:hidden;
}
.alpha-group .alpha-list .alpha-list-content p {
    margin:5px 10px 0 0;
    font-size: 0.9em;
    color: #DADADA;
}
.alpha-group .alpha-list .alpha-list-content h2{
    color: #FFFFFF;
    margin: 0 0 5px 0;
}
.alpha-group .alpha-list .alpha-list-content h2 a {
    color: #FFFFFF;
}
.alpha-group .alpha-list .alpha-list-content h2 a:hover {
    color: #EBC57A;
}
.alpha-group .alpha-list .alpha-list-content h3{
    font-size: 0.90em;
    color: #DADADA;
}
.alpha-group .alpha-list .alpha-list-content .notop {
    border-top: none;
}
.alpha-group .alpha-list .alpha-list-content img {
    float:left;
    margin-right: 15px;
    padding: 0 4px 4px 0;
    background: url(/media/images/common/laureate-list-portrait-bg.png) top left no-repeat;
}
