/*November 2004
/*Position of the time on the order form*/
#time {
	position: absolute;
	left: 350px;
	top: 0px;
}
/*Position of the login entry boxes*/
#loguser {
	position: absolute;
	left: 25px;
	top: 106px;
}
/*Position of the next/previous menu on the thumbnail page*/
#albummenu {
	position: absolute;
	left: 20px;
	top: 0px;
}
/*Position of the next/previous menu on the large image page*/
#albumzoommenu {
	position: absolute;
	left: 20px;
	top: 0px;
}
/*Position of the print fields on the order print screen page*/
#printcontent {
	color: #330066;
	background-color: #FFFFFF;
	position: relative;
	width: 642px;
	border: 1px ridge #330066;
	overflow: auto;
}
#printheader {
	background-color: #FFFFFF;
	position: relative;
	width: 640px;
}

/*default body defines the default body layout*/ 
.defaultbody {
background-color:#FFFFFF;
z-index:0;
}


.menudiv a	{
	color: 990066; text-decoration: none;
}
.menudiv a:hover {
	color: 000066; text-decoration: none; 
}
.menudiv span {
	font-size:10pt;
	font-family:sans-serif;
	}
.menutd {
	align: center;
	height: 25px;
	width: 94px;
		background-color: transparent;			 	
	background-image:url();
}
.menuhortd {
	align: center;
	height: 25px;
	width: 94px;
		background-color: transparent;			  		
	background-image:url();
}

.menudroptd {
	align: center;
	height: 25px;
	width: 94px;
		background-color: transparent;			  		
	background-image:url();
}
/*menuhordiv defines the horizontal menu area*/ 
.menuhordiv {
		position: absolute;
		left: 170px;
		top: 136px;
	  	height: auto;
	  	/*width: 600px;*/
		background-color: transparent;			  	
	  	font-family: Arial, Helvetica, sans-serif;
	  	z-index:6;
}
.menuhordiv a	{
	color: 990066; text-decoration: none;
}
.menuhordiv a:hover {
	color: 000066; text-decoration: none; 
}
.menuhordiv span {
	font-size:10pt;
	font-family:sans-serif;
	}
/* Style options for the drop down menu options*/
.hidetable {
	position:absolute;
	display:none;
	z-index:4;
}
.showtable {
	display:block;
	position:absolute;
	left: 170px;
	top: 27;
	background-color: b7bedb;
	z-index:99;
}
.showtable td {
	width:88;
	align:center;
}



/*menudiv defines the vertical border behind the menu bar*/
.menubar  {
		position: absolute;
	    top: 215;
	  	width: 50;
	  	height: 350;  
	  	left: 10;
	  	background-color: none;
	  	z-index:0;
}

.userstyle {
	color: 000099;
	font-family: sans-serif;
	font-size: 10pt;
	background-color: transparent;
	z-index:0;
	}
.userstyle a:link {
	color: 000099;
	text-decoration: underline; 
}
.userstyle a:visited {
	color: red;
	text-decoration: underline; 
}





/*menudiv defines the menu area*/ 
.menudiv {
		position: absolute;
	  	height: auto;
	  	width: 94px;
		background-color: transparent;			  	
	  	left: 170px;
	  	top: 136px;
	  	font-family: Arial, Helvetica, sans-serif;
	  	z-index:6;
}
/*headdiv defines the header iframe area*/ 
.headdiv {
		position: absolute;
	  	height: 560px;
	  	width: 780px;
	  	background-color: #FFFFFF; 
	  	left: 10;
	  	top: 15;
	  	font-family: Arial, Helvetica, sans-serif;
	  	z-index:0;
}
/*eaglediv defines the eagle intranets web design message */
.eaglediv a {
		font-family: Arial, Helvetica, sans-serif; 
		font-size:8pt;
	  	position: absolute;
	  	top: 500px;
	  	left: 30px;
	  	width: 100px;
	  	color: 666666; text-decoration: underline; 
		background-color: transparent;		
	  	z-index:3;
}
.eaglediv a:hover {
		color: 666666; text-decoration: none;
} 
/*timediv defines the time bar and text style  */
.timediv  {
		font-family: Arial, Helvetica, sans-serif; 
		font-size:8pt;
	  	position: absolute;
	  	top: 111px;
	  	left: 245px;
	  	text-indent:2em;
	  	width: 220px;
	  	color: CCCCCC; text-decoration: none; 
		background-color: transparent;		 	
	  	z-index:3;
}
/*message defines the message lines in the header section */
.message1 {
	width:780;
	font-family: sans-serif;
	font-size: 22pt;
	position:absolute;
	left: 40px;
	top: 40px;
	color: #FFFFFF;
}	
.message2 {
	width:780;
	font-family: sans-serif;
	font-size: 16pt;
	position:absolute;
	left: 100px;
	top: 100px;
	color: #FFFFFF;
}
/*contentarea defines the three content areas*/
.contentarea1 { /*THE STYLE OF THE LEFT AREA*/
		position: absolute;
  		width: 0px;  
  		height: 500px; 
  		left: 10px; 
		background-color: #ffffff;		  		
   		top: 220px;
    	white-space: normal; 
    	font-family: Arial, Helvetica, sans-serif; 
    	/*padding-top:20px;
    	padding-left:20px;*/
    	z-index:2;
}
.contentarea2 { /*THE STYLE OF THE MAIN AREA*/
		position: absolute;
  		width: 600px;  
  		height: 380px; 
  		left: 180px; 
   		background-color: #ffffff; 
   		top: 180px;
    	white-space: normal; 
    	font-family: Arial, Helvetica, sans-serif; 
    	z-index:2;
}
.contentarea3 { /*THE STYLE OF THE RIGHT AREA*/
		position: absolute;
  		width: 0px;  
  		height: 500px; 
  		left: 610px; 
   		background-color: #ffffff;
   		top: 220px; 
   		white-space: normal; 
    	font-family: Arial, Helvetica, sans-serif; 
    	z-index:2;
}	
.contentsingle { /*THE STYLE OF THE RIGHT AREA*/
		position: absolute;
  		width: 80px;  
  		height: 235px; 
  		left: 500px; 
   		background-color: #FFFFFF;
   		top: 340px; 
   		white-space: normal; 
    	font-family: Arial, Helvetica, sans-serif; 
    	z-index:2;
}	
