/*----------------------------------------------------*/
/* StyleSheets for the "SAP IPC Project"              */
/*                                                    */
/* Document:       ipc/mimes/style/stylesheet.css     */
/* Version:        1.0                                */
/* Authors:        m_vogel@pixelpark.com              */
/* Creation-Date:  12.07.2001                         */
/* Last-Update:    16.11.2001 (Klaus Warth)           */
/*                                                    */
/*----------------------------------------------------*/

/*----------------------------------------------------*/
/* global classes */
/*----------------------------------------------------*/

.ipcAreaFrameConflict{
	border:1px solid #FFCC33;
	padding:3px;
	font-size: 10px;
	background-color:#FFFFFF;
}
.ipcConflictGroupText{
  font-family: Verdana, Geneva, sans-serif;
  font-size: 10px;
  color: #FFCC33;
}
.ipcConflictSolvedStatusbar {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 10px;
  background-color:#80FF80;
  border: 0px;
  color: #000;
}

/* Error Message */
.error {
	border: 1px solid #c40026; 
	background: #fff7f2 url(../mimes/images/error.gif) no-repeat 4px 4px; 
	padding: 5px 5px 5px 24px; 
	margin: 0px 0px 3px 0px; 
	color: #c40026;
}
.error span {
	text-align:left; 
}

/* Warning Message */
.warn {
	border: 1px solid #ff9900; 
	background: #fffffa url(../mimes/images/warn.gif) no-repeat 4px 4px; 
	padding: 5px 5px 5px 24px; 
	margin: 0px 0px 3px 0px; 
	color: #e97900;
}
.warn span {
	text-align:left;
}

/* Info Message */
.info {
	border: 1px solid green; 
	background: #fafffc url(../mimes/images/info.gif) no-repeat 4px 4px; 
	padding: 5px 5px 5px 24px; 
	margin: 0px 0px 3px 0px; 
	color: green;
}
.info span {
	text-align:left;
}


/*----------------------------------------------------*/
/* tables */
/*----------------------------------------------------*/

td.ipcLeft{   background: none #DCE3EC; }
td.ipcRight{  background: none #E7EBF2; }

table.ipcCharacteristicGroup {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 10px;
  background-color:#b2bdd2;
  color: #000;
  font-weight:bold;
}

table.ipcCharacteristicGroup td {
  font-size: 10px;
  font-family: Verdana, Geneva, sans-serif;
  background-color:#b2bdd2;
  color: #000;
  font-weight:bold;
}

td.ipc_characteristic_value_input {
  font-family: Verdana, Geneva, sans-serif;
  border: 0px;
  text-align:right;
}

td.ipc_characteristic_value_description {
  font-family: Verdana, Geneva, sans-serif;
  border: 0px;
  text-align:right;
}

td.ipc_characteristic_value_surcharge {
  font-family: Verdana, Geneva, sans-serif;
  border: 0px;
  width: 100%;
  text-align:right;
}

table.ipcLegend {
  text-align: left;
  font-size: 10px;
  vertical-align: top;
  color: #000000;
}

table.ipcLongtext {
  width:100%;
}

table.conditions {
  width:100%;
  cellpadding:1%;
}

tr.conditions {
}

td.conditions_description {
  width:50%;
  text-align:left;
}

td.conditions_value {
  width:25%;
  text-align:right;
}

td.conditions_currency {
  width:25%;
  text-align:left;
}


  input.ipcButtonConflicts {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
    background:	#FFCC33;
    font-weight: bold;
  }
  input.ipcButtonInvert {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
    color: #fff;
    background: none #C9D0E0;
    font-weight: bold;
  }
 

