/* ------------------------------------------------------------------------------------------
This stylesheet uses code from the Yahoo! User Interface Library.
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.0
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup,sub {line-height:-1px;vertical-align: text-top;}
sub {vertical-align:text-bottom;}
input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
*/
body {font:13px/1.22 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
/**
 * Bump up IE to get to 13px equivalent
*/
pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:99%;}

/* ------------------------------------------------------------------------------------------
BODY & BASICS */

body { background-color: #ffffff; color: #333333; text-align: center; }

a { color: #cc0000; text-decoration: underline; }
a:hover { color: #cc0000; text-decoration: none; }

h1, h2, h3, h4, h5, h6 { margin: 12px 0 8px 0; }
p { padding: 4px 0 4px 0; }

#rightcol h4, #rightcol h5, #rightcol h6, #rightcol p, #rightcol ol, #rightcol img.padleft, #rightcol .movie { padding: 0 0 0 12px; }
#rightcol .movie p { padding: 0 0 0 0; }

strong { font-weight: bold; }
em { font-style: italic; }

.hr { clear: both; margin: 25px 0 25px 0; }

/* ------------------------------------------------------------------------------------------
PAGE LAYOUT */

div#container { margin: 25px auto; overflow: hidden; padding: 0; text-align: left; width: 98%; }
div#header { border-bottom: 1px solid #cccccc; margin: 0; overflow: hidden; padding: 0 0 1px 0; width: 100%; }
div#leftcol { float: left; margin: 10px 0 0 0; padding: 0; width: 60%; }
div#rightcol { border-left: 1px solid #cccccc; float: right; margin: 10px 0 25px 0; padding: 0 0 25px 0; width: 34%; }
div#footer { background: #ebebd7 url(../images/bkg_footer.png) repeat-x top left; clear: both; margin: 20px 0 0 0; overflow: auto; padding: 30px 0 20px 0; width: 100%; }

div.fl-left50 { float: left; margin: 0; padding: 0 0 0 2%; text-align: left; width: 48%; }
div.fl-right50 { float: right; margin: 0; padding: 0 2% 0 0; text-align: right; width: 48%; }

div.fl-left70 { float: left; margin: 0; padding: 0; text-align: left; width: 69%; }
div.fl-right30 { float: right; margin: 0; padding: 0; text-align: right; width: 29%; }

/* ------------------------------------------------------------------------------------------
OL, UL, DL */

ul.menu { list-style-type: none; margin: 8px 0 0 0; padding: 90px 0 0 0; }
ul.menu li { border-right: 1px dotted #cccccc; display: inline; padding: 0 6px 0 6px; }
ul.menu li.last { border-right: 0; }

ol.recent { list-style-type: none; }
ol.recent li { padding: 6px 0 6px 0; }

ol.news li, ol.downloads li { border-bottom: 1px dotted #cccccc; padding: 12px 0 12px 0; }

/* ------------------------------------------------------------------------------------------
TABLE */

.patents { border: 0; margin: 10px 0 0 0; width: 100%; }
.patents th { background-color: #333333; color: #ffffff; }
.patents tr.odd { background-color: #ebebd7; }
.patents th, .patents td { padding: 8px; }

/* ------------------------------------------------------------------------------------------
TYPOGRAPHY */

h1, h2, h3 { font-size: 182%; }
h4, h5, h6 { font-size: 108%; text-transform: uppercase; }

#leftcol p { line-height: 1.3em; }
#rightcol p, #rightcol ul, span.txtsmall, #footer p { font-size: 85%; }

span.date { font-size: 85%; }

/* ------------------------------------------------------------------------------------------
LIGHTBOX */

#lightbox { position: absolute; left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0; }
#lightbox a img{ border: none; }
#outerImageContainer { position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer { padding: 10px; }
 
#loading { position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink { width: 49%; height: 100%; background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */ display: block; }

#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }
#imageDataContainer { font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow:  auto; width: 100% }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
#overlay { position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }