@charset "UTF-8";
/* CSS Document */

#darkbox {
text-align:left;
text-indent: 18px;
}

#darkbox-search{
	width:800px;
	position:absolute;
	background-color:#004080;
	top: 91px;
	height: 12px;
}


/*Headings*/

h1 {
	font-weight:600;
	font-size:140%;
	padding:0;
	margin:0;
}
h2 {
	font-weight:600;
	font-size: 120%;
	padding:0;
	margin:0;
	margin-top: 15px;
}

h3 {
	font-weight:600;
	font-size: 110%;
	padding:0;
	margin-bottom:10px;
}
h4 {
	font-weight:600;
	font-size: 90%;
	padding:0;
	margin:0;
}
h5{
	font-weight:600;
	font-size: 85%;
	padding:0;
	margin:0;
}

.paragraph_heading {
    color: #565C6B;
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 10px;
	}

#content_column h2 {
    color: #565C6B;
    font-size: 1.3em;
    font-weight: bold;
	margin-top: 20px;
	margin-bottom: 5px;
	}

#content_column h3 {
    color: #565C6B;
	font-size: 1.1em;
	margin-top: 15px;
	margin-bottom: 5px;
	}

/*Header Styles*/	
#depttitle {
	background: #364F89;
	}
#header {
	height:105px;
}
/* The id headermin is used with the include headermin, which only has the two logos. */
#headermin {
	height: 60px;
	margin:0 auto;
	position:relative;
	width:800px;
	}
#depthead{
	background: #364F89;
}
#depthead{
	height: 23px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#depthead h1{
	font-size: 100%;
}
#depthead h1 a{
	color:#FFFFFF;
	text-decoration:none;
}
#depthead h1 a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
#depthead h1 a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
#nysedlogo{
	margin-top:10px;
}
#deptname {
	background: #364F89;
	}
#deptsearch2 input{
	font-size: 100%;
}
#deptsearch2 select{
	font-size: 100%;
}
#nav{
 width: 802px;
}	
/*Nav Styles*/	
#sub_nav {
	color: #364F89;
}
#sub_nav li a {
	color: #364F89;
}
#sub_nav ul li a:hover {
	color: #000000;
}
#sub_nav_right {
	border:1px solid #364F89;
	margin-bottom: 20px;
}
#sub_nav_right li {
	padding: 4px;
}
#sub_nav_right li a {
	color:#364F89;
}
#sub_nav_right ul li a:hover {
	color:#000000;
}
/*Breadcrumb*/	
#breadcrumb a:hover{
	color: #364F89;
}


/*--GENERAL CLASSES----------------------------------------------------------------*/

.bold {
	font-weight: bold;
	}
.italic{
	font-style: italic;
	}
	
.bolditalic {
	font-weight: bold;
	font-style: italic;
	}
	
/* superscript, used for footnotes */
.super {
	vertical-align:super;
	}
	
/* text with a line through it, to indicate it was/should be removed */
/* used with Preliminary Emancipation Proclamation exhibit */
.strikeout {
	text-decoration:line-through;
	}

/* Courier font for items that previously used <tt> or <kbd> */
.courier {
	font-family: "Courier New", Courier, monospace;
	}
	
.urgentmessage{
	color:#FF0000;
	}
.header_with_line{
	font-family:Tahoma, Helvetica, Arial, sans-serif;
    font-weight: bold;
	color: #333333;
	display: block;
	border-bottom: 1px solid #cccccc;
	margin-top: 5px;
	margin-bottom: 5px;
}
.fulllength{
	width:100%;
	clear: both;
}	

.leftimage{
	border: none;
	margin-right: 10px;
	margin-bottom: 10px;
	width:auto;
	float:left;
}

.center{
	text-align: center;
}
.right{
	float: right;
	text-align: right;
}

.left{
	float: left;
	text-align: left;
}

.rightwmargin{
	float: right;
	text-align: right;
	margin-bottom:10px;
	margin-left:10px;
}

.leftwmargin{
	float: left;
	text-align: left;
	margin-bottom:10px;
	margin-right:10px;
}

/* Use instead of a table to format text in "columns." */
/* Text in left column is right aligned and bolded to serve as header */
.leftcol {
	width:30%; 
	float:left; 
	clear:both; 
	padding:10px; 
	text-align:right;
	font-weight:bold;
	}
	
.rightcol {
	width:55%; 
	float:left; 
	padding:10px;
	}
	
.valignmiddle {
	vertical-align:middle;
	}

/* Library specific classes */

address {
   margin-left: 100px;
   margin-bottom: 10px;
   font-style: normal;
   }
   
caption {
	text-align:left;
	font-weight:bold;
	margin-bottom:6px;
	margin-top:6px;
	}
	
