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

/*--GENERAL CLASSES----------------------------------------------------------------*/
.bold {
	font-weight: bold;
	}
.italic{
	font-style: italic;
	}
.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: 10px;
	width:auto;
	float:left;
}
.rightimage{
	border: none;
	margin: 10px;
	width: auto;
	float: right;
}
.center{
	text-align: center;
}
.right{
	float: right;
	text-align: right;
	margin-bottom:6px;
	margin-left:6px;
}
.left{
	float: left;
	text-align: left;
	margin-bottom:6px;
	margin-right:6px;
}
/* Block positioning classes */
/* Blockquote */
.quotedtext {
  margin-left: 15%;
  margin-right: 15%;
  } 
  
/* Paragraph with no top margin */

.notop {
	margin-top: 0px;	
	}
	
.nobottom {
	margin-bottom: 0px;
	}
  
/* Hanging indent (used on finding aids, etc.) */
.hang { 
	margin-left: 1em;
	text-indent: -1em 
	}  

/* 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 {
	float:right; 
	background-color: #BFD1D2;
	padding: 1em;
	border-width: thin;
	border-style: groove;
	margin-left:1em; 
	margin-bottom:1em;
}

/* 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;
	}

/* Div floated left with background color, for image and caption */
.imgleftcap {
	float:left; 
	margin-right:15px; 
	margin-bottom:15px; 
	background-color:#CFE0FC;
	}
/* End block positioning 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: #999999;
	}
	/* Used on Programs list when a class is full */

.refupdate {
	color: #009966;
	text-align: right;
	}
	/* Used on Internet Bibliographies for green "last updated" note */
/* End text classes */

/* IMAGES */

.rtarea {
	float: right;
	padding: 0;
	height: auto;
	margin: 1em;
}

.captionpicture {
}

.cimg {
   width:inherit;
   font-size: 75%;
   font-weight: normal;
   text-align: center;

}

.ctitle {
   background-color:#DDDDDD;
   color: #364F89;
   text-align: center;
   font-size: 11px;
   font-family: Arial, Helvetica, sans-serif;
   font-weight: bold;
   margin: 0 0 0 0;
   width: inherit; 
}

.imgclick {
   color:#999999;
   font-size: 10px;
   text-align: center;
}

.external {

}