/*----------------------------------------------------*/
/* StyleSheets for the "SAP B2C Project"              */
/*                                                    */
/* Version:        2.0                                */
/* Authors:        SAP AG                             */
/* Creation-Date:  11.08.2002                         */
/*----------------------------------------------------*/

#header { 
    z-index:100;
    position:absolute; 
    height:113px; width:100%; 
    top:0px; left:0px;
    margin: -1px 0px 0px -1px;
    border-width:0px;
}

#workarea {  
    z-index:70;
    position:absolute; 
    top:105px; left:17%;
    width:800px;  
    border-width:0px;
    overflow:visible;
}

#navigator {
    z-index:50; 
    position:absolute;  
    top:105px; left:0.5%;
    width:16%;
    border:1px solid #003366; 
    background-color:#F2F7FC;
}
#navigator #inner {
    top:0px;
    width:100%;
    overflow:hidden;
}

#miniBasket { 
    z-index:50;
    position:absolute; 
    top:105px; left:83.5%;
    width:16%;
    background-color:#F2F7FC;
    border:1px solid #003366; 
}
#miniBasket #inner {
    width:100%;
    overflow:hidden;
}

#navigator #box1,
#miniBasket #box1 {
    position:absolute;
    top:0px; left:0px;
    margin-left: -2px;
    margin-top: -2px;
    width:15px; height:15px;
    background:url(images/cr_tl_box2_fff.gif) no-repeat 0px 0px;
}
#navigator #box2,
#miniBasket #box2 {
    position:absolute;
    top:0px; right:0px;
    margin-right: -2px;
    margin-top: -2px;
    width:15px; height:15px;
    background:url(images/cr_tr_box2_fff.gif) no-repeat 6px 0px;
}
#navigator #box3,
#miniBasket #box3 {
    position:absolute;
    bottom:0px; right:0px;
    margin-right: -2px;
    margin-bottom: -2px;
    width:15px; height:15px;
    background:url(images/cr_br_box2_fff.gif) no-repeat 6px 6px;
}
#navigator #box4,
#miniBasket #box4 {
    position:absolute;
    bottom:0px; left:0px;
    margin-left: -2px;
    margin-bottom: -2px;
    width:15px; height:15px;
    background-color:white;
    background:url(images/cr_bl_box2_fff.gif) no-repeat 0px 6px;
    
}

#basketEntry,
#leaflet,
#store-locator { 
    z-index:70;
    position:absolute; 
    top:105px; left:0px;
    width:83%;
    border-width:0px;
    overflow:visible;
}

#checkout,
#login { 
    z-index:50;
    position:absolute; 
    top:105px; left:0px;
    width:100%;
    border-width:0px;
    overflow:visible;
}

#configheader { position:absolute;  
   top:112px;
   height:40px;
   left:0%;
   width:100%;
   margin:0px;
   border:0px solid #EE0000;
   overflow: hidden;
}

#configstatus { position:absolute;  
   top:152px; 
   height:30px; 
   left:0%;
   width:100%;
   margin:0px;
   border:0px solid #EE0000;
}

#configmessages { position:absolute;  
   top:182px;  
   height:30px;    
   left:0%;
   width:100%;
   margin:0px;
   border:0px solid #EE0000;
/*   background: none #EE0000; */
}

#instances { position:absolute;  
   top:212px;
   height:316px; 
   width:25%;
   left:0%;
   margin:0px;
   border:0px solid #EE0000;
}


#mfatabarea { position:absolute;  
   top:212px;
   height:20px;   
   left:75%;   
   width:25%;
   margin:0px;
   border:0px solid #EE0000;
}

#multifunctionalarea { position:absolute;  
   top:232px;
   left:75%;
   width:25%;
   margin:0px;
   border:1px solid #C9D7E9;
   background: none #DCE3EC;
   overflow:visible;
}

/* style definitions for different combinations */
/* | instances area      | multifunctional area | characteristic groups |  grouptabarea style, workarea style           | */

