/**
 * Stylesheet for RallyClock
 *
 * Based on: http://tinyurl.com/2aqgy5
 *
 */

/**{border-bottom: 2px solid black;}*/

/** {{ --primary elements */
html, body {
  height: 100%;
}
body {
  font-family: verdana, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  background-color: #A6A6A6;
  background-image: url('../images/body_background.gif');
  background-repeat: repeat-x;
  background-position: top;
  color: #222;
}

h1, h2, legend {
  font-family: georgia, serif;
}

h1 {
  font-size: 190%;
  margin: 0;
  font-weight: normal;
  color: #708F00;
  padding-bottom: 7px;
  margin-bottom: 0px;
  padding-top: 7px;
  border-bottom: 1px solid #ddd;
}
h2, legend {
  font-size: 140%;
  margin: 14px 0 0 0;
  color: #222;
}

.printonly { visibility: hidden; }

#content a.img {
  padding: 0;
  margin: 0;
}

#content a.img:hover {
  margin: 0;
  background: transparent;
  border: 0;
}

input.img_button {
  width: auto;
  padding: 0;
  margin: 0;
}

caption, h3 {
  font-size: 120%;
  margin: 0;
  color: #000;
}


blockquote {
  font-family: monospace;
  background-color: #fff;
  padding: 7px;
  margin: 3px 14px;
  border: 1px solid #ddd;
}

a {
  padding: 0px 3px;
  margin: 3px;
}

label {
  padding-bottom: 3px;
  vertical-align: text-bottom;
}
ul {
  padding-left: 0;
}
li {
  padding: 3px;
}
dl {
  margin: 1em 0px;
}
dt {
  color: #222;
  display: block;
  float: left;
  width: 250px;
  padding-right: 7px;
}
dd {
  display: block;
  color: #000;
}
strong {
  font-size: 105%;
/*   font-weight: normal; */
/*  color: #000;*/
}
tt {
  font-size: 110%;
}
/** {{ table */
table {
  width: 100%;
  margin: 14px 0;
/*   border-collapse: collapse; */
  border-top: 0;
}


caption {
  margin-top: 14px;
  margin-bottom: 0px;
  margin-left: 0px;
}

thead th {
  color: #000;
  font-weight: bold;
  font-size: 12px;
  padding: 0 7px 0 0;
}
thead th, thead td {
  border-bottom: 1px solid #e0e0e0;
}
tfoot th, tfoot td {
  background-color: #e0e0e0;
/*   font-size: 80%; */
  font-weight: bold;
}
thead th,
thead td,
tbody td,
tbody th,
tfoot td,
tfoot th {
  padding: 3px 7px 3px 7px;
}
th.number, td.number {
  text-align: right;
}
td.actions {
  text-align: right;
}

table tbody tr {
/*   padding: 5em; */
}

table tbody tr.odd_row {
  background-color: #F4F4F4;
}


tr.filter td {
  vertical-align: top;
}

tr.filter .wide_project_list select {
  width: 100%;
}

tr.filter td.time_picker input {
  width: auto;

}

tr.filter input,
tr.filter select,
tr.filter textarea {
  width: 20em;
}

tr.paging td {
  font-size: 80%;
  background-color: #e0e0e0;
}

/** table }} */

/** {{ fieldset */
fieldset {
  width: 100%;
  margin: 14px 0;
  padding: 2px;
  padding-bottom: 1em;
/*   border: none; */
/*   background-color: #f0f0f0; */
/*   border-top: 2em solid #f0f0f0; */
/*   border-bottom: 1px solid #ddd; */
}

fieldset.buttons {
  padding-top: 2px;
}
fieldset legend {
  color: #000;
  margin: 0;
  background-color: transparent;
  padding: 0;
/*  padding-left: 14px;*/
/*   font-size: 120%; */
}
* html fieldset legend { margin-left: -7px; }

