﻿.clsAddNewProduct
{
    border:solid 1px silver;
}


/* Accordion */
.accordionLink a
{
   /* color:#D80000; */
}
.accordionLink  a :hover
{
    color:#D80000;
}
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    height:22px;
    background-color: Gray;
    
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    margin-top: 5px;
    cursor: pointer;
}
.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-image:url(../images/SearchCriteriaTop.gif);
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    
    margin-top: 5px;
     height:22px;
    cursor: pointer;
}
.accordionContent
{
    background-color: silver;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.clsFormSupplier
{
    margin:0px auto;
    width:60%;
}


div.MessagePanel {
background:#EEEEEE none repeat scroll 0%;
border:1px dashed #CCCCCC;
color:#333333;
font-weight:bold;
padding:12px;
}
div.ErrorPanel {
background:#FFFFCC none repeat scroll 0%;
border:1px dashed #DBDB64;
color:#660033;
font-weight:bold;
padding:12px;
}
div.ErrorPanel img, div.MessagePanel img {
float:left;
}
div.ErrorPanel div, div.MessagePanel div {
margin-bottom:8px;
margin-left:44px;
margin-top:8px;
}
.validatorCalloutHighlight
{
    background-color: lemonchiffon;
}
.BorderedBox_Content1 {
background:#FFFFFF none repeat scroll 0%;
border-top:4px solid #D8D8D8;
border-left:4px solid #D8D8D8;
border-right:4px solid #D8D8D8;

margin:0pt;
padding:1px;
width:525px;
}

.BorderedBox_Content1 h4 {
background:#DBDCDE none repeat scroll 0%;
clear:both;
font-size:14px;
font-weight:bold;
margin:0px;
padding:12px 8px;
text-transform:uppercase;
}
.BorderedBox_Content {
background:#FFFFFF none repeat scroll 0%;
border:4px solid #D8D8D8;
/*display:inline;
float:left;*/
margin:0pt;
padding:1px;
width:525px;
}
.BorderedBox_Content input {
border:dotted 1px gray;
}
.BorderedBox_Content h6 {
/*background:#DBDCDE none repeat scroll 0%;*/
border-bottom:solid 2px #DBDCDE;
clear:both;
font-size:12px;
font-weight:bold;
margin:2pt 2px;
padding:6px 4px 0px 0px;
text-transform:uppercase;
}
.confirm-dialog {	
    BACKGROUND: url(../images/marketplace/dialog24.png) no-repeat left top;	
    MARGIN: 0px auto;	
    PADDING-TOP: 14px;	
    POSITION: relative;
    clear:both;
}

.confirm-dialog .inner {	
    PADDING-RIGHT: 20px;	
    PADDING-LEFT: 20px;	
    PADDING-BOTTOM: 11px;	
    BACKGROUND: url(../images/marketplace/dialog24.png) no-repeat left bottom;	
    FLOAT: left;	
    MARGIN: 0px 0px -20px 0px;	
    WIDTH: 290px;	
    PADDING-TOP: 0px;
} 

.confirm-dialog .base {	
    BORDER-TOP: #ddd 1px solid;	
    BACKGROUND: url(../images/marketplace/dialog-base.png) no-repeat left bottom;	
    PADDING-BOTTOM: 4px;	
    MARGIN-LEFT: -11px;	
    MARGIN-RIGHT: -11px;	
    PADDING-TOP: 4px;	
    TEXT-ALIGN: center;
}
.confirm-dialog .base1 {	
    BORDER-TOP: #ddd 1px solid;	
  /*  BACKGROUND: url(../images/marketplace/dialog-base.png) no-repeat left bottom;	*/
    PADDING-BOTTOM: 4px;	
    MARGIN-LEFT: -11px;	
    MARGIN-RIGHT: -11px;	
    PADDING-TOP: 4px;	
    TEXT-ALIGN: center;
}
.confirm-dialog H2 {	
    FONT-WEIGHT: bold;	
    FONT-SIZE: 1.25em;	
    COLOR: #f60;
    TEXT-ALIGN: center;
} 

.confirm-dialog input {	
    WIDTH:50px;
}



#tabsI {
      float:left;
      width:100%;
     
      font-size:93%;
      line-height:normal;
	  border-bottom:2px solid #DD740B;
	  margin-top:15px;
      }
    #tabsI ul {
	margin:0;
	padding:0px 0px 0 2px;
	list-style:none;
      }
    #tabsI li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsI a {
      float:left;
      background:url("../images/tableftI.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsI a span {
      float:left;
      display:block;
      background:url("../images/tabrightI.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
    /*  color:#FFF; */
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsI a span {float:none;}
    /* End IE5-Mac hack */
    #tabsI a:hover span {
      color:#000;
      }
    #tabsI a:hover {
      background-position:0% -42px;
      }
    #tabsI a:hover span {
      background-position:100% -42px;
      }
