﻿@import url('../styles/html5-reset.css');

body 
{
	font-weight: normal;
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 0;

    overflow-y: scroll;

}

a{
    text-decoration: none;
}

.WaterMarkCssClass
{
    color: Gray;
}
.ad
{
    width:100%;
    height:50px;
}

.logout
{
    font-size:14px;
    font-weight:bold;
}

.nonprofit {
  
   font: 10px Helmet, Freesans, sans-serif;
}

.lbSponsors
{
    width:255px;
    background-color:#ED7A0A;
    color:White;
    font-weight:bold;
    font-size:16px;
}

.altText
{
    color:#ED7A0A;
    font-family:Arial;
    font-size:15px;
    text-decoration:none;
}

#navbar {
    float: right;

    border: 0px solid #e5e5e5;
    margin-top: 24px;
    margin-bottom: 2px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* IE10+ */
    /*background: linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);*/ /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
    font-size: 12px;
    line-height: 30px;
    height: 30px;
    width: 607px;
}

#nav {
    height: 30px;
    position: relative;
    top: -1px;
    left: -1px;
}

/* Navigation List */

ul#navlist li {
    float: left;
    min-width: 99px;
}

ul#navlist li a { 
    display: block;
    font-family: 'Open Sans', sans-serif; 
    font-size: 12px;
    line-height: 30px;	
    font-weight: bold;
    padding: 0 10px;
    text-align: center;
    color: #383838;
    border: 1px solid #e5e5e5;
    border-left: none;
    box-shadow: 1px 0 rgba(255,255,255,0.75);
    border-radius: 5px;
}

ul#navlist li:first-child a { 
	border-left: 1px solid #e5e5e5;
}

ul#navlist li.current a, .no-touch ul#navlist li a:hover, ul#navlist li a.selected {
	color: #fff;
	background-color:#383838;
}

/* Drop-Down Menus */

.ddsubmenustyle, .ddsubmenustyle div {
	position: absolute;
    visibility: hidden;
	z-index: 100;
	border-radius: 5px;
}

.ddsubmenustyle > ul {
	top: -1px !important;
}

.ddsubmenustyle ul {
	position: absolute;
	/*margin-left: -48px;*/
    
        margin-top: 0;   
	width: 200px;
	border-radius: 5px;
}

.ddsubmenustyle li {
	list-style: none;
}

.ddsubmenustyle li a {
	display: block;
	color: #fff;
	background-color: #383838;
	padding: 6px 9px;
	border-top: 1px solid #4d4d4d;
	border-bottom: 1px solid #262626;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	text-decoration:none;
	border-radius: 5px;
}

.ddsubmenustyle li a:hover {
   background-color:#ed7a0a;
}

.ddsubmenustyle > ul > li:first-child a {	
	border-top: none;
}


.tblCell
{
    padding:5px;
    border-color:Black;
    border-style:solid;
    border-width:1px;
}

.tblCellAlt
{
    padding:5px;
    border-color:Black;
    border-style:solid;
    border-width:1px;
    background-color:#F2F2F2;
}

.tblVolume
{
    border-collapse:collapse;
}

.hlNormal
{
    font-family:Arial;
    color:Black;
    font-weight:bold;
    font-size:12px;
    padding-right:20px;
    padding-left:20px;
    padding-top:5px;
    padding-bottom:5px;
    text-decoration:none;
}

.lnkPaging
{
    font-size:16px;
}

.hlClicked
{
    font-family:Arial;
    color:Black;
    font-size:18px;
    font-weight:bold;
    background-color:White;
    padding-right:20px;
    padding-left:20px;
    padding-top:5px;
    padding-bottom:5px;
    text-decoration:none;
}

.divMain
{
    float:left; 
    margin-left:12px;
    margin-top:248px; 
    position:absolute;
}

.divSearch
{
    display:none; 
    position:absolute; 
    text-align:left; 
    background-color:White; 
    height:250px; 
    vertical-align:top;  
    background-color:#e8e6e4; 
    border-color:#89827A; 
    border-width:2px; 
    border-style:solid;
    overflow:auto;
    font-size:13px;
}

.divNews
{
    width:162px; 
    vertical-align:top;
    text-align:left; 
    height:400px; 
    border-color:Black; 
    border-width:1px; 
    border-style:solid;
    overflow:auto;
    font-size:11px;
    padding-left:3px;
    padding-right:3px;
}

.divBanner
{
    position:absolute; 
    float:left; 
    margin-top:-26px;
    margin-left: 660px;
    background-color: white;
}

.spanNewsTitle
{
    color:#ED7A0A;
    font-size:12px;
    font-weight:bold;
}

.spanNewsText
{
    font-size:11px;
}

.spanInfo
{
    font-size:10px;
}

.spanInfoBold
{
    font-size:10px;
    font-weight:bold;
}

.spanSearchTitle
{
    font-size:16px;
    font-weight:bold;
    padding-left:3px;
    padding-top:5px;
    padding-bottom:3px;
    width:100%;
}

.lbTitleDesc
{
    font-size:14px;
    font-weight:bold;
}

.lbTitleDescBottomLeft20
{
    font-size:15px;
    font-weight:bold;
    vertical-align:bottom;
    text-align:left;
    padding-left:20px;
}

.paddingLeft20
{
    vertical-align:bottom;
    text-align:left;
    padding-left:20px;
}

.lbTitleDesc16
{
    font-size:16px;
    font-weight:bold;
}

.lbTitleDescText
{
    font-size:13px;
    width:700px;
}

.lbTitleDescHeader
{
    font-size:16px;
    font-weight:bold;
}

