/***********************************************************************************
	Form Validation
***********************************************************************************/

label {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:9pt;
	vertical-align:text-top;
	font-weight: normal;
}
input, select {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:10pt;
	padding: 1px;
	margin: 2px;
}

input.required,select.required, textarea.required, div.required {
	background-color:#FFFF99;
	border: 1px solid #7f9db9;
}

label.required {
	font-weight:bold;
}

label.required:before {
	content: "\2666 ";
	color:red;
}

input.failed, select.failed, textarea.failed {
	border: 2px solid #CC0000;
	margin: 1px;
}

label.failed {
	color: #CC0000;
}

label.failed:before {
	content: "\2666 ";
	color:black;
}


/***********************************************************************************
	activetable defines
***********************************************************************************/
.activetable  {
	border: 2px solid grey; 
	margin: 0px;
	border-collapse: collapse;
}
.activetable td  {
	padding: 0.25em;
	border: 1px solid silver;
}

.activetable th  {
	padding: 0.25em;
	background-color:silver	;
	border: 1px solid gray;
}

.activetable tr td:first-child {
	border-right: 2px solid grey;
}
.activetable tr th:first-child {
	border-right: 2px solid grey;
}
.activetable tr:hover td {
	background-color: #DDDDDD;
}

.sortHeader {
	cursor : pointer;
}
.sortAsc, .sortDesc {
	font-size: 80%;
	vertical-align:middle;
	color:gray;
}

/***********************************************************************************
	Hierarchy defines
***********************************************************************************/

.tpmiHierarchy {
	margin:0px;
	font-size:10pt;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 5px;
	padding-left: 2px;
	background-color: white;
	overflow: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #7f9db9;
}
.tpmiHierarchy div {
	background-image:url(../Icons/bullet_leaf.gif);
	background-position:1px 8px;
	background-repeat:no-repeat;
	padding-top: 0.3em;
	padding-left: 15px;
        overflow: visible;
        height: 1em;  /* required for IE 6. May cause problems with long names*/
}
.tpmiHierarchy div.closed {
	background-image:url(../Icons/bullet_smallPlus.gif);
}

.tpmiHierarchy div.hidden {
	display: none;
}

.tpmiHierarchy div p {
	cursor:pointer;
	margin: 0px;
	padding: 0px;
	margin-left: -15px;
	padding-left: 15px;
}
.tpmiHierarchy p.selected span {
	color: white;
	padding: 2px;
	background-color:#000099;
	font-weight: bold;	
}

/***********************************************************************************
	Aktiv 2.x defines
***********************************************************************************/
body#home h1 {
  background-color: rgb(153, 177, 224);
  margin: 0px 0 0.25em 0;
  padding: 0.7em;
}

body#home div h2 {
	background-color: rgb(88, 113, 179);
	color: white;
}
table.formHD th {
	vertical-align:top;
	text-align: right;
	font-size: 80%;
}
table.formHD td {
	vertical-align:top;
	text-align: left;
	font-size: 80%;
}

table.formLA th {
	vertical-align:top;
	text-align: left;
	font-size: 80%;
}


/***********************************************************************************
	Aktiv 1.x defines
***********************************************************************************/

.maxW {
	width: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
}
body, table {
	font-size: 10pt;
}
div#AktivBlock{
	border:solid 2px #5871B3;
}
div#AktivBlock, div#AktivBlock table{
	font: 14px Arial, sans-serif;
	margin: 5px 5px 5px 5px;
	padding: 5px;
}

div#AktivBlock h1 {
	margin: 5px 0 15px 0;
	padding: 5px 5px 7px 5px;
	background: #FDFDEF; /*keep this the same so the graphic background looks right */
	color: #5871B3;
	font-size: 160%;
	border: solid 1px #5871B3;
	border-width: 2px 0 2px 0;
	aheight: 40px;
}
div#AktivBlock h2, div#AktivBlock h3, div#AktivBlock h4, div#AktivBlock h5 {
	font-size: 130%;
}

NOBR {
  background-color: white;
}

:link.Link {
  text-decoration: none;
  color: #990000;
}

:visited.Link {
  text-decoration: none;
  color: #996666;
}

:link {
  text-decoration: underline;
  color: #335588;
}

a:visited {
  text-decoration: underline;
  color: #996666;
}

a:hover {
  text-decoration: underline;
  color: #CC3300;
}

a:hover.Link {
  text-decoration: underline;
  color: #CC3300;
}

