/* custom style for the manufacturer interface */


/* fix some styles set by the CMS stylesheet */

h1 { 
	font-size: 1.2em;
	color: #444;
}
h2 { font-size: 1.1em }
h3 { font-size: 1.0em }

#content { 
	padding: 10px; 
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: 100%;
}

a {
	text-decoration: none;
}

p.postForm {
	margin-left: 8px;
}

.pagenav a {
	margin-top:10px;
	padding: 3px 6px 3px 6px;
	background-color: #EEE;	
}

#indicator {
	font-size: 16px;
	font-weight: bold;
	color: #73BA24;
	text-align: right;
	margin-top: 12px;
	padding-right: 8px;
	padding-top: 4px;
	letter-spacing: 2px;
	position: absolute;
	top: 112px;
	left: 770px;
	width: 220px;
	z-index: 3;
}




/* login stuff */
p.pwforgot {
	margin-left: 8px;
	margin-top: 25px;
	font-size: 90%;
}


/* error and info blocks */


div.intro {
	padding: 3px;
	background-image:	url('../images/icons/information.png');
	background-position: 1px 12px;
	background-repeat: no-repeat;
	padding-left: 22px;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	margin-bottom: 15px;
}


div.formError {
	color: #b00; 	
		font-size: 95%;  
		padding: 3px;
		background-image: url('../images/icons/exclamation.png');
		background-position: 1px 3px;
		background-repeat: no-repeat; 
		padding: 4px;
		background-color: #F0CBCB;
		padding-left: 22px;
	
}

div.formError p {
	margin: 1px; padding: 2px;
}

div.status {
	background-color:#ffa; 
	padding: 15px;
}

div.status h3 {
	margin: 5px;
	margin-top: 10px;
}
div.status ul {
	margin-left: 20px;
}

div.status p {
	margin-left: 5px;
}

div.status form {
	margin-left: 10px;
}


div.leftOffset {
	margin-left: 95px;

}


.leuchteTitle {
	font-weight: bold;
	padding: 4px;
	margin-top: 18px;
}

.topleuchteTitle {
	font-weight: bold;
	padding: 4px;
}


.proto {
	font-size: 120%;
	color: #aaa;
	font-style: italic;
}

/* initial wizard */

div.wizard {
	margin: 20px;
	margin-left: 250px;
	margin-top: 0px;
	width: 400px;
	padding: 10px;
	background-color: #ff6;

}

div.wizard h3 {
	padding-left: 15px;
	padding-bottom: 7px;
	border-bottom: 1px solid #dd1;
}

div.wizard ol {
	margin-left: 35px;
	font-size: 110%;
	line-height: 190%;
	padding: 4px;
	list-style-type: none;
}

div.wizard ol li.done {
	list-style-image: url('../images/icons/accept.png');
}

div.wizard ol li.next {
	list-style-image: url('../images/icons/arrow_right.png');
}

div.wizard ol li.pending {
	list-style-image: url('../images/icons/exclamation.png');
}

/* leuchte display */
div.status {
	background-color:#ffa;
	padding: 3px;
	margin: 4px;
}



/* columns */
div.col70Left {
	width: 660px;
	float:left;
	padding: 3px;
	padding-right: 25px;
	border-right: 1px solid #eee;
}

div.col30Right {
	width: 260px;
	float: right;
	padding: 3px;
}


/* overview specials */

p.welcome {
	font-size: 110%;
	color: #E06335;
}
ul.overview {
	line-height: 120%;
	margin: 4px;
	list-style-image: url('../images/icons/arrow_right.png');
}
ul.overview li {
	margin-left: 6px;
}



table.adminStats {
	font-size: 90%;
}

table.adminStats td {
	border-bottom: 1px solid #ddd;
}

table.adminStats th {
	border-bottom: 1px solid #444;
	font-weight: 400;
	text-align: left;
}

table.adminStats td.adminStatus {
	white-space: normal;
}

table.adminStats td.adminCount {
	width: 20px;
	text-align:right;
	vertical-align:top;
}


.adminCurrentState {
	padding: 0px;
	margin: 0px;
}


ul.progress {
	margin-left: 30px;
	line-height: 150%;
	font-size: 120%;
	list-style-image: url('../images/icons/accept.png');
}

ul.progress li {

}

div.notCompliant {
	margin: 10px;
	padding: 6px;
	background-color: #f63;
}


ul.problems {
	margin-left: 30px;
	line-height: 150%;
	font-size: 100%;
	list-style-image: url('../images/icons/exclamation.png');
}


/* leuchte upload/display */
span.agree {
	font-size: 110%;
}

div.agreeTerms {
	margin: 20px;
	padding: 4px;
	background-color: #f63;
	
}

div.agreeTerms a {
	color: #333;
	text-decoration: underline;
}


/* --- PORTLET CSS --- */

.portletBox {
  width: 460px;
  border: 1px solid #ccc;
	background-color: #fff;
}


.portletBoxWide {
	width: 580px;
	margin: 3px;
	border: 1px solid #ccc;
}
.portletBoxSmall {
	width: 340px;
	margin: 3px;
	border: 1px solid #ccc;
}



.portletTitle {
  background-color: #ddd;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #ccc;
  padding: 2px 4px;
  color: #666;
  font: bold 10pt Arial;
}

.portletTools {
  float: right;
  padding: 2px 4px;
  margin-top: 1px;
  color: #666;
  font: bold 8pt Arial;
  cursor: pointer;
}

.portletTools img {
  border-left: 1px solid #666;
  padding: 0px 3px;
  cursor: pointer;
}

.portletTools img:first-child {
  border: none;
}

.portletContent {
  min-height: 200px;
  overflow: auto;
  padding: 4px;
}

DIV.textArea {
  background: #ffe;
  border-style: solid;
  border-width: 1px;
  border-color: #666 #ccc #ccc #666;
  padding: 5px;

}

/* eulumdat */
table.eulumdattable td {
	border-bottom: 1px solid #aaa;
}
table.eulumdattable th {
	text-align: left;
	
}


/* 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: #fff;
}

/* 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;
}



