/* @group General */

.hidden {
    height: 0 !important;
    left: -100000em !important;
    line-height: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    text-indent: -100000em !important;
    width: 0 !important;
}

a {
    color: #D52530;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}




body {
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 62.5%;
    text-align: center;
    background: url('../images/footer-bg.jpg') repeat-x left bottom;
}

em {
    font-style: italic;
}

#container {
    color: #666;
    font-size: 1.2em;
    line-height: 1.5em;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 1024px;
}

h1 {
    color: #000;
    font-size: 1.3em;
}

h2 {
    color: #000;
    font-size: 1.6em;
}

body.home h2 {
    font-size: 2.0em;
    font-weight: normal;
}

body.home h2 span {
    color: #D52530;
}

#environment {
    background: #bbb;
    color: #fff;
    display: none;
    font-size: 1.5em;
    font-style: italic;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
}

p {
    clear: both;
    margin-bottom: 7px;
}

body.error #content {
    margin-bottom: 30px;
}

.adSmall {
    float: left;
    /*margin-right: 25px;*/
}

body.staticPage #content {
    margin-bottom: 20px;
	font-size: 14px;
}

body.staticPage h1 {
    margin-bottom: 15px;
	font-size: 2em;
}

/* @end */

/* @group Header */

#header {
    float: left;
    margin-top: 12px;
    /*margin-bottom: 20px;*/
    padding-bottom: 20px;
    width: 100%;
    /*border-bottom: 2px solid #666;*/

}

#header #logo {
    float: left;
	padding: 0px 0px 0px 24px;
}

#header img.logo {
width: 260px;
}

#headContainer {
   /* float: right;
    width: 760px;
    border-bottom: 1px solid #cdcdcd; */
    margin-bottom: 85px;
    padding-bottom: 10px;

}

#header #levyLogo {
    float: right;
}



#header img.sponsor {
    float: right;
}

#header img.sponsor2 {
    float: left;
    left: -168px;
    top: 145px;
    position: relative;
}

/* @group Primary Navigation */

#header ul#primaryNavigation {
    color: #333;
    font-size: 1.1em;
    font-weight: bold;

    margin: 8px 0 0 0;
}

#header ul#primaryNavigation li {
    float: left;
    margin-right: 16px;
    /*border-top: 3px solid #fff;*/
	color: #666;
	text-transform: uppercase;
	font-size: 1.1em;
	letter-spacing: 1px;

}

#header ul#primaryNavigation li.last {
    margin-right: 0;
}

#header ul#primaryNavigation li.selected {
    color: #D52530;
    /*border-top: 3px solid #D52530;*/
}

#header ul#primaryNavigation a {
    color: #666;
}

#header ul#primaryNavigation a:hover {
    color: #D52530;
}


#header ul#primaryNavigation a:hover {
    text-decoration: none !important;
}

div.socialbtns {
float: right;
padding-left: 60px;
margin-top: -30px;
}

div.socialbtns img {
height: 34px;
width: 34px;
}

/*body.home a.perfhist_btn {
display: none;
}*/

/* @end */

/* @group Secondary Navigation */

#footer #secondaryNavigation {

}

/* @end */

/* @group Search */

#search a.tooltip {
    position: relative;
    top: -12px;
    margin-left: 3px;
}

#search {
    float: right;
    margin-top: 80px;
    width: 750px;
	padding-right: 100px;
	display: inline-block;
}

#search label {
    display: block;
    font-size: 1.2em;
    font-weight: normal;
    margin-bottom: 5px;
}

#performanceHistory {
    display: block;
    font-size: 1.2em;
    font-weight: normal;
    margin-bottom: 5px;
	padding: 20px 0 0 270px;
	
}

body:not(.home) #performanceHistory{
display: none;
}

#search input.text {
    border: 1px solid #cdcdcd;
    color: #666;
    float: left;
    font-size: 1.1em;
    margin-bottom: 17px;
    padding-left: 0.2em;
    padding-bottom: 2px;
    width: 530px;
	height: 26px;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}
#search input.text:focus{
box-shadow: 0 0 5px #999;
}

#search .singleFilterChooser {

}

#search .singleFilter {
	height: 30px;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	color: #666;
	border: 1px solid #cdcdcd;
}



#search .singleFilterChooser span {
    margin: 0 9px;
}

#search .singleFilterChooser select {
    width: 165px;
}

#search .controls {
    float: right;
    padding-bottom: 5px;
    width: 80px;
}

/*#search .controls a {
    float: right;
}*/

#search .controls .search-button {
background-color: #D52530;
border-color: #be251e;
color: #fff;
font-weight: bold;
letter-spacing: 1px;
text-transform: uppercase;
border: 0 none;
cursor: pointer;
font-size: 14px;
margin: 0;
padding: 0 7px;
position: relative;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: background-color 300ms ease-out;
-moz-transition: background-color 300ms ease-out;
transition: background-color 300ms ease-out;
display: block;
height: 26px;
}
#search .controls .search-button:hover {
background-color: #be251e;

}
/*
#search .controls input.submit {
    background-image: url(../images/search-button.gif);
    border: none;
    cursor: pointer;
    float: right;
    width: 69px;
    height: 18px;
}
#search .controls input.submit.disabled {
    background-image: url(../images/search-button-disabled.gif);
}*/
#search .multiFilterChooser {
    /*float: right; 
    width: 630px;*/
	  padding-right: 18px;
	  display: inline-block;
}

#search .multiFilterChooser .legend {
    font-weight: bold;
    margin-bottom: 7px;
}

#search .multiFilterChooser fieldset#search-dates .legend {
    margin-left: 14px;
}


#search .multiFilterChooser fieldset#search-categories {
    border-right: 1px solid #ccc;
}

#search .multiFilterChooser fieldset#search-dates {

    /*width: 630px;*/
}

#search .multiFilterChooser fieldset#search-categories {
    float: left;
    width: 313px;
}

#search .multiFilterChooser .columnWrapper {
    border-top: 1px #ccc solid;
    float: left;
    margin-right: 14px;
    padding-top: 9px;
}

#search .multiFilterChooser fieldset#search-dates .columnWrapper {
    margin-right: 0;
    margin-left: 14px;
    width: 261px;
}

#search .multiFilterChooser #searchAll {
    float: left;
    width: 100px;
    margin: 0 20px 0 0;
    height: 26px;
}

#search .multiFilterChooser input.checkbox,
#search .multiFilterChooser input.radio {
    float: left;
    margin-right: 5px;
}

#search .multiFilterChooser .dateRange {
    float: right;
    padding-right: 91px;
    width: 347px;
}

#search .multiFilterChooser .dateRange label {
    clear: both;
    float: left;
    margin-right: 10px;
    text-align: right;
    /* width: 28px; */
}

#search .multiFilterChooser .dateRange .dateSub {
    color: #999;
    margin-left: 90px;

}

#search .multiFilterChooser .dateRange .dateSubTo{
    color: #999;
    margin-left: 80px;

}

#search .multiFilterChooser .dateRange label.dateRangeConjunction {
    clear: none;
    width: 60px;
}
#search .multiFilterChooser .dateRange label.dateRangeConjunctionTo {
    width: 28px;
}

#search .multiFilterChooser .dateRange div {
    float: left;
    margin-bottom: 10px;
    height: 20px;
}

#search .multiFilterChooser .dateRange input.date {
    float: left;
    font-size: 1em;
    width: 102px;
}

#search .multiFilterChooser .dateRange input.date.disabled {
    background-color: #fff;
    color: #aaa;
}

