/*html {overflow: auto;}*/

body {  
    font-family: "Lucida Grande", Lucida, "Lucida Sans Unicode", Verdana;
    font-size: small;
    margin: 0;
    color: #333;
}

body.topDeco {
    background: #fff url(../images/textured-bg2.png) repeat-x fixed top; /*#4d7d97*/
}

body.plainLayout {
    margin: 15px !important;
    background-image: none;
}

li {
	margin-bottom: 10px;
}

ol.alpha li, li.alpha {
	list-style:lower-alpha;
}
	
ol.alpha-caps li, li.alpha-caps {
	list-style: upper-alpha;
	margin-bottom: 20px;
}

ol.roman li, li.roman {
	list-style: lower-roman;
}

ol.invisible li, ul.invisible li, li.invisible {
	list-style-type: none;
	margin-left: -40px;
}

ol.nospace li, ul.nospace li, li.nospace {
	margin: 0px;
	padding: 0px;
}

#content ul, #content ol {
    margin-top: 5px;
    margin-bottom: 2px;
}
 
#content ul ul, #content ol ol {
	margin-bottom: 5px;
}

blockquote {
    margin: 1em 0pt 1.6em 3em;
}

/*
.sectionfont {
	font-size: 1.2em;
	color: #666;
	margin-top: 13px;
	margin-bottom: -10px;
	font-weight: bold;
}

blockquote.sectionInfo, blockquote {
	margin-left: 30px;
	margin-right: 0px;
}
*/

h1.daisy-document-name {
  	font-size: 1.4em;
  	font-weight: normal;
  	color:#000;
  	margin-top: 0px;
}

h1 {
  	font-size: 1.4em;
  	margin: 1em 0;
  	font-weight: normal;
}

h1.daisy-document-name + blockquote, h1.daisy-document-name + a + blockquote {
    margin-top: -5px;
    margin-bottom: 5px;
}

h2 {
  	font-size: 1.05em;
  	font-weight: normal;
  	border-bottom: 1px solid #e1e1e1;
  	margin-top: 25px;
  	margin-bottom: 0px;
    width: 70%;
}

h3 {
	font-size: 1.05em;
  	font-weight: bold;
  	margin-top: 10px;
  	margin-bottom: 2px;
}

h4 {
  	font-size: 1em;
  	text-decoration: none;
  	margin-top: 10px;
  	margin-bottom: 2px;
    font-weight: normal;
}

h4 + p { /* used for news items on homepage */
    margin-top: 0px;
}

h5 {
	font-size: 1em;
  	font-style: italic;
  	margin-top: 2px;
  	margin-bottom: 4px;
}

h1,h2,h3,h4,h5 {
    color: #000;
}


p.daisy-error {
  border: 1px solid #c03333;
  background-color: #f1b2b2;
  margin: .5em;
  padding: .2em .5em;
}

img {
  border: 0px; /* otherwise img's inside a's have those fat blue boxes around them */
}

.doclinks h2 {
    font-size: 1em;
    font-weight: bold;
}

p.note, p.warn, p.fixme pre.query, pre.include, pre.query-and-include {
  border: 1px solid #ccc;
  margin: 1.5em;
  /* left padding margin is in pixels because the text needs to come
     to the right of the background image */
  padding: .5em;
  padding-left:  65px;
  background-position: 10px .2em;
  background-repeat: no-repeat;  
}

p.note, p.warn, p.fixme{
    color: #666;
    font-size: 90%;
    font-family: Arial;
	padding: .5em .5em .5em 40px;
}

p.note {
  background-image: url("../images/note.png");
}
p.warn {
  background-image: url("../images/important.png");
}
p.fixme {
  background-image: url("../images/fixme.png");
}

pre.query {
  background-image: url("../images/query.png");
  padding-left: 65px;
}
pre.include {
  background-image: url("../images/include.png");
}
pre.query-and-include {
  /* the query-include icon is extra wide */
  padding-left: 100px;
  background-image: url("../images/query-and-include.png");
}
pre {
  border: 1px solid gray;
  background-color: #eee;
  font-family: monospace;
  background-position: 10px .2em;
  background-repeat: no-repeat;  
}

/* Tables */
td, th, tr {
	vertical-align: default;
}

