/* lists.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("/web/20131004164540oe_/http://lists.mysql.com/static/lists.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;
}

#disclaimer {
 clear:both;
 margin:10px;
 padding:6px 10px;
 border:1px solid #ccc;
 background:#eee;
 color:#500;
 font-size:90%;
 text-align: center;
}

#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("https://webarchive.library.unt.edu/web/20131004164540oe_/http://www.mysql.com/common/img/sep.png") no-repeat right top;}
#footer li.last	{ background:none; }

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

.error { border: 1px solid #ff9999; background: #ffeeee; padding: 4px; margin: 4px;}

/* lists.mysql.com specifics */
.headerlabel		{ background:#e3ebe2; }
.headervalue		{ background:#f4f4ee; }

pre	{ color:#202020; }

.quote1 { color: #006486; }
.quote2 { color: #900; }
.quote3 { color: #a36008; }
.quote0 { color: #909; }

.thread { padding:4px; }
.thread td { background:#f4f4ee; padding: 2px 10px; }
.thread th { font-size: larger; text-align: left; }

#datenav {
 list-style: none;
 margin: 0px;
 padding: 0px;
 font-weight: bold;
 font-size:90%;
}
#datenav li {
 display: inline;
}

.searchresults th {
  font-weight: bold;
  text-align: left;
}
.searchresults .odd { background-color:#e3ebe2; }
.searchresults .even { background-color:#f4f4ee; }

/* lists styles */
.signature { font-size: smaller; color: gray; }
.signature a:link    { color: #9999ff; }
.signature a:hover   { color: #ff9999; }
.signature a:active  { color: #ff9999; }
.signature a:visited { color: #ff66ff; }

.added   { color: #000099; }
.removed { color: #990000; }

#main { float:left; width:66%; background:transparent; }
#sidebar { float:left; padding-left: 1%; width:32%; background:transparent; }
