#press-login-wrapper {
    position: relative;
    z-index: 1;
    margin-top: -40px;
}

body.press .current > a {
  color: #000000 !important;
}

body.press #background {
    background-color: #ffffff;
}

body.press #header-wrapper {
    background-color: #000000;
    height: 120px;
}

body.press #header {
    border-right: 1px solid #797979;
    border-left: 1px solid #797979;
}

body.press #top-navigation {
    /*height: auto;*/
}

body.press #top-navigation ul.menu li ul.menu-drop-down.tree-1,
body.press #top-navigation #menu-wrapper {
    background : url("../images/brownTranslucentTop.png") repeat fixed;
    display: none;
}

body.press #top-navigation ul.menu li.active {
    border-bottom: thin solid white;
    background-color: white;
    margin-top: -5px;
    padding-top: 5px;
    /*border-right: 1px solid #858585;*/
}

body.press #top-navigation ul.menu li.active .li-wrapper {
    border: none;
}

body.press #top-navigation ul.menu li.active a {
    color: #000000;
    font-weight: normal;
}

body.press #top-navigation ul.menu li.events-and-tickets {
    border-left: none;
}

body.press #content-wrapper {
    height: auto;
    background: none;
    color: #000000;
}

/***********************************************
*
*       Tabs
*
***********************************************/
body.press .tabs {
    float: right;
    line-height: 24px;
}

body.press .tabs>li:hover {
    cursor: pointer;
}

body.press .tabs>li {
    display: inline;
    padding: 5px 15px;
    border-left: 1px solid #858585;
    position: relative;
}

body.press .tabs>li.active {
    border-bottom: 1px solid #ffffff;
    color: #2074A0;
    font-weight: bold;
    background-color: white;
}

body.press .tabs>li.active.last {
    border-right: 1px solid #858585;
}

body.press #press-subject-releases {
    position: relative;
}

body.press .section.media-wrapper h3 {
    float: left;
}

body.press .tabs-data {
    border: 1px solid #858585;
    padding: 15px;
    height: 285px;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 880px;
}

body.press .tabs-data .pagination {
    position: absolute;
    bottom: 0px;
    right: 15px;
}

body.press .grid-list {
    height: 100%;
}

/***********************************************
*
*       Press Subjects
*
***********************************************/
body.press #press-subject h3 {
    color: #2074A0;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

body.press .release-list {
    width: 650px;
}

body.press .document-list .date,
body.press .audio-list .date,
body.press .release-list .date {
    color: #2074a0;
    margin-bottom: 0px;
    font-weight: bold;
}

body.press .release-list .category {
    color: #2074A0;
}

body.press .document-list li,
body.press .release-list li {
    margin-bottom: 10px;
}

body.press #press-subject .section {
    margin-bottom: 35px;
}

body.press .selected-media {
    width: 415px;
    max-width: 415px;
    min-width: 415px;
    overflow: hidden;
    margin-right: 15px;
    height: 200px;
}

body.press #video-selected.selected-media {
    height: 317px;
    max-height: 317px;
    min-height: 317px;
}

body.press #document-tabs-data p,
body.press .selected-media p {
    margin-bottom: 0px;
}

body.press #video-tabs-data,
body.press #photo-tabs-data {
    height: 200px;
    width: 450px;
    overflow-y: hidden;
}

body.press .video-list,
body.press .photo-list {
    position: relative;
}

body.press .grid-wrapper {
    height: 100%;
}

body.press #photo-tabs-data .photo-list table {
    position: relative;
}

body.press #photo-tabs-data .photo-list td>div {
    position: relative;
}

body.press #photo-tabs-data .photo-list .caption {
    position: relative;
}

body.press #video-tabs-data .video-list td,
body.press #photo-tabs-data .photo-list td {
    max-height: 175px;
    width: 100px;
    max-width: 100px;
    overflow: hidden;
    padding: 0px 7px 15px 0px;
    position: relative;
    vertical-align: top;
}

body.press #video-tabs-data .video-list td .frame,
body.press #photo-tabs-data .photo-list td .frame {
    background-color: #e5e5e5;
    border: 5px solid #e5e5e5;
    border-radius: 2px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    position: relative;
} 

body.press #video-tabs-data .video-list td img,
body.press #photo-tabs-data .photo-list td img {
    max-height: 90px;
    max-width: 90px;
    vertical-align: middle;
}

body.press #video-tabs-data .video-list a.download,
body.press #photo-tabs-data .photo-list a.download {
    text-indent: -5000px;
    display: inline-block;
    height: 16px;
    width: 16px;
    background-image: url( "../../../images/download_blue_16.png" );
    background-repeat: no-repeat;
    position: absolute;
    right: -5px;
    bottom: -2px;
}

body.press #photo-selected .thumb img {
    float: left;
    margin-right: 15px;
    max-width: 100px;
}