/* |         0           |          0           |          0            | n.a., singlelevelworkarea                     | */
/* |         0           |          0           |          1            | singlegrouptabarea, singlegroupworkarea       | */
/* |         0           |          1           |          0            | n.a., singlelevelmfaworkarea                  | */
/* |         0           |          1           |          1            | singlemfagrouptabarea, singlegroupmfaworkarea | */
/* |         1           |          0           |          0            | n.a., multilevelworkarea                      | */
/* |         1           |          0           |          1            | multigrouptabarea, multigroupworkarea         | */
/* |         1           |          1           |          0            | n.a., multilevelmfaworkarea                   | */
/* |         1           |          1           |          1            | multimfagrouptabarea, multigroupmfaworkarea   | */

#singlelevelworkarea { position:absolute;  
   top:212px;  
   left:0px;
   width:100%;
   margin:0px;
   border:0px solid #EE0000;
   overflow:visible;
}
#singlegrouptabarea { position:absolute;  
   top:212px;  
   height:20px;
   left:0px;
   width:100%;
   margin:0px;
   border:0px solid #EE0000;
}
#singlegroupworkarea { position:absolute;  
   top:232px;
   left:0%;
   width:100%;
   margin:0px;
   border:0px solid #EE0000;
   overflow:visible;
}
#singlelevelmfaworkarea { position:absolute;   
   top:232px;  
   left:0%;
   width:75%;
   margin:0px;
   border:0px solid #EE0000;
   overflow:visible;
}
#singlemfagrouptabarea { position:absolute;  
   top:212px;
   left:0%;
   width:75%;
   height:20px;
   margin:0px;
   border:0px solid #EE0000;
}

#singlegroupmfaworkarea { position:absolute;  
   top:232px;
   left:0%;
   width:75%;
   margin:0px;
   border:0px solid #EE0000;
   overflow:visible;
}

#multilevelworkarea { position:absolute;  
   top:212px;  
   left:25%;
   width:75%;
   margin:0px;
   border:0px solid #EE0000;
   overflow:visible;
}
#multigrouptabarea { position:absolute;  
   top:212px;  
   height:20px;
   left:25%;
   width:75%;
   margin:0px;
   border:0px solid #EE0000;
}
#multigroupworkarea { position:absolute;  
   top:232px;  
   left:25%;
   width:75%;
   margin:0px;
   border:0px solid #EE0000;
   overflow:visible;
}
#multilevelmfaworkarea { position:absolute;  
   top:232px;  
   height:70%; 
   left:25%;
   width:50%;
   margin:0px;
   border:0px solid #EE0000;
   overflow:visible;
}
#multimfagrouptabarea { position:absolute;  
   top:212px; 
   height:20px; 
   left:25%;
   width:50%;
   margin:0px;
   border:0px solid #EE0000;
}
#multigroupmfaworkarea { position:absolute;  
   top:232px;  
   left:25%;
   width:50%;
   margin:0px;
   border:0px solid #EE0000;
   overflow:visible;
}



/*----------------------------------------------------*/
/* body */
/*----------------------------------------------------*/

body {
  color: #000000;
  background: none #FFFFFF;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 10px; 
  font-weight: normal;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  height:100%;
}

body.ipcBody    {
  background: none #F4F4F4;
  margin-left: -1px;
  margin-top: -1px;
}


