/*  * ---------------------------------------------------------------------- * Styles for the Superproof 'classic' theme. * ---------------------------------------------------------------------- *//* Imports */@import url(../Styles.php);

/* **********************************************************************
 * Wizard Styles
 * ********************************************************************** */

DIV.admin-title-bar-1
{
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center;
	width: 250px;
	height: 32px;
	line-height: 32px;
}

TD.admin-wizard-head-top-start
{
	background-image: url('admin/images/wizard-head-corner-tl.gif'); 
	background-repeat: no-repeat; 
	width: 32px; 
	height: 32px;	
}

TD.admin-wizard-head-top-middle
{
	background-image: url('admin/images/wizard-head-top-edge.gif');
	background-repeat: repeat-x;	
}

TD.admin-wizard-head-top-end
{
	background-image: url('admin/images/wizard-head-corner-tr.gif'); 
	background-repeat: no-repeat; 
	width:32px; 
	height:32px;	
}

TD.admin-wizard-head-start
{
	background-image: url('admin/images/wizard-head-left-edge.gif'); 
	background-repeat: repeat-y; 
	width: 32px;
}

TD.admin-wizard-head-middle
{
	background-color: #eeeeee;
}

TD.admin-wizard-head-end
{
	background-image: url('admin/images/wizard-head-right-edge.gif'); 
	background-repeat: repeat-y; 
	width: 32px;	
}

TD.admin-wizard-body-start
{
	background-image: url('admin/images/wizard-body-left-edge.gif');
	background-repeat: repeat-y;
	width: 32px;
}

TD.admin-wizard-body-middle
{
	background-color: #87cefa;
}

TD.admin-wizard-body-end
{
	background-image: url('admin/images/wizard-body-right-edge.gif');
	background-repeat: repeat-y;
	width: 32px;
}

TD.admin-wizard-body-bottom-start
{
	background-image: url('admin/images/wizard-footer-corner-bl.gif');
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;	
}

TD.admin-wizard-body-bottom-middle
{
	background-image: url('admin/images/wizard-footer-bottom-edge.gif');
	background-repeat: repeat-x;
}

TD.admin-wizard-body-bottom-end
{
	background-image: url('admin/images/wizard-footer-corner-br.gif');
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;	
}

TD.admin-wizard-bubble-top-start
{
	background-image: url('admin/images/bubble-corner-tl.gif');
	background-repeat: no-repeat; 
	width: 10px; 
	height: 10px;	
}

TD.admin-wizard-bubble-top-middle
{
	background-image: url('admin/images/bubble-top-edge.gif');
	background-repeat: repeat-x;	
}

TD.admin-wizard-bubble-top-end
{
	background-image: url('admin/images/bubble-corner-tr.gif');
	background-repeat: no-repeat; 
	width: 10px; 
	height: 10px;	
}

TD.admin-wizard-bubble-start
{
	background-image: url('admin/images/bubble-left-edge.gif');
	background-repeat: repeat-y; 
	width: 10px;
}

TD.admin-wizard-bubble-middle
{
	background-color: #fde8c2;
}

TD.admin-wizard-bubble-end
{
	background-image: url('admin/images/bubble-right-edge.gif');
	background-repeat: repeat-y;
	width: 10px;	
}

TD.admin-wizard-bubble-bottom-start
{
	background-image: url('admin/images/bubble-corner-bl.gif');
	background-repeat: no-repeat; 
	width:10px;
	height:10px;	
}

TD.admin-wizard-bubble-bottom-middle
{
	background-image: url('admin/images/bubble-bottom-edge.gif');
	background-repeat: repeat-x;	
}

TD.admin-wizard-bubble-bottom-end
{
	background-image: url('admin/images/bubble-corner-br.gif');
	background-repeat: no-repeat; 
	width:10px; 
	height:10px;	
}

TD.admin-wizard-sidebar-top-start
{
	background-image: url('admin/images/wizard-sidebar-corner-tl.gif');
	background-repeat: no-repeat; 
	width:16px;
	height:16px;	
}