body.press #photo-selected .caption {
    float: left;
    max-width: 300px;
}

body.press #photo-selected a.download {
    text-indent: -5000px;
    display: inline-block;
    height: 24px;
    width: 24px;
    background-image: url( "../../../images/download_blue_16.png" );
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    bottom: -24px;
}

body.press #photo-selected .thumb {
    max-width: 115px;
}

body.press #photo-selected .thumb,
body.press #photo-selected-inner {
    position: relative;
    display: inline-block;
    float: left;
}

body.press .tabs-data .caption .title {
    color: #737373;
    display: inline-block;
    font-size: 11px;
    line-height: 14px;
    /*max-height: 56px;*/
}

body.press .tabs-data .extra-info {
    display: none;
}

body.press .audio-list p {
    margin-bottom: 0px;
}

body.press .audio-list>li {
    margin-bottom: 18px;
}

/***********************************************
*
*       Press Submenu
*
***********************************************/
body.press #press-submenu .active #press-subjects-list #border-left {
    width: 80px;
}

body.press #press-submenu #press-subjects-list #border-left {
    border-top: 1px solid white;
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 187px;
    z-index: 1;
}

body.press #press-submenu #press-subjects-list #border-right {
    border-top: 1px solid #858585;
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}

body.press #press-submenu #press-subjects-list {
    position: absolute;
    display: none;
    border-left: 1px solid #858585;
    border-right: 1px solid #858585;
    border-bottom: 1px solid #858585;
    padding: 10px 15px 15px 15px;
    margin-left: -16px;
    z-index: 100;
    background-color: white;
    top: 21px;
}

body.press #press-submenu #press-subjects-list li {
    display: block;
    float: none;
    margin-bottom: 5px;
}

body.press #press-submenu a,
body.press #press-submenu li.subjects span {
    color: #858585 !important;    
}

body.press #press-submenu a:hover,
body.press #press-submenu li.subjects span:hover {
    color: #309BD3 !important;    
}


body.press #press-submenu li.subjects span:hover {
    color: #309BD3;
    cursor: default;
}
    
body.press #press-submenu {
    margin-bottom: 15px;
}

body.press #press-submenu.level-1>li {
    padding: 0px 15px 3px 15px;
    border-right: 1px solid #858585;
    border-bottom: 1px solid #858585;
}

body.press #press-submenu.level-1>li.first {
    padding-left: 0px;
}

body.press #press-submenu.level-1>li.last {
    border-right: none;
}

body.press #press-submenu li.active>span,
body.press #press-submenu li.active>a {
    color: #2074a0 !important;
    font-weight: bold;
}

body.press.ie-7 #press-submenu #press-subjects-list {
    left: 138px;
}

body.press.ie-7 #press-submenu-wrapper {
    position: relative;
    z-index: 100;
}

/***********************************************
*
*       Press Homepage and Releases
*
***********************************************/
body.press h2 .small {
    font-size: 12px;
    font-weight: bold;
    margin-left: 10px;
    vertical-align: middle;
}

body.press .press-inner {
    padding: 18px 24px;
    position: relative;
}

body.press h2 .small a,
body.press #press-release a,
body.press #press-home a {
    color: #2074a0;
}

body.press h2 {
    margin-bottom: 15px;
    font-size: 24px;
    color: #2074a0;
}

body.press #press-home h3 {
    font-size: 14px;
    color: #2074a0;
    font-weight: bold;
    margin-bottom: 3px;
}

#featured-release-1 p,
#featured-release-2 p,
#featured-release-3 p {
    margin-bottom: 0px;
}

body.press #press-home #featured-releases #featured-release-1 h3 {
    font-size: 16px;
}

body.press #press-home #featured-releases #featured-release-1 .category {
    font-size: 14px;
    margin-bottom: 5px;
}

body.press #featured-releases .item {
    position: relative;
}

body.press #featured-releases .item ul.with-image {

}

body.press #press-home .date,
body.press #press-home .category {
    color: #7a7979;
    margin-bottom: 3px;
}

body.press img.release-image {
    max-width: 95px;
    padding: 0px 12px 12px 0px;    
}

body.press #press-home #featured-releases #featured-release-1 {
    float: right;
    width: 283px;
}

body.press #press-home #featured-releases #featured-release-2 {
    float: left;
    clear: left;
    width: 280px;
    border-right: 1px solid #858585;
    padding-right: 20px;
}

body.press #press-home #featured-releases #featured-release-3 {
    float: left;
    width: 280px;
    padding-left: 20px;
}

body.press #press-home #featured-releases #featured-release-1-image {
    margin-bottom: 20px;
    float: left;
    max-width: 605px;
    width: 605px;
}

body.press #press-home #featured-releases .release-body {
    width: 170px;
}

body.press #press-home #featured-releases .release-body.no-image {
    width: 289px;
}

