/*
  Copyright (c) 2003 KTB mechatronics, Stefan Enderle
*/

BODY {
  background: #ffffff;
  color: #000000;
  /*margin: 0px;*/
}

H1 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #CC0000; 
}

H2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

P, TD {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

li {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

A { 
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #000000; 
  text-decoration: underline; 
}

A:hover { 
  color: #CC0000;
  text-decoration: underline; 
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

#leftrighttop { 
  border-left-width:1px;
  border-left-style:solid;
  border-left-color:black;
  border-right-width:1px;
  border-right-style:solid;
  border-right-color:black;
  border-top-width:1px;
  border-top-style:solid;
  border-top-color:black;
  padding:0;
  text-align:justify; }

#leftright { 
  border-left-width:1px;
  border-left-style:solid;
  border-left-color:black;
  border-right-width:1px;
  border-right-style:solid;
  border-color:black;
  padding:0;
  text-align:justify; }

#frame { 
  border-width:1px; 
  border-style:solid; 
  border-color:black; 
  padding:0; 
  text-align:justify; } 

#menusmall { 
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none; 
  color: #000000; 
	border-width: 0px;
}

#menusmall:hover { 
  color: #CC0000;
  text-decoration: underline; 
}








table.invisible {
    width: 100%; 
	border-width: 0px;
	border-spacing: 0px;
	border-style: solid;
	border-color: red;
	border-collapse: collapse;
    background-color: white;	
	padding: 2px;
	empty-cells:show;
}
th.invisible {
	border-width: 0px;
	border-style: solid;
	border-color: red;	
	padding: 2px;
}
td.invisible {
	border-width: 0px;
	border-style: solid;
	border-color: red;	
    background-color: white;	
	padding: 2px;
}



table.outerTable {
    width: 100%; 
	border-width: 0px;
	border-style: solid;
	border-color: yellow;	
	border-spacing: 0px;
	border-collapse: collapse;
    background-color: #606060;	
	padding: 0px;
	empty-cells:show;
}
th.outerTable th {
	border-width: 0px;
	border-style: solid;
	border-color: yellow;	
	padding: 0px;
}
td.outerTable {
	border-width: 0px;
	border-style: solid;
	border-color: yellow;	
	padding: 0px;
}



table.mainTable {
    width: 100%; 
	border-width: 0px;
	border-style: solid;
	border-color: black;	
	border-spacing: 0px;
	border-collapse: collapse;
    background-color: #606060;	
	padding: 0px;
	empty-cells:show;
}
th.mainTable th {
	border-width: 0px;
	border-style: solid;
	border-color: black;	
	padding: 0px;
}
td.mainTable {
	border-width: 0px;
	border-style: solid;
	border-color: black;	
	padding: 0px;
}





table.menu {
    width: 100%; 
	border-width: 0px;
	border-style: solid;
	border-color: black;	
	border-spacing: 0px;
	border-collapse: collapse;
    background-color: #F60702;	
	padding: 0px;
	empty-cells:show;  
	font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: white;
}
th.menu th {
	border-width: 0px;
	border-style: solid;
	border-color: black;	
	padding: 0px;
	font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: white;
}
td.menu {
	border-width: 0px;
	border-style: solid;
	border-color: black;	
	padding: 0px;
	font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: white;
}



#menuEntry {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: white;
  background-color: #F60702;
  padding:0; 
  text-align:center;
  vertical-align:middle;
  text-decoration: none; 
  margin-left:10px;
  margin-right:10px;
  }


#menuSeparator {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: white;
  background-color: #606060;
  padding:0; 
  text-align:center;
  vertical-align:middle;
  text-decoration: none; 
  margin-left:10px;
  margin-right:10px;
  }