#search .multiFilterChooser .dateRange button.ui-datepicker-trigger {
    background: transparent;
    border: none;
    display: none;
    position: relative;
    left: -28px;
    top: 2px;
}

#search .multiFilterChooser label {
    font-size: 1em;
}

#search .multiFilterChooser .column {
    float: left;
    width: 133px;
}

#search .multiFilterChooser .column.last {
    width: 166px;
}

#search .multiFilterChooser input.offline.checkbox {
    display: none;
}

#search .multiFilterChooser label.offline {
    color: #999;
    margin-left: 22px;
}

/* @end */

/* @end */

/* @group Carousel */
#carouselHeader {
    display: none;
}

#carouselWrapper {
    float: left;
    margin-bottom: 24px;
    width: 100%;
    border-top: 2px solid #D52530;
    margin-top: 18px;
    /* took this upper border of carousel out of header, made it specific to landing page only (1/23/12) */
}

#carouselWrapper h2{
font-size: 20px;
font-weight: bold;
}

#carousel {
    border-bottom: 2px solid #D52530;
    float: left;
    width: 100%;
    height: 416px;
}

.carouselControls {
   /* float: left;
    margin-left: 30px;*/
   text-align: center;
    position: relative;
    z-index: 10;
	width: 100%;
display: inline-block;
}

.carouselControls .slideNumbers {
    font-weight: bold;
    font-size: 0.9em;
	margin: auto;
	display: inline-block;
	float: right;
}

.carouselControls .slideNumbers a {
    color: #fff;
    display: block;
    float: left;
    text-align: center;
    width: 16px;
    height: 16px;
	border: 1px solid #b4b4b4;
	border-radius: 50%;
	background-color: #fff;
	margin: 0 5px;
	
}

.carouselControls .slideNumbers a:hover {
    color: #D52530;
	background: #D52530;
	border: 1px solid #D52530;
}

/*.carouselControls .slideNumbers a.first {
    background: url(../images/bg-page-numbers.gif) no-repeat left;
    width: 23px;
}

.carouselControls .slideNumbers a.last {
    background: url(../images/bg-page-numbers.gif) no-repeat right;
}*/

.carouselControls .slideNumbers a.activeSlide {
    color: #D52530;
    font-weight: normal;
	background-color: #D52530;
	border: 1px solid #D52530;
}

.carouselControls a.pause {
    background: url(../images/btn-pause-play.gif) no-repeat 0 top;
    cursor: pointer;
    float: left;
    width: 16px;
    height: 16px;
	float: right;
}

.carouselControls a.pause:hover {
    background: url(../images/btn-pause-play.gif) no-repeat 0 -32px;
}

.carouselControls a.pause.active {
    background: url(../images/btn-pause-play.gif) no-repeat 0 -16px;
}

.carouselControls a.pause.active:hover {
    background: url(../images/btn-pause-play.gif) no-repeat 0 -48px;
}

.carouselControls a.pause span {
    display: none;
}

/* @end */

/* @group Content */

#content {
    clear: both;
    float: left;
    width: 1024px;
}

a.back {
    color: #666;
    float: left;
    padding-bottom: 6px;
}

a.back span {
    color: #D52530;
}

/* @end */

/* @group Artifact Detail */

/* @group View Tabs */

ul#viewTabs {
    border-top: 1px solid #cdcdcd;
    float: left;
    height: 24px;
    margin-bottom: 38px;
    width: 100%;
    background: url(../images/bg-tab-bar.gif) repeat-x 0 top;
}

ul#viewTabs li {
    color: #000;
    float: left;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    width: 144px;
    height: 35px;
}

ul#viewTabs li span {
    float: left;
    padding-top: 2px;
    text-align: center;
    width: 144px;
    height: 35px;
}

ul#viewTabs li a {
    color: #000;
    display: block;
    float: left;
    padding-top: 2px;
    width: 144px;
    height: 35px;
}

ul#viewTabs li a:hover,
ul#viewTabs li.selected {
    background: url(../images/bg-document-tabs.png) no-repeat;
}

/* @end */

.physicalLocation {
    font-size: 0.95em;
    float: left;
    width: 100%;
}

.physicalLocation span {
    float: left;
    margin-right: 3px;
}

.physicalLocation ul {
    float: left;
}

.physicalLocation ul li {
    float: left;
    font-weight: bold;
    margin-right: 5px;
}

body.artifact #title {
    border-bottom: 1px solid #cdcdcd;
    float: left;
    padding-bottom: 6px;
    width: 100%;
}

body.artifact #title h1 {
    float: left;
    width: 770px;
}

body.artifact.viewer #title h1 {
    width: 600px;
}

body.artifact #title dl.docId {
    float: right;
    font-size: 11px;
}

body.artifact #title dl.docId dt {
    float: left;
    margin-right: 4px;
}

body.artifact #title dl.docId dd {
    float: left;
}

body.artifact .overview {
    border-bottom: 1px solid #cdcdcd;
    clear: both;
    float: left;
    margin-bottom: 15px;
    padding: 10px;
    width: 850px;
}

body.artifact .overview .thumb {
    float: left;
    margin-right: 15px;
}

body.artifact .overview .listTitle img {
    float: none;
}

body.artifact .overview .thumb img {
    float: left;
    margin-bottom: 7px;
}

body.artifact .overview .column {
    float: left;
    padding-right: 10px;
    width: 285px;
}

body.artifact .overview .column a.expand, body.artifact .overview .column a.collapse {
    margin-left: 7px;
}

/* New CSS for Program artifact overview by Mitch 12-1-10 */
body.artifact .overview .columnProgramLeft {
    float: left;
    padding-right: 10px;
    width: 185px;
}

body.artifact .overview .columnProgramRight {
    float: left;
    padding-right: 10px;
    width: 385px;
}

body.artifact .overview .columnProgramLeft a.expand {
    margin-left: 7px;
}

body.artifact .overview .columnProgramRight a.expand {
    margin-left: 7px;
}
/* end addition */

body.artifact .column ul.full, .columnProgramLeft ul.full, .columnProgramRight ul.full, .suggestedMaterials ul.full, .metaSpan ul.full {
    display: none;
}

div.materialMatrix table tbody tr td div.listGroup ul li ul {
    margin-left: 10px;
}

div.materialMatrix table tbody tr td div.listGroup ul li ul li.movement {
    background-image: url(../images/bullet-tiny.gif);
    background-position: 0px 7px;
    background-repeat: no-repeat;
    font-style: italic;
    padding-left: 5px;
}

body.artifact .overview .listTitle {
    font-weight: bold;
}

body.artifact .overview ul {
    margin-bottom: 13px;
    margin-left:10px;
}
body.artifact .overview ul.nested {
    margin-bottom: 0;
    margin-left: -5px;
}

body.artifact .overview ul li {
    margin-left: 8px;
    text-indent: -8px;

}

body.artifact .overview ul li.showExtra {
    background: none !important;
    padding-left: 0;
    margin-left: 0;
}

/* @group Discussion */

body.artifact .discuss {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    float: left;
    margin-bottom: 33px;
    padding: 4px 0;
    width: 100%;
}

body.artifact .discuss .controlBar {
    background: #f1f1f1 url(../images/logo-watermark.png) no-repeat;
    color: #000;
    font-size: 0.9em;
    height: 25px;
    padding-top: 5px;
    padding-right: 7px;
    text-align: right;
}

body.artifact .discuss .controlBar span {
    margin-right: 3px;
}

body.artifact .discuss .controlBar a.expandControl {
    padding-right: 17px;
    background: url(../images/btn-expand-collapse.png) no-repeat right top;
}

