/*	_styles.css		Externe CSS2-Styles für OptionPanes			*/

/*	History:										*/
/*	110314	3.8.4		Erstfassung							*/


/* ============================================================================ */
/*										*/
/*	Beachten Sie bitte die Hinweise in conf/_styles.css hier sinngemäß	*/
/*										*/
/* ============================================================================ */


	/* ==================================================================== */
	/*	Alert								*/
	/* ==================================================================== */

div.msgPane {
  font-family: Verdana;
  border: 1px solid #888a85;
  background-color: #eeeeec;
  padding: 5px 5px 10px 5px;
  display: none;
  position: absolute;
  display: block;
}
div.msgPane div.title {
  float:left;
  font-family: Verdana;
  font-weight: bold;
  background-color: #666;
  color: #fff;
  padding: 2px;
}
div.msgPane div.close {
  text-align: right;
  font-family: Verdana;
  font-weight: bold;
  background-color: #666;
  color: #fff;
  padding: 2px;
}
div.msgPane div.close a {
  font-family: Verdana;
  font-weight: bold;
  background-color: #666;
  color: #fff;
}
div.msgPane div.body {
  padding: 5px 0px 10px 0px;
  font-family: Verdana;
  color: #2e3436;
}
div.msgPane div.button {
  padding: 5px 0px 0px 0px;
  text-align: center;
}
div.msgPane div.button a:link, 
div.msgPane div.button a:active, 
div.msgPane div.button a:visited {
  padding: 2px 4px 2px 4px;
  background-color: #888a85;
  text-decoration: none;
  font-weight: bold;
  color: #eeeeec;
  border: 1px solid #babdb6;
}
div.msgPane div.input {
  padding: 0px 0px 10px 0px;
  text-align: right;
}
div.msgPane div.button a:hover {
  border: 1px solid #888a85;
}


