/* bugs.mysql.com has style */

body {
 margin: 0;
 padding: 0;
 font: 12px/19px Verdana, "Lucida Grande", "Lucida Sans Unicode", Tahoma, Arial, sans-serif; 
 background: #fff;
 color: #000;
}

a img {
 border: none;
}
a		{ background:transparent; }
a:link 		{ color:#006486; }
a:active 	{ color:#1d93b6; }
a:visited 	{ color:#464646; }
a:hover 	{ color:#1d93b6; }

#header {
 background:#004e61 url("/National_Library/20160521004321oe_/http://bugs.mysql.com/static/bugs.jpg") repeat-y;
}
#logo {
 padding: 10px;
}

#searchandlogin {
 position: absolute;
 top: 10px;
 right: 10px;
 text-align: right;
}
#searchbox form {
 margin: 0;
 padding: 0;
}

#login { color: #fff; }
#login a { font-size:90%; color: #fff; text-decoration: none; } 
#login a:hover { color: #e97b00; text-decoration: underline; }

#nav {
  background-color: #006486;
  float: left;
  width: 100%;
  border-width: 0px;;
}

#nav ul {
  margin: 0;
  padding: 0 10px;
  list-style: none;
  font-size: 85%;
}

#nav li {
  float:left;
  margin:0;
  padding:0;
  background-image:none;
  line-height:normal;
  text-indent:0;
}

/* Following rule allows entire region of link to to be 
   clickable in IE/Win. Holly Hack explained here:
   http://www.positioniseverything.net/explorer/escape-floats.html */
* html #nav a {
  width:1%;
}

#nav a {
  display:block;
  color:#f7f7f7;
  font-weight: bold;
  background-color: #666;
  padding:5px 10px 6px;
  border:solid 1px #ddd;
  border-width: 0px;
  border-left-width:1px;
  text-decoration:none;
  white-space:nowrap;
}

#nav a:hover {
  background-color: #FFBC2F;
  color: #666;
}

#nav #current a {
  background: #EA7F07; /* #10688E;*/
  border:none;
}

#nav #current a:hover {
  color: #000;
}
#nav #h {
}

#content {
 margin: 0px 10px;
}

.half {
 float: left;
 width: 46%;
 padding: 2%;
 background: transparent;
}

#footer	{ 
 clear:both;
 width:99%; 
 margin:0px; 
 padding:2px 0px 0px 0px; 
 border-top:1px solid #ccc; 
 color:#555; 
 font-size: 90%;
}
#footer p { margin:0px 12px 0px 12px; float:left; }
#footer ul { margin:0px; padding:0px; list-style-type: none; float:left; }
#footer li { font-size:90%; margin:0px; padding:0px 8px 0px 6px; float:left; background:url("/National_Library/20160521004321oe_/http://bugs.mysql.com/images/sep.png") no-repeat right top;}
#footer li.last	{ background:none; }

#copyright-oracle{
    clear: both;
    text-align: right;
    color: #666666;
    font-size: 90%;
    padding-top: 1px;
}

#copyright-oracle span {
	vertical-align: top;
}

