body.toolbox {
  width: 100%;
  padding: 0px;
  border: 0px;
  border-spacing: 0px;
  margin: 0px;
  overflow-x: hidden
}

h2.header {
  width: 100%;
  color: white;
  background-color: black;
  border: 0px;
  border-spacing: 0px;
  padding: 2px;
  vertical-align: center;
  height: inherit;
}

h1.header {
  width: 100%;
  color: white;
  background-color: black;
  border: 0px;
  border-spacing: 0px;
  padding: 2px;
  vertical-align: top;
  height: inherit;
}

div.header {
  left: 0;
  top: 0;
  vertical-align: top;
  width: 100%;  
  height: 2.8em;
}

.logout {
  right: 0;
  top: 0;
  position: absolute;
  vertical-align: top;
  height: inherit;
}

div.tmenu {
  right: 0;
  top: 0;
  background-color: black;
  position: absolute;
  vertical-align: center;
  text-align: right;
  height: 2.8em;
}

a.tmenu {
  color: white;
  background-color: black;
  text-decoration: none;
  padding: 15px;
  height: inherit;
}

.footer {
  vertical-align: top;
}

table.footer {
  width: 100%;
  border-top: 1px solid black;
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
  border-spacing: 0px;
  padding: 0px;
}

.manage {
  vertical-align: top;
  text-align: center;
}

table.manage {
  width: 100%;
  padding: 0px;
  border-spacing: 0px;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  border-top: 0px;
  border-right: 0px;
}

tr:nth-child(odd).manage {
  background: #DFDFDF;
}

tr:nth-child(even).manage {
  background: #FFFFFF;
}

th.manage {
  border-top: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 0px;
  border-left: 0px;
  border-spacing: 0px;
  background: #DDDDDD;
}

td.manage {
  padding: 2px;
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-bottom: 0px;
  border-right: 0px;
}

img.buttonPic {
  border: 0px;
  border-radius: 0px;
  padding: 0px;
  width: 60px;
  height: 60px;
}

.alert {
  color: red;
}

a.manage {
  color: inherit; 
}

table.nav {
	width: 100%;
}
tr.nav {
	width: 100%;
}

td.navl {
	text-align: left;
	width: 1%;
}

td.navc {
	text-align: center;
}

td.navr {
	text-align: right;
	width: 1%;
}


.section_title {
  width: 100%;
  color: black;
  border: 0px;
  border-spacing: 0px;
  padding: 2px;
  vertical-align: center;
  height: inherit;
  background-color: #f0f0f0;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

