/* Start of CMSMS style sheet 'Leuchten' */
td#contentLeuchte {
        width: 640px;
        vertical-align: top;
}


/* leuchteTable: overwrite all dataTable styles here! */

#leuchteTable {
   border:0px;
   border-collapse:separate;
   border-spacing:1px;
	margin: 0px;
}

#leuchteTable td {
  background-color: transparent;
}

#leuchteTable tr {
   margin:0px;
   border:0 0 0 0;
}


#leuchteTable td.ascendingSort {
	background-image: url('cert/images/orderbyasc.gif');
	background-position: center right;	
	background-repeat:no-repeat;
      
}

#leuchteTable td.descendingSort {
	background-image: url('cert/images/orderbydesc.gif');
	background-position: center right;
	background-repeat: no-repeat;
}

#leuchteTable tr.odd {
	background-color: #C7C7C7 !important;
   border:0 0 0 0;
}
#leuchteTable tr.even {
	background-color: #BFBFBF !important;
   border:0 0 0 0;
}

#leuchteTable tr.header {
	background-color: #707070;
	color: #aaa;
	padding: 2px;
   border:0 0 0 0;
}



#leuchteTable tr.header td.head {
        background-color: #333;
}

#leuchteTable a {
   text-decoration: none;
   font-weight: normal;
}

#leuchteTable td {
	border: 0px;
	padding: 2px;
	margin: 1px;

}

#leuchteTable td.right {
	text-align: right;
}

.hovered {
	background-color: #9CE14B !important;
	cursor: pointer;
}


#leuchteTable tr.odd:hover {
  background-color: #73ba24;
  cursor:pointer;}

#leuchteTable tr.even:hover {
  background-color:  #73ba24;
  cursor:pointer;}

#leuchteNavigation {
	padding: 0px !important;
	margin-bottom: 14px;
	margin-left:0px;

}

#leuchteNavigation td {
	bordder-spacing: 1px !important;
	padding: 2px;
	margin:0px;

}

#leuchteNavigation 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;	
}

#pagination td {
  background-color: transparent !important;
}



.dataTable {
	background-color: #ddd;
	margin: 4px;
}

.dataTable td {
	border-top: 1px solid #aaa;
	padding: 3px;
}

.dataTable td.title {
	font-weight: bold !important;
	width: 190px;
}


.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 white;
	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;
}

/* End of 'Leuchten' */