body.artifact .discuss .controlBar a.expandControl:hover {
    text-decoration: none;
}

body.artifact .discuss .controlBar a.collapseControl {
    display: none;
}

/* @end */

.mainLists {
    float: left;
    margin-bottom: 15px;
    width: 100%;
}

.mainLists .column {
    float: left;
    margin-right: 30px;
    padding-bottom: 5px;
    width: 46%;
}
.mainLists .listTitle {
    font-weight: bold;
}

.mainLists .column.last {
    padding-left: 30px;
    margin-right: 0;
    background: url(../images/border-columns.gif) no-repeat left top;
}

.mainLists h2 {
    margin-bottom: 25px;
}

.mainLists ul li {
    background: url(../images/bullet-tiny.gif) no-repeat left center;
    padding-left: 6px;
    margin-left: 5px;
}
.mainLists ul {
    margin:  0 0 15px 0;
}

.text {
    font-size: 1.1em;
    margin-bottom: 45px;
}

.text h2 {
    clear: both;
    margin-bottom: 23px;
}

.bothColumnsOuter {
    float: right;
}

.metaSpan {
    clear: right;
    margin-top: 15px;
    float: right;
    width: 590px;
}

.metaSpanPrinted {
    clear: right;
    float: right;
    width: 590px;
}

.metaSpan.viewer {
    clear: right;
    margin-top: 15px;
    float: right;
    width: 620px;
}

.metaSpanPrinted.viewer {
    clear: right;
    float: right;
    width: 620px;
}

.programLists {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.programLists .column {
    float: left;
    margin-right: 30px;
    padding-bottom: 5px;
    width: 46%;
}

.programLists .column.last {
    padding-left: 30px;
    margin-right: 0;
    background: url(../images/border-columns.gif) no-repeat left top;
}

.programLists ul li {
    background: url(../images/bullet-tiny.gif) no-repeat left center;
    padding-left: 6px;
    margin-left: 5px;
}

.programLists ul {
    margin:  0 0 15px 0;
}

.programLists .listTitle {
    font-weight: bold;
}

.notesInfo {
    margin-left: 10px;
}


body.artifact .backToSearch {
    margin-bottom: 10px;
}

/* @end */

/* @group Artifact Viewer */

body.fullview #content {

    float: none;

}

body.fullview .physicalLocation {

    margin-top: 10px;
    margin-bottom: 2px;
}

body.fullview .sponsor {

    float: right;
    margin-top: -20px;
}

body.fullview h1 {
    float: left;

}

#nypviewer {
    border: none;
    width: 870px;
    height: 500px;
    }

.viewLink {
    float: left;
    margin-left: 70px;
}

/* @end */

/* @group Suggested Materials */

.suggestedMaterials {
    font-size: 0.9em;
	display: inline-block;
	width: 100%;
	padding-top: 15px;
	}

.suggestedMaterials h2 {
    border-bottom: 2px solid #000;
    margin-bottom: 5px;
    padding-bottom: 10px;
}

/* @group Tabs */

.suggestedMaterials ul.tabs {
    background: url(../images/bg-tab-bar.gif) repeat-x 0 top;
    float: left;
    height: 24px;
    margin-bottom: 15px;
    width: 100%;
}

.suggestedMaterials ul.tabs li {
    float: left;
    margin-left: 4px;
    padding-bottom: 10px;
}

.suggestedMaterials ul.tabs li a {
    display: block;
    padding: 3px 5px 12px 5px;
}

.suggestedMaterials ul.tabs li.selected {
    background: url(../images/bg-suggested-materials-tabs.png) no-repeat center top;
}

.suggestedMaterials ul.tabs li.selected span {
    border-right: 1px solid #dadada;
    border-left: 1px solid #dadada;
    color: #000;
    height: 9px;
    display: block;
    padding: 3px 4px 12px 4px;
}

.suggestedMaterials ul.tabs li:hover {
    background: url(../images/bg-suggested-materials-tabs.png) no-repeat center top;
}

.suggestedMaterials ul.tabs li:hover a {
    border-right: 1px solid #dadada;
    border-left: 1px solid #dadada;
    color: #000;
    height: 9px;
    display: block;
    padding-right: 4px;
    padding-left: 4px;
}

/* @end */

.suggestedMaterials .controls {
    clear: both;
    display: block;
    margin-top: 14px;
    margin-bottom: 9px;
    padding-bottom: 12px;
    width: 100%;
}

.suggestedMaterials .controls.top {
    border-bottom: 3px solid #cdcdcd;
    margin-top: 5px;
}

.suggestedMaterials .controls .info {
    padding-left: 15px;
}

.suggestedMaterials .controls .info span {
    font-weight: bold;
}

.suggestedMaterials .controls ul.pagination {
    float: right;
}

.suggestedMaterials .controls ul.pagination li {
    float: left;
    margin-right: 5px;
}

.suggestedMaterials .controls ul.pagination li.next {
    margin-right: 0;
    margin-left: 4px;
}

.suggestedMaterials .controls ul.pagination li.selected {
    color: #000;
    font-weight: bold;
}

.suggestedMaterials table {
    border-bottom: 2px solid #000;
    width: 100%;
}

.suggestedMaterials table thead th {
    font-weight: bold;
    padding: 0 13px 13px 13px;
}

.suggestedMaterials table tbody td {
    border-top: 1px solid #cdcdcd;
    padding: 13px;
}

.suggestedMaterials table thead th.online,
.suggestedMaterials table tbody td.online {
    text-align: center;
}

.movement{
    background-image: url(../images/bullet-tiny.gif);
    background-position: 0px 7px;
    background-repeat: no-repeat;
    font-style: italic;
    padding-left: 12px;
}

/* @end */

/* @group Parts List */
.partsList {
    font-size:0.9em;
    display:inline-block;
    width: 100%;
    padding-top:15px;
}
.partsList h2 {
    border-bottom: 2px solid #000;
    margin-bottom: 5px;
    padding-bottom: 10px;
}

.partsList table thead tr th {
    font-weight: bold;
    padding: 0 13px 13px 13px;
}

.partsList table {
    border-bottom: 1px solid #cdcdcd;
    width: 100%;
    margin-bottom: 12px;
}

.partsList table thead th {
    font-weight: bold;
    padding: 0 13px 13px 13px;
}

.partsList table tbody td {
    border-top: 1px solid #cdcdcd;
    padding: 13px;
}
/* @end */

/* @group banner */

.banner {
    float: left;
    height: 40px;
    width: 100%;
}

.banner.donate {
    border-top: 0px solid #000;
    border-bottom: 2px solid #D52530;
    height: auto;
    padding-top: 50px;
    width: 100%;
	text-align: center;
	
	}


.banner .socialBar {
    float: right;
    margin-top: 24px;
	display: none;
}

.banner .socialBar a {
    margin-left: 15px;
}
/* @end */


/* @subfooter */


/* @end */


/* @group SAT */

.SAT {
    color: #000;

    margin-bottom: 14px;
    width: 100%;
    text-align: center;
}

.SAT p {
    margin-top: 10px;
    margin-left: 47px;
    position: relative;
}

.SAT img {

}

/* @end */

/* @group footer */

#footer {
    margin-bottom: 50px;
	background-color: #f7f7f7;
	display: block;
	width: 100%;
	float: left;

	}

#footer ul#secondaryNavigation {
    color: #000;
    float: left;
    font-size: 0.9em;
    margin-bottom: 15px;
    width: 50%;
}

#footer ul#secondaryNavigation li {
    float: left;
}

#footer ul#secondaryNavigation li a {
    color: #000;
    text-decoration: underline;
}