fieldset p {
  padding: 7px 0 7px 0;
  margin: 0;
  font-size: 90%;
}
fieldset .instructions {
  background-color: transparent;
  padding: 7px;
  margin: 24px 24px 7px 24px;
  margin-top: 14px;
  border-top: 2px solid  #e0e0e0;
  border-bottom: 2px solid  #e0e0e0;
}
fieldset.buttons {
  text-align: center;
  border: none;
  background-color: transparent;
}
fieldset.buttons p {
  background-color: transparent;
  border: none;
}
fieldset.buttons input {
  cursor: pointer;
  width: auto;
  padding: 1px 24px;
  margin: 0 14px;
}
label {
  display: block;
  margin-bottom: -7px;
}

p.error label {
  color: #C74D30;
  font-weight: bold;
}


input, select, textarea {
  margin: 7px 0 7px 0;
  padding: 3px;
  width: 450px;
  font-size: 105%;
}
.blurb {
  margin-left: 24px;
  font-size: 12px;
  font-style: italic;
  margin-bottom: 7px;
  display: block;
}
.instructions, .information {
  font-size: 90%;
  margin: 3px;
  margin-left: 0;
}

.instructions.time_picker {
  font-size: 80%;
  width: 26em;
}

.important {
  font-size: 110%;
  font-weight: bold;
}
.disabled {
  color: #666;
}

.col1of3 {
  display: block;
  padding: 0px;
  margin: 0px;
  float: left;
  width: 32%;
}
.col2of3 {
display: block;
  padding: 0px;
  margin: 0px;
  float: left;
  width: 32%;
}
.col3of3 {
display: block;
  padding: 0px;
  margin: 0px;
  float: left;
  width: 32%;
  clear: right;
}

p strong {
  font-weight: bold;
}

#content p.message {
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: 3px 50%;
  padding: 7px 24px;
  margin-top: 0;
}

#content p.message.success {
  background-image: url('../images/accept.png');
  background-color: #D8FF9F;
  color: #000;
}

#content p.message.error {
  background-image: url('../images/exclamation.png');
  background-color: #EFAA69;
}

#content p.message.information {
  background-image: url('../images/information.png');
  background-color: #71A2DF;
}

em.instructions {
  display: block;
  margin: 21px;
}

input.inform {
  width: auto;
  float: right;
}
input.checkbox, input.radio {
  width: auto;
  float: left;
  margin: 3px 7px;
}


#content .actions a,
#content a.button {
  background-color: #E7E7E7;
  color: #000;
  border-right: 2px solid #797D79;
  border-bottom: 2px solid #797D79;
  border-top: 2px solid #F7F7F7;
  border-left: 2px solid #F7F7F7;
  cursor: pointer;
  padding: 2px 14px 3px 14px;
  font-size: 100%;
  text-decoration: none;
}
#content .actions a:hover,
#content a.button:hover {
  background-color: #E7E7E7;
}

#content .actions  {
  display: block;
  width: auto;
  float: right;
  margin: 0 3px;
  font-weight: normal;
  text-decoration: none;
  font-size: 80%;
  padding: 2px 7px;
}
#content .actions a {
  padding: 3px 7px 4px 7px;
}
#content .actions {
  text-align: right;
}

.actions {
  white-space: nowrap;
}

#content a.default {
  background-color: #8EEF00;

  border-right: 2px solid #5E9F00;
  border-bottom: 2px solid #5E9F00;
  border-top: 2px solid #B7FF4F;
  border-left: 2px solid #B7FF4F;
}

#content a.default:hover {
  background-color: #8EEF00;
}
#content .actions a:active,
#content a.button:active {
  border-style: inset;
}
#content a.button.big {
  margin: 7px 0;
  line-height: 49px;
  font-size: 110%;
}

