/* --------------------------------------------------
 Table Info. List
-------------------------------------------------- */
table.tableInfoList {
	clear: both;
	font-size: 8pt;
	margin: 7px 0 17px 0;
	padding: 0;
	width: 100%;
}
table.tableInfoList .label2
{
    color: #336699;
}
table.tableInfoList td.inputHeading
{
     vertical-align:middle;
     font-size:12pt;
     font-weight:bold;
}
table.tableInfoList tr.tableTitle td {
	background-color: #e9e9e9;
	color: #7c7c7c;
	font-size: 10pt;
	font-weight: bold;
	margin: 0;
	padding: 5px;
	border-top:none;
	border-bottom:1px solid #a5acb2;
}
table.tableInfoList tr.tableTitleBlue td {
    background-color: #608Fc8;
    color: #FFF;
	font-size: 10pt;
	font-weight: bold;
	margin: 0;
	padding: 5px;
	border-top:none;
}
table.tableInfoList tr td {
	border-top: 1px solid #e9e9e9;
	line-height: 13pt;
	padding: 5px;
	vertical-align: top;
}
table.tableInfoList tr td.rowLeft {
	width: 80%;
}
table.tableInfoList tr td.rowMiddle {
	width: 10%;
}
table.tableInfoList tr td.rowRight {
	text-align: right;
	width: 10%;
}
table.tableInfoList a,
table.tableInfoList a:visited {
	text-decoration: none;
}
table.tableInfoList a:hover,
table.tableInfoList a:active {
	text-decoration: underline;
}


/**************************************************************/
/* Modifications to the tableInfoList defined in default.css, */
/* used in paging views such as news, vendor list, etc.       */
/**************************************************************/
table.tableInfoListSmallLines tr td
{
	line-height:11pt;
}
table.tableInfoList tr.even td
{
	background-color:#ffffff;
}
table.tableInfoList tr.odd td
{
	background-color:#f8f8f8;
}
table.tableInfoList tr.highlight td
{
    background-color: #D5E8FF; /*#608Fc8;*/
    /*color: #000000;*/
    color: #980000; /*dark red*/
}
table.tableInfoList tr.inputRow td
{
    background-color: #D5E6F7;
    vertical-align: middle;
    border-bottom: 2px solid #a5acb2;
}
table.tableInfoList tr.inputRowNoBorder td
{
    background-color: #D5E6F7;
    vertical-align: middle;
}table.tableInfoList tr td.tableFooter
{
	padding:0;
	line-height:0;
}
table.tableInfoList tr td.label
{
	width: 80px; 
	text-align: right; 
	border-right: 1px dashed #dddddd;	
	padding-right:8px;
	/*color:#2d2d2d;*/
	vertical-align:middle;
}
table.tableInfoListAutoWidth
{
	width:auto;
}
table.tableInfoList .readField
{
    background-color: #e0e0e0;
    font-weight:bold;
    vertical-align:middle;
}
table.tableInfoList tr.tableSummary td 
{
    border-top: 1px solid #B2B2B2;
	background-color: #e9e9e9;
	color: #7c7c7c;
	font-weight: bold;
	margin: 0;
	padding: 5px;
}

