/* scaffold.css - obztime.com
 *
 */

body {
  font-family: "Verdana", "Deja Vu Sans", "Arial", "Helvetica", sans-serif;
  font-size: 12px;
  line-height: 18px;
  background: #FFFFFF;
  background-color: #FFFFFF;
  color: #454545;
  margin: 0;
}

html {
    overflow: -moz-scrollbars-vertical;
    overflow: scroll;
}

html, body {
    height: 98%;
}

a { color: #6699cc; }
a:hover { color: #6C757A; }
h1 a, h2 a, h3 a { text-decoration: none; }
h1 { font: bold 1.8em Arial, Sans-Serif; }
h2 { font: bold 1.3em Arial, Sans-Serif; margin-top: 0; padding: 0.6em 0.1em 0.1em 0.1em; }
h3 { font: bold 1.2em Arial, Sans-Serif; }
h4 { font: bold 1.0em Arial, Sans-Serif; }

hr {
  height: 1px;
  border: 1px solid gray;
}

.links {
  color: #999999;
}
.links a {
  font-weight: bold;
}

form {
    margin: 0;
    padding: 0;
}
img {
    border: 0;
}

img.img-flat {
    margin: 0px;
    border: medium none;
}

img.img-logo {
    margin: 0.5em;
    border: medium none;
}

a.logo-a { color: #FFF; background-color: transparent; }
a.logo-a:visited { color: #FFF; }
a.logo-a:hover { color: #FFF; }

ul.links {
  margin: 0;
  padding: 0;
  font-size: 1em;
}

ul.links.inline {
  display: inline;
}
ul.links li {
  display: inline;
  list-style-type: none;
  padding: 0 0.5em;
}

/* Table styles */

th {
  text-align: left;
  padding-right: 1em;
  border-bottom: 3px solid #ccc;
}

table {
  border-collapse: collapse;
  font-size: 1em;
}

tbody th {
  border-bottom: 1px solid #ccc;
}

table.timesheet-table {
    background-color: #eeeeee;
    border-top: 1px solid #ccc;
}
table.proj-arc-tbl {
    background-color: #dddddd;
}
tr {
    height: 0.5em;
}
tr.admin {
   border-bottom: thin solid silver;
}
table.admin {
   font-size: .8em;
}
td.admin {
   border-left: thin solid silver;
   border-right: thin solid silver;
}
th.admin {
   border-left: thin solid silver;
   border-right: thin solid silver;
}
tr.task-row {
    height: 2.4em;
}
tr.task-archived-row {
    height: 2.4em;
    background-color: #dddddd;
}
tr.project-row {
    height: 2.35em;
}
tr.timesheet-row-value {
    height: 2.5em;
    font-weight: bold;
    color: green;
}
tr.timesheet-row-empty {
    height: 2.5em;
}
td.timesheet-cell {
    border-bottom: 1px solid #ddddee;
}
th.comments {
    width: 30em;
}
th.task-description {
    width: 20em;
}
th.task-time {
    width: 16em;
}
th.task-startstop {
    width: 25em;
}
th.task-delete {
    width: 13em;
}
th.task-close {
    width: 3em;
}
th.timesheet-col {
    text-align: left;
    width: 14em;
}
th.timesheet-range {
    text-align: left;
    width: 20em;
}
td.project-move {
    width: 1.2em;
    text-align: center;
}
td.project-name {
    width: 18em;
    font-weight: bold;
}
td.project-description {
    width: 18em;
}
td.project-archive {
    width: 3.7em;
}
td.task-startstop-cell {
    text-align: right;
}
td.project-show-closed-tasks {
    width: 11em;
}
td.payment-option {
    vertical-align: top;
    width: 30em;
    padding: 0.5em 1.2em 0.5em 1.2em;
    border: 1px solid #bbbbbb;
}

/* Divs */

div.menubar {
  height: 2.1em;
  min-width: 62em;
}

div.menu {
  padding: 0;
  margin: 0;
  height: 2.1em;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
  width: 62em;
  float: right;
}
div.menu ul {
  margin: 0;
  padding: 0;
  list-style : none;
  display: table;
  width: 100%;
  table-layout: fixed;
}
div.menu ul li {
  margin: 0;
  padding: 0;
  float: right;
}
div.menu ul li a {
  display: block;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  padding: 4px 10px 4px 10px;
  opacity: 0.9;
  background-color: #666666;
  border-left: thin solid gray;
  width: 6em;
  text-align: center;
}
div.menu ul li a:hover {
  color: #FFFFFF;
  opacity: 1.0;
  background-color: #888888;
}
div.menu ul li a.active,
div.menu ul li a.active:hover {
    color: #FFFFFF;
    background: #6699cc url(/images/bar.gif) no-repeat center top;
}

div.seperator {
    height: 1.6em;
    padding: 0.2em 0;
}

div.header {
    margin: 0;
    overflow: hidden;
    background-image: url(/images/header.png);
    background-repeat: no-repeat;
    background-position: left; 
    background-color: #FFFFFF;
    border-bottom: 1px solid #525353;
}

div.wrapper-fixed {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -1.2em;
    text-align: left;
    width: 830px;
}

div.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -1.2em;
    text-align: left;
}

div.footer, div.push {
    height: 1.2em;
}

div.footer {
    border-top: 2px solid #dbdbdb;
    color: #888888;
    margin-top: 1em;
    margin: 0;
    font-size: 0.8em;
    text-align: center;
}

div.content {
    padding: 0.1em 0.5em 1em 0.5em;
    clear: left;
    margin: 0.5em 0 0 0;
}

div.front-banner {
    background: #d8dde0;
    color: #555;
    text-align: left;
    font-size: 1.2em;
    padding: 15px 0 0 15px;
    border-left: 1px solid #d8dde0;
    border-right: 1px solid #d8dde0;
    border-bottom: 1px solid #d8dde0;
    overflow: hidden;
    margin: 0;
}

div.front-content {
    background: #FFFFFF url(/images/background.png) repeat-x scroll left top;
    color: #555;
    text-align: left;
    padding: 15px;
    border: 1px solid #d8dde0;
    overflow: hidden;
    margin: 0 0 1em;
}

div.front-content-clear {
    background: #FFFFFF;
    text-align: left;
    padding: 15px;
    border-left: 1px solid #d8dde0;
    border-right: 1px solid #d8dde0;
    border-bottom: 1px solid #d8dde0;
    overflow: hidden;
    margin: 0 0 1em;
}

div.front-left {
    float: left;
    width: 435px;
    padding: 0 15px 0 0;
}

div.front-right {
    float: right;
    width: 325px;
    padding: 0 0 0 15px;
}

div.account-warning {
    color: #cf5555;
    font-weight: bold;
    text-align: center;
}
div.flasherror {
    color: #cf5555;
    position: absolute;
    width: 24%;
    left: 38%;
    text-align: center;
}
div.flashnotice {
    color: green;
    position: absolute;
    width: 24%;
    left: 38%;
    text-align: center;
}
div.flasherror-session {
    color: #cf5555;
    text-align: center;
}
div.progress {
    background-color: LightGoldenRodYellow;
    color: black;
    position: absolute;
    width: 24%;
    left: 38%;
    text-align: center;
}
div.taskslist {
    margin-left: 2em;
    border-top: 1px solid #bbbbbb;
}
div.confirm {
   margin: 0em;
   padding: 0em;
   background-color: #ffff99;
   text-align: center;
   width: 12.5em;
}
div.project-entry {
    background-color: #eeeeee;
    border-top: 1px solid #bbbbbb;
    margin-bottom: 1em;
}
div.project-entry-archived {
    margin-bottom: 0em;
}
div.div-block {
    margin: 0.5em;
}

/* Misc */
div.box-yellow {
    width: 280px;
    background-color: #ffffff;
    border: 1px solid #bbbbbb;
    margin: 1.5em 0 0 0;
    float: right;
}
div.box-yellow-inner {
    background-color: #fff3db;
    text-align: center;
    margin: 0.3em;
    padding-bottom: 1em;
}
div.box-list {
    text-align: center;
    padding-bottom: 0.5em;
    margin: 0 1em;
}

div.loginlbl {
    text-align: right;
    margin-right: 2em;
}
#remember_me {
    vertical-align: middle;
}
a.signout {
    float: right;
}

p.faq {
    margin-left: 2em;
}
p.question {
    font-size: 1.1em;
    font-weight: bold;
    color: #436182;
}

img.faq {
    margin-left: 2em;
}
img.image-middle {
    vertical-align: middle;
}

label.form-label, input.form-input {
    display: block;
    width: 16em;
    float: left;
    margin-top: 0em;
    margin-bottom: 8px;
    vertical-align: top;
}

label.form-label {
    text-align: right;
    width: 140px;
    padding-right: 10px;
}
input.form-radio {
    margin-left: 150px;
}

br.form-br {
    clear: left;
}

input.text-login {
    width: 12em;
}

#start_date_cal, #end_date_cal {
    width: 130px;
}