/** {{ Sortable column links **/
#content a.active_up {
  padding-right: 15px;
  background-image: url('../images/arrow_sort_up.gif');
  background-repeat: no-repeat;
  background-position: right;
}
#content a.active_down {
  padding-right: 15px;
  background-image: url('../images/arrow_sort_down.gif');
  background-repeat: no-repeat;
  background-position: right;

}
/** Sortable column links }} **/

input.default {
  background-color: #8EEF00;
  color: #000;
  border-right: 2px solid #5E9F00;
  border-bottom: 2px solid #5E9F00;
  border-top: 2px solid #B7FF4F;
  border-left: 2px solid #B7FF4F;
  cursor: pointer;
}
input.default:active {
  border-style: inset;
}

tt {
  color: #000000;
}
error {
/*   background-image: url('../images/exclamation.png'); */
/*   background-repeat: no-repeat; */
/*   background-position: 3px 3px; */
/*   padding: 3px 7px 3px 24px; */
  color: #C74D30;
  font-weight: bold;
  font-size: 80%;
  display: block;
  margin-top: 3px;

}
/** fieldset }} */

/** --primary elements }} */


/** {{ #container */

#container {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0;
  padding-bottom: 50px;
  clear: both;
  background-color: #F4F4F4;
}

#content:after {
 display: block;
 content: ".";
 visibility: hidden;
 clear: both;
 height: 0;
}

/** #container }} */

/** {{ #header */

#header {
  color: #eee;
  margin: 0;
  padding: 0;
  background-image: url('../images/top_bar.gif');
  background-repeat: repeat-x;
  background-position: bottom;
}
#header h1 a  { padding: 0; }
#header h1 a:hover  { background-color: transparent; }

#header a {
  color: #eee;
  padding: 0px 3px;
}
#header a:hover {
  color: #fff;
  background-color: #797979;
}
#header .time {
  color: inherit;
}
#header .time strong {
  font-weight: bold;
  color: inherit;
}
#masthead {
  width: 800px;
  margin: 0 auto;
  margin-bottom: 0;
  position: relative;
}

#title_container {
  float: left;
}
#title_container h1 a {
  display: block;
  text-indent: -1000em;
  width: 138px;
}

#masthead p.notice {
  font-size: 80%;
  float: left;
  display: inline;
}

#masthead p.notice a, #masthead p.notice a:hover {
  color: #FAD9B1;
}

#masthead p#profile {
  float: right;
  font-size: 80%;
  text-align: right;
  padding-bottom: 7px;
}


#header:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ".";
  height: 0;
}

#header p{
  margin: 5px 0 5px 0;
  padding:0;
}

#new_timer_header {
  background-color: transparent;
  border: 0;
  font-size: 10px;
  margin: 0;
  padding: 0;
  line-height: 0;
}
#new_timer_header p {
  margin: 0;
  padding: 7px 0;
}
#new_timer_header legend {
  display: none;
}

/** {{ mainnav */
#mainnav {
  clear: both;
  padding: 0 0 0 0;
  margin: 0 auto;
  width: auto;
  text-align: center;
  font-size: 16px;
  background-color: #87CF5F;
  color: #fff;
  background-image: url('../images/green_bar.gif');
  background-position: left bottom;
  background-repeat: repeat-x;

}
#mainnav a {
  color: #fff;
  padding: 0px 3px;
}
#mainnav a:hover {
  background-color: #5D953D;
}
#mainnav .time {
  color: inherit;
}
#mainnav .time strong {
  color: #fff;
}
#mainnav strong {
  font-weight: bold;
}
#mainnav #timer_link {
  font-size: 90%;
  font-weight: normal;
}
#mainnavwrapper {
  width: 800px;
  margin: 0 auto;
}

#welcome {
  background-repeat: no-repeat;
  background-position: top;
  margin: 0;
  padding: 0;
}

#intro {
  float: left;
  font-size: 120%;
  text-align: left;
  padding: 7px 0 0 24px;
  margin: 0;
}
#timersetc {
  padding: 7px 0 0 24px;
  margin: 0;
  text-align: left;
  font-weight: bold;
}

