.border-solid {border-style: solid; }
.border-double {border-style: double; }
.border-groove {border-style: groove; }
.border-dotted {border-style: dotted; }
.border-dashed {border-style: dashed; }
.border-inset {border-style: inset; }
.border-outset {border-style: outset; }
.border-ridge {border-style: ridge; }
.border-hidden {border-style: hidden; }



/* General */

* {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

body
{
  background-color: #006600;
  margin: 10px;
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: #007700;
}

img {
  border: 0px solid #d0d0d0;
}

h1 {
  white-space: nowrap;
  background-color: #CCCCCC;
  padding: 2px 5px 2px 5px;
}

/* LAYOUT */
#container {
  width: 985px;
  margin: 0 auto 0 auto;
}
#menu {
  position: absolute;
  width: 150px;
}
#content-container {
  float:left;
  width: 820px;
  margin-left: 170px;
}
#content {
  margin: 0 auto 0 auto;
}


/* MISC */
.bordered {
  border: 5px solid black;
  background-color: white;
  padding: 10px;
}

.highlight {
  color: lightyellow;
}


/* SPLASH */
div.splash {
  margin: 0 auto;
}


/* MAIN */
#main {
  padding: 20px;
}
#main .heading {
  font-weight: bold;
}
#main #addresses {
  margin: 0 auto 0 auto;
  margin-top: 20px;
}
#main .address {
  width: 260px;
  padding: 5px;
  float: left;
  text-align: left;
}

.clear {
  clear: both;
}


/* MENU */
#menu a {
  color: #ffffff;
  text-decoration: none;
}

#menu a:hover {
  text-decoration: underline;
}

#menu .heading {
  font-size: large;
  font-weight: bold;
  padding-bottom: 10%;
  color: #FFFFFF;
  text-decoration: underline;
}

#menu li {
  list-style: none;
}

#menu ul {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}

#menu p {
  margin: 15px 0 15px 0;
}

/* Notifications */
h4.alert  {
  font-size: 0.8em;
  font-weight:bold;
  margin:0;
  padding:5px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  text-align: center;
}
h4.error  {
  color:#fff;
  background:#f35;
}
h4.notice {
  color:#060;
  background:#e2f9e3;
}
h4.info {
  color:#060;
  background:#e2f9e3;
}


/* OTHER */

.pageheader {
  font-family: "Times New Roman", Times, serif;
  font-size: 24px;
  font-style: normal;
  font-weight: bolder;
  color: #006600;
}


/* FORMS */

form, div.form {
  width: 500px;
  padding: 5px;
  margin: 0 auto 0 auto;
}

form .banner {
  width: 500px;
  text-align: center;
  border-top: 2px solid darkgreen;
  border-bottom: 2px solid darkgreen;
  background-color: lightgreen;

  margin-top: 30px;
  margin-bottom: 10px;
  padding: 2px 0 2px 0;
}

form .row {
  clear: both;
  margin-top: 5px;
}

form label.form-label {
  float: left;
  display: block;
  text-align: right;
  white-space: nowrap;
  background-color: #ddd;

  width: 150px;
  padding: 2px 5px 2px 5px;
  margin-left: 15px;
  margin-right: 5px;
}

form label.form-label-static {
  margin-right: 10px;
}

form label.form-label-secondary {
  background-color: transparent;
  font-size: small;
  color: #666666;
}

form label.form-label-mini {
  text-align: left;
  font-size: small;
  color: #666666;
  background-color: transparent;
  margin-left: 6px;
}

form .form-value {
  float: left;
  display: inline;
  width: 315px;
/*   border: 2px solid red; */
}

form.show .form-value {
  float: left;
  display: inline;
  width: 315px;
  padding: 2px;
/*   border: 2px solid blue; */
}

form .form-group {
  float: left;
  display: inline;
  width: 155px;
/*   border: 2px solid green; */
}

form.show .form-group {
  float: left;
  display: inline;
  width: auto;
  margin-right: 5px;
/*   border: 2px solid yellow; */
}

/* instead of spacer */
form input, form textarea, form select { margin-left: 5px; }


form input, form textarea { width: 305px; }
form input.submit { width: 5em; }
form input.checkbox { width: 5em; }
form .form-group input { width: 150px; }

form .form-group-city { width: 155px; }
form .form-group-city input { width: 148px; }

form .form-group-state { width: 50px; margin-left: 5px;}
form .form-group-state input { width: 50px; }
form .form-group-state select { width: 50px; }

form .form-group-zip { width: 90px; margin-left: 5px;}
form .form-group-zip input { width: 90px; }


.DatetimeToolbocksMessage {
  margin-top: 2px;
  margin-left: 10px;
}

div.fieldWithErrors {
  display: inline;
}
div.fieldWithErrors input {
  border: 3px groove red;
}
.formError {
  background-color: #ff9;
  margin: 2px;
  margin-bottom: 5px;
  padding: 3px;
  text-align: center;
}




/* TIME SHEETS */

div.time-sheet-line {
  clear: both;
  margin: 4px 0 4px 0;
  text-align: right;
}

div.time-sheet-header {
  text-align: center;
}

div.time-sheet-grandtotal {
  margin-right: 17px;
  margin-bottom: 15px;
}

div.time-sheet-label,
div.time-sheet-reg,
div.time-sheet-ot,
div.time-sheet-dt,
div.time-sheet-flat {
  float: left;
  display: inline;
  width: 75px;

/*   border: 1px dotted red; */
}

div.time-sheet-flat {
  border-left: 1px solid black;
  padding-left: 2px;
  margin-left: 10px;
}

div.time-sheet-label {
  float: left;
  display: block;
  text-align: right;
  white-space: nowrap;
  background-color: #ddd;

  width: 155px;
  padding: 2px 5px 2px 5px;
  margin-left: 15px;
  margin-right: 5px;
}

div.time-sheet-header div.time-sheet-label {
  background-color: transparent;
}

div.time-sheet-line input {
  width: 60px;
}

