
body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    background-color: #cccccc;
}

.loginbox
{
    text-align: center;
    width: 250px;
    margin: auto;
}

.menubox
{
    text-align: center;
    width: 1200px;
    margin: auto;
}

.overdue
{
    background-color: lightpink;
}

.blocker
{
    background-color: tomato;
}
.today
{
    background-color: lightblue;
}

.intime
{
    background-color: lightgreen;
}

.lightblue2
{
    background-color: #3FEEE6;
}

.lightblue
{
    background-color: lightblue;
}

.lightgreen
{
    background-color: lightgreen;
}

.lightpink
{
    background-color: lightpink;
}

.tomato
{
    background-color: tomato;
}

.tan
{
    background-color: tan;
}


table.center
{
    border: 1px solid black;
    border-spacing: 2px;
    border-collapse: separate;
    margin-left:auto;
    margin-right:auto;
    width: 1200px;
}

.tablehead
{
    font-weight: bold;

}

.tcelll
{
    border: 1px solid black;
    text-align: left;
}

.tcellr
{
    border: 1px solid black;
    text-align: right;
}

.tcellc
{
    border: 1px solid black;
    text-align: center;
}

tr.center
{
    border: 3px solid black;
}

.orderno
{
    border: 1px solid black;
    text-align: right;
    cursor: pointer;

}

.templates
{
    border: 1px solid black;
    text-align: center;
    cursor: pointer;

}

.tcellean
{
    width: 140px;
}

.tcellname
{
    width: 815px;
}

table.details
{
    text-align: left;
    border-spacing: 2px;
    border-collapse: separate;
    width: 100%;
}

.test
{
    width: 200px;
    text-align: justify;
}
.toright
{
    float: right;
}
.toleft
{
    float: left;
}

.blackbg
{
    background-color: black;
}
.lgreenbg
{
    background-color: lightgreen;
}
.lyellowbg
{
    background-color: lemonchiffon;
}
.lredbg
{
    background-color: lightcoral;
}
.whitebg
{
    background-color: white;
}
.insert_button
{
    background-color: lightseagreen; /* Green */
    border: none;
    color: white;
    padding: 8px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 4px;
}

input[type=number].big
{
    background-color: lightgrey;
    text-decoration-color: black;
    text-align: right;
    font-size: x-large;
}

input[type=text].big
{
    background-color: lightgrey;
    text-decoration-color: black;
    text-align: right;
    font-size: x-large;
}

.bold
{
    font-weight: bold;
    font-size: larger;
}

.bold2
{
    font-weight: bold;
}

.strong_button
{
   font-weight: bold;
   background-color: lightskyblue;
   font-size: 16px;
}

.w100p
{
    width: 100px;
}

#input-outer {
  height: 2em;
  width: 15em;
  border: 1px #e7e7e7 solid;
  border-radius: 10px;
  float: right;
  background-color: white;
}
#input-outer input {
  height: 2em;
  width: 80%;
  border: 0px;
  outline: none;
  margin: 0 0 0 10px;
  border-radius: 10px;
  color: #666;
}
#clear {
  position: relative;
  float: right;
  height: 20px;
  width: 20px;
  top: 5px;
  right: 5px;
  border-radius: 20px;
  background-image: linear-gradient(#792, #111) !important;
  color: white;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
#clear:hover {
  color: black;
  background: #ccc;
  background-image: linear-gradient(#111, #792) !important;
}

.total
{
    color: white;
    font-size: 16px;
    font-weight: bold;
}

.top_menu
{
    position: absolute;
    top: 0;
    width: 100%;
    overflow: auto;
    height: auto;
    opacity: 1;
}

.content
{
    #margin-top: 100px
}

.top_info
{
    float: center;
    height: 25px;
    padding: 0 25px;
    color: #bbb;
    text-transform: uppercase;
    font: bold 16px/30px Arial, Helvetica;
    text-decoration: none;
    text-shadow: 0 1px 0 #000;
}

.redalert
{
    color: red;
    font-size: 16px;
    font-weight: bold;
}