#welcome:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ".";
  height: 0;
}

#mainnav ul#tabs {
  margin: 14px 0 0 0;
  padding: 0;
  width: auto;
  clear: both;
}
#mainnav ul#tabs li {
  display: block;
  float: left;
  margin: 0 3px 0 0;
  padding: 0;
}

/* Usually when viewing a user's profile the admin tab gets highlighted. We don't want then when viewing your own profile. */
body.users.profile #mainnav ul#tabs li.admin a,
#mainnav ul#tabs li a {
  display: block;
  padding: 7px 28px;
  margin: 0;
  outline:none;
  background-color: #EBF5B3;
  text-decoration: none;
  color: #666;
}
#mainnav ul#tabs li a:hover {
  text-decoration: underline;
  color: #000;
  background-color: #F7FDD8;
}

#mainnav ul#tabs li.admin {
  float: right;
  margin-right: 0;
  border-right: 0;
}

#mainnav ul#tabs li.active a:hover {
  color: #000;
}
#mainnav:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ".";
  height: 0;
}

/* Timer tab stuff */
#mainnav ul#tabs li#timer_tab a span,
#mainnav ul#tabs li#timer_tab a span span.time,
#mainnav ul#tabs li#timer_tab a span span.time strong {
  font-weight: normal;
  color: #999;
  font-size: 100%;
  border-right: 0;
}
#mainnav ul#tabs li#timer_tab {
  border-right: 0;
}


/* Enter Time tab stuff */
body#time-index a#enter_time_today_tab,
body#time-start_timer a#enter_time_start_timer_tab,
body#time-log_time a#enter_time_log_time_tab {
  font-weight: bold;
}


/* Review tab stuff */
body#entries-index a#review_filter_tab,
body#week-show a#review_weekly_tab {
  font-weight: bold;
}



/** #header }} */




/** {{ start:  body#loginlout */
html, body#login-logout {
  margin-bottom: 0;
}
body#login-logout #footer,
body#login-logout #header {
  display: none;
}

body#login-logout div#content div#welcome h1 {
  background-image: url('../images/rallyclock-logo-login-top.png');
  background-repeat: no-repeat;
  background-position: 5px 20px;
  width: 425px;
  height: 125px;
  display: block;
  margin: 0;
}


body#login-logout div#content div#welcome form {
  margin-top: 0;
}

body#login-logout #content div#welcome {
  background-color: #212121;
/*   border-bottom: 2px solid #000000; */
  border: solid 5px #ccc;
  padding-bottom: 3em;
  width: 425px;
}

body#login-logout #content h1 span {
  display: none;
}

body#login-logout #content {
  margin: 0 auto;
  width: 425px;
  padding-top: 100px;
}

body#login-logout #content p.message {
  margin: 10px 0 0 25px;
  width: 337px;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: .5em;
  padding-left: 30px;
}


body#login-logout #content p a {
  color: lightblue;
}

body#login-logout #content p a:hover {
  background-color: #666;
}

body#login-logout #content p.message.error {
  background-color: #333;
  background-image: url('../images/exclamation.png');
  background-repeat: no-repeat;
  background-position: 6px 6px;
  color: #fff;
}

body#login-logout #content p.message.success {
  background-color: #333;
  background-image: url('../images/accept.png');
  background-repeat: no-repeat;
  background-position: 6px 6px;
  color: #fff;
}

body#login-logout #content form, body#login-logout #content p {
  color: #fff;
  display: block;
  margin: 0px 0 0 125px;
}

body#login-logout #content form p {
  margin: 7px 0;
}
body#login-logout #content form label {
  margin: 0;
}
body#login-logout #content form input {
  margin: 0;
}
body#login-logout #content form input#login,
body#login-logout #content form input#password,
body#login-logout #content form input#email {
  font-size: 16px;
  margin: 3px;
  width: 220px;
  border: none;
}

