#tagFilter {
  clear: both;
  font-size: 10px;
  border: 1px solid #999;
  margin-bottom: 8px;
  margin-top: 1em;
  padding: 0px;
}

#newsTagsButtons {
  clear: both;
	  margin-left: 1em;
  background: white;
  margin-bottom: 4px;
  padding: 0px 2px;
}

#mainContent ul#tagList,
#newsListForm { 
	margin: 0px; 
	padding: 0px; 
}


ul#tagList {
  clear: left;
}

#mainContent ul#tagList li {
  margin: 0px;
  padding: 0px 0px 4px 6px;
  list-style-type: none;
  width: 12em;
  text-align: left;
  float: left;
  background: none; /*remove custom list bullets*/
}

ul#tagList li img {
  vertical-align: middle;
  padding-top: 0px;
  line-height: 1em;
  height: 14px;
  float: left;
  position: relative;
}

ul#tagList li span {
  padding-left: 22px;
  display: block;
  height: auto;
}

ul#tagList li .event {
  margin: 0px;
  padding: 0px;
}

#tagList img.tagCheckbox.event {
  border: none;
  padding: 0px;
  height: 14px !important;
}

.tagCheckbox {
  width: 14px;
  height: 14px;
  background: url(/static_war/newsbuilder/tag_checkbox.png) top left no-repeat;
  vertical-align: top;
}

.checkedTag .tagCheckbox {
  background-image: url(/static_war/newsbuilder/tag_checkbox_checked.png); 
}

img.tagCheckbox {
  behaviour: url("/static_war/render/iepngfix.htc");
}

.newsItemFooter {
	font-size: 90%;
}
.clickMeHint {
	font-weight: bold;
    background-color: #FFFFCC;
}