.categorypadding {
    padding-left: 20px;
}

#categorytags {

}

#categorytags a {
    padding: 1px;
}
#categorytags a:hover {
    background-color: rgb(100,100,100);
    color: white;
}

#categorytags .c1 {
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px dotted gray;
    margin:2px;
    padding:2px;
    display: block;
}
#categorytags .c3 {
    font-size: 10px;
    color: gray;
}
#categorytags .tagselected {
    background-color: darkred;
    color: white;
}

.tagselected {
    background-color: darkred;
    color: white;
}

div.slider {
    width:300px;
    margin:10px 0;
    height:20px;
    position: relative;
	background: url('/_images/bar.gif') top left no-repeat;
}
div.slider2 {
    width:300px;
    margin:10px 0;
    height:20px;
    position: relative;
	background: url('/_images/bar2.gif') top left no-repeat;
}

div.slider div.handle, div.slider2 div.handle {
    width:9px;
    height:8px;
    background: url('/_images/icons/slider-arr.gif');
    background-repeat: no-repeat;
    cursor:pointer;
    position: absolute;
    top:20px;
}


div.calendar
{
  font-size: smaller;
  color: #000;
}

div.calendar.popup
{
  margin-left: 0px;
  margin-top: -150px;
  z-index:5;
}

div.calendar table
{
  background-color: #eee;
  border: 1px solid #aaa;
  border-collapse: collapse;
}

div.calendar thead {
  background-color: white;
}

div.calendar td,
div.calendar th
{
  padding: 3px;
  text-align: center;
}

div.calendar td.title
{
  font-weight: bold;
}

div.calendar th
{
  background: #ddd;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  font-weight: bold;
  color: #555;
}

div.calendar tr.days td {
  width: 2em;
  color: #555;
  text-align: center;
  cursor: pointer;
}

div.calendar tr.days td:hover,
div.calendar td.button:hover
{
  background-color: #34ABFA;
  cursor: pointer;
}

div.calendar tr.days td:active
div.calendar td.button:active
{
  background-color: #cde;
}

div.calendar tr.days td.selected
{
  font-weight: bold;
  background-color: #fff;
  color: #000;
}

div.calendar tr.days td.today
{
  font-weight: bold;
  color: #D50000;
}

div.calendar tr.days td.otherDay
{
  color: #bbb;
}

.calendarImg {
    cursor: pointer;
}

div.autocomplete {
  position:absolute;
  width:250px;
  background-color:white;
  border:1px solid #888;
  margin:0;
  padding:0;
  z-index:25000;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0;
  padding:0;
}
div.autocomplete ul li.selected { background-color: #ffb;}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}