body.press #additional-releases {
    margin-top: 18px;
}

body.press #press-home #additional-releases li {
    padding: 18px 0px;
    border-top: 1px solid #858585;
}

body.press .media-links li {
    margin-right: 5px;
}

body.press #press-home #additional-releases .media-links li {
    border-top: none;
    padding: 0px;
}

body.press #press-home #additional-releases .date,
body.press #press-home #additional-releases .category {
    display: inline;
}

body.press #press-home #additional-releases .category {
    
}

body.press #press-home #additional-releases .date {

}

body.press #press-home #additional-releases .separator {
    padding-right: 10px;
    padding-left: 10px;
    color: #858585;
}

body.press #press-home #additional-releases p.summary {
    margin-bottom: 0px;
}

body.press #press-home #additional-releases li.additional ul.media-links {
    width: 110px;
}

body.press #press-subject {
    margin-top: 55px;
}

/***********************************************
*
*       IE7 Fixes
*
***********************************************/
body.press.ie-7 #press-subject {
    margin-top: 0px;
    position: relative;
    top: 55px;
}

body.press.ie-7 .selected-media {
    display: inline-block;
}

body.press.ie-7 #video-tabs-data,
body.press.ie-7 #photo-tabs-data {
    display: inline-block;
    float: right;
    clear: right;
    position: relative; 
    overflow-x: hidden; 
    overflow-y: hidden;
    z-index: -1;
}

/***********************************************
*
*       Press Releases
*
***********************************************/
body.press #press-release p {
    margin-bottom: 0px;
}

body.press #press-submenu-wrapper {
    position: relative;
    margin-bottom: 15px;
}

body.press #press-release h3 {
    font-size: 16px;
    color: #2074a0;
    font-weight: bold;
    margin-bottom: 10px;
}

body.press #press-release .date {
    font-size: 14px;
    color: #2074a0;
    margin-bottom: 5px;
}

body.press #press-release .category {
    font-size: 14px;
    color: #2074a0;
    margin-bottom: 15px;
}

body.press #press-release-body {
    width: 685px;
    min-height: 200px;
    margin-bottom: 20px;
}

body.press #press-release-body > li {
    margin-left: 100px;
    margin-top: 18px;
}

body.press #press-release-media {
    margin-left: 15px;
    max-width: 200px;
}

body.press #press-release-media h3 {
    margin-bottom: 0px;
}

body.press #press-release-media ul.media {
    margin-bottom: 18px;
}

/***********************************************
*
*       Press Login
*
***********************************************/
body.press #press-login-wrapper p {
    margin-bottom: 0px;
}

body.press #press-login-wrapper.subject {
    position: absolute;
    right: 18px;
    top: 18px;
}

body.press #press-login-wrapper.release {
    position: relative;
    margin-left: 15px;
    margin-bottom: 15px;
    top: -80px;
    right: 0px;
}

body.press .press-login h4 {
    color: #2074A0;
    font-weight: bold;
}

body.press .press-login .inputbox {
    margin-bottom: 7px;
    color: #666666;
    padding: 3px;
    width: 163px;
}

#registration-wrapper .button,
body.press #press-login-wrapper a.button,
body.press input.button {
    -webkit-user-select: none;
    background-color: #2074A0;
    border-bottom-color: transparent;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: transparent;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: transparent;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: transparent;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-top-style: solid;
    border-top-width: 1px;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-family: arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    height: 23px;
    line-height: 23px;
    margin: 0px;
    min-width: 65px;
    outline-color: white;
    outline-style: none;
    outline-width: 0px;
    padding-bottom: 0px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 0px;
    position: relative;
    text-align: center;
    /*text-shadow: rgba(0, 0, 0, 0.0976563) 0px 1px 0px;*/
    margin-right: 5px;
}

/***********************************************
*
*   Audio player CSS to override styling 
*   from skin
*
***********************************************/
body.press #press-subject .jp-audio {
    width: 870px;
}

body.press #press-subject .jp-title {
    background-color: transparent;
    width: auto;
    margin-left: 10px;
}

body.press #press-subject .jp-audio .jp-progress {
    width: 115px;
}

body.press #press-subject .jp-controls {
    width: 340px
}

body.press #press-subject .jp-toggles {
    display: none;
}

body.press #press-subject div.jp-audio div.jp-type-single a.jp-mute, 
body.press #press-subject div.jp-audio div.jp-type-single a.jp-unmute {
    margin-left: 215px;
}

body.press #press-subject div.jp-audio div.jp-volume-bar {
    left: 280px;
}

body.press #press-subject .jp-interface {
    width: 340px;
}

/***********************************************
*
*   Press Search
*
***********************************************/
body.press #press-search #press-search-form {
    margin-bottom: 18px;
}

