html,body {
  height: 100%;
}

body {
  margin-left: 20px;
  font-family: verdana;
  font-size: 14px;  
}

#logo {
  margin: 10px 20px 10px 20px;
}

/* Move the logo right on home page only */
#index > #logo {
  margin: 10px 50px 10px 150px;
}

#loginBox {
  margin: 10px 50px 10px 130px;
  width: 310px;
  height: 200px;
  border: 2px solid #ff2266;
  border-radius: 20px;
}

#login {
  margin-top: 20px;
  margin-left: 30px;
  width: 300px;
  height: 160px
}

#roxer {
  position: absolute;
  top: 20px;
  left: 340px;
  font-size: 23px;
}

#menu {
 width: 1000px;
}

label {
  display: block;
  width: 250px;
}

input {
  margin-bottom: 20px;
}

#menu {
  position: relative;
}

#messageBox {
  position: absolute;
  height: 60px;
  width: 320px;
  padding-left: 3px;
  font-size: 10px;
  border: 1px solid red;
  top: 3px;
  left: 420px;
  color: #aa0000;
  white-space: nowrap;
  overflow: hidden;
}

.button, input[type="submit"]  {
  display: inline-block;
  background: #009900;
  color: #fff;
  border-radius: 10px;
  padding: 3px 8px 3px 8px;
  margin-bottom: 10px;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
}

#fileToUpload{
  cursor: pointer;
}

.formLabel {
   color: #000000;
}

.formLabelError {
   color: #ff2200;
}
table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
  font-size: 14px;
}

tr.jobsearch td {
  border: none;
  background-color: #eeffee;
  white-space: nowrap;  
}

#jobForm {
  position: relative;
  float: left;
  display: block;
  width: 600px;
}

#userForm {
  position: relative;
  float: left;
  display: block;
  width: 450px;
}

fieldset {
  margin-left: 75px;
  background-color: #eeeeee;
  padding: 15px;
}

.deletebox {
  position: absolute;
  bottom: -60px;
  right: -17px;
  margin-right: 20px;
  width: 220px;
  height: auto;
  border: 1px solid #888888;
  border-top: 0px;
  background-color: #eeeeee;
  padding: 5px 10px 0px 10px;
}

select {
  background-color: #ffffff;
}

legend {
  background-color: #888888;
  color: white;
  padding: 5px 10px;
}

input {
  margin: 5px;
}
#job_prefix, #job_suffix {
  text-transform: uppercase;
}
.formRow {
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.formRow li{
  display: inline-block;
  width: 75px;
}

table td{
    padding: 3px 10px 3px 10px;
}

#usersTable > caption, #jobsTable > caption{
  font-size: 16px;
  font-weight: bold;
}

.userTd a:link {
	color: #008800;
	text-decoration: none;
}
.userTd  a:visited {
	text-decoration: none;
	color: #008800;
}
.userTd  a:hover {
	text-decoration: underline;
	color: #880000;
}
.userTd  a:active {
	text-decoration: none;
	color: #008800;
}

.doubleSpace {
  margin-left: 40px;
  letter-spacing: 8px;
}

.myJob {
  color: #008800;
}

.hasUploads {
  background-color: #ffffdd;
}

/* Photo grid stuff */
.uploadHeader {
  padding: 0px;
  font-size: 20px;
  text-align: left;
  padding-left: 200px;
  text-decoration: underline;
}
#selectProject{
  height: 50px;
}
#resultsHeader {
  margin-left: 15px;
  width: 1070px;
  position:relative;
  font-size: 18px;
}

#jobTitle {
  float: left;
  width: 750px;
  margin-left: 0px;
}

#jobOwner {
  float: right;
  width: 300px;
  text-align:right;
  margin-right: 0px;
}

.container {
  width: 1070px;
  border: 1px solid black;
  display: flex;
  background-color: #f1f1f1;
  margin-left: 15px;
  margin-bottom: 15px;  
  padding: 10px;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 5px;
  column-gap: 5px;
}

.container a:link {
	color: #008800;
	text-decoration: none;
}
.container a:visited {
	text-decoration: none;
	color: #008800;
}
.container a:hover {
	text-decoration: underline;
	color: #880000;
}
.container a:active {
	text-decoration: none;
	color: #008800;
}

.container > div {
  background-color: #f1f1f1;
  padding: 5px;
  font-size: 16px;
  text-align: center;
}

.container .textItem {
  position: relative;
  width: 1060px;
  border-style: solid none none none;
  border-width: 1px;
  border-color: #888888;
  text-align: left;
}

.container .textItem .header {
  color: darkred;
}

.container .textItem .delete {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 12px;
}

.container .textItem .edit {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 12px;
}

.container .imageItem {
  position: relative;
  font-size: 12px;
}

.container .imageItem .title {
  width: 200px;
  position: relative;
  text-align: left;
  font-size: 12px;
  text-wrap: wrap;
}

.container .imageItem .delete {
  position: relative;
  top: -15px;
  text-align: right;
  font-size: 12px;
}

.container .imageItem .imageOwner {
  color: red;
  position: absolute;
  top: 5px;
  left: 10px;
  font-size: 16px;
}



.upload {
  width: 750px;
  border: 1px solid black;
  list-style-type: none;
  margin-left: 20px;
  margin-bottom: 20px;  
  padding: 0px;
}

.upload > li {
  padding: 5px 10px 0px 10px;
}


#lightRed {
  background-color: #ffeedd;
}
#lightGreen {
  background-color: #ddffdd;
}
#lightBlue {
  background-color: #ddccff;
}