#footer .copyright {
    color: #000;
    float: right;
    font-size: 0.9em;
    text-align: right;
    width: 50%;
	padding-top: 15px;
}

div.footcol {
    padding: 40px 0 40px 0;

}
.footcol p.head {
    clear: both;
    margin-bottom: 4px;
	padding: 0 15px;
}

#footer p.head a {
	text-decoration:none;
	color: #666;
	font-size: 18px;
	font-weight: 400;
}

#footer p.desc {
	color: #000;
    padding: 0 40px 0 15px;
}

#footer p.desc a {
	font-weight: bold;

}

div#subfooter {
	background-color:#000;
	display: block;
	width: 100%;
	float: left;
	padding: 20px 0 0 0;
}

div#subfooter.second{
	padding:0 0 10px 0;
}
div#subfooter div#column1 {
text-align: center;
}

div#subfooter p.head {
	text-decoration:none;
	color: #fff !important;
	font-size: 23px;
	font-weight: 700;
}

div#subfooter .footcol p{
color: #aaa;
padding: 5px;
margin: 0px;
}

div#subfooter p.contact{
font-size: 16px;
padding-top: 10px;
line-height: 21px;
}

div#subfooter p.address{
font-size: 12px;
margin-top: 10px;
}

ul.footer-social {
padding: 5px;
}

ul.footer-social a {
background: transparent;
}

ul.footer-social li {
display: inline;
}

ul.footer-social li a:hover, ul.footer-social li a:focus {
opacity: .7;
}

div#subfooter div#column1 img {
width: 200px;
margin: 10px auto 30px;
}

#subfooter div.footcol {
    padding: 0px;

}

/* @end */

/* @group 3 Column Layout */

.threeColumns {
    float: left;
    font-size: 1.1em;
    margin-top: 20px;
    margin-bottom: 50px;
    width: 100%;
}

.threeColumns .column {
    float: left;
    margin-right: 17px;
    width: 330px;
}

.threeColumns .column.last {
    margin-right: 0;
}

.threeColumns .column p {
    line-height: 120%;
	
}

.threeColumns .column dl dt {
    float: left;
    font-weight: bold;
    margin-right: 5px;
}

.threeColumns .column h3 {
    color: #000;
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 18px;
}

.threeColumns .column h3 .category {
    color: #666;
    font-size: 0.8em;
}

.threeColumns .column a.more {
    color: #D52530;
    display: block;
    font-weight: bold;
    margin-top: 10px;
}

.threeColumns .column img {
width: 330px;
height:162px;
border: 1px solid #ccc;
}

/* @end */

/* @group Errors */

body.error h1 {
    color: #D52530;
    font-size: 2em;
    margin-top: 15px;
    margin-bottom: 10px;
}

body.error #content {
    margin-bottom: 50px;
}

body.error #content p {
    font-size: 1.3em;
}

.errorMessage {
    background-color: #ffdede;
    border: 2px solid #D52530;
    clear: both;
    color: #D52530;
    display: none;
    margin-bottom: 1em;
    padding: 1em;
}

.errorMessage.serverSide {
    display: block;
}

/* @end */

/* @group Search Results */

/* @group Category Tabs */

body.searchResults ul#categoryTabs {
    height: 45px;
    padding-bottom: 33px;
    width: 754px;
    display: inline-block;
    float: right;
}

body.searchResults ul#categoryTabs li {
    float: left;
    /*padding: 30px;*/
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
	display: block;
}

body.searchResults #content h1{
    font-weight: bold;
}


body.searchResults ul#categoryTabs li.unselected a {
    height: 50px;
    padding: 20px 30px 40px 30px;
	border: 1px solid #666;
	top: 10px
	
}

body.searchResults ul#categoryTabs li.unselected a:hover {
    background-color: #D52530;
	color: #fff;
	text-decoration: none;
}

body.searchResults ul#categoryTabs li.unselected a:hover + div.resultCount {
  
	color: #fff ;
	text-decoration: none;
}

body.searchResults ul#categoryTabs li.unselected a + div.resultCount {
  
	color: #D52530;
	text-decoration: none;
}

body.searchResults ul#categoryTabs li.unselected {
	padding-top: 21px;
    padding-bottom: 21px;
}

body.searchResults ul#categoryTabs li.selected {
    color: #fff;
	background: #D52530;
	border: 1px solid #666;
    padding: 0px;

}

body.searchResults ul#categoryTabs li.selected div {
padding: 20px 30px 0px 30px;
}

body.searchResults ul#categoryTabs li.selected div.resultCount {
    color: #fff;
    font-weight: normal;
padding-bottom: 21px;
padding-top: 0px
}


body.searchResults ul#categoryTabs li.unselected div {
    color: #666;
    font-weight: normal;

}

/*body.searchResults ul#categoryTabs li.selected span,
body.searchResults ul#categoryTabs li.selected a:hover {
    border-right: 1px solid #dadada;
    border-left: 1px solid #dadada;
    float: left;
    height: 50px;
    /*padding: 0 5px;
    text-decoration: none;

}*/

 /*body.searchResults ul#categoryTabs li.unselected span,
body.searchResults ul#categoryTabs li.unselected a:hover {
   border-right: 1px solid #dadada;
    border-left: 1px solid #dadada;*/
    /*height: 80px;*/
    /*padding: 0 5px;
    text-decoration: none;
	background-color: #D52530;

}*/

/*body.searchResults ul#categoryTabs li.selected,
body.searchResults ul#categoryTabs li.unselected:hover {
    background: url(../images/bg-search-results-tabs_new.png) no-repeat center top;
    float: left;
}*/

/* @end */

body.searchResults #content {
    font-size: 0.9em;
}

body.searchResults h1 {
    float: left;
    font-size: 1.5em;
    width: 500px;
}

body.searchResults h2 {
    clear: both;
    font-size: 1.3em;
}

body.searchResults ul.paginationControls {
   /* float: right;*/
   padding-left:21px;
}

body.searchResults ul.paginationControls li {
    float: left;
    margin-left: -1px;
		border: 1px solid #ccc;
		font-size: 14px;
		line-height: 34px;
}

body.searchResults ul.paginationControls li a {
    padding: 9px 12px;

}

body.searchResults ul.paginationControls li:hover > a{
	background: #eee;
	text-decoration: none;
}

body.searchResults ul.paginationControls li span.current{
	padding: 9px 12px;
	background: #eee;
}

body.searchResults .paginationControls li.previous img{
  margin: 8px 0px -2px 0px;
}

body.searchResults .paginationControls li.next img {
   margin: 8px 0px -2px 0px;  
}

body.searchResults #resultCount {
display: none;

}

body.searchResults #primaryColumn {
    /*border-top: 1px solid #b2b2b2;*/
    border-left: 1px solid #b2b2b2;
    float: left;
    /*margin-top: 12px;*/
    padding-left: 26px;
    padding-top: 20px;
    width: 684px;
}

body.searchResults #secondaryColumn {
    /*border-top: 1px solid #b2b2b2;*/
    clear: both;
    float: left;
    /*margin-top: 12px;*/
    width: 223px;
}

body.searchResults #secondaryColumn h2 {
    margin: 10px 0;
	color: #D52530;
    font-weight: bold;
	font-size: 1.6em;
}

body.searchResults ul.viewTypeControls {
    float: right;
    font-size: 12px;
    display: inline;
    height: 35px;
    background: url(../images/bg-search-results-tab-bar_new.png) repeat-x;
    width: 120px;
    padding-top: 10px;
}