body.press #press-search .input-wrap {
    width: 215px;
    margin-right: 15px;
}

body.press #press-search #year-input {
    width: 130px;
}

body.press #press-search #subject-input {
    width: 225px;
}

body.press #press-search #checkboxes-input {
    width: 240px;
}

body.press #checkboxes-input > div {
    margin-top: -3px;
}

body.press #press-search #submit-wrapper {
    margin-right: 0px;
    margin-top: 18px;
    width: 40px;
}


body.press #press-search #keyword-input {
    background: url("../images/icon-search-white.png") no-repeat scroll right center transparent;
    border: 1px solid #858585;
    color: #858585;
    font-size: 11px;
    padding: 2px 0 0 7px;
    width: 200px;
    height: 26px;    
}

body.press #press-search #keyword-input input {
  background-color: transparent;
  border: 0 none transparent;
  color: #858585;
  position: relative;
  width: 175px;
  height: 26px;
}

body.press .input-wrap select {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #CCCCCC;
    color: #333333;
    cursor: pointer;
    display: block;
    height: 30px;
    padding: 5px;
    text-decoration: none;
}

body.press .input-wrap option {
    -moz-transition-duration: 0.2s;
    -moz-transition-property: color, background, border;
    border: 3px solid transparent;
    color: #333333;
    cursor: pointer;
    display: block;
    padding: 2px;
    text-decoration: none;
}

body.press #checkboxes-input ul li {
    width: 120px;
    margin-bottom: 5px;
}

body.press #checkboxes-input ul li input {
    vertical-align: text-bottom;
    margin-right: 5px;
}

body.press #press-search #submit-wrapper input {
    background-color: #2074A0;
    border: medium none;
    color: #FFFFFF;
    display: inline-block;
    height: 30px;
    width: 24px;
    cursor: pointer;
    float: right;
}

body.press #press-search #search-results {
    border-bottom: 1px solid #797979;
}

body.press #press-search #search-results .search-result {
    border-top: 1px solid #797979;
    margin-bottom: 18px;
    padding-top: 18px;
}

body.press #press-search #search-results .search-result .separator,
body.press #press-search #search-results .search-result .date,
body.press #press-search #search-results .search-result .category {
    display: inline;
    color: #858585;
}

body.press #press-search #search-results .search-result h3 a {
    color: #2074A0;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 3px;
}

body.press #press-search #search-results .search-result p {
    margin-bottom: 0px;
}

body.press #press-search #search-results .search-result .media-links {
    width: 150px;
}

body.press #press-search #search-results .search-result .media-links>li {

}

body.press ul.pagination {
    margin: 0px;
}

body.press ul.pagination a.active {
    color: #309bd3;
}

body.press #press-search .thumb-wrapper {
    max-width: 225px;
}

body.press #press-search .caption-wrapper {
    max-width: 675px;
}

body.press #press-search .caption-wrapper h3 {
    margin-bottom: 5px;
}

body.press #press-search .frame {
    height: 200px;
    line-height: 200px;
    width: 200px;
    background-color: #E5E5E5;
    border: 5px solid #E5E5E5;
    border-radius: 2px 2px 2px 2px;
    position: relative;
    text-align: center;
    margin-right: 15px;
}

body.press #press-search .frame img {
    max-height: 175px;
    max-width: 175px;
    vertical-align: middle;
}

body.press #press-search a.download {
    background-image: url("../../../images/download_blue_16.png");
    background-repeat: no-repeat;
    bottom: -10px;
    display: inline-block;
    height: 24px;
    left: 0;
    position: absolute;
    text-indent: -5000px;
    width: 24px;
}

/***********************************************
*
*   Press Registration
*
***********************************************/
body.contentpane {
    background-color: #e5e5e5;
}

#registration-wrapper dt {
    clear: both;
    width: 150px;
}

#registration-wrapper dt,
#registration-wrapper dd {
    float: left;
    height: 26px;
}

#registration-wrapper .star {
    color: red;
}

#registration-wrapper fieldset {
    margin-bottom: 10px;
}

#registration-wrapper .submit-area {
    margin-left: 5px;
}

/***********************************************
*
*   Press Release Contact Sheet
*
***********************************************/
body.press #press-release #photo-tabs-data {
    height: auto;
    overflow-y: visible; 
    width: 100%;
    margin-top: 20px;
}

body.press #press-release #photo-tabs-data .photo-list td .frame {
    height: 200px;
    line-height: 200px;
    width: 200px;
}

body.press #press-release #photo-tabs-data .photo-list td img {
    max-height: 175px;
    max-width: 175px;
    vertical-align: middle;
}

body.press #press-release #photo-tabs-data .photo-list td {
    max-height: 175px;
    max-width: 225px;
    width: 225px;
    padding: 0 7px 15px 0;
}

body.press #press-release #photo-anchor {
    font-weight: bold;
}