table {
  border-spacing: 0em;
  border-collapse: collapse;
  font-size: small;
  margin-top: 3px;
  margin-bottom: 3px;
}

table.borderless tbody tr td, table.content tbody tr td, table.default tr td, table.default tr th  {
  padding: 5px;
}

table.borderless tbody tr th, table.content tbody tr th {
  background-color: #ddd;
  padding: 2px 5px 5px;
}

table.borderless {
    font-size: inherit;
}

table.content tbody tr td, table.default tr td, table.content tbody tr th, table.default tr th  {
  border: 1px solid gray;  
}

table.footnotes {
    margin: 1em;
    padding-top: 0.5em;
    border-top: 1px solid gray;
}

table.footnotes tbody tr td {
    vertical-align: top;
    padding-bottom: .3em;
}

/*
* Styles specific for the document page
*/
div.info-message {
  border: 1px solid gray;
  padding: 1em;
  margin: 1em;
  background-color: #f5fd9d;
}

.commentsTitle {
  font-size: 130%;
  font-weight: bold;
}

div.comments {
  margin-top: 20px;
  margin: 8px;
}

div.comment {
  padding: 8px;
  margin-top: 8px;
  margin-bottom: 8px;
}

div.publicComment {
  border: 1px solid #729c9a;
  /* background-color: #b4fdf9; */
}

div.editorsComment {
  border: 1px solid #ee7600;
  /* background-color: #eebd8d; */
}

div.privateComment {
  border: 1px solid #de005e;
  /* background-color: #d9a3ba; */
}

div.commentheader {
  font-size: small;
  font-weight: bold;
  padding-left: 20px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

div.publicComment div.commentheader {
  background-image: url("../images/public_comment.gif");
}

div.privateComment div.commentheader {
  background-image: url("../images/private_comment.gif");
}

div.editorsComment div.commentheader {
  background-image: url("../images/editors_comment.gif");
}

span.commentActions {
  font-size: small;
}

span.commentVisibility {
  font-size: small;
  font-weight: bold;
}

div.commentbody {
  margin-left: 12px;
  margin-right: 12px;
  margin-top: 6px;
}

div.addCommentTitle {
  font-weight: bold;
  margin-top: 12px;
  padding-left: 23px;
  background-image: url("../images/speak.gif");
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

div.addComment {
  margin-left: 23px;
}

#showCommentsLink {
  font-size: .8em;
}



/*additional styling in daisy wiki*/
.smallfont {
	font-size: .85em;
	color: #777;
}

.redtext {
	color: red;
	margin: 0px;
}

.purpletext {
	color: #800080;
	margin: 0px;
}

.yellowbg {
	background-color: yellow;
	padding: 0px;
	margin: 0px;
}

.fancyfont {
	font-family: "Lucida Handwriting", "Comic Sans MS", sans-serif; 
}

.footnotes, .footnote {
	font-size: .8em;
	margin-left: 20px;
    color:#888888;
}

.noteinfo { /*for forms*/
	color: #bd2d2d;
	font-size: .8em;
}

.new-features {
   font-size : .9em;
   height: auto;
   border:none;
   width: 100%;
   clear: both;   
   margin-bottom: 10px;
   float: right;
}

.new-features h1 {
    margin: 0;
    font-size: 1em;
}

.new-features li {
    margin-left: -15px;
}

.new-features th {
    padding: 6px;
    white-space: nowrap;
    border: 0px #ccc solid;
    text-align: left;
    color: #000;
    background-color: #eaeaea;
    font-weight: normal;
    font-size: 1.3em;
}

.new-features td {
	border: none;
	text-align:left;
    background-color: #FAFAFA;
    border-bottom: 0px #ccc solid;
    border-left: 0x #ccc solid;
    border-right: 0px #ccc solid;
    padding: 10px;
}


.new-features th p {
    padding: 0;
    margin:0;
}


div.twoColumn {
    position: relative; 
    overflow: auto;
} 

div.twoColumn-left {
	text-align: left;
    padding-right: 10px;
}
div.twoColumn-left h2 {
	margin: 0 0 1em 0;
}
div.twoColumn-left ul {
	padding-bottom: 1.5em;
}
div.twoColumn-right {
	padding-left: 20px;
	text-align: left;
}

.separator-menu { 
   border-right: 1px dashed #ccc;
   height:100%;
   min-height: 500px;
   width: 180px;
   padding-right: 15px;
   text-align: left;
   float: right;
}

.separator-left {
	border: 1px dashed #ccc;
	height: auto;
	padding: 10px;
	padding-bottom: 5px;
	margin: 0 0 20px 15px;
    width: 250px;
	background-color: #f5f5f5;
    float: right;
}

div.twoColumn-left .separator-left {
	float: none;
	margin: 2em 0 20px 0;
	width: auto;
}


.separator-left h4 {
	margin-top: -5px;
}

.separator-left ul li {
	margin-left: -15px;
}

.separator-left-HomePage {
	border-left: 1px dashed #ccc;
	height: auto;
	width: auto;
	font-size: .93em;
	margin-left: 15px;
	padding-left: 10px;
	background-color: #fff;
}

.highlightArea-patentlens { 
   background: none;
   border: none;
   width: 95%;
   height: auto;
   min-height: 120px;
   font-size: 1em;
   padding: 10px;
   clear: both;
   vertical-align: middle;
}
.highlightArea-patentlens h1 {
    margin-top: 10px !important;
    color: #777;
}

.highlightArea-patentlens p {
    margin-left: 190px !important;
}


div.editIncluded {
    margin-top: 20px;
    text-align: right;
}

/* our people section used by person.xsl */
div.bioSection {
    padding-bottom:10px;
}

div.bioText {
    text-align:justify; 
    min-height: 120px;
    width: auto;
}
/* our people section used by person.xsl */


.forumLink {
    text-align: right;
    font-size: .9em;
}

div.forumLink a[target]:link, div.forumLink a[target]:visited {
    text-align: right;
    background-image: url("/daisy/resources/skins/default-cambia/images/forum_icon.gif");
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 20px;
    padding-right: 0px;
}

/* to add image to show it is an external link*/
#content a[target] { 
  	background-image: url(../images/new_window.gif) ;
  	background-repeat: no-repeat; 
  	background-position: right;
  	padding-right: 15px;
}