body.searchResults ul.viewTypeControls li.nontab {
    color: #000;
    font-weight: bold;
    float: left;
}

body.searchResults ul.viewTypeControls li a {
    font-weight: normal;
}

body.searchResults ul.selectControls {
    float: right;
    font-size: 12px;
    height: 35px;
}

body.searchResults ul.selectControls li {
    font-weight: normal;
    display: inline;
}

body.searchResults form#sortBy {
    float: right;
    padding-right: 90px;
    padding-top: 17px;
}

body.searchResults form#sortBy label {
    float: left;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

body.searchResults form#sortBy select {
    float: left;
    margin-right: 5px;
    position: relative;
    top: 2px;
    width: 120px;
}

body.searchResults #sortAscending {
    background: url(../images/icon-sortby.png) no-repeat right bottom;
    display: block;
    float: right;
    margin-right: 3px;
    width: 12px;
    height: 23px;
}

body.searchResults a#sortAscending:hover {
    text-decoration: none;
    background-position: top left;
}

body.searchResults #sortAscending.on {
    background-position: left top;
}

body.searchResults #sortDescending {
    background: url(../images/icon-sortby.png) no-repeat right top;
    display: block;
    float: right;
    width: 12px;
    height: 23px;
}

body.searchResults a#sortDescending:hover {
    background-position: left bottom;
}

body.searchResults #sortDescending.on {
    background-position: left bottom;
}

ul#searchResults.program {
    clear: both;
	padding-left: 140px;
}

ul#searchResults.program div.listingInfoSingular dl, ul#searchResults.program div.listingInfoGroups {
display: none;
}

ul#searchResults {
clear: both;
padding-top: 40px;
padding-left: 20px
}

ul#searchResults li .thumb {
    float: left;
    width: 112px;

}

ul#searchResults li .infoWrapper {
    float: left;
    width: 487px;
	
}

ul#searchResults.program li .infoWrapper {
    float: left;
    width: 507px;
	height: 112px;
}

ul#searchResults li .listingInfoSingular {
    border-bottom: 1px solid #b2b2b2;
    float: left;
    margin-bottom: 10px;
    padding-bottom: 6px;
    width: 507px;
}

ul#searchResults.program li .listingInfoSingular {
    border-bottom: none;
    
}

ul#searchResults li .listingInfoSingular dl {
    float: left;
    width: 100%;
}

ul#searchResults li .listingInfoSingular dl dt {
    float: left;
    margin-right: 5px;
}

ul#searchResults li .listingInfoSingular dl dd {
    font-weight: bold;
}

ul#searchResults li .listingInfoGroups .column {
    float: left;
    width: 245px;
}

ul#searchResults li .listingInfoGroups .column ul {
    float: left;
    width: 175px;
}

ul#searchResults li .listingInfoGroups .groupDescr {
    float: left;
    font-weight: bold;
    margin-right: 10px;
}
ul#searchResults li .listingInfoGroups .columnLast {
    float: left;
    width: 240px;
}

ul#searchResults li .listingInfoGroups .columnLast ul {
    float: left;
    width: 150px;
}

ul#searchResults li .listingInfoGroups .columnLast ul li {
    padding-left: 8px;
    text-indent: -8px;
}
ul#searchResults li .listingInfoGroups .columnProgram {
    float: left;
    width: 325px;

}



ul#searchResults li .listingInfoGroups .columnProgram ul {
    float: left;
    width: 250px;
}

ul#searchResults li .listingInfoGroups .columnProgram ul li{
    float: left;
    margin-left: 8px;
    text-indent: -8px;
    width: 250px;
}


ul#searchResults li .listingInfoGroups .columnLastProgram {
    float: left;
    width: 175px;

}



ul#searchResults li .listingInfoGroups .columnLastProgram ul {
    float: left;
    width: 100px;

}


ul#searchResults.program li .listingInfoGroups .column ul {
    float: left;
    margin-bottom: 13px;
    width: 190px;
}

ul#searchResults.program li .listingInfoGroups .column.last ul {
    width: 149px;
}

ul#searchResults.program li .listingInfoGroups .column ul li {
    background: url(../images/bullet-tiny.gif) no-repeat left 8px;
    margin-left: 5px;
}

ul#searchResults.program ul.explicitLinks {
    clear: both;
	float: left;
	margin-top:-30px;
	margin-left: -100px;
}

ul#searchResults ul.explicitLinks {
    clear: both;
padding-top: 5px;
}

ul#searchResults ul.explicitLinks img {
    height: 26px;
	width: 26px;
	
}

ul#searchResults.program li .infoWrapper:hover img{
	display: initial;
}

ul#searchResults ul.explicitLinks li {
    float: left;
    font-size: 1.2em;
    margin-bottom: 22px;
}

body.searchResults .paginationBottom {
    clear: both;
    float: left;
    margin-bottom: 17px;
    width: 100%;
	padding-left: 250px;
    padding-top: 50px;
}

body.searchResults #primaryColumn.noResults {
    padding-top: 20px;
}

body.searchResults #primaryColumn.noResults h2 {
    font-style: italic;
    margin-bottom: 15px;
}

body.searchResults #primaryColumn.noResults p {
    font-size: 1.2em;
    margin-bottom: 15px;
}

body.searchResults div#searchResults .row {
    float: left;
    width: 100%;
}

body.searchResults div#searchResults .row .thumb {
    float: left;
    margin-right: 6px;
    width: 75px;
    height: 80px;
}

body.searchResults div#searchResults .row .thumb.noImage {
    border: 1px solid #777;
    height: 65px;
    color: #777;
    padding-top: 15px;
    text-align: center;
}

body.searchResults div#searchResults .row .thumb.noImage, body.searchResults div#searchResults .row .thumb.noImage:hover { background-color: #eee; }

/* @group "Flyout" Tooltips */

body.searchResults .tipcontents {
    display: none;
    /*  float: left; */

}

body.searchResults .tipcontents.visible {
    display: block;
    background: #fff;
}

body.searchResults .tipcontents img {
    float: left;
}

body.searchResults .tipcontents .flyoutThumb {
    float: left;
    width: 190px;
}

body.searchResults .tipcontents .flyoutData {
    color: #666;
    float: left;
    margin: 10px 0 0 10px;
    overflow: hidden;
    text-align: left;
    width: 190px;
}

body.searchResults .tipcontents .flyoutData .title {
    font-weight: bold;
    font-size: 110%;
    margin-bottom: 3px;
}

body.searchResults .tipcontents .flyoutData ul {
    margin-bottom: 10px;
}

body.searchResults .tipcontents .flyoutData li {
    margin-left: 7px;
    padding-left: 2em;
    text-indent: -2em;
}

body.searchResults .tipcontents .flyoutData a {
    margin-top: 5px;
}


/* @group Updated Search Results Grid View and Flyouts */
body.searchResults div#searchResults.gridView .row {
    padding:24px 0 0 14px;
}

body.searchResults div#searchResults.gridView .row .thumb {
    text-align: center;
    margin-bottom: 6px;
    width: 222px;
}

/* Set height for thumbs AND thumbs with no flyouts */
body.searchResults div#searchResults.gridView .row .thumb, body.searchResults div#searchResults.gridView .row .thumb a.noFlyout {
    height: 222px;
}

/* Thumbs with flyouts */
body.searchResults div#searchResults.gridView .row .thumb a {
    display: block;
    height: 170px; /* Thumb height minus flyout height */
}

/* Hide thumb images in grid view by default - we're using some JS to scale them down if they're too large to fit in the thumb div and then fading them in */
body.searchResults div#searchResults.gridView .row .thumb img {
    display: none;
}