body#login-logout #content form input#submit {
/*   float: right; */
  margin-right: 50px;
  width: auto;
}

body#login-logout #content form input#remember_me {
  width: auto;
/*   float: left; */
  margin: 5px;
}
/** end: body#loginlout }} */


/** start: body#invitations-verify {{ */

body#invitations-verify table tbody tr td {
  width: 50%;
}

body#invitations-verify table tbody tr td select,
body#invitations-verify table tbody tr td input {
  width: auto;
}

body#invitations-verify form#login_form {
  background-color: #eee;
  padding: 1px 14px;
}


/** end: body#invitations-verify }} */
#content {
/*   min-height: 400px; */
  background-repeat: repeat-y;
  padding: 7px 25px 28px 25px;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  width: 750px;
  text-align: left;
  margin: 0 auto;
  min-height: 300px;
}

#content ul {
  padding: 0;
  margin: 0;
  margin-left: 35px;
}
#content ul li {
  color: #444;
  list-style: square;
  margin-left: 0;
  padding-left: 0;
}

#content a {
  padding: 0;
  color: #006D7F;
}
#content a:hover {
  background-color: #FFFFCC;
}

#adminnav {
  margin-top: 7px;
  border-top: 1px solid #eee;
}
#adminnav ul {
  margin: 0;
}
#adminnav ul li {
  float: left;
  list-style: none;
}
#adminnav ul li a {
  font-size: 120%;
  display: block;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  margin-right: 24px;
}

#adminnav:after {
  display: block;
  clear: both;
  content: ".";
  visibility: hidden;
  height: 0;
}

/** {{ start: #footer */
#footer {
  clear: both;
  background-image: url('../images/footer_bg.gif');
  background-repeat: repeat-x;
  background-position: top;
  background-color: #A6A6A6;
  color: #666;
  font-size: 10px;
  padding: 14px 14px 24px 14px;
  /*margin-top: 50px;*/
}
#footer strong { font-weight: bold; font-size: 11px; color: #333;}
#footer a {
  color: #444;
  padding: 0px 3px;
}
#footer a:hover {
  background-color: #DFDFDF;
}

#footer #footerwrapper {
  width: 800px;
  margin: 0 auto;
}

#footer #logo {
  float: right;
  margin: 14px 0;
  padding: 0;
  text-align: center;
}

#footer #sitemap {
  width: 500px;
  height: 1%;
}
#footer #sitemap:after {
  content: ".";
  display: block;
  visibility: none;
  height: 0;
  clear: both;
}

#footer #copy {
  margin: 14px 0;
}
/** end: #footer }} */

#subnav {
  margin: 0;
  height: 1%; /* For crappy IE */
  background-color: #ADD8E6;
  padding: 8px 25px 10px 25px;
  width: 750px;
  text-align: left;
  margin: 0 auto;
}

#subnav ul {
  margin: 0;
  padding: 0;
}

#subnav li {
  margin: 0;
  padding: 0;
  display: block;
  float: left;
}

#subnav li a {
  display: block;
  color: black;
  margin-right: 24px;
  text-decoration: none;
  font-size: 90%;
}

#subnav li a:hover {
  text-decoration: underline;
}

#subnav:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

/** {{ start: general classes */
.subtitle {
  font-size: 70%;
}
span.time {
  color: #666;
}
span.time strong {
  color: #222;
}
span.time strong.hours,
span.time strong.minutes {
  font-weight: normal;
}

.blink span.time { color: #000; }

.doclink {
  visibility: hidden;
  position: absolute;
}
/** end: general classes }} */

/** {{ start:  body#loginlout */
html, body#login-logout {
  margin-bottom: 0;
}
body#login-logout #footer,
body#login-logout #header {
  display: none;
}

