@import url("default.css");
@import url("ext_menu.css");

body { 
  background-color: #F8F8FF;
  font-size: 0.875em;
}

table {
  margin-top: 0.5em;
  border-top: none;
  width: 100%;  
}

a:hover {
  color: #000;
}

/* keyboard shortcuts */
kbd { 
  font-family: "courier new", "courier", monospace; 
  padding: 0px 1px; 
  border-style: solid; 
  border-width: 1px 2px 2px 1px;
  background-color: #ededed; 
  color: #000;
  border-color:  #edd #baa #baa #edd;
}

p.NB {
  border: 2px solid #EE5C42; 
  padding: 1em;
  color: #000;
  -moz-border-radius: 0.75em;
}

#container {
  background-color: #E6EEFF;
}

#content { 
  margin-left: 15em;
  color: #333;
  border-left: 1px solid #69C;
  padding: 1em 2em 2em 2em;
  min-height: 25em;
}

#content table {
  width: auto;
  border: 1px solid #DEDEDE;
  border-collapse: separate;
  border-spacing: 1px;
  background-color: #EDEDED;
  margin-bottom: 0.5em;
}

#content table th {
  font-size: 1em;
  text-align: center;
  padding: 0.05em 0.5em;
}

#content table td {
  background-color: #FFF;
  padding: 0.05em 0.5em;
}

#content img { margin-bottom: 0; }

#links {
  position: fixed;
  font-size: 1em;
  top: 0;
  left: 0;
  width: 15em;
  border: none;
}

#links a, #links a:hover {  
  border-top: none; 
  border-bottom: none;
}

.index {
  margin-top: 0;
}

.current, #content table td.current {
  background-color: #40EE00;
}

.pre-release, #content table td.pre-release {
  background-color: #EE4000;
}

span.current, span.pre-release {
  margin: 0 0.25em;
  padding: 0 0.25em;
}

.imgDiv {
  float: left;
  font-size:  0.75em; 
  line-height: 1em; 
  text-align: center; 
  font-style: italic;
  margin: 0.5em 1em 1.5em 1em;
  padding: 0.5em 1em;
  border: 1px solid #DEDEDE; 
}

.imgDiv div {
  margin-top: 1em;
}

#content table.translation {
  border: none;
  border-spacing: 0;
}

#content table.translation td {
  padding: 0 0.25em;
}

#content table.translation td:first-child {
  text-align: right;
  font-weight: bold;
  color: #444;
}

#content h3.translation { 
   margin-top: 2em;
   margin-bottom: 0;
}

#content h3.translation img { 
  font-size: 0.5em;
  height: 3em;
  margin: 0 1em 0 0;
  vertical-align: text-bottom;
  border: 1px solid #888;
}

#shortcuts {
  text-align: left;
}

#shortcuts th.command {
  width: 42%;
}

#content table td.key {
  background-color: #F9F9F9;
}
#content table td.key,
#content table td.mouse {
  width: 29%;
}

#footer {
  border-top: 2px solid #369;
  border-bottom: 2px solid #369;
  margin-bottom: 0.5em;
}

#w3c { 
  float: left;
  margin-top: 0;
}

#screenshots {
  height: 73em;
}

#changelog {
/*  font-size: 0.875em;*/
}

ul.changelog {
  margin-top: 0;
}

.changelogTitle {
  font-weight: bold;
  color: #444;
}

.extIcon {
  float: left;
}

#content .extIcon img {
  margin: 0 0.5em 0 0;
}

.compatibility {
  float: right;
}

#content .compatibility img {
  margin: 0;
}

.clear {
  clear: both;
}

.xpiInstall, .xpiDownload {
  margin-left: 0.25em;
  margin-right: 0.25em;
}

table#localizationIndex  td {
  padding-right: 2em;
}

#localizationIndex img {
  border: 1px solid #888;
  height: 1em; 
  margin: 0 0.5em 0 0;
  vertical-align: text-bottom;
}

.notice {
  border: 4px solid #F73;
  padding: 2em;
}
.tb3 {
  font-size: 2em;
  margin-bottom: 0.5em;
  text-align: center;
}

.paypal_container {
	max-width: 15em;
	text-align: center;
	padding-top: 0.5em;
	background-color: #d6deef;
}
	
.paypal {
    font-size: 0.8em;
    margin-bottom: 0.5em;
}

.paypal_button {
	margin-top: 0.5em;
    margin-left: 2em;
}

.lastDonation {
	font-size: 0.5em;
	color: #888;
}

.amount {
	width: 4em;
}

.fixed {
	text-decoration: line-through;
	color: gray;
}

.date {
	margin-left: -1em;
	font-weight: bold;
	margin-bottom: 1em;
}

.body {
	margin-bottom: 2em;
}

.donateSig {
	margin-top: 1em;
	font-size: 0.875em;
	color: #888;
}