DIV.HEADER {
  position: relative;
  z-index: 999;
  width: 100%;
  right: 0;
  top: 0;
  left: 0;
  bottom: auto;
  padding: 0;
  border: 0px;
  margin: 0 0 5px 0;
  background-color: #99B1E0;  /*#FFDFB2;#E17B14;*/
  vertical-align: top;
}
div.HEADER table#AktivHeader {
	width: 100%;
}
H1 {
  margin-top: 0px;
  font-size: 16pt;
  font-weight: bold;
}

H2 {
  font-size: 14pt;
}

H3 {
  font-size: 12pt;
}

.NOPAD {
  padding: 0px;
}

.PAD {
  margin-top: 0;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 0px;
}

DIV.POPUP {
  background-color: white;
}

TD.NORMAL {
  font-size: 9pt;
  font-weight: bolder;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  background-color: #FFDFB2;
}

TD.SELECTED {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight: bolder;
  background-color: black;
  color: white;
}

FORM {
  margin: 0px;
}

#float {
  width: 200px;
  float: right;
  background-color: #FFDFB2;
  margin: 0px;
  color: #FFFFFF;
  font-size: 11pt;
  font-weight: bold;
  text-align: center;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 40px;
}

#float :link.Link {
  text-decoration: none;
  color: #FFFFFF;
}

#float :Visited.Link {
  text-decoration: none;
  color: #FFFFFF;
}

#float :link {
  text-decoration: underline;
  color: #FFFFFF;
}

#float :Visited {
  text-decoration: underline;
  color: #FFFFFF;
}

#float :hover {
  text-decoration: underline;
  color: #FFFFFF;
}

#float :hover.Link {
  text-decoration: underline;
  color: #FFFFFF;
}

#float table tr td {
  padding: 4px;
  text-align: left;  
}

#float table tr td a{
  font-size: 11pt;
  font-weight: bold;
}

#nextbutton {
  margin-top: 0px;
  margin-bottom: 0px;
  position: absolute;
  top: 12px;
  left: 380px;
}
div#contentcopyright {
	text-align: center;
	border: solid 1px #000000;
	margin: 5px 10px 5px 10px;
	background: #99B1E0;
	color: #000000;
}
div#contentcopyright a{
	color: #000000;
}
@media screen {
	div#contentcopyright p.printonly {
		display: none;
	}
}
@media print {
	div#contentcopyright p.printonly {
		display: block;
	}
}

table#streamNav {
	border: solid 1px #5871B3;
	background: #FFFFFF;
	margin: 5px 0 5px 0;

}
table#streamNav td#streamNavHeader {
	background: #FDFDEF; /*keep this the same so the graphic background looks right */
	color: #5871B3;
	font-size: 120%;
	border-bottom: solid 1px #5871B3;
	font-weight: bold;
	padding: 2px 1px;
}
table#streamNav td a {
	color: #000000;
	text-decoration: underline;
}
table#streamNav td a:hover {
	color: #CC0000;
}
div.PAD p.streamP {
	margin: 0;
	padding: 0;
}
a img.GLOSSARY {
	margin: 1px 1px 4px 1px;
}

/* used for buttons */
input.AktivButton {
	font-weight: bold;
	text-decoration: none;
	font-size: xx-small;
}