body#login-logout #content h1 {
  display: none;
}
body#login-logout #content {
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: 0 100px;
  background-color: transparent;
  width: 400px;
  padding-top: 100px;
  border: none;
}
body#login-logout #content h1 {
  border: none;
}
body#login-logout #content form {
  color: #fff;
  display: block;
  margin: 100px 0 0 125px;
}

body#login-logout #content form p {
  margin: 7px 0;
}
body#login-logout #content form label {
  margin: 0;
}
body#login-logout #content form input {
  margin: 0;
}
body#login-logout #content form input#login,
body#login-logout #content form input#password {
  font-size: 16px;
  margin: 3px;
  width: 220px;
  border: none;
}

body#login-logout #content form input#submit {
/*  float: right;*/
  margin-right: 50px;
  width: auto;
}

body#login-logout #content form input#remember_me {
/*  width: auto;*/
  float: left;
  margin: 0 5px;
}
/** end: body#loginlout }} */

/** {{ start: body#invitations-new */
body#invitations-new #field_invitation_is_approval_required {
  position: absolute;
  margin-top: -2.5em;
  margin-left: 100px;
}

form.delete_form div {
  display: inline;
}

form.delete_form input{
  width: auto;
}
/** end: body#invitations-new }} */

/** {{ start: body.time */
p.date_select select {
  width: auto;
}

#entry_hours {
  width: auto;
}
body.time #field_entry_hours,
body.time #field_entry_project_id {
  font-size: 120%;

}
body.time #entry_description {
  width: 90%;
  height: 50px;
}

body.time fieldset legend {
/*   display: none; */
}

body.time fieldset {
  margin: 0;
  padding: 0;
}

body.time table#entry_form tbody tr:first-child td {
  border-bottom: 2px solid #ddd;
}
body.time table#entry_form tbody tr:first-child td {
  padding-bottom: 7px;
}


body.time table#entry_form tbody tr,
body.time table#entry_form tbody tr td {
  padding: 0;
 }

body.time table#entry_form {
  margin: 0;
}

body.time span#formats {
  font-size: 80%;
}

body.time #entry_form td {
  border: none;
  background-color: transparent;
}

body.time #field_entry_hours label {
  width: auto;
}
body.time #active_timer_description {
  width: 260px;
  height: 3em;
  float: left;
}

body.time #project_id {
  width: 80%;
}
#field_entry_hours .blurb {
  float: right;
/*  width: 240px;*/
  margin: 0;
  padding: 0;
  margin-top: 1.2em;
}

/*#new_timer,
#new_entry,
#activity {
  display: none;
}*/
#new_timer.active,
#new_entry.active,
#activity.active {
  display: block;
/*  height: 350px; /* For Crappy IE */*/
}


#activity_note {
  float: left;
  width: 350px;
  margin-top: 14px;
  padding-bottom: 10px;
/*  padding-right: 20px;*/
/*  background-color: #D8FF9F;*/
/*  border-bottom: 1px solid #ddd;*/
}

#activity_note input#submit {
  margin-top: 0px;
  margin-left: 7px;
}

#activity_note fieldset {
  border: none;
/*  background-color: #D8FF9F;*/
}
#activity_note.highlight fieldset {
  border-top: 1em solid #D8FF9F;
}

#activity_note p {
  margin-left: 14px;
  margin-bottom: 7px;
  padding-top: 0;
}

#activity_today {
  width: 365px;
  float: right;
}

div#activity_today_entries table tfoot tr td {
  background-color: transparent;
  font-weight: bold;
}
div#activity_today_entries table tfoot tr td strong {
  font-weight: bold;
}

#activity:after {
  display: block;
  visibility: hidden;
  content: ".";
  height: 0;
  clear:both;
}


#content a.edit_timer.img img{
  padding-top: 5px;
  margin-right: 5px;
}

body.time #activity_current_description {
  clear: both;
  margin-top: 24px;
/*   white-space: pre; */
  color: #000;
  min-height: 1.5em;
}