/* Flyouts */
body.searchResults div#searchResults.gridView .row .thumb .thumbMetadataFlyout {
    position: relative;
    z-index: 1;
    background-color: #dddddd;
    color: #333333;
    display: none;
    padding: 5px;
    overflow: hidden;
    height: 50px; /* Flyout height - make sure to update height of thumbs with flyouts above if you change this */
}

/* Need noImage divs to be 2px smaller than regular thumbs in width and height because of the border */
body.searchResults div#searchResults.gridView .row .thumb.noImage {
    width: 198px; /* 2px smaller than thumb width */
    height: 183px; /* 2px smaller than thumb height minus the 15px top padding */
}
body.searchResults div#searchResults.gridView .row .thumb.noImage a { color: #777777; }

body.searchResults div#searchResults.gridView .row .thumb .resultCheckboxContainer {
    text-align: right;
    padding: 3px;
}

/* Hover bg color */
body.searchResults div#searchResults.gridView .row .thumb:hover, body.searchResults div#searchResults.gridView .row .thumb.checkedThumb:hover { background-color: #dddddd; }
/* Checked thumb bg color */
body.searchResults div#searchResults.gridView .row .thumb.checkedThumb { background-color: #eeeeee; }


/* @group Highslide carousel */

body.searchResults #viewSelectedLink:hover { cursor: pointer; }
body.searchResults #viewSelectedLink img { display: none; }

/* highslide.css OVERRIDES */

/* Adjust control bar width because of our custom controls */
body.searchResults .highslide-controls {
    width: 315px;
    height: 55px;
}

/* Background color overrides */
.dark.transparentBg, .highslide-wrapper, .highslide-outline { background-color: transparent; }

/* Hide the Move and Full Expand controls (Highslide freaks out if they're removed completely, so just hide them) */
.highslide-controls .highslide-move, .highslide-controls .highslide-full-expand { display: none; }

/* Override positioning for Close */
.highslide-controls .highslide-close a {
    background-position: -330px 0;
}
.highslide-controls .highslide-close a:hover {
    background-position: -330px -30px;
}

/* Heading overrides */
div.highslide-heading {
    height: 40px;
    font-weight: normal;
    font-size: 0.8em;
    line-height: 1.3em;
    text-align: left;
    margin: 0;
    padding-top: 6px;
    background: url(../images/leonlevy_logo_blk.gif) no-repeat 98% 0 transparent;
}

/* Caption overrides */
.floating-caption .highslide-caption {
    width: 100%;
    font-weight: normal;
    line-height: 1.2em;
    text-align: left;
    padding: 0;
    margin-top: -15px;
    height: 61px;
    overflow: hidden; /* Hide overflow just in case so the caption doesn't overlap the controls */
}

.floating-caption .highslide-caption div { font-size: 0.9em; }

/* Thumbnail size for vertical thumbstrip */
.highslide-thumbstrip-vertical img {
    width: 90px; /* If you change this, make sure to update search-results-grid.php hs.stripItemFormatter with the same value */
}

/* END highslide.css OVERRIDES */

/* Custom highslide controls and styles*/

/* Set font color for captions and heading */
.highslide-caption div, .highslide-caption a, .highslide-heading { color: #999999; }
/* Caption divs */
.highslide-caption a { text-decoration: underline; }
.highslide-caption a:hover { cursor: pointer; }

.highslide-caption .captionWrapper {
    float: left;
    width: 100%;
}

.highslide-caption div.captionLeft { margin-right: 315px; /* Same as div.captionRight width */ }
.highslide-caption div.captionLeft div {
    padding: 0 5px;
    font-size: 100%;
}
.highslide-caption div.captionRight {
    width: 315px;
    text-align: right;
    float: right;
    margin-left: -100%;
}
.highslide-caption div.captionRight div { padding-right: 40px; }


#nyp-highslide-content, .highslide-html { background-color: #000000; }

.highslide-controls .photoEmailLink {
    font-size: 0.8em;
    padding-top: 5px;
}

.highslide-controls .photoEmailLink, .highslide-controls .photoEmailLink a { color: #999; }

.highslide-controls .photoEmailLink a {
    float: none;
    height: auto;
    width: auto;
    display: inline;
    background-image: none;
    text-decoration: underline;
}

/* Zoom In icon */
.highslide-controls .highslide-zoom-in a {
    background-position: -120px 0;
}
.highslide-controls .highslide-zoom-in a:hover, .highslide-controls .highslide-zoom-in.active a {
    background-position: -120px -30px;
}
.highslide-controls .highslide-zoom-in a.disabled {
    background-position: -120px -60px !important;
}

/* Zoom Out icon */
.highslide-controls .highslide-zoom-out a {
    background-position: -150px 0;
}
.highslide-controls .highslide-zoom-out a:hover, .highslide-controls .highslide-zoom-out.active a {
    background-position: -150px -30px;
}
.highslide-controls .highslide-zoom-out a.disabled {
    background-position: -150px -60px !important;
}

/* View Info icon */
.highslide-controls .highslide-view-info a {
    background-position: -180px 0;
}
.highslide-controls .highslide-view-info a:hover, .highslide-controls .highslide-view-info.active a {
    background-position: -180px -30px;
}
.highslide-controls .highslide-view-info a.disabled {
    background-position: -180px -60px !important;
}

/* View Tags icon */
.highslide-controls .highslide-view-tags a {
    background-position: -210px 0;
}
.highslide-controls .highslide-view-tags a:hover, .highslide-controls .highslide-view-tags.active a {
    background-position: -210px -30px;
}
.highslide-controls .highslide-view-tags a.disabled {
    background-position: -210px -60px !important;
}

/* Hide Tags icon */
.highslide-controls .highslide-hide-tags {
    display: none;
}
.highslide-controls .highslide-hide-tags a {
    background-position: -240px 0;
}
.highslide-controls .highslide-hide-tags a:hover, .highslide-controls .highslide-hide-tags.active a {
    background-position: -240px -30px;
}
.highslide-controls .highslide-hide-tags a.disabled {
    background-position: -240px -60px !important;
}

/* Tag icon */
.highslide-controls .highslide-tag a {
    background-position: -270px 0;
}
.highslide-controls .highslide-tag a:hover, .highslide-controls .highslide-tag.active a {
    background-position: -270px -30px;
}
.highslide-controls .highslide-tag a.disabled {
    background-position: -270px -60px !important;
}

/* Save Tags icon */
.highslide-controls .highslide-save-tags a {
    background-position: -300px 0;
}
.highslide-controls .highslide-save-tags a:hover, .highslide-controls .highslide-save-tags.active a {
    background-position: -300px -30px;
}
.highslide-controls .highslide-save-tags a.disabled {
    background-position: -300px -60px !important;
}


/* @group Grid View Thumb Hovers w/ Metadata */
/* TODO */


/* overlays */

.simple_overlay {

    /* must be initially hidden */
    /* display:none; */

    /* place overlay on top of other elements */
    z-index:10000;

    /* styling */
    background-color:#333;

    width:675px;
    min-height:200px;
    border:1px solid #666;

    /* CSS3 styling for latest browsers */
    -moz-box-shadow:0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000;
}

/* close button positioned on upper right corner */
.simple_overlay .close {
    background-image:url(../img/overlay/close.png);
    position:absolute;
    right:-15px;
    top:-15px;
    cursor:pointer;
    height:35px;
    width:35px;
}
/* styling for elements inside overlay */
.details {
    position:absolute;
    top:15px;
    right:15px;
    font-size:11px;
    color:#fff;
    width:150px;
}

.details h3 {
    color:#aba;
    font-size:15px;
    margin:0 0 -10px 0;
}

/* @end */

#panelPosition {
    float: right;
    width: 30px;
}

.facetHeader {
    font-weight: bold;
    font-family: Arial, helvetica, sans-serif;
    font-size: 1.6em;
    margin: 15px 0;
}

.facetHeader:hover > div.categoryArrow, .facetHeader:hover > span.facetHover {
	color: #D52530;
	cursor: pointer;
}


.facetHeader .selectedFacet + .categoryArrow, .facetHeader .selectedFacet  {
     color: #D52530;
}

.facetLinks {
    margin-left: 10%;
}

.nestedFacet {
    margin-left: 10%;
}

.nestedFacet strong {
    font-weight:bold;
}
.facetLinks .nestedFacet {
    margin-left: 0;
}
/*
#facetBrowser {
	display:none;
	position:absolute;
}
*/

.removeFacet, .categoryArrow {
    float:left;
    margin-right: 15px;
    cursor: pointer;
    clear: right;
	font-size: 1.6em;
	
}

.categoryArrow:hover {
	color: #D52530;
}

.parentFacet {
    cursor: pointer;
}

.parentFacet:hover {
    text-decoration: underline;
}

#facetBrowser .nestedFacet {
    display: none;
}

