/***********************************************************************************************
 Blocks
 ***********************************************************************************************/

html, body {
	margin: 0;
	height: 100%;
}
body {
	background-color: #3B5378;
	background-image: url('bg-page.png');
	background-repeat: repeat-x;

	color: #555;
	font-family: Verdana, Sans-serif;
}
#wrapper {
	margin: 0 auto;
	width: 984px;
	text-align: left;
	padding-bottom: 29px;
}
#header {
	height: 89px;
}
#menu {
	background-image: url('bg-menu.png');
	height: 24px;
}
#preface {
	background-image: url('bg-preface.png');
	overflow: auto;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Tahoma;
	line-height: 200%;
	border: 0px;
}
#preface img {
	margin: 15px 30px 15px 30px;
	float: left;
}
#preface p {
	margin: 15px 30px 15px 130px;
}
#content {
	background-image: url('bg-main.png');
	min-height: 400px;
	padding: 15px 30px 15px 30px;
}
#footer {
	background-image: url('bg-legal.png');
	padding: 40px;
	text-align: center;
	font-size: 0.6em;
	color: #666;
}
#logo {
	float: left;
	margin-left: 2px;
	padding-top: 10px;
}
#logo img {
	border: 0;
}
#slogan {
	float: left;
	margin-top: 55px;
	color: #FFF;
	font-size: 1.2em;
}
#links {
	margin-left: 781px;
	margin-right: 22px;
	text-align: right;
	height: 38px;
	padding: 5px 8px 5px 5px;
	background-color: #214364;
	background-image: url('topnav-main.png');
	font-size: 12px;
	color: #FFF;
}
#links img {
	border: 0;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
}
#links img:hover {
	border: 0;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}
#links a {
	color: #FFF;
	text-decoration: none;
}
#links a:hover {
	text-decoration: underline;
}
.checksum {
	font-size: 0.6em;
}

h1 {
	font-size: 16px;
	margin: 1px;
}
h2 {
	font-size: 14px;
	margin: 1px;
}
hr {
	border: 0;
	margin: 0;
	border-bottom: 2px dotted #666;
}

.box {
	margin: 20px 10px 30px 10px;
	line-height: 150%;
	padding-left: 100px;
}
.box img {
	float: left;
	margin: 0px 10px 10px -90px;
}

img.inline {
        margin: 0px 10px 0px 10px;
        float: none;
        clear: both;
}


.filelist {
	font-size: 12px;
}
.filelist td {
	padding: 5px;
}
.filelist tr:hover {
	background-color: #EFEFEF;
}
.filelist b {
	color: #22476A;
}
.filelist a {
	color: #3B5378;
	text-decoration: none;
}
.filelist a:hover {
	text-decoration: underline;
}

a {
	color: #27638c;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
	text-decoration: none;
}

a:link, a:visited {
	color: #27638c;
}

a:hover, a:active {
	text-decoration: underline;
}

a {
	color: #3b5378;
}

a:link, a:visited {
	color: #336698;
}

tt {
    	background-color: #e2e2e2;
    	font-size: 1.0em;
    	font-family: monospace;
}

/**********/
/* TABLES */
/**********/

table {
  border-collapse: collapse;
  margin: 0 0 10px;
  width: 100%;
}

.layout-first-main-last table {
  border-collapse: collapse;
  margin: 0 0 10px;
  width: 57%;
}

th {
  text-align: left;
  padding-right: 1em;
  border-bottom: 3px solid #CCC;
}

tr {
  padding: 0.1em 0.6em;
}

td {
  padding: 3px;
}

th.active img {
  display: inline;
}

tr:nth-child(even) td {
  background-color: #E3ECC0;
  border-bottom: 1px solid #CCC;
}

tr:nth-child(odd) td {
  background-color: #FDFFEF;
  border-bottom: 1px solid #CCC;
}

td.active {

}

tbody {
  border-top: 1px solid #CCC;
}

tbody th {
  border-bottom: 1px solid #CCC;
}

thead th {
  text-align: left;
  padding-right: 1em;
  border-bottom: 3px solid #CCC;
}

#headerfile {
	width: 500px;
	float: left;
}

#headersize {
	width: 200px;
	float: left;
}

#listing div strong {
	float: left;
	width: 468px;
}

#listing div em {
	float: left;
	width: 200px;
	text-align: left;
}

#listing div img {
	float: left;
	width: 32px;
}

#listing div {
	float: left;
}

/* Rounded corner boxes */
/* Common declarations */
.box-info, .box-stop, .box-warning {
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border-style: dotted;
	border-width: thin;
	border-color: #dcdcdc;
	padding: 10px 15px 10px 80px;
	margin-bottom: 15px;
	margin-top: 15px;
	min-height: 42px;
}
.box-info {
	background: #e4ffde url(alert_info_32.png) 15px 15px no-repeat;
}
.box-warning {
	background: #fffbc6 url(alert_warning_32.png) 15px 15px no-repeat;
}
.box-stop {
	background: #ffeae6 url(alert_stop_32.png) 15px 15px no-repeat;
}

/***********************************************************************************************
 General
 ***********************************************************************************************/