/* pdf icon for links to PDF */
#content a[class="pdflink"] { 
  	background-image: url(../images/pdf.gif) ;
  	background-repeat: no-repeat; 
  	background-position: right;
	padding-right: 15px;
}

/* mail icon for mailto links */
#content a[class="mailtolink"] { 
  	background-image: url(../images/email.gif) ;
  	background-repeat: no-repeat; 
  	background-position: 100%;
	padding-right: 10px;
    margin-right: 5px;
}

/* to remove border-bottom or external link icon effect on hyperlinked images */
a.imagelink, a[target].imagelink, a.tooltip, a[target].tooltip {
	border: none !important;
  	text-decoration:none;
  	background-image: none !important;
  	padding: 0 0 0 0 !important;
}

a.imagelink:link, a.imagelink:visited { /* fix for IE6 */
	border:none;
}

/*remove hover color for anchored items*/
a[name], a[name]:hover { 
	color: #000;
	text-decoration: none;
    border: none;
}

#print-view-note {
	display: none;	
}

textarea.flatBox { /*used for slideshow */
	border: none;
	overflow: hidden;
	text-align: center;
	width: 643px;
	height:50px;
	padding: 3px;
	padding-top: 8px;
	background-color: #eaeaea;
	margin-top: -13px;
}

div.greatestHitsNews { /*used for "greates hits" news item box*/
	/* margin-left: 20px; */
	width: auto;
	max-width: 250px;
	height: auto;
	/* border-left: 1px solid #ccc;
	padding-left: 10px;
	padding-right: 10px; */
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	/* font-size: 85%; */
}
div.greatestHitsNews p {
	font-size: 85%;
}

/* end custom styling - will also show when editing */


