*{
	margin:0; 
	padding:0;
}


body {
	background-image: url(../../images/themes/default_wallpaper.jpg);
}

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

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

#header {
	border: 1px solid #000000;
	background-color: rgb(238, 238, 238);
	height:120px;
	width:1236px;
	margin:4px 0px  0px 4px;
	color: rgb(144, 0, 0);
}


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

#date {
	position: absolute; 
	top: 20px; 
	left: 1008px;	
	color: rgb(118, 112, 128);
	font-size: 1.2em;
}
/*
*************** Content styles ****************/
#menu {
	line-height: 1.4em;
	position: relative;
	padding-left: 20px;
}

#menuBackGround {
	width: 100%; 
	height: 35px; 
	left: 4px; 
	background-color: #b1261f;
}
h1, h2, h3, h4, h5, h6 {
	color:#000;
}


a, a:hover, a:visited {
	color:#000;
	font-weight: bold;
}

/*td a:hover {
	background-color:#0C0;
	display: block;
	font-weight: bold;
}*/

#showQuestions {
	top: 180px;
	left: 20px;
	padding: 10px;
	color:#FFFFFF;
}

.error input {
	border: #F00;
}

.errorFont {
	font-weight:bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FF0000;
}


#mainArea {
	position: relative;
	margin-top: 0px;
	padding: 20px;
	background: #FFFFFF;
	min-height: 600px;
}

.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;
}
/************  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;
}
.logoutButton a, .logoutButton a:visited {
	text-align: center;
	margin: 0 auto;
	display: inline;
	border: 1px solid #000000;
	font-size: 1.75em;
	text-decoration: none;
	color: #000000;
	width: 80%;
	display: block;
	margin-top: 30px;
	padding: 20px;
}
.logoutButton a:hover {
	background-color: #006600;
}
#question {
	padding: 20px; 
	font-size: 1.3em;
}
#selectFromList a, #selectFromList a:visited {
	display: inline;
	padding: 30px;
	font-size: 1.2em;
	text-decoration: underline;
}
#returnToMainMenu a {
	text-align: center; 
	border: 1px solid #000000; 
	height: 60px; 
	padding: 25px 25px 0 25px; 
	display: block; 
	text-decoration: none; 
	color: #F00; 
	font-size: 1.3em;
	background-color: #ECECEC;

}