/* --------------------------------------------------
 UL, OL and Arrow List
-------------------------------------------------- */
ul.bulletList, 
ul.arrowList {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	margin: 10px 0 17px 17px;
	padding: 0;
}
ul.bulletList li, 
ul.arrowList li.bullet {
	background-image: url(../images/menuListBullet.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	margin: 0 0 7px 0;
	padding: 0 0 0 20px;
}
ul.arrowList li, 
ul.bulletList li.arrow {
	background-image: url(../images/menuListArrow.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	margin: 0 0 7px 0;
	padding: 0 0 0 20px;
}
ul.arrowList a, 
ul.arrowList a:visited, 
ul.bulletList a, 
ul.bulletList a:visited {
	text-decoration: none;
}
ul.arrowList a:hover, 
ul.arrowList a:active,
ul.bulletList a:hover, 
ul.bulletList a:active {
	text-decoration: underline;
}


/**************************************************************/
/* Use with bullet list and arrow list classes,               */
/* if you want tighter margins.                               */
/**************************************************************/
ul.shortMargins
{ 
	margin:0;
}
ul.shortMargins li
{
	margin: 0 0 2px 0;
	padding: 0 0 0 15px;
}


/**************************************************************/
/* Top container, used for heading detail boxes               */
/**************************************************************/
.topSection {
    /*margin:20px 20px 0px 0px;*/
}
.topSection div.column {
	float:left;
	position:relative;
	width:300px;
	/*margin-left:20px;*/
}
.topSection div.columnLeft {
	float:left;
	position:relative;
	width:385px;
	/*margin-left:20px;*/
}
.topSection div.columnRight {
	float:left;
	position:relative;
	width:300px;
	/*margin-left:20px;*/
}

/**************************************************************/
/* Breadcrumbs                                                */
/**************************************************************/
#breadcrumbs
{
	/*color: #b2b2b2; */
	font-size:8pt;
	margin-bottom:7px;
	border-bottom:1px solid #b2b2b2;
	padding-bottom: 3px;
}
#breadcrumbs a
{
	margin: 0 2px 0 2px;
}

#breadcrumbs a, 
#breadcrumbs a:visited
{ 
	text-decoration:none;
}
#breadcrumbs a:hover, 
#breadcrumbs a:active
{ 
	text-decoration:underline;
}

/**************************************************************/
/* Miscellaneous                                              */
/**************************************************************/
.blueBorder{
	border:1px solid #608Fc8;
}
.greyBorder
{
    border:1px solid #a5acb2;
}
.doubleGreyBorder
{
    border:2px solid #a5acb2;
}
/* For small print */
.finePrint{
	font-size: 8pt;
}
.logout
{
    float:right;   
}



/**************************************************************/
/* Quantity Detail                                            */
/**************************************************************/
.regularInput
{
    width:70px;    
}
.regularInput50
{
    width:108px;    
}
.unitTotal
{
    font-weight:bold; 
}
.blueButton
{
    background-color: #666666;/*#009933;*/
    color: #FFF;
    font-size: 10pt;
    font-weight: bold;
    margin: 0;
    padding: 1px;
}

/**************************************************************/
/* Links that look like buttons                               */
/**************************************************************/
.trickButtons {
  display:block;
  background-image: url(../images/btn.jpg);
  background-repeat: no-repeat;
  width:163px;
  height:35px;
  margin: 0px 0 0 0;
  border:0;
  padding:15px 0 0 12px;
  color:#FFFAFA;
  font-size:9pt;
  font-weight:bold;
  }

.trickButtons a,
.trickButtons a:visited
{
    color:#FFFAFA;  
    margin:0;  
}  

.trickButtons a:hover,
.trickButtons a:active
{  
  color:#FFFF00;
}
  

/**************************************************************/
/* Ajax Progress Worker                                       */
/**************************************************************/
.ajaxWaitMsg
{
  float:left;
  height:24px;
  width:134px;
  margin-left:20px;    
}
.ajaxWaitMsgText
{
 float:left; 
 background-color:#0066FF;
 color:#FFFFFF;
 margin-left:8px;    
 border:1px solid #CCC;
 padding:2px 2px 3px 2px;
}

.ajaxWorkArea
{
 float:left; 
}
#mfg-com {float:right;  font-size:15px;font-weight:bold;padding:20px;}
#mfg-com a{border:1px solid #000;background-color:#212121;}

#mfg-com a:link,
#mfg-com a:visited {text-decoration:none;color:#ccc;}

#mfg-com a:hover{background-color:#515151;text-decoration:none;}

/* --------------------------------------------------
 Buttons
-------------------------------------------------- */
/* Common Style */
.buttonStandard, 
.buttonPositive, 
.buttonNegative {
        background-color: #f6f6f6;
        border-right: 1px solid #b2b2b2;
        border-bottom: 1px solid #b2b2b2;
        border-top: 1px solid #e9e9e9;
        border-left: 1px solid #e9e9e9;
        clear: both;
        color: #636363;
        cursor: pointer;
        display: inline-block;
        /*font-family: Arial, Helvetica, sans-serif;
        font-size: 10pt;
        font-weight: normal;
        line-height: 14pt;*/
        margin: 0 7px 0 0;
        outline: none;
        overflow: visible;
        padding: 4px 7px 4px 7px;
        text-decoration: none;
        width: auto;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px; 
}
.buttonIcon {
        background-position: 7px center;
        background-repeat: no-repeat !important;
        padding-left: 28px !important; /* 7px left padding + 16px image + 5px right image padding */
}
.buttonStandard img, 
.buttonPositive img, 
.buttonNegative img {
        margin: 0 5px 0 0;
        vertical-align: text-bottom;
}

/* Standard Button */
.buttonStandard, 
.buttonStandard a, 
.buttonStandard a:visited {
        color: #980000 !important;
}
.buttonDarker, .buttonDarker a, .buttonDarker a:visited
{
    /*
    background-color: #c9cbd3;
    color: #001C6C !important;
    */
    background-color: #555555;
    color: #B6C2E0 !important;
}

.buttonStandard:hover {
        background-color: #e9ebf3; 
        border: 1px solid #bcc3d9; 
        color: #636363 !important;
}
.buttonDarker:hover 
{
    /*
    background-color: #e9ebf3;
    color: #4b6cb5 !important;
    */
}    
    
.buttonStandard:active {
        background-color: #666666; 
        border: 1px solid #666666; 
        color: #ffffff !important;
}
/* Positive Button */
.buttonPositive, 
.buttonPositive a, 
.buttonPositive a:visited {
        color: #678b00 !important;
}
.buttonPositive:hover {
        background-color: #f0f4e6; 
        border: 1px solid #d2dcb3; 
        color: #678b00 !important;
}
.buttonPositive:active {
    background-color:#678b00;
    border:1px solid #678b00;
    color: #ffffff !important;
}
/* Negative Button */
.buttonNegative, 
.buttonNegative a, 
.buttonNegative a:visited {
        color: #cc0000 !important;
}
.buttonNegative:hover {
        background-color: #fae6e6; 
        border: 1px solid #f0b3b3; 
        color: #cc0000 !important;
}
.buttonNegative:active {
        background-color: #cc0000; 
        border: 1px solid #cc0000; 
        color: #ffffff !important;
}
.iconLink, .countryLink {
	background-position: 7px center;
	background-repeat: no-repeat !important;
	color: #636363;
	cursor: pointer;
	display: inline-block;
	/*font-size: 8pt;
	font-weight: normal;
	line-height: 10pt;*/
	margin: 0 7px 2px 0;
	min-height: 12px;
	outline: none;
	overflow: visible;
	padding: 2px 7px 4px 28px !important; /* 7px left padding + 16px image + 5px right image padding */
	text-decoration: none;
	vertical-align: middle;
	width: auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 12pt;
}
.iconLink, 
.iconLink a, 
.iconLink a:visited {
        color: #2d2d2d !important;
        text-decoration:none;
}
.iconLink:hover {
        text-decoration:underline;
        color: #636363 !important;
}
.iconLink:active {
        text-decoration:underline;
        color: #2d2d2d !important;
}
.lightLink,
.lightLink a,
.lightLink a:visited,
.lightLink a:active {
        color: #A3A3A3 !important;
}

.lightLink:hover 
{
  color: #D3D3D3 !important;
} 