.tdHeight5
{
    height:5px;
}

.left15
{
    padding-left:15px;
    text-align:left;
}

.left10
{
    padding-left:10px;
    text-align:left;
}

.bold
{
    font-weight:bold;
}

.italicsBold
{
    font-style:italic;
}

.rowTitle
{
    background-color:#ED7A0A;
    color:White;
    width:100%;
}

.tableSearch
{
    border-collapse:collapse;
    font-size:16px;
    width:100%;
}

.tableSearchDoc
{
    border-collapse:collapse;
    font-size:13px;
}

.descSearch
{
    border-collapse:collapse;
    font-size:13px;
}

.tdContent
{
    padding-left:32px;
    padding-right:28px;
    text-align: left;
}

.tdFooter
{
    font-size: 0.75em; 
    font-family: Arial; 
    text-decoration: none; 
    background-color:#FEE5AC;
    text-align:left;
}

.tdNews
{
    vertical-align:top;
}

pre {
    font-family: Arial;
    font-size: 12px;
}

.gridviewResults
{
     border-color:#C9C3BA; 
     border-width:1px; 
     border-style:Solid;
     font-size:12px;
     width:950px;
}



.panelResults
{
     border-top-color:#C9C3BA; 
     border-top-width:1px; 
     border-top-style:Solid;
     border-left-color:#C9C3BA; 
     border-left-width:1px; 
     border-left-style:Solid;
     border-right-color:#C9C3BA; 
     border-right-width:1px; 
     border-right-style:Solid;
     background-color:#e8e6e4;
     font-size:12px;
}

.panelResultsBottom
{
     border-bottom-color:#C9C3BA; 
     border-bottom-width:1px; 
     border-bottom-style:Solid;
     border-left-color:#C9C3BA; 
     border-left-width:1px; 
     border-left-style:Solid;
     border-right-color:#C9C3BA; 
     border-right-width:1px; 
     border-right-style:Solid;
     background-color:#e8e6e4;
     font-size:12px;
}

.searchReturn
{
    font-size:10px;
}

.searchResults
{
    font-size:16px;
}

.imgButton
{
    margin-bottom:-5px;
}

.HeaderStyle th
{
    font-size:14px;
    text-align:left;
    background-color:White;
    font-weight:bold;
    color:#ED7A0A;
}


.blockbkg {
      background-color: black;
      opacity: 60;
      filter:alpha(opacity=90);
      background-color: rgba(0,0,0,0.60);
      width: 100%;
      min-height: 100%;
      overflow: hidden;
      /*float: absolute;*/
      position: fixed;
      top: 0;
      left: 0;
      color: white;
    }
    .catalogCont {
      background-color: white;
      color: black;
      font-size: 16px;
      border: 1px solid gray;
      display:block;
      position: absolute;
      top: 20%;
      left: 40%;
      width: 350px;
      height: 265px;
    }
    .descriptionCont {
      background-color: white;
      color: black;
      font-size: 16px;
      border: 1px solid gray;
      display:block;
      position: absolute;
      top: 20%;
      left: 30%;
      height: auto;
    }
    .infoCont {
      background-color: white;
      color: black;
      font-size: 16px;
      border: 1px solid gray;
      display:block;
      position: absolute;
      top: 20%;
      left: 40%;
      width: auto;
      height: auto;
    }
    .citationCont {
      background-color: white;
      color: black;
      font-size: 16px;
      border: 1px solid gray;
      display:block;
      position: absolute;
      top: 20%;
      left: 35%;
      width: 500px;
      height: auto;
    }
    .collectionsBrowseCont {
      background-color: white;
      color: black;
      font-size: 16px;
      border: 1px solid gray;
      display:block;
      position: absolute;
      top: 20%;
      left: 40%;
      width: auto;
      height: auto;
      max-height:500px;
      overflow:auto;
    }
    .collectionsSearchCont {
      background-color: white;
      color: black;
      font-size: 16px;
      border: 1px solid gray;
      display:block;
      position: absolute;
      top: 1%;
      left: 30%;
      width: auto;
      height: auto;
      max-height:500px;
      overflow:auto;
    }
    .closebtn {
      font-size:18px;
      color:White;
      text-decoration:none;
      font-weight:bold;
      padding-right:5px;
      padding-left:5px;
      border-style:solid;
      border-width:1px;
    }
    .closebtn:hover {
      cursor: pointer;
    }
    .normal {
      background-color: lightblue;
      width: 900px;
      min-height: 200px;
      padding: 20px;
    }
    
    .lbTitle
    {
        color:#f27c0a;
        font-weight:bold;
        font-size:16px;
    }
    
    .tableBrief
    {
        width:100%;
        border-color:Black;
        border-width:1px;
        border-style:solid;
        border-collapse:collapse;
        font-size:14px;
        padding-top:50px;
    }
    
    .lbBriefSearch
    {
        font-size:14px;
        font-weight:bold;
    }


.hilite
{
	background-color: #ffff00;
}

.hlCollection
{
	width:250px;
	height:250px;
}

.disabled
{
    color:gray;
    cursor:default;

}

.footer
{
   font-family: 'Open Sans', sans-serif;
   color: #999;
	background-color: #383838;	
	border-top: 5px solid #e5e5e5;
	/*margin-top: 60px;*/
	text-align:left;
	padding:20px;
}

.footerHeader
{
    color:White;
    font-size:18px;
}

.aFooter
{
    text-decoration:none;
    color: #999;
}

.spanfooter a:hover {
	color: #f27c0a;
}

.emailSmall
{
    color:#ED7A0A;
    font-family:Arial;
    font-size:12px;
    text-decoration:none;
}
