/* START: reset reloaded */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
body {
  line-height: 1;
  color: black;
  background: white;
}
ol, ul {
  list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
/* END: reset reloaded */

/* START: fixed right sidebar */
 body{
  margin:0;
  padding:0 300px 0 0;
 }
 div#sidebar{
  position:absolute;
  top:0;
  right:0;
  width:300px;
  height:100%;
 }
 @media screen{
  body>div#sidebar{
   position:fixed;
  }
 }
 * html body{
  overflow:hidden;
 }
 * html div#content{
  height:100%;
  overflow:auto;
 }
/* END: fixed right sidebar */

/* START: general layout */
html {
  overflow: -moz-scrollbars-vertical;
}

body {
  background: url(/res/img/bg.gif) repeat-x #fff fixed;
  font-size: 12px;
  font-family: "Trebuchet MS", Tahoma, Arial, Verdana, sans-serif;
}

a {
  text-decoration: none;
  color: #555;
}

a:hover {
  background: #FEFFCB;
  color: #009;
}

h1,h2,h3,h4 {
  font-family: "Century Gothic", "Trebuchet MS", Arial, Verdana, sans-serif;
  text-decoration: none;
  font-weight: normal;
}
/* END: general layout */

/* START: blackbox */
#blackbox {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
}

#bbfade {
  position: absolute;
  width: 100%;
  height: 100%;
  background: black;
  z-index: 100;
}

#bbpage {
  display: block;
  position: fixed;
  width: 400px;
  height: 150px;
  background: #B9DAFF;
  padding: 8px;
  margin: 0;
  border: 0;
  z-index: 200;
}

* html #bbpage {
  position: absolute;
}

a#bbclose {
  position: absolute;
  display: block;
  width: 48px;
  height: 18px;
  margin-top: -32px;
  background: #B9DAFF;
  color: #000;
  font-weight: bold;
  font-size: 11px;
  right: 0;
  z-index: 300;
  padding-top: 6px;
  text-align: center;
  cursor: pointer;
}

a#bbclose:hover {
  background: #FEFFCB;
}

#bbframe {
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 0;
  margin: 0;
}
/* END: blackbox */

/* START: sidebar */
#sidebar {
  padding-top: 20px;
}

#sidebar .box {
  width: 280px;
  background: #fff;
  margin-bottom: 8px;
  font-size: 12px;
}

#sidebar .box h1 {
  background: #ddd;
  font-weight: bold;
  font-size: 14px;
  color: #777;
  padding: 5px 4px;
  border-bottom: 2px solid #ddd;
}

#sidebar .box:hover h1 {
  border-bottom: 2px solid #999;
  color: #333;
}

#sidebar .box .inset {
  margin: 8px;
  padding-bottom: 4px;
}

#sidebar #menu .user td {
  border-bottom: 1px solid #ddd;
  margin-bottom: 2px;
}

#sidebar #menu a {
  display: block;
  padding: 4px 8px;
  text-align: center;
}

#sidebar #menu a:hover {
  background: #FEFFCB;
}

#sidebar .box .formtable td {
  padding: 2px 0;
}

#sidebar .box input {
  border: 1px solid #999;
  background: #f9f9f9;
  width: 120px;
  font-size: 12px;
}

#sidebar .box input:active, #sidebar .box input:hover {
  background: #FEFFCB;
}

#sidebar .box .button {
  border: 2px solid #999;
  background: #ddd;
  font-weight: bold;
  width: 80px;
}

#sidebar .box .err {
  text-align: center;
  color: #900;
  font-weight: bold;
  padding: 8px 4px;
}

#sidebar .box #task {
  padding-bottom: 4px;
}

* html #sidebar .box #task {
  margin: 5px;
  padding: 0;
}

#sidebar .box #task table {
  width: 100%;
  margin: 0;
}

#sidebar .box #task td {
  padding: 4px 0;
}

#sidebar .box #task #taskbox {
  text-align: center;
}

#sidebar .box #task #playbox {
  text-align: left;
}

#sidebar .box #task #workbox {
  text-align: right;
}

#sidebar .box #task .button {
  width: 95px;
  padding: 4px;
}

#sidebar .box #task #btnplay {
  background: #D5F5CB;
}

#sidebar .box #task #btnwork {
  background: #A8CCF4;
}

#sidebar .box #task #btnplay:hover, #sidebar .box #task #btnwork:hover {
  background: #FEFFCB;
}

#sidebar .box #feel {
  text-align: center;
  margin: 2px 0 1px 0;
  padding: 0;
}

#sidebar .box #feel a:hover {
  background: none;
}

#sidebar .box #feel a img {
  padding: 0;
  border: 2px solid #fff;
  margin: 0 4px;
}

