﻿@charset "utf-8";

.PickUp_tf{
  margin-bottom: 3px;
  width: 600px;
  font-size:small;
}

.PickUp_tf  h2{
  color: white;
  width: 580px;
  padding: 5px 0px 0px 20px;
  height: 43px;
  font-size:small;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: left top;
  background: url(../../../Images/news_title2_w600.gif);
  line-height: 30px;
  vertical-align: middle;
}

.PickUp_tf h3 {
  width:  580px;
  height:30px;
  margin: 0px 0px 0px 0px; 
  padding: 2px 0px 0px 20px;

  position: relative;
  top: -37px;

  vertical-align: middle;
  font-size: small;
  font-weight: normal;
  text-decoration: none;
  text-align: right;
  overflow:visible;
}

.PickUp_tf h3 a {
  padding-left: 10px;
  padding-right:10px;
 text-decoration: none;
}

.PickUp_tf h3 a,
.PickUp_tf h3 a:visited,
.PickUp_tf h3 a:active,
.PickUp_tf h3 a:hover
 {
 text-decoration: none;
}



.PickUp_tf a.RSSLink{
  background-image: none;

}

.PickUp_tf .newscontents{
  margin-top: -40px;
  padding-top: 10px;
  padding-bottom: 10px;
 background: url(news_bg_w600.gif) no-repeat left bottom;
}

.PickUp_tf ul{
  margin: 0px 0px 10px 0px;
  padding: 0px;
  padding-left:1em;
}

.PickUp_tf li{
  list-style: none;
  margin: 0px 10px 5px 0px;
  padding: 0px 0px 1px 15px;
  line-height: 1.3;
  /* border-bottom: 1px dotted silver; */
 background-repeat: no-repeat;
 background-position: 5px 5px;
 background-image: url(color_@blue.gif);
}

 /*
.tfbg_orange  li{
  background-image: url(color_@orange.gif);
}

.tfbg_blue  li{
  background-image: url(color_@blue.gif);
}

.tfbg_red  li{
  background-image: url(color_@red.gif);
}

.tfbg_purple  li{
  background-image: url(color_@purple.gif);
}
*/


.PickUp_tf .CreatedDate{
 display:block;
 width:  8em;
 color: black;
 float: left;
}


.PickUp_tf .Summary{
  display:block;
  margin: 5px 0px 0px 8em;
}


