table, td{
	border: 1px solid black;
}


body {
    font-family: verdana;
    font-size: 12px;
}
a {
    color: #2d4f5e;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
#loggedout {
    font-size: 20px;
    padding-top: 30px;
    text-align: center;
}
#loggedin {
    display: none;
}
#header {
    background: #eee none repeat scroll 0 0;
    border-bottom: 1px solid #000;
    padding: 4px;
}
#output {
    overflow: scroll;
    padding: 0;
    height:100%
}
#output ul li {
    background-color: #2d4f5e;
    border-radius: 5px;
    margin-bottom: 15px;
    margin-left: -8px !important;
    padding-bottom: 8px;
    padding-left: 8px !important;
    padding-top: 8px;
}
.card {
    background-color: #f2f0e9;
    border: medium none #aca7a6;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-bottom: 5px;
    padding-left: 3px;
    padding-top: 5px;
}
#output ul li ul li ul li {
    background-color: #f2f0e9;
    border: medium none #aca7a6;
    font-weight: normal;
    margin-left: -15px;
    margin-top: 2px;
    padding-bottom: 5px;
    padding-left: 3px;
    padding-top: 3px;
}
#output ul li ul li {
    background-color: #8a8f91;
    border-radius: 3px;
    font-weight: bold;
    margin-bottom: 8px;
    margin-left: -5px;
    margin-top: 5px;
    padding-left: 5px;
    padding-top: 5px;
}
#output ul {
    list-style: outside none none;
    padding-left: 15px !important;
    padding-top: 3px;
    width: 100%;
}
#output ul li {
    overflow: hidden;
    width: 200%;
}

#output2 ul {
  list-style: outside none none;
  margin-top: 5px;
}
#output2 {
  font-size: 13px;
}

#output2 > ul li {
  font-weight: bold;
  margin-bottom: 8px;
  padding-bottom: 8px;
  padding-right: 8px;
  padding-top: 8px;
  padding-left: 8px;
}
#output2 > ul li li {
  border: 1px solid;
  border-radius: 8px;
}
#output2 > ul li ul li {
 
  font-weight: normal;
  padding-left: 35px !important;
  background-position: 5px center;  
}
#output2 > ul li ul li ul li {
  display: none;
}

#output2 ul ul li {
  margin-bottom: 3px;
}

#output2 > ul li.completed_yes {
  background-color: #d0ffd0;
  background-image: url("../images/icons/verified9.png");
  background-repeat: no-repeat;
  border-color:#278f27;
}
#output2 > ul li.completed_scheduled {
	background-color: #E7F2FF;
	background-image: url("../images/icons/calendar68.png");
	background-repeat: no-repeat;
	border-color:#034896;
}

#output2 > ul li.completed_hold {
  background-color: #fff782;
  background-image: url("../images/icons/warning42.png");
  background-repeat: no-repeat;
  border-color: #c4b700;
}
#output2 > ul li.completed_no {
	background-color: #ffe0d4;
	background-image: url("../images/icons/documents2.png");
	background-repeat: no-repeat;
	border-color:#f74600;
}

#output2 span.cardpoints, .listname {
  border-radius: 3px 0 0 3px;
  color: #fff;
  display: block;
  float: left;
  font-weight: bold;
  margin-left: 5px;
  margin-right: 10px;
  margin-top: -8px;
  min-width: 30px;
  padding: 8px 5px;
  text-align: center;
}

#output2 > ul li.completed_yes  span.cardpoints,#output2 > ul li.completed_yes span.listname{background-color:#278f27;}
#output2 > ul li.completed_scheduled  span.cardpoints, #output2 > ul li.completed_scheduled  span.listname{background-color: #034896;}
#output2 > ul li.completed_hold  span.cardpoints, #output2 > ul li.completed_hold  span.listname{background-color: #c4b700;}
#output2 > ul li.completed_no  span.cardpoints, #output2 > ul li.completed_no  span.listname{background-color: #f74600;}

.listname {
  min-width: 150px;
}
.cardlastmoved {
  border: 1px solid #278f27;
  border-radius: 0 3px 3px 0;
  clear: none;
  display: block;
  float: left;
  margin-left: -10px;
  margin-top: -9px;
  min-width: 65px;
  padding: 8px 5px;
  text-align: center;
}
#output2 ul li ul {
  clear: left;
  margin-left: -20px;
  width: 916px;
}
.cardname {
  min-width: 300px;
  display: block;
  float: left;
}
.cardcreated {
  background-image: url("../images/icons/clock136.png");
  background-position: 5px center;
  background-repeat: no-repeat;
  border: 1px solid;
  border-radius: 8px 0 0 8px;
  float: left;
  margin-bottom: 9px;
  margin-left: -9px;
  margin-top: -9px;
  padding: 8px 8px 5px 26px;
  width: 100px;
}
#output2 ul li span.jobtitle {
  border: 1px solid;
  border-radius: 0 8px 8px 0;
  clear: right;
  display: block;
  float: left;
  margin-bottom: 9px;
  margin-left: -1px;
  margin-top: -9px;
  padding-bottom: 5px;
  padding-left: 8px;
  padding-top: 8px;
  width: 800px;
}
span.checklists {
  background-color: #eee;
  background-image: url("../images/icons/homework.png");
  background-position: 2px center;
  background-repeat: no-repeat;
  border: 1px solid #5d0200;
  border-radius: 4px;
  margin-left: 10px;
  padding: 4px 5px 4px 20px;
}

a.list {
    color: #f2f0ec;
}
a.board {
    color: #f2eee9;
    font-weight: bold;
}
.selected {
    background-color: rgb(255, 178, 115) !important;
    border-color: rgb(255, 116, 0) !important;
    border-style: solid !important;
    border-width: 1px !important;
}
#output ul li ul {
    display: none;
}
a.toggler {
    background-color: #f2f0ec;
    border-color: #006363;
    border-radius: 8px;
    border-style: solid;
    border-width: 1px;
    color: #ff7400;
    font-size: 12px;
    font-weight: bolder;
    margin-left: 3px;
    margin-right: 3px;
    float:left;
}
.toggler {
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
}

.labels {
   color: red;
   background-color: white;
   font-family: "Lucida Grande", "Arial", sans-serif;
   font-size: 10px;
   font-weight: bold;
   text-align: center;
   width: 20px;     
   border: 2px solid black;
   white-space: nowrap;
 }
 #output2 a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
 
#home li {
  font-size: 1.2em;
  font-weight: bold;
  list-style-type: none;
}
#home li li {
  font-weight: normal;
  list-style-position: inside;
  list-style-type: disc;
}