input.AktivSearchButton {
	background: #666666;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
input.AktivSearchButton:hover {
	color: #FFFFFF;
}


/* used for header on content pages */
table#NAV{
	margin: 0;
	width: 100%;
	height: 22px;
	border: 0;
}
td#NAVprogress {
	width: 104px;
	padding: 2px 5px;
}
table#NAVprogressbar {
	width: 100px;
	height: 22px;
	margin: 0;
	/*border: solid 1px #000000;*/
}
td#NAVprogressbefore {
	/*background: #F58617;*/
	border-right: solid 3px #000000;
	border-left: solid 2px #000000;
	height: 10px;
}
td#NAVprogressafter {
	/*background: #FFDFB2;*/
	border-left: solid 1px #000000;
	border-right: solid 2px #000000;
	height: 10px;
}
td#NAVpage {
	text-align: center;
	font-size: 11px;
	height: 12px;
}
td#NAVtools {
	height: 22px;
	text-align: center;
	vertical-align: bottom;
}
td#NAVstreamname {
	padding: 0;
	width: 330px;
	height: 22px;
}
td#NAVstreamname div {
	width: 330px;
	height: 22px;
	background: #FFFFFF;
	border: solid 1px #000000;
	padding: 0 3px;
	margin: 0;
	font: normal 13px Tahoma, Arial, Helvetica, sans-serif;
}
td#NAVstreamname #Select1 {
	width: 330px;
	height: 22px;
	font: normal 13px Tahoma, Arial, Helvetica, sans-serif;
}
td#NAVstreamname #Select1 option{
	padding: 0 3px;
}
td#NAVup, td#NAVprevious, td#NAVnext {
	width: 22px;
	height: 22px;
	text-align: center;
}
td#NAVprevious {
	padding: 0 0 0 3px;
}
td#NAVnext {
	padding: 0 3px 0 0;
}
/* ### 	Used in Where was I ###*/
.deja{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	background-color: #678AD1;
	/*white-space: nowrap; */
	border: 1px solid #000000;
	text-align: left;
	text-decoration: none;
	/*width: 300px;*/
}
.dejaStream{
	background-color: #99B1E0;
}
.dejaObject{
	background-color: #FDFDEF;
}
.dejaSearch{
	background-color: #BCCEFE;
}
.youAreHere {
	background-color: #800000;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom-width: 0px;
}
table span.dejaTitle{
	font-size:11pt;
	font-weight: bold;
}
.dejaStream .dejaTitle a, .dejaObject .dejaTitle a, .dejaSearch .dejaTitle a{
	color: #000000;	
}
/* ### used for the search frame ### */
body#search {
	background-color: #99B1E0;
	padding: 0; 
	margin: 2px 0 2px 2px;
}
body#search TH {
	font-size: 10pt;
	vertical-align: middle;
}
body#search TD {
	font-size: 10pt;
	vertical-align: top;
}
body#search INPUT.TEXT {
	border: 1px solid #000033;
	/*margin-top: -1px;
	padding: 0px;
	top: 0px;
	vertical-align: top;*/
	height: 22px;
	width: 400px;
}
body#search .dropdown {
	border: 1px solid #000033;
	margin-top: 0px;
	padding: 0px;
	vertical-align: top;
}
body#search form {
	margin: 0;
}
body#search a {
	color: #000000;
}
body#search a:hover {
	color: #FFFFFF;
}
body#search td#options {
	font-size: 10px;
}
body#search td#logo {
	padding: 2px 0 0 0;
}
div#backtotop {
	margin: 2px 5px;
	padding: 2px;
	border: 1px solid #5871B3;
	width: 80px;
	float: right;
	text-align: center;
}
div#backtotop a{
	color: #000000;
	font-weight: bold;
	font-size: 75%;
	text-decoration: none;
}
table.forumMessageTable {
	width:90%;
	border:2px solid #99B1E0;
	border-collapse: collapse;
	padding: 0px 0px 0px 0px;

	background: #FDFDEF;
}
td.forumMessage {
	padding-left: 5px;
	border-left:1px solid #99B1E0;
	border-right:1px solid #99B1E0;
	background: #FDFDEF;
	font-size: x-small;

}

td.rootMessage {
	padding-left: 5px;
	border-top:1px solid #99B1E0;
	border-left:1px solid #99B1E0;
	border-right:1px solid #99B1E0;
	background: #FDFDEF;
}
td.forumMessageHeader {
	padding-left: 5px;
	border:1px solid #99B1E0;
	background: #FDFDEF;
	color: #000066;
}

td.currentMessage {
	background: #5871B3;
	color: #FFFFFF;
}

td.currentMessage :Link {
	color: #FFFFFF;
}

td.currentMessage :Visited {
	color: #FFFFFF;
}

.Messageborder {
	border:2px solid #99B1E0;
	background: #FDFDEF;
	padding: 5px;
}

body#loginFrame {
	background-color: #5871B3;
	padding: 0px 0px 0px 10px;
	font-size: 9pt;
	color: #FFFFFF;
}

body#loginFrame td#logintext{
	font-size: 8pt;
	color: #99B1E0;
}

body#loginFrame td#username{
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
}

input#logout, input#logout:focus{
	background-color: #4B65A7;
	border:1px solid #99B1E0;
	margin-right:10px;
	margin-bottom:3px;
	width: 36px;
	height: 18px;
	font-size: 8pt;
	color: #99B1E0;
	cursor: hand;
}

body#loginFrame td#username a{
	color: #EEEEEE;
}

body#loginFrame td#username a:hover{
	color: #FFFFFF;
}

th.tableHeaderBG, td.tableHeaderBG {
	background: #99B1E0;
	color: #000000;
}

a.aktivsoftware {
color: #aDaD9F;
text-decoration: none;
}

a.aktivsoftware:visited {
color: #aDaD9F;
text-decoration: none;
}

a.aktivsoftware:hover {
color: #aDaD9F;
text-decoration: none;
}

a.aktivsoftware:active {
color: #aDaD9F;
text-decoration: none;
}