/*
* The following rules are taken from Mozilla's quirck mode stylesheet.
* See http://lxr.mozilla.org/seamonkey/source/layout/html/document/src/quirk.css
* They avoid the top and bottom margin of elements in table cells.
*/
td > form:-moz-first-node, th > form:-moz-first-node,
td > p:-moz-first-node, th > p:-moz-first-node,
td > dl:-moz-first-node, th > dl:-moz-first-node,
td > multicol:-moz-first-node, th > multicol:-moz-first-node,
td > blockquote:-moz-first-node, th > blockquote:-moz-first-node,
td > h1:-moz-first-node, th > h1:-moz-first-node,
td > h2:-moz-first-node, th > h2:-moz-first-node,
td > h3:-moz-first-node, th > h3:-moz-first-node,
td > h4:-moz-first-node, th > h4:-moz-first-node,
td > h5:-moz-first-node, th > h5:-moz-first-node,
td > h6:-moz-first-node, th > h6:-moz-first-node,
td > listing:-moz-first-node, th > listing:-moz-first-node,
td > plaintext:-moz-first-node, th > plaintext:-moz-first-node,
td > xmp:-moz-first-node, th > xmp:-moz-first-node,
td > pre:-moz-first-node, th > pre:-moz-first-node,
td > ul:-moz-first-node, th > ul:-moz-first-node,
td > menu:-moz-first-node, th > menu:-moz-first-node,
td > dir:-moz-first-node, th > dir:-moz-first-node,
td > ol:-moz-first-node, th > ol:-moz-first-node {
   margin-top: 0;
}

td > p:-moz-last-node, th > p:-moz-last-node {
   margin-bottom: 0;
}

td > form:empty:-moz-first-node, th > form:empty:-moz-first-node,
td > p:empty:-moz-first-node, th > p:empty:-moz-first-node,
td > dl:empty:-moz-first-node, th > dl:empty:-moz-first-node,
td > multicol:empty:-moz-first-node, th > multicol:empty:-moz-first-node,
td > blockquote:empty:-moz-first-node, th > blockquote:empty:-moz-first-node,
td > h1:empty:-moz-first-node, th > h1:empty:-moz-first-node,
td > h2:empty:-moz-first-node, th > h2:empty:-moz-first-node,
td > h3:empty:-moz-first-node, th > h3:empty:-moz-first-node,
td > h4:empty:-moz-first-node, th > h4:empty:-moz-first-node,
td > h5:empty:-moz-first-node, th > h5:empty:-moz-first-node,
td > h6:empty:-moz-first-node, th > h6:empty:-moz-first-node,
th > listing:empty:-moz-first-node,
th > plaintext:empty:-moz-first-node,
td > xmp:empty:-moz-first-node, th > xmp:empty:-moz-first-node,
td > pre:empty:-moz-first-node, th > pre:empty:-moz-first-node,
td > ul:empty:-moz-first-node, th > ul:empty:-moz-first-node,
td > menu:empty:-moz-first-node, th > menu:empty:-moz-first-node,
td > dir:empty:-moz-first-node, th > dir:empty:-moz-first-node,
td > ol:empty:-moz-first-node, th > ol:empty:-moz-first-node {
   margin-bottom: 0;
}

td > form:empty:-moz-last-node, th > form:empty:-moz-last-node,
td > p:empty:-moz-last-node, th > p:empty:-moz-last-node,
td > dl:empty:-moz-last-node, th > dl:empty:-moz-last-node,
td > multicol:empty:-moz-last-node, th > multicol:empty:-moz-last-node,
td > blockquote:empty:-moz-last-node, th > blockquote:empty:-moz-last-node,
td > h1:empty:-moz-last-node, th > h1:empty:-moz-last-node,
td > h2:empty:-moz-last-node, th > h2:empty:-moz-last-node,
td > h3:empty:-moz-last-node, th > h3:empty:-moz-last-node,
td > h4:empty:-moz-last-node, th > h4:empty:-moz-last-node,
td > h5:empty:-moz-last-node, th > h5:empty:-moz-last-node,
td > h6:empty:-moz-last-node, th > h6:empty:-moz-last-node,
td > listing:empty:-moz-last-node, th > listing:empty:-moz-last-node,
td > plaintext:empty:-moz-last-node, th > plaintext:empty:-moz-last-node,
td > xmp:empty:-moz-last-node, th > xmp:empty:-moz-last-node,
td > pre:empty:-moz-last-node, th > pre:empty:-moz-last-node,
td > ul:empty:-moz-last-node, th > ul:empty:-moz-last-node,
td > menu:empty:-moz-last-node, th > menu:empty:-moz-last-node,
td > dir:empty:-moz-last-node, th > dir:empty:-moz-last-node,
td > ol:empty:-moz-last-node, th > ol:empty:-moz-last-node {
  margin-top: 0;
}