TD.admin-wizard-sidebar-top-middle
{
	background-image: url('admin/images/wizard-sidebar-top-edge.gif');
	background-repeat: repeat-x;	
}

TD.admin-wizard-sidebar-top-end
{
	background-image: url('admin/images/wizard-sidebar-corner-tr.gif');
	background-repeat: no-repeat; 
	width:16px;
	height:16px;	
}

TD.admin-wizard-sidebar-start
{
	background-image: url('admin/images/wizard-sidebar-left-edge.gif');
	background-repeat: repeat-y; 
	width:16px;	
}

TD.admin-wizard-sidebar-middle
{
	background-color: #fde8c2	
}

TD.admin-wizard-sidebar-end
{
	background-image: url('admin/images/wizard-sidebar-right-edge.gif');
	background-repeat: repeat-y; 
	width:16px;	
}

TD.admin-wizard-sidebar-bottom-start
{
	background-image: url('admin/images/wizard-sidebar-corner-bl.gif');
	background-repeat: no-repeat; 
	width:16px;
	height:16px;	
}

TD.admin-wizard-sidebar-bottom-middle
{
	background-image: url('admin/images/wizard-sidebar-bottom-edge.gif');
	background-repeat: repeat-x;	
}

TD.admin-wizard-sidebar-bottom-end
{
	background-image: url('admin/images/wizard-sidebar-corner-br.gif');
	background-repeat: no-repeat; 
	width:16px;
	height:16px;	
}

SPAN.admin-wizard-sidebar-status
{
	padding: 10px;
	font-weight: bold;
	color: #336699;
}

TD.admin-wizard-list-top-start
{
	background-image: url('admin/images/wizard-list-corner-tl.gif');
	background-repeat: no-repeat; 
	width:16px;
	height:16px;	
}

TD.admin-wizard-list-top-middle
{
	background-image: url('admin/images/wizard-list-top-edge.gif');
	background-repeat: repeat-x;	
}

TD.admin-wizard-list-top-end
{
	background-image: url('admin/images/wizard-list-corner-tr.gif');
	background-repeat: no-repeat; 
	width:16px;
	height:16px;	
}

TD.admin-wizard-list-start
{
	background-image: url('admin/images/wizard-list-left-edge.gif');
	background-repeat: repeat-y; 
	width:16px;	
}

TD.admin-wizard-list-middle
{
	background-color: #ffffff	
}

TD.admin-wizard-list-end
{
	background-image: url('admin/images/wizard-list-right-edge.gif');
	background-repeat: repeat-y; 
	width:16px;	
}

TD.admin-wizard-list-bottom-start
{
	background-image: url('admin/images/wizard-list-corner-bl.gif');
	background-repeat: no-repeat; 
	width:16px;
	height:16px;	
}

TD.admin-wizard-list-bottom-middle
{
	background-image: url('admin/images/wizard-list-bottom-edge.gif');
	background-repeat: repeat-x;	
}

TD.admin-wizard-list-bottom-end
{
	background-image: url('admin/images/wizard-list-corner-br.gif');
	background-repeat: no-repeat; 
	width:16px;
	height:16px;	
}

TABLE.admin-wizard-list-header
{
	background-image: url('admin/images/wizard-list-table-header.gif');
	background-repeat: no-repeat;
	width: 600px;
	height: 32px;
}