.yui-skin-sam .yui-panel .hd, .yui-skin-sam .yui-panel .bd, .yui-skin-sam .yui-panel .ft {
    background-color: #FFFFFF;
}

#NYPShare .bd, #NYPShare .hd, #NYPShare .ft{
    background-color: #EFEFEF;
}

#NYPShare span.stFb {
width: 60px;
}


#NYPShare span.stTwbutton {
width: 60px;
}

#NYPInfo .bd , #NYPInfo .hd, #NYPInfo .ft{
    background-color: #EFEFEF;
}

.yui-skin-sam a.yui-pg-first:link, .yui-skin-sam a.yui-pg-first:visited, .yui-skin-sam a.yui-pg-first:active, .yui-skin-sam a.yui-pg-first:hover, .yui-skin-sam a.yui-pg-previous:link, .yui-skin-sam a.yui-pg-previous:visited, .yui-skin-sam a.yui-pg-previous:active, .yui-skin-sam a.yui-pg-previous:hover, .yui-skin-sam a.yui-pg-next:link, .yui-skin-sam a.yui-pg-next:visited, .yui-skin-sam a.yui-pg-next:active, .yui-skin-sam a.yui-pg-next:hover, .yui-skin-sam a.yui-pg-last:link, .yui-skin-sam a.yui-pg-last:visited, .yui-skin-sam a.yui-pg-last:active, .yui-skin-sam a.yui-pg-last:hover, .yui-skin-sam a.yui-pg-page:link, .yui-skin-sam a.yui-pg-page:visited, .yui-skin-sam a.yui-pg-page:active, .yui-skin-sam a.yui-pg-page:hover {
    color: #DE3831;
    outline: 0 none;
    text-decoration: none;
}

.yui-skin-sam .yui-dt table {
    border:none;
    border-collapse: separate;
    border-spacing: 0;
    font-family: arial;
    font-size: inherit;
    margin: 0;
    padding: 0;
}

.yui-skin-sam .yui-dt th {
    background: none;
    border: none;
}

.yui-skin-sam .yui-dt tr.yui-dt-first td {
    border-top: none;
}

.yui-skin-sam .yui-dt td {
    border-color: -moz-use-text-color #CBCBCB -moz-use-text-color -moz-use-text-color;
    border-style: none;
    border-width: medium 1px medium medium;
    margin: 0;
    padding: 0;
    text-align: left;
}

.yui-skin-sam tr.yui-dt-odd {
    background-color: #FFFFFF;
}

#datatable li {
    padding-left: 2em;
    text-indent: -2em;
}

p.notAvailable {
    background-color: #EEE;
    border: 1px solid #777;
    clear: both;
    color: #777;
    margin: 0px 5px 0px 5px;
    padding: 5px 0px;
    text-align: center;
}

/* static pages (about us, help, contact) */
/* static pages (about us, help, contact) */

.static h1{
    font-size: 18px;
    color: #000;
    padding-top: 5px;

}
ul.contentsList {
    padding-left: 50px;

}

.static ul {
    padding-bottom: 10px;
    list-style-type: disc;
}

#subUL.indented h4 {
    color: #D52530;
}

ul.contentsList a {

}

span#backToTop {

    float: right;
}

.static h2, .static h2 a {
    font-size: 16px;
    color: #000;
    text-decoration:none;
    font-weight: bold;
    display: inline;
}

.static h3 {
    font-size: 14px;
    text-decoration: underline;
    color: #000
}

.static h4 {
    font-weight: bold;
    display: inline;
}
.static p {
    padding-top:3px;
    padding-bottom:3px;
}
.static .indented {
    padding-left: 40px;
}

.static table {
    text-align: center;
    width: 700px;
    margin-left: 30px;
    border: 1px solid #ccc;
    margin: 5px 0px 5px 0px;
}
.static table td {
    border: 1px solid #ccc;
    padding: 5px;
}

td.term {
    color: #D52530;
    width: 160px;
}

.publisherName {
    font-weight: bold;
}

.notAvailable h4{
    color:#666
}

table#rights ul li {
    margin-left: 30px;
}

table#rights {
    width: 400px;
    margin-left: 30px;
}

.static hr {
    margin-bottom: 20px;
}
/* @end */



/*Qtip login modal window*/
#ui-tooltip-login{
    max-width: 500px;
    -moz-box-shadow: 0 0 10px 1px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,.5);
    box-shadow: 0 0 10px 1px rgba(0,0,0,.5);
    font-size: 1.2em;
    line-height: 1.5em;
}

#ui-tooltip-login .createAccount{
    display: none;
}

#ui-tooltip-login .toggle{
    cursor: pointer;
    text-align: right;
}

#ui-tooltip-login .ui-tooltip-content{
    padding: 10px;
    background-color: white;
    border: none;
}

#ui-tooltip-login input[type=text],
#ui-tooltip-login input[type=password]{
    width: 74%;
    margin: 3px 0;
    box-sizing: border-box;
    display: inline-block;

    border: 1px solid #ccc;
    background-color: #fafafa;
}

#ui-tooltip-login #recaptcha_div {
    margin-left: 26%;
}

#ui-tooltip-login input[disabled]{
    background-color: #eee !important;
    color: #999;
}

#ui-tooltip-login label{
    width: 25%;
    padding: 0;
    margin: 3px 0;
    display: inline-block;
    overflow: hidden;
}

#ui-tooltip-login input[type=submit]{
    margin: 3px 0 3px 26%;
    padding: 2px 5px;
}

#ui-tooltip-login .error{
    float: right;
    display: inline-block;
    margin: 5px 5px 0 0;

    vertical-align: text-bottom;
    line-height: 20px;
    font-weight: bold;
    color: #D52530;
}

#ui-tooltip-login .ui-tooltip-titlebar {
    background-color: #D52530;
    border: none;
    color: black;
    text-align: left;
}

