/* CSS Document */
* {
  margin: 0;
  padding: 0;
  font-family: Arial, Helevtica, sans-serif;
}
#head {
  /* height: 20px; */
  background: #EEE;
  padding-bottom: 5px;
  border-bottom: 1px solid black;
}

#body {
  background: white;
  padding: 15px;
}

#footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 30px;
  background: #CCC;
}

#head #logo {
  display: none;
  /* margin-left: 20px; */
  /* margin-top: 10px; */
}

#head #title {
  position: relative;
  display: inline;
  font-size: 12pt;
  margin-left: 15px;
  top: -20px;
}

#body .subtitle {
  font-size: 8pt;
  padding-bottom: 5px;
}

#body .text {

}

#footer .text {
  padding-left: 15px;
  padding-top: 5px;
}

#versionshistory {
  padding-left: 15px;
}

/* CSS Document */
body {
  font-family: "Arial";
}

p.title {
  font-size: 7pt;
  font-weight: bold;
}

p.subtitle {
  font-size: 6pt;
}

p.text {
  font-size: 5pt;
}

p.boldtext {
	font-size: 5pt;
	font-weight: bold;
	padding-top: 10px;
}

a.pdfdownload {
	font-size: 5pt;
	text-decoration:none;
	font-weight: bold;
    padding-left:20px;
	color:#99f;
	display: block;
}

li {
  font-size: 9pt;
}

form#download {
  /*background-color: #ddd;*/
  padding-top: 15px;
}

input#dnlbutton {
  width: 300px;
  cursor:pointer;
  position: relative;
  left: 0px;
  height: 35px;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  border: none;
  background: white url("Button_bg.gif") no-repeat top;
}

#getacrobat {
	padding: 15px;
	display: none;
}

.subtitle {
  font-size: 11pt;
  padding-top: 25px;
  padding-bottom: 5px;
}

#by_file {
  display: inline;
  width: 33%;
}

#by_day {
  display: inline;
  width: 33%;
}

#by_dayfile {
  display: inline;
  width: 33%;
}

td {
  /* border-bottom: 1px solid black;*/
  padding:3px;
  font-size: 10pt;
}

th {
  text-align: left;
  font-size:10pt;
}

.bg_lg {
  background-color: #EEE;
}

.bg_dg {
  background-color: #CCC;
}

table {
  width: 100%;
}

/* CSS Document */
/*globalnav*/

#navigation {
	width: 100%;
	background-color: #eaeaea;
	border-top: 1px solid white;
	height: 22px;
}

#globalnav {
	position:relative;
	float:left;
	width:100%;
	padding:0; /* 0 1.75em 1em; */
	margin:0;
	margin-bottom: 5px;
	list-style:none;
	line-height:1em;
}

#globalnav LI {
	float:left;
	margin:0;
	padding:0;
}

#globalnav A {
	display:block;
	color:#444;
	text-decoration:none;
	font-weight:bold;
	background:#eaeaea;
	margin:0;
	padding:0.25em 1em;
	border-left:1px solid #fff;
	border-right:1px solid #aaa;
	font-size: 5pt;
	padding-top: 2px;
	padding-bottom: 3px;
	border-bottom: 1px solid black;
}

#globalnav A:hover,
#globalnav A:active,
#globalnav A.here:link,
#globalnav A.here:visited {
	background:#ddd;
}

#globalnav A.here:link,
#globalnav A.here:visited {
	position:relative;
	z-index:102;
}

/*subnav*/

#globalnav UL {
	position:absolute;
	left:0;
	top:1.5em;
	float:left;
	background:#bbb;
	width:100%;
	margin:0;
	padding:0.25em 0.25em 0.25em 1em;
	list-style:none;
	border-top:1px solid #fff;
}

#globalnav UL LI {
	float:left;
	display:block;
	margin-top:1px;
}

#globalnav UL A {
	background:#bbb;
	color:#fff;
	display:inline;
	margin:0;
	padding:0 1em;
	border:0
}

#globalnav UL A:hover,
#globalnav UL A:active,
#globalnav UL A.here:link,
#globalnav UL A.here:visited {
	color:#444;
}

table.updates th {
  background-color: #DEDEDE;
}

table.updates tr.even {
  background-color: #FEFEFE;
}

table.updates tr.odd {
  background-color: #EEE;
}