body.time #activity table {
    margin: 0;
    margin-bottom: 15px;
    padding: 0;
}

body.time #activity_today_timers table td,
body.time #activity_today_timers form {
    padding: 0;
    margin: 0;
}

body.time #activity_today_entries table td.entry_manage {
    width: 55px;
}

body.time #activity_today_timers .timer_icon {
    width: 30px;
}
body.time #activity_today_timers button {
    padding: 0;
    margin: 0;
    float: right;
}
body.time #activity_today_timers .timer_billing_code {
    width: 210px;
    line-height: 1.2em;
}
body.time #activity_today_timers .timer_time {
    width: 75px;
    padding-right: 5px;
}
body.time #activity_today_timers .details,
body.time #activity_today_entries .details {
    font-size: 70%;
}

body.time .entry_billing_code {
    padding-left: 30px;
    width: 210px;
    line-height: 1.2em;
}

body.time #activity_today_entries tfoot td {
    background-color: #eee;
    font-size: 90%;
}

body.time #activity_today_timers tbody td,
body.time #activity_today_entries tbody td {
    border-bottom: 1px dotted #eee;
}

table tbody#timers_tbody tr td.timer_manage {
  padding-right: 7px;
}


.highlight {
  background-color: #D8FF9F; /* #FFFFCC; */
}


form.timer_description_form textarea {
  width: 300px;
}
form.timer_description_form input {
  width: auto;
}
form.timer_description_form p.error {
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 0 5px 0;
}


/** end:  body.time }} */

div#time_picker_wrapper {
  display: block;
  margin: 0;
  padding: 0;
}

div#time_picker_wrapper:after {
  display: block;
  content: ".";
  visibility: hidden;
  height: 0;
  clear: both;
}

div#time_picker_wrapper input {
  width: 7em;
}


/** start: form.inline_form button {{ */

/* BUTTONS */

form.inline_form button {
  display:block;
  float:left;
  margin:0 7px 0 0;
  background-color:transparent;
  border:0;

  line-height:130%;
  text-decoration:none;
  font-weight:bold;
  color:#565656;
  cursor:pointer;
  padding:5px 10px 6px 7px; /* Links */
}
form.inline_form button{
  width:auto;
  overflow:visible;
  padding:4px 10px 3px 7px; /* IE6 */
}
form.inline_form button[type] {
  padding:5px 10px 5px 7px; /* Firefox */
  line-height:17px; /* Safari */
}
*:first-child+html button[type] {
  padding:4px 10px 3px 7px; /* IE7 */
}
form.inline_form button img {
  margin:0 3px -3px 0 !important;
  padding:0;
  border:none;
  width:16px;
  height:16px;
}
/** end:  form.inline_form button }} */


/** {{ start: body class stuff for highlighting main nav tabls */
body.index.admin #mainnav ul#tabs li.admin a,
body.time #mainnav ul#tabs li#enter_time a,
body#week-show li#review_time a,
body.index.entries #mainnav ul#tabs li#review_time a,
/* The admin tab gets highlighted when other things are active as well: */
body.groups #mainnav ul#tabs li.admin a,
body.clients #mainnav ul#tabs li.admin a,
body.projects #mainnav ul#tabs li.admin a,
body.users #mainnav ul#tabs li.admin a,
body.admin.entries #mainnav ul#tabs li.admin a,
body.exports #mainnav ul#tabs li.admin a
{
/*  background-color: #E6F8FC;*/
  background-color: #ADD8E6;
  color: #000;
  background-position: top;
  background-repeat: repeat-x;
}



/** }} end: body class stuff for highlighting main nav tabls */

/** {{ start: body class stuff for highlighting admin tabs */
body.groups li#admin_groups_tab,
body.clients li#admin_clients_tab,
body.projects li#admin_projects_tab,
body.users li#admin_users_tab,
body.admin.entries li#admin_entries_tab {
    font-weight: bold;
  }
