<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
   margin: 1em;
   background-image: url('/site-logos/dcc-backup-private-logo.png');
   background-repeat: no-repeat;
   font-family : arial, helvetica, sans-serif;
   background-color: #def;
}

a {
   outline: none;
}

input[type="text"]:focus, textarea:focus, select:focus {
   border: 2px solid #36c;
}

*.publicwm {
   background-image: url('/site-logos/dcc-backup-public-logo.png');
   background-color: #fee;
}

.DocDBNavBar {
   padding-left:   8em;
   padding-bottom: 1em;
}

.showdocSignoffs {
   font-weight: bold;
}

/* Any padding or border will show up on the page
   even when there is no status message */
.serverstatus {
   width: 80%;
   margin: auto;
   background-color: #696;
   color: #FFF;
   font-weight: bold;
}

#LeftColumn3ColFront {
   background: #ddf;
   width:        8em; 
   padding:      0.5em;
   padding-left: 1em;
}

ul.nav,
ul.topnav {
   font-size: 100%;
}

ul.nav li {
   list-style: none;
   padding: .3em 0;
   text-indent: -2em;
}

ul.nav li a {
   color: #333;
   text-decoration: none;
   border-bottom: 1px solid #333;
   padding: 0;
   margin: .5em 0;
}

ul.nav li a:hover {
   color: #777;
   border-bottom: 1px solid #777;
}

ul.topnav {
   display: inline; 
}

ul.topnav li {
   list-style: none;
   padding: 0 .3em;
   display: inline;
   font-weight: bold;
}

ul.topnav a {
   text-decoration: none;
   color: #333;
   border-bottom: 1px solid #555;
}

ul.topnav a:hover {
   color: #333;
   border-bottom: 3px solid #555;
}

/* DANGER WILL ROBINSON!! Also defined in DocDB.css! */
#LeftColumn3Col {
  background: #ddf;
  width: 15em;
  padding: 0.5em;
  padding-left: 1em;
}

#RightColumn3Col {
  background: #ddf; /*#fee;*/
  width: 15em;
  padding: 0.5em;
  padding-left: 1em;
}

#UpdateButtons input[name=".submit"] {
   width: 15em;
}

#DocNotifySignup input[name=".submit"] {
   width: 15em;
}

/* Move the main column over to match the left column */
#MainColumn3ColFront {
	padding-left: 14em;
   background-color: #def;
}
#MainColumn3Col {
	padding-left: 17em;
   background-color: #def;
}

#OtherVersionTable tr {
   background-color: #ddf;
}

/* Change alternating &lt;li&gt; environments */
li.Odd {
  background-color: #ddf;
}

li.Even {
  background-color: white;
}

/* Change alternating &lt;tr&gt; environments */
tr.alt {
  background-color: #fff;
}

/* The sortable columns environment */
th.Docid, th.Title, th.Events, th.Author, th.Topics, th.Updated, th.TalkTime, th.TalkLength, th.Files, th.Edit {
  background-color: #ded;
}

/* Main table styling */
td.main {
   padding: 0 2em .6em 0;
}

td.hdr {
   background-color: #36c;
   color: #fff;
   padding: .2em 0 .2em .1em;
}

*.slink {
  background-color: #ded;
  color: #33e;
  text-decoration: underline;
  cursor: pointer;
}

hr  {
	color: #000000;
}
	
.smalltext  {
	font-size : 70%;
}

.stdtext  {
        font-size: 100%;
}

.lgtext  {
	font-size : 130%;
}

ul#searchinputs {
   margin: 0px;
   margin-top: -1em;
   padding-top: 0em;
   padding-left: 1em;
}

.hover-comment {
   font-size : 70%;
   background-color: #eee;
}

.hover-comment:hover {
   background-color: #fff;
}

td.Docid {
  min-width: 8em;
}

/* Error message styling (currenly used only for author autocomplete) */
.warn {
   font-size: 70%;
   color: #ff0000;
}

/* Hint styling */
.hint {
   font-size: 70%;
   color: #777;
   font-style: italic;
}
</pre></body></html>