﻿#menu {
    position:relative;
    clear:both;
    height:31px;
    margin-bottom:10px;
    z-index:9;
}
#menu .filter {
    background:#1f2223;
    border: solid 1px #1f2223;
    border-bottom:none;
    float:left;
    margin-right:11px;
    font-family:Lucida Grande;
    font-size:12px;
    color:#fff;
    cursor:pointer;
}
#menu .mtab {
    padding:7px 10px 7px 10px;
}
#menu .filter img {
    margin-left:20px;
}
#menu .filter.selected {
    background:#383f41;
    border: solid 1px #737373;
    border-bottom:none;
}
#menu .filter.selected .mtab {
    height:22px;
}
#menu .dropdown {
    position:absolute;
    top:36px;
    left:0px;
    background:#383f41;
    border: solid 1px #737373;
    width:708px;
    height:auto;
    cursor:default;
    z-index:-1;
    min-height:175px;
}
#menu .optionClass tr {
    height:22px;
}
#menu .optionClass td {
    padding-right:25px;
}
#menu .dropdown .options {
    margin-bottom:40px;
}
#menu .dropdown .buttons {
    position:absolute;
    bottom:10px;
    right:10px;
    height:auto;
    width:auto;
}
#menu .dropdown .buttons input[type=submit] {
    background:#4d5b61;
    border:solid 2px #24292b;
    color:#fff;
    font-family:Lucida Grande;
    font-size:12px;
    text-transform:uppercase;
}
#gallery {
    clear:both;
    height:auto;
    overflow:hidden;
    min-height:600px;
    line-height:normal;
}
#gallery .container {
    float:left;
    width:171px;
    height:252px;
    overflow:hidden;
    margin-right:8px;
    margin-bottom:10px;
}
#gallery .container.noRightMargin {
    margin-right:0px;
}
#gallery .image {
    background: #070909 url('../img/pg/winners/no-photo.png') no-repeat top left;
    width:171px;
    height:171px;
    margin-bottom:10px;
    position:relative;
}
#gallery .minicaption {
    position:absolute;
    bottom:0px;
    right:0px;
    _right:-1px;
    background: url('../img/bg/tint.png') repeat-x top left;
    color:#FFDA2C;
    font-size:10px;
    height:20px;
    line-height:20px;
    padding-right:10px;
    position:absolute;
    text-align:right;
    width:161px;
}
#gallery .caption {
    color:#ffda2c;
    font-size:10px;
}
#gallery .galleryTextRow {
    margin-bottom:20px;
}
#gallerysmall {
    margin-bottom:10px;
}
#gallerysmall .minicontainer {
    float:left;
    width:111px;
    height:111px;
    overflow:hidden;
    margin-right:8px;
    margin-bottom:10px;
}
#gallerysmall .minicontainer.noRightMargin {
    margin-right:0px;
}
#gallerysmall .image {
    background:#070909 url('../img/pg/winners/no-photo-sm.png') no-repeat top left;
    width:111px;
    height:111px;
}

.galleryslider {
    width:690px;
    height:6px;
    margin:5px;
    background:#666;
    position:relative;
}

.ui-slider-handle {
    width:10px;
    height:14px;
    position:absolute;
    top:-4px;
    background:#EBB800;
    border:solid 1px black;
}
#gallerysmall {
    height:111px;
    overflow:hidden;
}
.galleryholder {
    width:710px;
    margin: 0 auto;
    overflow:hidden;
}


.details {
    clear:both;
    margin-top:20px;
}

.awardtitle {
    color:#ebb800;
}

.primary {
    float:left;
    width:300px;
    height:auto;
    overflow:hidden;
}
.associate {
    float:left;
    width:300px;
    height:auto;
    overflow:hidden;
}
.moreinfo {
    clear:both;
    height:auto;
    overflow:hidden;
    margin-top:40px;
    font-size:smaller;
}

.noresults {
    height:200px;
    width:auto;
    text-align:center;
    line-height:200px;
}