/** }} end: body class stuff for highlighting admin tabs */

#content div.manage ul {
  padding: 0;
  margin: 0;
  float: right;
  margin-top: -2.3em;
}
#content div.manage ul li {
  float: left;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: 14px;
  font-size: 130%;
}
/*#content div.manage:after {
  content: ".";
  float: none;
  clear: both;
  visibility: hidden;
}*/

/** {{ start: #new_im_handle_form */
#new_id_handle_form input {
    width: 40%;
}
#new_id_handle_form #handle_name {
    width: 350px;
}
#new_id_handle_form td {
    border: none;
    padding: 0;
}
/** end: #new_im_handle_form }} */


td.manage form {
    display: inline;
    padding: 0;
    margin: 0;
    line-height: 0;
    border: 0;
    height: 0;
}
td.manage fieldset {
    width: auto;
    display: inline;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: transparent;
}

form.delete_form button {
    font-weight: normal;
    font-size: 100%;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 0;
    color: #006D7F;
}
form.delete_form button:hover {
    background-color: #FFFFCC;
}


#field_timer_is_finished {
    font-size: 150%;
}
#field_timer_is_finished input {
    margin-top: 10px;
}

/** Week view **/
/*#week-show h1 { border: none; }*/

#week-show dl { margin: 0; padding: 0; }
#week-show dl:after {
    display: block;
    content: ".";
    visibility: hidden;
    clear: both;
    height: 0;
}
#week-show dl dt {
    float: left;
    clear: left;
    width: 150px;
    font-size: 36px;
    border-top: 1px solid #ddd;
    padding: 10px;
}
#week-show dl dt .daytime,
#weeklytotal {
    clear: both;
    display: block;
    font-size: 16px;
    margin: 0;
    padding: 0;
    margin-left: 2px;
    margin-top: -10px;
}
#week-show dl dt .dayday {
    margin: 0;
    padding: 0;
    padding-top: 10px;
    line-height: 0;
    margin-left: 2px;
    margin-top: 10px;
    display: block;
    font-size: 16px;
}
#week-show dl dd {
    margin-left: 130px;
}
#week-show dl dd:after {
    display: block;
    content: ".";
    visibility: hidden;
    clear: both;
    height: 0;
}
#week-show dl ul {
    border-top: 1px solid #ddd;
    padding: 10px;
}
#week-show dl ul li {
    list-style: none;
    display: block;
}
#week-show dl ul li span {
    display: block;
}
#week-show dl ul li span.entrytime {
    float: right;
    text-align: right;
    width: auto;
    font-size: 16px;
}
#week-show dl ul li span.billable_task {
    margin: 0;
    padding: 0;
    line-height: .7em;
    font-size: 10px;
}
#week-show dl ul li span.description {
    font-size: 16px;
    margin-top: 3px;
}
#week-show dl ul li span.project {
    color: #000;
    font-size: 16px;
}
#week-show dl {
    padding-bottom: 0;
    clear: both;
}

#week-show dl:after {
    display: block;
    visibility: hidden;
    content: ".";
    clear: both;
    height: 0;
}

#week-show h3 { font-size: 18px; margin-left: 10px; margin-top: 10px; }
#week-show #weeklytotal { margin: 0; font-size: 18px; margin-top: 0px; padding-top: 10px; border-top: 1px solid #ddd; }
#week-show #weeklytotal .time { float: right; padding-top: 10px; }
#week-show #weeknav { margin-top: -15px; padding-bottom: 5px; }

#week-show .instructions { border: none; width: 300px; margin: 0; padding: 0; }

#week-show .filter { margin: 0; }
#week-show .filter td { vertical-align: top; }
#week-show .filter select,
#week-show .filter input { width: 90%; }
#week-show .filter.buttons { text-align: center; }
#week-show .filter.buttons input { width: auto; }