#sidebar .box #feel a:hover img {
  border: 2px solid #999;
}

#sidebar .box #feel a.active img {
  border: 2px solid #0067DA;
}

#sidebar .box .quirkbox {
  padding-bottom: 4px;
}

#sidebar .box .quirkbox h2 {
  background: #eee;
  font-weight: bold;
  font-size: 12px;
  color: #000;
  padding: 2px 4px;
}

#sidebar .box .quirkbox table {
  width: 270px;
  margin: 3px 5px 0 5px;
}

#sidebar .box .quirkbox td {
  text-align: center;
  font-size: 11px;
}

#sidebar .box .quirkbox td a {
  display: block;
  border: 1px solid #fff;
  padding: 1px 0;
}

#sidebar .box .quirkbox td a:hover {
  border: 1px solid #999;
}

#sidebar .box .quirkbox td a.active {
  border: 1px solid #0067DA;
  color: #007;
  background: #D9E8F3;
}
/* END: sidebar */

/* START: content */
#content {
  padding: 10px 20px;
}

#content h1 {
  font-weight: bold;
  font-size: 20px;
  color: #33556F;
  padding: 4px;
}

#content h1.logo {
  font-size: 28px;
  color: #006ABC;
  padding-bottom: 20px;
}

#content h1.logo a {
  color: #006ABC;
}

#content h1.logo a:hover {
  background: none;
  border-bottom: 1px solid #106C12;
}

#content h1.logo i {
  color: #106C12;
}

#content h2 {
  font-size: 16px;
  font-weight: bold;
  color: #353;
  padding: 4px 8px;
}

#content h3 {
  font-size: 14px;
  color: #333;
  padding: 4px 12px;
}

#content p, ul.list {
  color: #000;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 18px;
}

#content hr {
  height: 1px;
  border: 0;
  border-bottom: 1px dashed #444;
}

#content .inputbox {
  border: 1px solid #999;
  background: #f9f9f9;
  width: 120px;
  font-size: 12px;
}

#content .inputbox:active, #content .inputbox:hover {
  background: #FEFFCB;
}

#content .cmdbutton {
  border: 2px solid #999;
  background: #ddd;
  font-weight: bold;
  width: 80px;
}

#content .err {
  color: #900;
  font-weight: bold;
}

#content .msg {
  color: #060;
  font-weight: bold;
}

#content #todosbox {
  margin-right: 16px;
}

#content .todoslist li a {
  display: block;
  padding: 4px 0;
  *padding: 0;
  font-size: 12px;
  cursor: pointer;
  color: #000;
}

#content .todoslist li a:hover {
  background: none;
}

#content .todoslist li a table {
  width: 100%;
}

#content .todoslist li a .pad, #content .todoslist li a .check, #content .todoslist li a .del {
  width: 32px;
  visibility: hidden;
  font-size: 12px;
  color: #000;
  cursor: pointer;
  text-align: center;
}

#content .todoslist li a:hover .check, #content .todoslist li a:hover .del {
  visibility: visible;
}

#content .todoslist li a .check {
  background: url(/res/img/check.gif) no-repeat left center;
}

#content .todoslist li a .del {
  background: url(/res/img/del.gif) no-repeat right center;
}

#content .todoslist li a .task {
  cursor: move;
  font-size: 20px;
  padding: 0 2px;
  border-bottom: 1px dashed #999;
  text-align: left;
}

#content .todoslist li a:hover .task {
  background: none;
  border-bottom: 1px solid #555;
}

#content .todoslist li.head a .task, #content .todoslist li.head a:hover .task {
  font-size: 24px;
  color: #5B5B5B;
}

#content .todoslist li.head a .check {
  background: none;
}

#content .todoslist li.head a .del {
  background: none;
}

#content .todoslist li.head a .task span {
  display: block;
  float: right;
  font-size: 12px;
  cursor: pointer;
  margin-top: 10px;
}

#content .todoslist li.head a:hover .task span {
  color: #800000;
}

#content .todoslist li.play a .task, #content .todoslist li.play a:hover .task {
  font-size: 24px;
  color: #106C12;
}

#content .todoslist li.work a .task, #content .todoslist li.work a:hover .task {
  color: #006ABC;
}

#content .todoslist li.first a .task {
  font-size: 40px;
  background: #FEFFCB;
  padding: 4px 2px;
  border: 2px dashed #977;
}

#content .todoslist li.first a:hover .task {
  font-size: 40px;
  background: #FEFFCB;
  border: 2px dashed #b55;
}

#content #todosbox #today li a .task {
  cursor: default;
  border-bottom: 1px solid #555;
  color: #333;
}

/* END: content */