TR.admin-wizard-item-table-row-even
{
	background-color: #eeeeee;	cursor:pointer;
}
TR.admin-wizard-item-table-row-even TD{	border-top: 1px solid #eeeeee;	border-bottom: 1px solid #eeeeee;   }TR.admin-wizard-item-table-row-even TD.jwtTableFirstColumn{	border-left: 1px solid #eeeeee;   }TR.admin-wizard-item-table-row-even TD.jwtTableLastColumn{	border-right: 1px solid #eeeeee;   }
TR.admin-wizard-item-table-row-odd
{
	background-color: #ffffff;	cursor:pointer;
}
TR.admin-wizard-item-table-row-odd TD{	border-top: 1px solid #ffffff;	border-bottom: 1px solid #ffffff;    }TR.admin-wizard-item-table-row-odd TD.jwtTableFirstColumn{	border-left: 1px solid #ffffff;    }TR.admin-wizard-item-table-row-odd TD.jwtTableLastColumn{	border-right: 1px solid #ffffff;    }
TD.admin-wizard-item-table-name
{
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: bold; 
	font-size: 12px;
	text-align: left;
	color: #000000;	
	padding: 4px;
	cursor:pointer;
}

SPAN.admin-wizard-item-table-status-approved
{
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: bold; 
	font-size: 12px;
	text-align: center;
	color: #00ff00;		
	cursor:pointer;
}

TD.admin-wizard-item-table-status
{
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: bold; 
	font-size: 12px;
	text-align: center;
	/*color: #ffb400;*/	
	cursor:pointer;	
}

TD.admin-wizard-item-table-description
{
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	font-size: 12px;
	text-align: left;
	padding:4px;
	color: #999999;
	cursor:pointer;	
}
TD.admin-wizard-note-table-author{	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;	font-weight: bold; 	font-size: 12px;	text-align: center;	/*color: #ffb400;*/		cursor:pointer;	}TD.admin-wizard-note-table-date{	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;	font-weight: bold; 	font-size: 12px;	text-align: center;	/*color: #ffb400;*/		cursor:pointer;	}TD.admin-wizard-note-table-remarks{	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;	font-weight: normal; 	font-size: 12px;	text-align: left;	/*color: #ffb400;*/		cursor:pointer;	}
.button-small
{
	background-image: url('admin/images/button60x24.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 60px;
	height: 24px;
	text-align: center;
}

.button-small-over
{
	background-image: url('admin/images/button60x24-over.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 60px;
	height: 24px;
	text-align: center;
}

.button-small-click
{
	background-image: url('admin/images/button60x24-click.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 60px;
	height: 24px;
	text-align: center;
}

.button-small-disabled
{
	background-image: url('admin/images/button60x24-disabled.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 60px;
	height: 24px;
	text-align: center;
}

.button-xx-large
{
	background-image: url('admin/images/button200x24.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 200px;
	height: 24px;
	text-align: center;
}

.button-xx-large-over
{
	background-image: url('admin/images/button200x24-over.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 200px;
	height: 24px;
	text-align: center;
}

.button-xx-large-click
{
	background-image: url('admin/images/button200x24-click.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 200px;
	height: 24px;
	text-align: center;
}

.button-xx-large-disabled
{
	background-image: url('admin/images/button200x24-disabled.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 200px;
	height: 24px;
	text-align: center;
}

.ship-date-button, .ship-date-button:link, .ship-date-button:visited, .ship-date-button:hover, .ship-date-button:active, .ship-date-button A
{
	color: #336699;
	cursor: pointer;
	text-decoration: none;
}

.ship-date-button-over, .ship-date-button-over A
{
	color: #FB854B;	
	cursor: pointer;
	text-decoration: underline;	
}

.ship-date-button-click, .ship-date-button-click A
{
	color: #ffffff;	
	cursor: pointer;
	text-decoration: none;		
}

.ship-date-button-disabled, .ship-date-button-disabled A
{
	color: #999999;	
	cursor: default;
	text-decoration: none;		
}

.ship-date-chooser
{
	background-color: #ffffff;
	border: 1px solid gray;
	position: absolute;
	padding: 2px;
	z-index: 1000;
	text-align: center;
}

.link-text-small, .link-text-small A
{
	font-style: normal; 
	font-weight: normal; 
	font-size: 10px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: #336699;	
	text-decoration: none;
}

.link-text-small-over, .link-text-small-over A
{
	font-style: normal; 
	font-weight: normal; 
	font-size: 10px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: #FB854B;	
	text-decoration: underline;
}

.link-text-small-click, .link-text-small-click A
{
	font-style: normal; 
	font-weight: normal; 
	font-size: 10px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: #ff5400;	
	text-decoration: none;
}

.link-text-small-disabled, .link-text-small-disabled A
{
	font-style: normal; 
	font-weight: normal; 
	font-size: 10px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: #999999;	
	text-decoration: none;
}.link-text-medium, .link-text-medium A{	font-style: normal; 	font-weight: normal; 	font-size: 12px; 	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;	color: #336699;		text-decoration: none;}.link-text-medium-over, .link-text-medium-over A{	font-style: normal; 	font-weight: normal; 	font-size: 12px; 	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;	color: #FB854B;		text-decoration: underline;}.link-text-medium-click, .link-text-medium-click A{	font-style: normal; 	font-weight: normal; 	font-size: 12px; 	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;	color: #ff5400;		text-decoration: none;}.link-text-medium-disabled, .link-text-medium-disabled A{	font-style: normal; 	font-weight: normal; 	font-size: 12px; 	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;	color: #999999;		text-decoration: none;}SPAN.sp-admin-line-item-status-ready
{
	font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-weight:bold;
	font-size:12px;
	text-align:center;   
	color:#6699CC; 
}

SPAN.sp-admin-line-item-status-change
{
	font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-weight:bold;
	font-size:12px;
	text-align:center;   
	color:#ffb400; 
}

SPAN.sp-admin-line-item-status-approved
{
	font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-weight:bold;
	font-size:12px;
	text-align:center;   
	color:#00ff00; 
}

DIV.sp-image-hover-box
{
	display: none;
	background-color: white;
	border: 2px outset #9999cc;
	margin: 2px;
	z-index: 1000;
	position: absolute;   
}

TD.admin-wizard-status-label
{
	background-image: url('admin/images/status-label-bg.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 140px;
	height: 30px;
	text-align: center;    
}

DIV.admin-wizard-approval-popup
{
	display: none;
	background-color: white;
	border: 1px solid #6382bf;
	margin: 2px;
	z-index: 1000;
	position: absolute;  
}

TD.admin-wizard-approval-popup-item
{
 	background-color: white;
 	padding: 2px 4px 2px 4px; 
 	white-space: nowrap; 
 	cursor: pointer; 
}

TD.admin-wizard-approval-popup-item-over
{
 	background-color: #ddeeff;   
 	padding: 2px 4px 2px 4px; 
 	white-space: nowrap; 
 	cursor: pointer;	
}

DIV.item-details
{
    border: 2px solid #6382bf;
    padding: 4px;
    color: black;
}

TD.select-item-instruction-text
{
	font-style: normal; 
	font-weight: bold; 
	font-size: 14px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
 	color: purple;
}

H3.select-item-heading
{
    text-decoration: underline;
}

TR.select-item-table-header
{
}

TH.select-item-table-column-label
{
	background-color: #dddddd;
	font-style: normal; 
	font-weight: bold; 
	font-size: 14px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: #336699;
	padding: 4px 2px;
}

A.select-item-link, A.select-item-link:link, A.select-item-link:visited, A.select-item-link:active, A.select-item-link:hover
{
	font-style: normal; 
	font-weight: bold; 
	font-size: 14px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
 	color: purple;  
 	text-decoration: underline; 
}

TD.select-item-column
{
    padding: 4px 8px;
    white-space: nowrap;
}

TD.select-item-update-button
{
    padding: 8px;
}

/* Background colors used in various places */

.background-1
{
	background-color: #87cefa;
}

.background-2
{
	background-color: #ffffcc;
}

.background-3
{
	background-color: #f0ffff;
}

.background-4
{
	background-color: #f0ffff;
}

.background-5
{
	background-color: #f0ffff;
}

.background-6
{
	background-color: #e6e6fa;
}

#sendOrderAlertOverlay textarea{
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-size: small;
}