*{
	margin:0; 
	padding:0;
}


body {
	background-color: #666666;
}
a{
	color: rgb(70, 122, 167);
	font-weight:bold;
	text-decoration:none;
	background-color:inherit;
	display: block;
}

a:hover{
	color: rgb(144, 0, 0); 
	text-decoration:none; 
	background-color:inherit;
}
a img{
	border:none;
}

/**************** Header and navigation styles ****************/


#container{
	position: absolute;
	top: 0px; 
	left: 0px;
	width:1350px;
	min-height: 820px;
	margin:10px auto;
	padding:1px 0;
	text-align:left;
	background:#ffffff;
	color:#303030;
	border:2px solid rgb(160, 160, 160);
}

#header{
	background-image: url('../images/header_image.jpg');
	background-color: rgb(238, 238, 238);
	height:120px;
	width:833px;
	margin:4px 0px  0px 4px;
	color: rgb(144, 0, 0);
}


#clock {
	position: absolute;
	top: 50px;
	left: 500px;
	color: rgb(118, 112, 128);
	font-size: 1.2em;
}

/**************** Content styles ****************/
#menu {
	line-height: 1.4em;
	position: relative;
	left: -5px;
}

#mainArea {
	top: 180px;
	left: 20px;
	padding: 10px;
}
#boardPrices {
	position: inherit;
	top: 14px;
	left: 900px;
	width: 430px;
	border: 1px solid rgb(0,0,0);
}
#boardPrices h3 {
	font-size: 1.2em;
	text-decoration: underline;
}

.error {
	font-weight:bold;
	font:Geneva, Arial, Helvetica, sans-serif;
	color: rgb(255, 0, 0);
}
.viewUsers {
	border: rgb(0, 0, 0) 1px solid;
}
.viewUsers td {
	border-right: rgb(0, 0, 0) 1px solid;
	border-bottom: rgb(0, 0, 0) 1px solid;
	padding: 3px;
}
.borderAllAround { 
	border-top: rgb(0, 0, 0) thin solid;
	border-left: rgb(0, 0, 0) thin solid;
	}
fieldset p {
	padding: 4px;
}
#mainArea fieldset {
	width: 760px;
}
.keyboard {
      border: 1px solid rgb(0, 0, 0);
      width: 860px;
	text-align: center;  
}
.keyboard div {
      padding: 4px 4px 4px 4px;
}
.returnToHome {
      position: absolute;
      border: 1px solid rgb(0, 0, 0);
      top: 500px;
      left: 450px;
}
.returnToHome div {
      padding: 4px 4px 4px 4px;
}
#password {
	  position: absolute;
	  left: 890px;
	  top: 10px;  
      border: 1px solid rgb(0, 0, 0);
	  padding: 4px;  
}
#returnToHome div {
      padding: 4px;
}
#login  {
	position: absolute;
	top: 90px;
	left: 90px;
}
#login a {
	font-size: 2.2em;
}
#positionRunningTotal {
	position: relative;
	border: 1px solid rgb(0, 0, 0);
	height: 400px;
	width: 350px;
	right: 12px;
	float: right;
}
#runningTotal {
	width: 350px;
	height: 360px;
	overflow: auto;
}
#runningTotal h3 {
	text-align: center;
	vertical-align: top;
}
#runningTotalSubTotal {
	position: absolute;
	display: inline;
	width: 350px;
	left: 0px;
	top: 380px;
}
#runningTotalWeightSubTotal {
	position: absolute;
	display: inline;
	width: 350px;
	left: 170px;
	top: 380px;
}
.viewInventory {
	border: 1px solid rgb(100, 100, 100);
	height: 150px;
	width: 800px;
	overflow: auto;
}

.resultinactive { display: inline; font-family:Tahoma,Arial,Helvetica,Sans-Serif;}
.resultactive {display: inline;  color: #999966; font-family:Tahoma,Arial,Helvetica,Sans-Serif;}
.resultnav { display: inline;  color: #999966; font-family:Tahoma,Arial,Helvetica,Sans-Serif; font-weight: bold; text-decoration: underline;}
.resultnavAT { display: inline;  color: #CC6600; font-family:Tahoma,Arial,Helvetica,Sans-Serif; font-weight: bold; text-decoration: none;}

/************  This is for the javascript popup calendar to pick a date

/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}
	
#calendarDiv {
	display: inline;
	position: relative;
	top: 10px;
	left: 20px;
	padding: 10px;
	width: 800px;
}
#calendarDiv a {
	display: inline;
	
}
#topRow {
	position: relative;
	top: 40px;
	left: 6px;
}
#topRow a, #topRow a:hover, #topRow a:visited {
	display: inline;
	border: 1px solid #000000;
	padding: 37.25px;
	font-size: 1.75em;
	text-decoration: none;
	color: #000000;
}

#centerText {
	position: relative; 
	top: 260px; 
	width: 1250px; 
	text-align: center; 
	font-size: 1.9em;
}
#employeeList, #employeeList a, #employeeList a:visited {
	position: relative; 
	top: 60px; 
	width: 1300px; 
	text-align: center; 
	font-size: 1.75em;
	text-decoration: none;
	color: #a00909;
}

#employeeList a:hover {
	text-decoration: underline;
}
#bottomRow {
	position: relative;
	top: 346px;
	left: 6px;
}
#bottomRow a, #bottomRow a:visited, #bottomRow a:visited {
	display: inline;
	border: 1px solid #000000;
	padding: 36.5px;
	font-size: 1.75em;
	text-decoration: none;
	color: #000000;
}

