@charset "iso-8859-1";
/* Codeworks style sheet */

/* Main document body characteristics */

body {
	overflow: auto;
}

img { 
	border: 0;
	padding: 0px; 
}

th {
	text-align: left;
	vertical-align: top;
	padding-right: .7em;
	color: #566F89;                      
	background-color: #FEBA17;           
	font-size: .9em;
}	  		

/* Company branding */
div#branding {                
	background-image: url(IDS-logo2.jpg);	
	background-repeat: no-repeat;
	background-position-x: 0px;
	background-position-y: 10px;     
	border: none;
	margin-left: 0px;
	margin-top: 0px; 
	padding: 0px;
	height: 200px;
	position: absolute;
	width: 100%;
}

/* Page Title */
div#pagetitle {
	top: 25px;
	text-align: center;
	width: 100%;
	position: absolute; 	
	color: #566F89;                      
} 

html>/**/body #pagetitle {
	top: 5px;
}

div#identity {
	top: 15px;                
	text-align: right;
	right: 115px;       
	width: 100%;
	color: #566F89;                      
	position: absolute; 
}

#logout {
	top: 100px;	
	text-align: right;
	right: 115px;
	width: 100%; 
	height: 30px;
	position: absolute;
	color : black;	
}

html>/**/body #logout {
	top: 100px;
}


/* Searches */
div#searches {
	top: 170px;
	left: 15px;
	width: 100%;
	position: absolute; 
	color : black;        
} 

html>/**/body #searches {
	top: 145px;
}

/* Work With Table Headings */
div#tabletop {
	width: 90%;
	margin-left: 1em;
	min-width: 35%;	  
	height: 60%;
	position: absolute; 
	top: 220px;
	padding-right: 1em; 
} 

#tabletop input, textarea, select {
	background-color: white;
}

#resultstable th {
	text-align: left;
	vertical-align: top;
	padding-right: .7em;
	color: #566F89;             
	background-color: #FCDB5F;  
}

#resultstable input, textarea, select {
	background-color: white;            /* Return button background color */  
}

#resultstable b, strong { 
          /* top nav status link "Inventory, Receipts, Shipments" text color */
	color: #3d6cb1;
}

#WorkWithOptions input {
background-color: black;
}
 
/* Maintenance Panel Positioner	*/
div#mainttop {
	width: 90%;
	margin-left: 1em;
	min-width: 35%;
	height: 75%;
	position: absolute; 
	top: 165px;
	padding-right: 1em; 
} 

#maintbody input, textarea, select {
	background-color: white;            /* Return button background color */  
}

#maintbody b, strong { 
          /* top nav status link "Inventory, Receipts, Shipments" text color */
	color: white;                    
}

/* table data cells */ 
.Light      { color : black; background-color : #eeeeee;   }  /* keep at white */
.Dark       { color : black; background-color : #cad0da; } 
.Error      { color : red;   background-color:  black;   }
.Adjustment { color : black; background-color : #fff5ea; }
.Receipt    { color : black; background-color : #feffea; } /* was faf2ea */
.Shipment   { color : black; background-color : #eaffea; } /* was 90add9 */
.Balance    { color : black; background : #eeeeee; }       /* was fcd2d0 */
.LotBoundry { color : black; background : #dddddd; }       /* was eeeeee */
.RED        { color : red; font-size : 1em;}
.BLUE       { color : blue;	 font-size : 1em;}
.BLACK      { color : black; font-size : 1em;}
.GREEN      { color : green; font-size : 1em;}
.BIGRED     { color : red; font-size : 1.4em;}
.BIGBLUE    { color : blue;	 font-size : 1.4em;}
.BIGBLACK   { color : black; font-size : 1.4em;}
.BIGGREEN   { color : green; font-size : 1.4em;}

/* Error Messages */
div#ErrorMessages {
	width: 80%;
	height: 80px;
	position: absolute; 
	bottom: 140px;
	left: 30px;
	color: red;
} 

  /* Menu navigation */
div#navigation {
	background-image: none;
	float: right;
	position: absolute; top: 142px; left: 15px;
	max-width: 80%;
}  

html>/**/body #navigation {
	top: 112px;
}

#navigation #menuleftend { 
	background-image: none	;
}

#navigation #menurightend {
	background-image: none;
}


#navigation li {
	background-image: url('IDSMenuSeperator.jpg');  
	background-repeat:no-repeat;
	background-position-y: 0px;
	border-style: hidden;	
	margin-right: 5px;
	color: #566F89;       
	padding-top: -5px;
	padding-left: .5em;
	padding-right: .5em;
	padding-bottom: 1em;
	list-style-position: inherit;
	list-style-type: none;
	display: inline;
}

#navigation a	{
	text-decoration: none;	
}

#navigation a:link, a:visited {
	color: #566F89;   /* initial color */
}

#navigation a:hover {
	color: #EB7F13;
}

#navigation a:focus, a:active {
	color: #FFCC00;			
}

#navigation #SubMenu1, #navigation #SubMenu2, #navigation #SubMenu3, #navigation #SubMenu4, #navigation #SubMenu5 {	
	background-image: url('IDSSubMenu.jpg');  
	background-repeat:no-repeat;
	background-position: bottom right;
	position: absolute;	
	border-style: none;
	padding-left: 20px;
	display: none;
	width: 205px;
}

#SubMenu1 li, #SubMenu2 li, #SubMenu3 li, #SubMenu4 li, #SubMenu5 li {	
	background-image: none;
	padding: 1px;	
	padding-left: 8px;	
	list-style-type: none;
	display: block;
}

#More {
	padding-top: 10px;
	color: #CC5D1E;
 	font-weight: bold;
}

#security {
 position: absolute;
 bottom: 40px;
 right: 40px;
 color: #C46126;
}
                                    /* Top main menu navigation bar*/

/* Credits and Copyright Lines */
#credits {
	color: white;
	font-size: .7em;
	padding: 4em 0em 0em .2em;
}