/* margin-left and margin-top definitions are (only) necessary for Netscape 4.x */
.body-meta-nav { background: none #b2b2b2; margin-left: -1px; margin-top: -1px;}
.body-left { background: none #F2F7FC; margin-left: -1px; margin-top: -1px;}
.body-mid { background: none #FFFFFF;}
.body-right { background: none #3F85CB; margin-left: -1px; margin-top: -1px;}
.ipcBody    { background: none #F4F4F4; margin-left: -1px; margin-top: -1px;}
.partnerLocBody {color:#555555; background:none #ffffff; font-family:Verdana, Geneva, sans-serif; font-weight:normal; font-size:11px; margin:7px 6px 0px 7px; padding:0px;}

body.advisor {  /* from advisor */
	background : #FFFFFF;
	color : #000000;
	font-family : Verdana, sans-serif;
	font-size : 14px;
}


/*----------------------------------------------------*/
/* styles for the header, if the application runs in a portal */
/*----------------------------------------------------*/
.portalHeader { 
    background: "#636D84"; 
}

table.portalHeader {
    background: "fff"; 
}

table.portalHeader td{
	background: #636D84;
    color: #fff;
    font-family: arial, sans-serif;
    font-size: x-small;
}

table.portalHeader a:link, table.portalHeader a:visited {
	color: #fff;
    font: normal;
    text-decoration: none;
}

table.portalHeader a:hover {
	color: #CFDBC5;
    font: normal;
    text-decoration: none;
    background: #636D84;
}


/*----------------------------------------------------*/
/* list */
/*----------------------------------------------------*/

ul {
  margin-top: 0;
  margin-bottom: .5em;
  padding-left: 1em;
  margin-left: -50px; /* Netscape 4.x WÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½rgaround */
}

/*----------------------------------------------------*/
/* headline */
/*----------------------------------------------------*/

h1 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 15px; 
}
h2 {
  font-family: Verdana, Geneva, sans-serif;
   font-size: 14px; 
}
h3 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px; 
}
div.opener {
  text-align: left;
  padding-bottom: 10px;
  font-weight: bold;
}

/*----------------------------------------------------*/
/* modules */
/*----------------------------------------------------*/

div.module-name {
  color: #277;
  text-align: right;
   font-size:  10px; 
  display: inline;  /* use switch in web-xml to disable the ouput */
}

div.module-name-new {
  color: #0066cc;
  text-align: right;
  font-weight: bold;
  display: inline;  /* use switch in web-xml to disable the ouput */
}

.border2D {  /* from bw.css */
  border: 1px solid Gray;
}


/*----------------------------------------------------*/
/* links */
/*----------------------------------------------------*/
a:link     { color: #000000;    }
a:visited  { color: #000000;    }
a:active   { color: #000000;    }
a.selected { font-weight: bold; }
/* this hover is not suitable for header and minibasket - please DO NOT reactivate  
a:hover { background: #f0f0f0; }
*/

a.navi:link {  /* from advisor.css */
	background : #003366;
	color : #FFFFFF;
	font-family : Verdana, sans-serif;
	font-size : 11px;
}

a.navi:visited {  /* from advisor.css */
	background : #003366;
	color : #FFFFFF;
	font-family : Verdana, sans-serif;
	font-size : 11px;
}


/*----------------------------------------------------*/
/* images */
/*----------------------------------------------------*/
img.tree {
  border-style: none;
}

img.conflict{
	border-style:none;
}
/*----------------------------------------------------*/
/* form elements */
/*----------------------------------------------------*/
form { margin: 0; }
input {
  font-family: Verdana, Geneva, sans-serif; /* monospace; */
  font-size: 10px;
}
input[type='text'] { text-align: left; }
input.detailCount {
  background: #eee;
  border: none;
}
input.dealertext { 
   width:130px; 
   border-color:#555555; 
   border-width:1px;
 }
select {
  font-family: Verdana, Geneva, sans-serif; /* monospace; */
  font-size: 10px;
}
.submitDoc { margin-bottom: 5px; } /* from bw.css */
.bigCatalogInput{ width: 155px; }
.middleCatalogInput{ width: 131px; }
.smallCatalogInput{ width: 40px; }
.customerAddrDetailsInput {
  width: 170px;
  font-family: Verdana, Geneva, sans-serif; /* monospace; */
  font-size:  10px;
}

.selectDocument { 
   width: 180px; 
  color:#555555;
   font-family:Verdana, Geneva, sans-serif;
   font-size:0.95em;
   font-weight:normal;
 }
 .selectDealer   {
   width: 130px;
   color:#555555;
   font-family:Verdana, Geneva, sans-serif;
   font-size:0.95em;
   font-weight:normal;
 }


/*----------------------------------------------------*/
/* global classes */
/*----------------------------------------------------*/
.error {
  font-weight: bold;
  color: #f00;
  margin-bottom: 5px;
}

.info {
  font-weight: bold;
  color: #000000;
  margin-bottom: 5px;
}

.nav {
  font-weight: bold;
  color: #FFFFFF;
}

.nav1 {
  background-color: #f2f7fc;
}

.nav2 {
  background-color: #003366;
}


.emphasize {
  font-family: Verdana, Geneva, sans-serif;
  background: none #EEEEEE;
}

.emphasizeDarkBlue {
  font-family: Verdana, Geneva, sans-serif;
  color: #FFFFFF;
  background: none #003366;
}

.menuclass, .menuclass:visited { 
  color: #000000;
  font-weight: bold; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none;
  background-color: white;
  padding-left: 10px; 
  padding-right: 10px 
}

.menuclass:hover, .menuclass:active {
  color: white; 
  background-color: #003366;
}

.menuclass_selected {
  color: white; 
  background-color: #003366;
  font-weight: bold; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none;
  padding-left: 10px;
  padding-right: 10px
}

.menuclass_next {
  color: #000000;
  font-weight: bold; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none;
  background-color: white;
  padding-left: 10px; 
  padding-right: 10px
}	


table.ipcCharacteristicBar {
  font-family: Verdana, Geneva, sans-serif;
  background: none #DCE3EC;
  color: #000;
  border: 0px
}

.ipcConflictHandlingValueLayout{
  	font-weight:bold;
}
.ipcAreaFrame{
	border:1px solid #FFFFFF;
	padding:3px;
}
.ipcConflictGroupText{
  font-family: Verdana, Geneva, sans-serif;
  color: #FFCC33;
}

div {
  font-family: Verdana, Geneva, sans-serif;
}

var {
  font-size: 10px; 
}

p {
  margin: 0 0 .5em 0;
}

p#path {
  background: none #EEEEEE;
  padding: .5ex;
  border: thin solid #AAAAAA;
}

span.eauction, span.eauction a:link, span.eauction a:visited, span.eauction a:active {
  color: #0066CC;
}

span.icon {
  /* font-size: .8em; */
}

/*----------------------------------------------------*/
/* tables */
/*----------------------------------------------------*/

th {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 10px;
  text-align: left;
  vertical-align: top;
  color: White;
}

th a:link, th a:visited, th a:active {
	color : White;
} 

table.ipc {
  font-family: Verdana, Geneva, sans-serif;
  font-size:  10px; 
  text-align: left;
  vertical-align: top;
  color: #000000;
}

table.ipcValueSingleOption {
  border: 0px;
  border-collapse:collapse;
}

tr.ipcValue { 
  margin: 0px; 
  padding:0px;
}

td.ipcValue { 
  margin: 0px; 
  padding:0px;
  vertical-align: middle;
}

td.ipcConflict{ background-color: #FFCC33; }

td {
  font-family: Verdana, Geneva, sans-serif;
  font-size:  10px; 
  vertical-align: top;
}

td.systemAssigned {
  font-style: italic;
  margin: 0px; 
  padding:0px;
  vertical-align: middle;    
}

table.LineNavTabOrganizer           { background: none #F0F4FA; border-top: 2px solid #225A8D; }

table.list {
  font-family: Verdana, Geneva, sans-serif;
  border-collapse: collapse;
  background: none #EEEEEE;
}

table.list th {
  color: #FFFFFF;
  font-family: Verdana, Geneva, sans-serif;
  width: auto;
  border: 1px solid #003366;
  text-align: center;
  background: none #003366;
  vertical-align: middle;
}
table.list th, table.list th a:link, table.list th a:visited, table.list th a:active {
  color: #FFFFFF;
  font-family: Verdana, Geneva, sans-serif;
}
table.list td {
	border: 2px solid #FFFFFF;
}
table.list td.noBorder {
	border: 0px;
}
td.whiteCell {
  background: none #FFFFFF
}

table.list tr.odd { background: none #EEEEEE; }
table.list tr.even { background: none #EEEEEE; }
table.list td.odd { background: none #EEEEEE; }
table.list td.even { background: none #EEEEEE; }


td.navMain, td.navMain a:link, td.navMain a:visited, td.navMain a:active {
  font-size: 11px; 
  font-weight: bold;
  color: #FFFFFF;
  font-family: Verdana, Geneva, sans-serif;
  text-decoration: none;
  vertical-align: middle;
}


table.secNav tr.odd {
  background: none #B3CEEA;
}
table.secNav tr.even {
  background: none #B3CEEA;
}
th.secNav {
  color: #003366;
  font-family: Verdana, Geneva, sans-serif;
  padding-bottom: 5px;
}
td.secNav, td.secNav a:link, td.secNav a:visited, td.secNav a:active {
  border-width:0px;
  padding:0px;
  color: #003366;
  font-family: Verdana, Geneva, sans-serif;
  text-decoration: none;
}
.secNav #title {
  padding: 0px 0px 3px 0px;
}
.secNav #webCatAreaTitle {
  padding: 3px 0px 3px 10px;
  border-bottom: 2px solid #82B0DD;
}


table.navPath {
  color: #FFFFFF;
  font-family: Verdana, Geneva, sans-serif;
        background: none #003366;
}

table.navPath td, table.navPath td a:link, table.navPath td a:visited, table.navPath td a:active {
  color: #FFFFFF;
  font-family: Verdana, Geneva, sans-serif;
        background: none #003366;
  vertical-align: middle;
}
td.navPath, td.navPath a:link, td.navPath a:visited, td.navPath a:active {
  color: #FFFFFF;
  font-family: Verdana, Geneva, sans-serif;
        background: none #003366;
  vertical-align: middle;
  font-weight: bold;
}

table.meta-nav {
        background: none #b2b2b2;
}
table.miniBasket,
td.miniBasket {
  background: #F2F7FC;
}
table.miniBasket th {
  color: #003366;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
  padding-bottom: 3px;
}
table.miniBasket tr.odd {
  background: none #B3CEEA;
}
table.miniBasket tr.even {
  background: none #B3CEEA;
}

td.vertical-align-middle {
  vertical-align: middle;
}

td.miniBasketCell {
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: 2px solid #82B0DD;
}
td.miniBasketText, td.miniBasketText a:link, td.miniBasketText a:visited, td.miniBasketText a:active {
  color: #003366;
}

tr.odd {
  background: none #EEEEEE;
}

tr.even {
  background: none #CCCCCC;
}

td.odd {
  background: none #EEEEEE;
}

td.even {
  font-family: Verdana, Geneva, sans-serif;
  background: none #CCCCCC;
}

td.headline {
  font-family: Verdana, Geneva, sans-serif;
        background: none #B2B2B2;
}

td.td-description {
  font-family: Verdana, Geneva, sans-serif;
  font-weight : bold;
        text-align : right;
        background: none #FFFFFF;
}

td.helpNavTab {
  font-family: Verdana, Geneva, sans-serif;
  background: none #AAAAAA;
  border-bottom: 1px solid #000000;
  padding-top: 3px;
  padding-bottom: 3px;
}
td.actualHelpNavTab {
  font-family: Verdana, Geneva, sans-serif;
  background: #D6D6D6;
  font-weight: bold;
  border: 1px solid #000000;
  border-bottom: none;
  padding-top: 3px;
  padding-bottom: 3px;
}
td.actualHelpNavTab a {
  font-family: Verdana, Geneva, sans-serif;
  text-decoration: none;
}

td.ipcActiveTab                     { background: none #225A8D; color: #FFFFFF; vertical-align: middle; font-weight: bold; border-bottom: none; }
td.ipcActiveTab a:link              { font-family: Verdana, Geneva, sans-serif; text-decoration: none; color: #FFFFFF; }
td.ipcActiveTab a:visited           { font-family: Verdana, Geneva, sans-serif; text-decoration: none; color: #FFFFFF}
td.ipcActiveTab a:hover             { background: none #225A8D; color: #FFFFFF;}
td.ipcActiveTab a:active            { font-family: Verdana, Geneva, sans-serif; text-decoration: none; color: #FFFFFF; }

td.ipcInactiveTab                   { background: none #DCE3EC; vertical-align: middle;}
td.ipcInactiveTab a:link            { color: #000000; text-decoration: underline; font-size: 10px; }
td.ipcInactiveTab a:visited         { color: #000000; text-decoration: underline; font-size: 10px; }
td.ipcInactiveTab a:hover           { }
td.ipcInactiveTab a:active          { color: #000000; text-decoration: underline; font-size: 10px; }

td.ipcActiveGroupTab                { background: none #225A8D; color: #FFFFFF; vertical-align: middle; font-weight: bold; border-bottom: none; }
td.ipcActiveGroupTab a:link         { font-family: Verdana, Geneva, sans-serif; text-decoration: none; color: #FFFFFF; }
td.ipcActiveGroupTab a:visited      { font-family: Verdana, Geneva, sans-serif; text-decoration: none; color: #FFFFFF}
td.ipcActiveGroupTab a:hover        { background: none #225A8D; color: #FFFFFF;}
td.ipcActiveGroupTab a:active       { font-family: Verdana, Geneva, sans-serif; text-decoration: none; color: #FFFFFF; }

td.ipcInactiveGroupTab              { background: none #DCE3EC; vertical-align: middle;}
td.ipcInactiveGroupTab a:link       { color: #000000; text-decoration: underline; font-size: 10px; }
td.ipcInactiveGroupTab a:visited    { color: #000000; text-decoration: underline; font-size: 10px; }
td.ipcInactiveGroupTab a:hover      { }
td.ipcInactiveGroupTab a:active     { color: #000000; text-decoration: underline; font-size: 10px; }

td.ipcConflictGroupTab              { background: none #FFCC33; color: #FFFFFF; vertical-align: middle; font-weight: bold; border-bottom: none; }
td.ipcConflictGroupTab a:link       { font-family: Verdana, Geneva, sans-serif; text-decoration: none; color: #FFFFFF; }
td.ipcConflictGroupTab a:visited    { font-family: Verdana, Geneva, sans-serif; text-decoration: none; color: #FFFFFF; }
td.ipcConflictGroupTab a:hover      { background: none #FFCC33; color: #FFFFFF;}
td.ipcConflictGroupTab a:active     { font-family: Verdana, Geneva, sans-serif; text-decoration: none; color: #FFFFFF; }

td.ipcTabScroll                     { background: none #F0F4FA; vertical-align: middle; border-bottom: none; }
td.ipcTabScroll a:link              { }
td.ipcTabScroll a:visited           { }
td.ipcTabScroll a:hover             { background: none #F0F4FA; }
td.ipcTabScroll a:active            { }


table.partnerlist { background: #A4A4A4;}
table.partnerlist td.head {background:none #ffffff; vertical-align: top; font-size:10px;} 
table.partnerlist td { color:#555555; font-family:Verdana, Geneva, sans-serif; font-size:11px; font-weight:normal;}
table.partnerlist tr.odd {background:none #e4e4e4; font-size:10px;}
table.partnerlist tr.even {background:none #f4f4f4; font-size:10px;}
table.partnerlist td.odd {background:none #e4e4e4; vertical-align: top; font-size:10px;}
table.partnerlist td.select {vertical-align: middle; font-size:10px;}
table.partnerlist td.even {background:none #f4f4f4; vertical-align: top; font-size:10px;}
table.partnerlist2 { background: #FFFFFF;}
table.partnerlist2 td { color:#555555; font-family:Verdana, Geneva, sans-serif; font-size:11px; font-weight:normal;}
table.partnerlist2 td.odd {background:none #e4e4e4; vertical-align: top; font-size:10px;}

td.catalog-left {   /* from bw.css  */
  font-family: Verdana, Geneva, sans-serif;
	background: none #C6C6C6;
}

td.catalog-mid {   /* from bw.css  */
  font-family: Verdana, Geneva, sans-serif;
	background: none #EEEEEE;
}

td.catalog-right {   /* from bw.css  */
  font-family: Verdana, Geneva, sans-serif;
	background: none #DADADA;
}

/*----------------------------------------------------*/
/* pre */
/*----------------------------------------------------*/
pre.comment {
    font-family: Verdana, Geneva, sans-serif;
    font-size:  10px; 
    font-weight: normal;
}

/*----------------------------------------------------*/
/* div classes */
/*----------------------------------------------------*/

@media screen {
  img.display-image{
    display: block;
  }
  td.whiteLine {
        background: none #FFFFFF;
  }
 td.blueLine {
        background: none #003366;
  }
  input.FancyButton {
    color: #003366;
    background-color: #FFFFFF;
    border: 1px solid #003366;
  }
  input.FancyButtonGrey {
    color: #003366;
    background-color: #EEEEEE;
    border: 1px solid #003366;
  }
  a.FancyLink:link/* */, a.FancyLink:visited/* */, a.FancyLink:active/* */ {
    /* using commnet bug to hide this styles from IE5 and lower */
    color: #003366;
    background-color: #FFFFFF;
    border: 1px solid #003366;
    text-decoration: none;
    padding: 2px 4px 2px 8px;
  }
  
  a.FancyLink:link, a.FancyLink:visited, a.FancyLink:active { /* from fancy.css */
      color: #003366;
      background-color: #FFFFFF;
      border: 1px solid #003366;
      text-decoration: none;
      padding: 2px 4px 2px 8px;
  }
  
  a.FancyLinkGrey:link, a.FancyLinkGrey:visited, a.FancyLinkGrey:active { /* from fancy.css */
      color: #003366;
      background-color: #EEEEEE;
      border: 1px solid #003366;
      text-decoration: none;
      padding: 2px 4px 2px 8px;
  }
  a.FancyLinkGrey:link/* */, a.FancyLinkGrey:visited/* */, a.FancyLinkGrey:active/* */ {
    /* using commnet bug to hide this styles from IE5 and lower */
    color: #003366;
    background-color: #EEEEEE;
    border: 1px solid #003366;
    text-decoration: none;
    padding: 2px 4px 2px 8px;
  }
  div.mod-part {
    border: thin solid #777777;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
  }
  input.ipcButton {
    color: #003366;
    background-color: #EEEEEE;
    border: 1px solid #003366;
  }
  input.ipcButtonInvert {
    color: #003366;
    background-color: #FFFFFF;
    border: 1px solid #003366;
  }

  ul {
    padding-left: 12px;
    margin-left: 5px;
  }

  div.column {
  }

  div.module-head {
    width:100%;
    /* background-color:#b2b2b2; */
  }

  div.module-content {
    width:100%;
  }

  .submitDoc, .bigCatalogInput, .textInput, textarea {
    border: 1px solid Gray;
  }
  
  div.bold {
      color:#555555; 
      font-family:Verdana, Geneva, sans-serif;
      font-weight:bold; 
      font-size:11px;
    }  
/* Generic result list embedding START */
  div.filter-result-msg {
      padding-left: 4%;
      width: 93%;
      font-family:Verdana, Geneva, sans-serif;
      font-size:100%;
      color:#000000;
      margin-top:10px;
      margin-bottom:10px;
  }

  div.filter-result table {
      overflow: hidden;
      margin-left: 4%; 
      width: auto;	
      font-family: Verdana, Geneva, sans-serif;
      border-collapse: collapse;
      background: none #EEEEEE;
  }
  div.filter-result th, th a:link, div.filter-result th a:active, div.filter-result th a:visited {
      padding:4px;
      color: #FFFFFF;
      font-family: Verdana, Geneva, sans-serif;
      width: auto;
      border: 1px solid #003366;
      text-align: center;
      background: none #003366;
      vertical-align: middle;
  }
  div.filter-result td a:link, div.filter-result td a:active, div.filter-result td a:visited {
      padding:4px;
      color: #0F0F0F;
      font-family: Verdana, Geneva, sans-serif;
      width: auto;
      text-align: center;
      vertical-align: middle;
  }
  div.filter-result td          {border: 2px solid #FFFFFF;}
  div.filter-result tr.odd		{background: none #EEEEEE;}
  div.filter-result tr.even		{background: none #EEEEEE;}
  div.filter-result td.odd 		{background: none #EEEEEE;}
  div.filter-result td.even     {background: none #EEEEEE;}
}

/* elements from advisor.css */

body.advisor {
	background : #FFFFFF;
	color : #000000;
	font-family : Verdana, sans-serif;
	font-size: 10px; 
        margin: 10px 10px 10px 10px; 
}




/*   Button  */
input.button {	/* from advisor.css */
	background : none #9399A4;
	color : #FFFFFF;
	font-family : Verdana, sans-serif;
	font-weight : bold;
}




.radio{   /* from advisor.css */
	background-color : #F2F7FC;
	
}

.checkbox{   /* from advisor.css */
	background-color : #F2F7FC;
}





td.navi {   /* from advisor.css */
	background : #003366;
	color : #FFFFFF;
	font-family : Verdana, sans-serif;
	
}



.boxout {   /* from advisor.css */
        
	background : #003366;
}



.boxin  {   /* from advisor.css */
       
	background :#F2F7FC;
        
}


.boxtitle {   /* from advisor.css */
         color:white; 
	background : #003366;
	font-family : Verdana, sans-serif;
	font-size: 11px; 
	font-weight: bold;
}


.message {  /* from advisor.css */
        
	color : #009900;
	font-family : Verdana, sans-serif;
	
	font-weight: bold;
}


.matcheditem{  /* from advisor.css */
        
	color : #FF9933;
	font-family : Verdana, sans-serif;
	font-weight: bold;
}
/* end of elements from advisor.css */


td.item-sub-1					{background:url(../images/spacer.gif) no-repeat -6px 50%; padding-left:20px; background-color: #F2F2F2}
td.item-sub-2					{background:url(../images/spacer.gif) no-repeat -6px 50%; padding-left:40px; background-color: #F2F2F2}
td.item-sub-3					{background:url(../images/spacer.gif) no-repeat -6px 50%; padding-left:60px; background-color: #F2F2F2}

/*...Infomessage..............................................*/
.info 											{float:left; border:1px solid #9e9e9e; background: #ffffdd url('../images/warning.gif') no-repeat 4px 3px;  width:97%; padding:5px; margin-top:10px; margin-left:2px; margin-right:2px; text-align:left; color:#000000; font-family:Verdana, Geneva, sans-serif; font-size:100%; background-color:#ffffdd}
.info span 										{margin-left:20px; text-align:left; float:left; }


#buttons		{width:100%; margin:0px; padding-top:5px; border-top:1px solid #003366; }

ul.buttons-1     {margin-left:10px; padding:0px; float:left; list-style: none inside; }
ul.buttons-1 li  {margin-right: 1em; font-weight:bold; line-height: 5ex; vertical-align: top;}

ul.buttons-1 a  {text-decoration:none; border:1px solid silver; padding-top:2px;  padding-bottom:3px; padding-left:7px; padding-right:7px;}

ul.buttons-1 a:link   { color: #003366; background-color:#EEEEEE;}

ul.buttons-1 a:visited { color: #003366; background-color:#EEEEEE;}
ul.buttons-1 a:hover { color: #003366; background-color:#F2F7FC;}

/*...Errormessage..............................................*/
.error 											{float:left; border:1px solid #9e9e9e; background: #ffddcc url('../images/error.gif') no-repeat 4px 3px;  width:97%; padding:5px; margin-top:10px; margin-left:2px; margin-right:2px; text-align:left; color:#000000; font-family:Verdana, Geneva, sans-serif; font-size:100%; background-color:#ffddcc}
.error span 									{margin-left:20px; text-align:left; float:left; }

h1 {
  color: #FFFFFF;
  font-family: Verdana, Geneva, sans-serif;
        background: none #003366;
  vertical-align: middle;
}

#message-content {padding-left:5px;padding-top:10px;}

/* --- Styles with prefix 'body.tabcontent' are used to enable the IPC pricing analysis screen in the ISA application -- */

body.tabcontent {
	background-color: #D7DDE5;
}	

/*   Start: Styles for data boxes  */
/* Set a space around the data box */
body.tabcontent .content {
	margin: 10px;
	width: 100%;
}

body.tabcontent table.conditionTable {
  border-style:solid;
  border-width:1px;
  border-collapse:separate;
  width:100%;
}

body.tabcontent table.conditionTable tr {
	background-color: #E9ECEF;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 11px;
}

body.tabcontent table.conditionTable tr.Subtotal {
    color:blue;
}
 		
body.tabcontent table.conditionTable td.conditionStatus {
   width: 16px;
}
body.tabcontent table.conditionTable td.conditionType {
    width: 10%;
    text-align:center;
}

body.tabcontent table.conditionTable td.description {
}

body.tabcontent table.conditionTable td.conditionRate {
    width:15%;
}

body.tabcontent table.conditionTable td.priceUnit {
    width:8%;
}

body.tabcontent table.conditionTable td.conditionValue {
    width:15%;
}

body.tabcontent table.conditionTable td.operation {
    width:16px;
}


