/** Twit **/
.twit {
 background-color: #000000;
 padding: 2px;
}
.twitHeader {
 
  margin: 0;
  padding: 7px 7px 0 7px;
}
.twitLabel {
  font-weight: bold;
  font-size: 16px;
  color: #000000;
}
.twitTitle {
  font-weight: bold;
}
.twitUser {
 
  border-bottom: none;
  font-size:160%;
  padding: 7px;
}
.twitUser a{
  color:#222;
  font-weight:bold;
  text-decoration: none;
}

.twitUser a:active{
  color:#222;
  font-weight:bold;
  text-decoration: none;
}
.twitUser a:link{
  color:#222;
  font-weight:bold;
  text-decoration: none;
}
.twitUser a:hover{
  color:#222;
  font-weight:bold;
  text-decoration: none;
}

.twitEntry a{
  color:33ccff;
  text-decoration: none;
}

.twitEntry a:active{
  color:#222;
  text-decoration: none;
}
.twitEntry a:link{
  color:#33ccff;
  text-decoration: none;
}
.twitEntry a:hover{
  color:purple;
  text-decoration: none;
}

.twitBody {
 
  padding: 0 7px 7px 7px;
  margin: 0;
  list-style: none;
}
.twitEntry {
  padding: 3px 4px;
  margin: 0;
  border-bottom: dashed 1px #ccc;
  height: auto !important;
  color:black;
  text-align:left;
}
.twitNavi {
  clear: both;
  text-align: center;
  margin-top: 0;
  padding: 5px;
  
}
#twitlink
{
background-color: #ECECEC;
height:300px;
width:230px;
overflow-y:auto;
border:0px solid gray;
-moz-border-radius: 10px 0px 0px 10px;

}

.datetwit
{
font-size:8pt;
color:grey;
}
