form {
	padding:0 0 0 0;
	margin:0 0 0 0;
}
#documentViewer1, #documentViewer2 {
	position:absolute;
	top:0px; left:0px;
}

#docNavigation td.selectDoc,
#docNavigation td.selectCat {
        background-color:transparent;
        vertical-align:bottom;
}

.fileicon {
	position:relative;
	top:3px;
}

#docNavigation .selectDoc select {
	width: 540px;
}

#docNavigation .selectDoc {
	width:540px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	padding-bottom:10px;
}

#docNavigation option {
	padding-left:5px;
}

#docNavigation .frmLabel {
	background-color:transparent;
	font-weight:bold;
	vertical-align:center;
	height:25px;
}

#docNavigation .zapper {
	color:#73BA24;	
	font-size:95%;
}



#docNavigation .zapper img {
	position:relative;
	top:3px;	
}

.docDocumentDiv {
 background-color: #eee;
 border:1px solid #bfbfbf;
 padding:15px;
 padding-bottom:20px;
 font-family: Lucida Grande, Verdana, Sans-serif;
 color: #4F5155;
}

.docDocumentDiv .docTitle {
	font-size:130%; font-weight:bold; padding:5px 0 10px 0;
}

.docDocumentDiv .docImage {
	float:left;
}

.docDocumentDiv .docImage img {
	border:1px solid #4F5155;
	/* min-height:100px; min-width:100px; */ 
	max-height:270px; max-width:270px;
	margin:5px 15px 10px 0px;
}

.docDocumentDiv .docLinks {
	width:100%;
	border-collapse:collapse;
	border-spacing:0px;
	position:relative;
}

#docdiv .docLinks td {
	vertical-align:bottom;
	width:33%;
	background-color:#eeeeee;
}

.docLinks .linkleft {
	text-align:left;
}

.docLinks .linkcenter {
	text-align:center;
}

.docLinks .linkright {
	text-align:right;
}




/*
 * 
 * $Id$
 */

#leuchteTable {
	border: 0px solid red;
	margin: 0px;
}

#leuchteTable tr {
	margin:0px;
}

#leuchteTable tr.odd {
	background-color: #eee;
}
#leuchteTable tr.even {
	background-color: #fff;
}

#leuchteTable tr.header {
	background-color: #000;
	color: #fff;
	padding: 2px;
}

#leuchteTable td {
	border: 0px;
	padding: 2px;
	margin: 1px;
	border-top: 1px solid #ddd;	
	border-left: 1px solid #ccc;
}

#leuchteTable td.ascendingSort {
	background-image: url('../images/orderbyasc.gif');
	background-position: center right;	
	background-repeat:no-repeat;
}

#leuchteTable td.descendingSort {
	background-image: url('../images/orderbydesc.gif');
	background-position: center right;
	background-repeat: no-repeat;
}

#leuchteTable td.right {
	text-align: right;
}

.hovered {
	background-color: #9CE14B !important;
	cursor: pointer;
}


#leuchteTable tr.odd:hover {background-color: #9CE14B;cursor:pointer;}
#leuchteTable tr.even:hover {background-color:  #9CE14B;cursor:pointer;}

#leuchteNavigation {
	/* Issue #182: new declaration #leuchteNavigation table inserted. Works better in IE6
	padding: 4px;
	background-color: #bfbfbf;
	margin-bottom: 14px; */
}
#leuchteNavigation table, #docNavigation table {
	
	margin: 0px;
}

#leuchteNavigation td {
	background-color: #bfbfbf;
	padding: 2px;
	margin:0px;

}

#leuchteNavigation tr, #docNavigation tr {
	margin:0px;
}



#leuchteNavigation select {
	width: 180px;
}

#leuchteNavigation .smallSelect {
	width: 65px !important;
}

#pagination {
	width: 100%;
}
td.center {
	text-align: center;
}
td.right {
	text-align: right;
}

#pagination a {
	padding: 2px;
	background-color: #ddd;
	border: 1px solid #fff;
	width: 10px;
	margin-left: 3px;
}

#pagination span.currentPage {
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	margin-left: 3px;	
}

#docDocument #docTitle { font-size:120%; font-weight:bold; padding:20px 0 10px 0; }
#docDocument #docImage { float:left; padding:20px; min-width:100px; min-height:100px; max-width:300px; max-height:300px; }



.dataTable {
	background-color: #ddd;
	margin: 4px;
}

.dataTable td {
	border-top: 1px solid #aaa;
	padding: 3px;
}

.dataTable td.title {
	font-weight: bold !important;
	width: 210px;
}


.DetailsActionDiv {
	width: 100%;
	margin-top: 3px;
	float:right;
	text-align: right;
}

p.lampsIntro {
	padding-left: 6px;
	font-weight: bold;
}

.lampeTable {
	width: 100%;
	border: 1px solid #999;
	margin: 5px;
}
.lampeTable td {
	padding: 2px;
	border-bottom: 1px solid #eee;
}
.lampeTable td.title {
	font-weight:bold;
	width: 250px;
	padding: 3px;
}
.lampeTable td.index {	
	font-size: 100%;
	text-align: center;
	vertical-align: top;
	background-color: transparent;
	border-right: 2px solid #eee;
	color: #999;
	font-weight: bold;
	width: 60px;
}



/* tabs */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
	display:none;
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font-weight: bold;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #DDE;
 text-decoration: none;
 background-color: #fff;
}

ul.tabbernav li a:link { color: #73ba24; }
ul.tabbernav li a:visited { color: #73ba24; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #fff;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #ddd;
 border-bottom: 1px solid #ddd;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: #ddd;
 border-bottom: 1px solid #ddd;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 padding-right: 12px;
 border:1px solid #aaa;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
 background-color: #ddd;
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}
