div.content {
	clear: left;
	padding: 1em;
}

div.content.inactive {
	display: none;
}

.grayed {
    opacity: .25;
    pointer-events: none;
}

.bottom-one { 
    margin-bottom: 1.5cm; 
}

.bottom-two { 
    margin-bottom: 2.5cm; 
}

div.embedded_logos img {
    padding-top: 1em;
    padding-left: 1em;
    float: right;
    max-height: 60px;
    max-width: 150px;
}

table.downloads {
  width: 100%;
  border: 3px solid #6E370A;
  padding: 2%; 
  background-color: #ffffff; 
}

table.summary {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

/* summary table is used on the update_page */
table.summary, table.summary th {
  border: 3px solid #6E370A;
}

table.summary td {
  border-left: 3px solid #6E370A;
  padding: 5px;
  text-align: left;
}

table.summary th {
  padding: 5px;
  text-align: center;
}

table.summary tr.line td {
  border-top: 3px solid #6E370A;
}

table.summary td.centered {
  text-align: center;
}

.id {
  white-space: pre;
}

ol#toc {
	height: 2em;
	list-style: none;
	margin: 0;
	padding: 0;
}

ol#toc a {
	background: #bdf;
	color: #008;
	display: block;
	float: left;
	height: 2em;
	padding-left: 10px;
	text-decoration: none;
}

ol#toc a:hover {
	background-color: #3af;
	background-position: 0 -120px;
}

ol#toc a:hover span {
	background-position: 100% -120px;
}

ol#toc li {
	float: left;
	margin: 0 5px 0 0;
}

ol#toc li a.active {
	background-color: #cfcdff;
	background-position: 0 -60px;
	color: #000;
	font-weight: bold;
}

ol#toc li.active span {
	background-position: 100% -60px;
}

ol#toc span {
	background: 100% 0;
	display: block;
	line-height: 2em;
	padding-right: 10px;
}

input#accept { 
  background: transparent url(logos/accept.png) no-repeat scroll 0 0;
  width: 108px;
  height: 38px;
  color: transparent; /* hiding the text */
  padding: 38px 0 0 0; overflow: hidden; /* hiding text in IE */
}

input#reject { 
  background: transparent url(logos/cancel.png) no-repeat scroll 0 0;
  width: 108px;
  height: 38px;
  color: transparent; /* hiding the text */
  padding: 38px 0 0 0; overflow: hidden; /* hiding text in IE */
}

/* get rid of the blue border around the image links in IE */
a img {
  border: none;
}

.pageBody { 
  max-width: 1400px;
  min-width: 1000px;
  margin: 0 auto;
  background-color: #ececec;
  padding: 10px; 
}

h2 { 
  max-width: 1420px;
  min-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ececec;
  background-image: url(logos/lightgrey_white.gif);
  padding-left: 4px;  
}

#LinuxBitsSelection {
  font-size: 1.25em;
}

#WindowsBitsSelection {
  font-size: 1.25em;
}

img.logo {
    max-height: 55px;
}

.attention {
	color: white;
	background-color: #990000;
}