p.loginBtn {
display: none !important;}
#nyphilorgDIV_1 {
    box-sizing: border-box;
    color: rgb(51, 48, 48);
    float: left;
    height: 49px;
    width: 100%;
    perspective-origin: 1271.5px 24.5px;
    transform-origin: 1271.5px 24.5px;
    background: rgb(69, 67, 67) none repeat scroll 0% 0% / auto padding-box border-box;
    border: 0px none rgb(51, 48, 48);
    font: normal normal normal normal 16px / 24px Raleway, sans-serif;
    outline: rgb(51, 48, 48) none 0px;
}/*#nyphilorgDIV_1*/
#nyphilorgDIV_2 {
    box-sizing: border-box;
    color: rgb(51, 48, 48);
    height: 49px;
    max-width: 1292px;
    width: 100%;
    perspective-origin: 646px 24.5px;
    transform-origin: 646px 24.5px;
    border: 0px none rgb(51, 48, 48);
    font: normal normal normal normal 16px / 24px Raleway, sans-serif;
    margin: 0px auto;
    padding-left: 146px;
    outline: rgb(51, 48, 48) none 0px;
}/*#nyphilorgDIV_2*/
/*#nyphilorgDIV_2:after {
    box-sizing: border-box;
    clear: both;
    color: rgb(51, 48, 48);
    display: table;
    content: '"' '"';
    border: 0px none rgb(51, 48, 48);
    font: normal normal normal normal 16px / 24px Raleway, sans-serif;
    outline: rgb(51, 48, 48) none 0px;
}#nyphilorgDIV_2:after
#nyphilorgDIV_2:before {
    box-sizing: border-box;
    color: rgb(51, 48, 48);
    display: table;
    content: '"' '"';
    border: 0px none rgb(51, 48, 48);
    font: normal normal normal normal 16px / 24px Raleway, sans-serif;
    outline: rgb(51, 48, 48) none 0px;
}/*#nyphilorgDIV_2:before*/
#nyphilorgDIV_3 {
    box-sizing: border-box;
    color: rgb(51, 48, 48);
    float: left;
    height: 49px;
    position: relative;
    width: 1292px;
    perspective-origin: 646px 24.5px;
    transform-origin: 646px 24.5px;
    border: 0px none rgb(51, 48, 48);
    font: normal normal normal normal 16px / 24px Raleway, sans-serif;
    outline: rgb(51, 48, 48) none 0px;
    padding: 0px 15px;
}/*#nyphilorgDIV_3*/
#nyphilorgUL_4 {
    box-sizing: border-box;
    color: rgb(51, 48, 48);
    float: left;
    height: 49px;
 /*   width: 717.063px;*/
    perspective-origin: 358.531px 24.5px;
    transform-origin: 358.531px 24.5px;
    border: 0px none rgb(51, 48, 48);
    font: normal normal normal normal 16px / 25.6px Raleway, sans-serif;
    list-style: none outside none;
    margin: 0px;
    outline: rgb(51, 48, 48) none 0px;
    padding: 12px 0px;
}/*#nyphilorgUL_4*/
#nyphilorgLI_5 {
    box-sizing: border-box;
    color: rgb(51, 48, 48);
    float: left;
    height: 25px;
/*    width: 241.031px;*/
    perspective-origin: 120.516px 12.5px;
    transform-origin: 120.516px 12.5px;
    border: 0px none rgb(51, 48, 48);
    font: normal normal normal normal 16px / 25.6px Raleway, sans-serif;
    list-style: none outside none;
    margin: 0px 24px 0px 0px;
    outline: rgb(51, 48, 48) none 0px;
}/*#nyphilorgLI_5*/
#nyphilorgA_6:after {
    box-sizing: border-box;
    color: rgb(206, 206, 206);
    letter-spacing: 1.4px;
    text-align: left;
    text-transform: uppercase;
    content: '|';
    border: 0px none rgb(206, 206, 206);
    font: normal normal 600 normal 14px / 14px Raleway, sans-serif;
    list-style: none outside none;
    margin: 0px 0px 0px 21px;
    outline: rgb(206, 206, 206) none 0px;
}/*#nyphilorgA_6:after*/
#nyphilorgLI_7 {
    box-sizing: border-box;
    color: rgb(51, 48, 48);
    float: left;
    height: 25px;
/*    width: 163.313px;*/
    perspective-origin: 81.6563px 12.5px;
    transform-origin: 81.6563px 12.5px;
    border: 0px none rgb(51, 48, 48);
    font: normal normal normal normal 16px / 25.6px Raleway, sans-serif;
    list-style: none outside none;
    margin: 0px 24px 0px 0px;
    outline: rgb(51, 48, 48) none 0px;
}/*#nyphilorgLI_7*/
#nyphilorgA_8, #nyphilorgA_6 {
    box-sizing: border-box;
    color: rgb(206, 206, 206);
    letter-spacing: 1.4px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    border: 0px none rgb(206, 206, 206);
    font: normal normal 600 normal 14px / 14px Raleway, sans-serif;
    list-style: none outside none;
    outline: rgb(206, 206, 206) none 0px;
}/*#nyphilorgA_8, #nyphilorgA_10*/
#nyphilorgA_10 {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    letter-spacing: 1.4px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    border: 0px none rgb(255, 255, 255);
    font: normal normal 600 normal 14px / 14px Raleway, sans-serif;
    list-style: none outside none;
    outline: rgb(255, 255, 255) none 0px;
}/*#nyphilorgA_6*/
#nyphilorgA_8:after, #nyphilorgA_10:after {
    box-sizing: border-box;
    color: rgb(206, 206, 206);
    letter-spacing: 1.4px;
    text-align: left;
    text-transform: uppercase;
    content: '|';
    border: 0px none rgb(206, 206, 206);
    font: normal normal 600 normal 14px / 14px Raleway, sans-serif;
    list-style: none outside none;
    margin: 0px 0px 0px 21px;
    outline: rgb(206, 206, 206) none 0px;
}/*#nyphilorgA_8:after, #nyphilorgA_10:after*/
#nyphilorgLI_9 {
    box-sizing: border-box;
    color: rgb(51, 48, 48);
    float: left;
    height: 25px;
/*    width: 196.953px;*/
    perspective-origin: 98.4688px 12.5px;
    transform-origin: 98.4688px 12.5px;
    border: 0px none rgb(51, 48, 48);
    font: normal normal normal normal 16px / 25.6px Raleway, sans-serif;
    list-style: none outside none;
    margin: 0px 24px 0px 0px;
    outline: rgb(51, 48, 48) none 0px;
}/*#nyphilorgLI_9*/
#nyphilorgLI_11 {
    box-sizing: border-box;
    color: rgb(51, 48, 48);
    float: left;
    height: 25px;
/*    width: 43.7656px;*/
    perspective-origin: 21.875px 12.5px;
    transform-origin: 21.875px 12.5px;
    border: 0px none rgb(51, 48, 48);
    font: normal normal normal normal 16px / 25.6px Raleway, sans-serif;
    list-style: none outside none;
    outline: rgb(51, 48, 48) none 0px;
}/*#nyphilorgLI_11*/
#nyphilorgA_12 {
    box-sizing: border-box;
    color: rgb(206, 206, 206);
    letter-spacing: 1.4px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    border: 0px none rgb(206, 206, 206);
    font: normal normal 600 normal 14px / 14px Raleway, sans-serif;
    list-style: none outside none;
    outline: rgb(206, 206, 206) none 0px;
}/*#nyphilorgA_12*/
#nyphilorgA_12:after {
    box-sizing: border-box;
    color: rgb(206, 206, 206);
    display: none;
    letter-spacing: 1.4px;
    text-align: left;
    text-transform: uppercase;
    content: '|';
    border: 0px none rgb(206, 206, 206);
    font: normal normal 600 normal 14px / 14px Raleway, sans-serif;
    list-style: none outside none;
    margin: 0px 0px 0px 21px;
    outline: rgb(206, 206, 206) none 0px;
}/*#nyphilorgA_12:after*/