hr {
	clear:both;
	}
	
/* Block positioning classes */
/* Blockquote */
.quotedtext {
  margin-left: 15%;
  margin-right: 15%;
  } 
  
/* Hanging indent (used on finding aids, etc.) */
.hang { 
	margin-left: 1em;
	text-indent: -1em 
	}  

/* Hanging indent of 3em (used on elecres.htm) */
.hang3 {
	margin-left: 3em;
	text-indent: -3em;
	}

/* Stepped indents (used on finding aids, etc.) */
.ind { 
	margin-left: 1em;
	}

.ind2 { 
	margin-left: 2em;
	}

.ind3 { 
	margin-left: 3em;
	}
  
/* Block with border, floated top right */
.boxed {
	width:inherit; 
	background-color: #BFD1D2;
	padding: 1em;
	border-width: thin;
	border-style: groove;
	margin-left:1em; 
	margin-bottom:1em;
}

.boxedrt {
	float:right; 
	background-color: #D5E0E1;
	width: 35%;
	padding: 0.5em;
	border-width: thin;
	border-style: groove;
	margin-left:1em; 
	margin-bottom:1em;
}

/* Divs set up as two equal-width columns, with a vertical, dotted line between */
.leftside {
	font-size: 90%;
	float: left;
	width: 48%;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	margin: 0px;
	}
.rightside {
	font-size: 90%;
	float: right;
	width: 48%;
	}

/* Div with padding to give colored border. */
/* Used with borrower card images. */

.bordered {
	border:2px solid #364F89;
	}

/* Div floated right with background color, for image and caption (patents, e.g.) */
.imgrightcap {
	float:right; 
	margin-left:15px; 
	margin-bottom:15px; 
	background-color:#CFE0FC;
	padding-bottom:5px;
	}

/* Div floated left with background color, for image and caption */
.imgleftcap {
	float:left; 
	margin-right:15px; 
	margin-bottom:15px; 
	background-color:#CFE0FC;
	padding-bottom:5px;
	}
/* End block positioning classes */

/* Forms classes  */
/* For radio buttons, checkboxes - label on the right */
.buttonpair {
   margin-bottom: 5px;
   clear: both;
   }
   
.buttonpair input {
   text-align: right;
   margin-left: 25%;
   padding-right: 6px;
   float: left;
   }
   
.buttonpair label {text-align: left;}
/* End forms classes */

/* List classes */
.morespace li {
  	margin-top: 8px;
	}

.double  li {
  	margin-top: 15px;
	}

.horizontal li  {
	display: inline;
	list-style-type: none;
	font-weight: bold;
	border: 0px solid blue;
	background-color: #dcdcdc;
	margin: 2px;
	padding: 3px 7px 3px 7px;
	}

.horizontal li a {
		text-decoration: none;
		}
		
.nobullet {
	list-style: none;
	}
	
.listupalpha {
	list-style:upper-alpha;
	}
	
.listloweralpha {
	list-style:lower-alpha;
	}
	
.listupperroman {
	list-style:upper-roman;
	}
	
.listlowerroman {
	list-style:lower-roman;
	}
	
/* End list classes */

/* Text classes */

.small {
	font-size: smaller;	
	}
	
.large {
	font-size: larger;
	}

.warning {
	color: red;
	}
	/* Used on patent pages, perhaps others */

.grayedout {
	color: #666666;
	}
	/* Used on press.htm when a class is full */
	
.refupdate {
	color: #009966;
	font-style: italic;
	text-align: right;
	}
	/* Used on Internet Bibliographies for green "last updated" note */
	
/* Colors used in Checklists */

.color-red {
	color:#CC0000;
	}
	
.color-blue {
	color:#0000CD;
	}
	
.color-navy {	
	color:navy;
	}
	
.color-teal {
	color:teal;
	}
	
.color-green {
	color:#00FF7F;
	}
	
.color-yellow {
	color:yellow;
	}
	
.color-aqua {
	color:#00FFFF;
	}

/* End text classes */

/* Table classes */

th {
	text-align: left;
	padding:2px;
	}
	
td {
	vertical-align: top;
	padding:2px;
	}
	
.thcolor {
	background-color:#BFD1D2;
	}
	
.tdcolor {
	background-color:#E5EAF0;
	}
	
.tableborder {
	border: solid 1px silver;
	border-collapse: collapse;
	}
	.tableborder th {
		border: solid 1px gray;
		padding: 3px;
		}
	.tableborder td {
		border: solid 1px gray;
		padding: 3px;
		}
		
.table80 {
	width: 80%;
	}
	
/* Used with columns that can't be sorted in a sortable table. */
.thunsorted {
  background-color:#DDF2FF;
  }
	
/* End table classes */	

.external {

}