/* front page widgets */
.lightgreenbox	{ margin:0px; padding:10px 16px 12px 12px; background:#f4f4ee; }
.greenbox	{ margin:0px; padding:10px 16px 12px 12px; background:#e3ebe2; }

/* search page */
#asearch th { font-weight: bold; text-align: left; }
#asearch #primary  { background: #e3ebe2; }

/* search results */
.buglisttop    { background:#e3ebe2; width:100%; border:2px solid #fff; }
.buglisttop td { padding:4px 8px; }

.buglist	{ width:100%; }
.buglist th	{ background:#bdcebb; padding:6px 8px; font-weight:bold; }
.buglist td	{ padding:2px 8px; }
.buglist tr.open td		{ background:#ffde84; }
.buglist tr.closed td		{ background:#f4f4ee; }
.buglist tr.duplicate td	{ background:#d9d9d9; }
.buglist tr.verified td		{ background:#ffedb8; }
.buglist tr.patchpending td	{ background:#a0cddb; }
.buglist tr.patchapproved td	{ background:#64bfdb; }
.buglist tr.approved td		{ background:#fffbc9; }
.buglist tr.patchqueued td	{ background:#99aacc; }
.buglist tr.deferred td		{ background:#d9d9d9; }
.buglist tr.wontfix td		{ background:#d9d9d9; }
.buglist tr.cantrepeat td	{ background:#d9d9d9; }
.buglist tr.nofeedback td	{ background:#a0cddb; }
.buglist tr.needfeedback td	{ background:#64bfdb; }
.buglist tr.notabug td		{ background:#d9d9d9; }
.buglist tr.documenting td	{ background:#cdeecb; }

.buglist tr.customer td.id { background: #fdd; }
.buglist tr.beta td.id { background: #fbb; }

.buglist a.private { background: #ecc; }

/* bug viewing page */
#bugheader {
  padding:0px 0px;
  margin:0px;
}
#bugheader th {
  text-align: right;
  background: #f4f4ee;
  padding: 1px 8px;
  color: #666;
}
#bugheader td {
  background: #e3ebe2;
  padding: 1px 8px;
}
#bugheader tr.private th {
 background: #ffe0e0;
}
#bugheader tr.private td {
 background: #ecc;
}
#bugheader #title th, #bugheader #title td {
  font-size: 110%;
  font-weight: bold;
  color: #000;
  padding: 2px 8px;
}
#bugheader th.private {
 background: #ffe0e0;
}
#bugheader td.private {
 background: #ecc;
}

div.thanks {
  padding: 0.5em;
  background: #ffde84;
  color: #000;
}
div.error {
  background: #fdd;
  color: #660000;
  padding: 0.5em;
}
div.warning {
  background: #ffd;
  color: #660;
  padding: 0.5em;
}

span.private {
  background: #ecc;
}

span.privatebox {
  border: solid 1px #f03;
  padding-left: 0.5em;
  padding-right: 0.5em;
  background: #ecc;
}

#controls {
  border-bottom: 1px solid #004e61;
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 19px;
}
#controls ul, #controls li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: left;
  padding: 2px 10px 2px 10px;
  margin-right: 8px;
  line-height: 14px;
  border:  1px solid #1d93b6;
  border-bottom: 1px solid #004e61;
}
#controls li {
  background:#e3ebe2;
}
#controls li.active {
  background: #fff;
  font-weight: bold;
  border: 1px solid #004e61;
  border-bottom: 1px solid #fff;
}
#controls li a {
  text-decoration: none;
}
#controls li a:hover, #controls li a:active {
  text-decoration: underline;
}

/* bug form */
#bugform th {
  text-align: right;
  font-weight: normal;
  color: #666;
}
#bugform tr.private th {
  background: #ffe0e0;
}
#bugform tr.private td {
  background: #ecc;
}
#explainseverity {
  position: absolute;
  width: 300px;
  font-size: smaller;
  background: #efe;
  border: 1px solid #cfc;
  padding: 6px 8px;
}

select.private {
  background: #ecc;
}


/* comments */
.comment {
  padding: 8px;
  margin: 0px;
}
.comment .header {
  font-weight: bold;
}
div.private { background: #fdd; }
div.pending { }
div.rejected { }
div.accepted { }
pre.note { 
  color: inherit; 
  margin-left: 8px; 
  white-space: pre-wrap; 
  word-wrap: break-word; 
}
.added { color: #009; }
.removed { color: #900; }

/* forms */
.bugform th {
  text-align: right;
  font-weight: bold;
}
.bugform td, .bugform th {
  padding: 5px 0px 6px 4px;
}
select {
  font-size: 100%;
}

/* drop-down for tags auto-complete */
div.autocomplete {
 position:absolute;
 width:250px;
 background-color:white;
 border:1px solid #888;
 margin:0px;
 padding:0px;
}
div.autocomplete ul {
 list-style-type:none;
 margin:0px;
 padding:0px;
}
div.autocomplete ul li.selected { background-color: #ffb;}
div.autocomplete ul li {
 list-style-type:none;
 display:block;
 margin:0;
 padding:2px;
 height:32px;
 cursor:pointer;
}

/* tags */
#tags {
 list-style: none;
 margin: 0px;
 padding: 0px;
 text-align: center;
}
#tags li {
 margin: 0px 5px;
 display: inline;
}
#tags li a {
 text-decoration: none;
 vertical-align: middle;
 white-space: nowrap;
}
#tags li a:hover {
 text-decoration: underline;
}

/* admin interface */
.userlist th {
  font-weight: bold;
  background: #eee;
  color: #666;
  text-align: center;
  padding: 4px 8px;
}
.userlist td {
  padding: 4px;
  text-align: center;
}

#monospacetextarea {
  margin-top: 8px;
  font-family: monospace;
}
