/* (c) Windmill - (r) iof 20100817 2200 */
/* for the programme tracks */

/* This works with session-track.js */
/* This is the second stylesheet called */
/* And the tracks must be in this order on the database */

div.rightFilter {
   float: left;
   width: 180px;
/*   padding: 0 15px 15px 30px; */
   padding: 4px 0 0 0;
   font-family: "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
}

span.rightFilterCat {
   width: 100%;
   margin: 0;
   padding: 0;
   font-family: "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 12px;
   line-height: 16px;
   font-weight: bold;
   color: #333333;
}

span.rightFilterCheck {
   width: 23px;
   height: 17px;
   padding: 4px 0 0 0;
   float: left;
}
span.rightFilterIcon {
   width: 21px;
   height: 19px;
   padding: 2px 0 0 0;
   float: right;
}
span.rightFilterOneLine {
   width: 135px;
   height: 14px;
   padding: 7px 0 0 0;
   font-family: "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
   line-height: 11px;
   color: #333333;
   float: left;
}
span.rightFilterLines {
   width: 125px;
   height: 20px;
   padding: 1px 0 0 0;
   font-family: "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
   line-height: 11px;
   color: #333333;
   float: left;
}

span.check {
   width: 21px;
   height: 24px;
}
span.checkLabel {
   float: right;
   line-height: 12px;
}
span.checkIcon {
   width: 24px;
   height: 24px;
   float: left;
}
span.heading_col {
   width: 100px;
   padding: 15px 0 0 0;
   font-family: "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 12px;
   line-height: 16px;
   font-weight: bold;
   color: #333333;
   float: left;
}
span.heading_rest {
   width: 400px;
   padding: 15px 0 0 0;
   font-family: "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 12px;
   line-height: 16px;
   font-weight: bold;
   color: #333333;
   float: left;
}
span.session_col {
   width: 412px;
/*   width: 456px;*/
   padding: 6px 0 0 0;
   font-family: "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
   line-height: 11px;
   color: #333333;
   float: left
}
a.session_link {
   font-family: "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
   line-height: 11px;
   color: #333333;
   text-decoration: none;
}
a.session_link:hover {
   color: #ff9900;
   text-decoration: underline;
}
span.key_col {
   width: 21px;
   height: 19px;
   padding: 2px 0 0 1px;
   float: left;
}
div.sep {
   width: 100%;
   height: 1px;
   margin: 0 0 -1px;
   border-bottom: 1px solid #ff9900;
   padding: 1px 0 1px 0;
   clear: both;
}



