/*a {
  color: #0000FF;
  font-family: Verdana;
  font-size: 8pt;
  font-weight: normal;
  text-decoration: none;
  }

a:hover {
  color: #0000FF;
  text-decoration: underline;
  }

a:visited {
  color: #0099FF;
  }

a:hover {
  color: #000000;
  text-decoration: underline;
  }

a:visited {
  color: #000000;
}*/

.TagCloud {
  font-family: Tahoma;
  font-size: 10pt;
}

a.TagCloud1 {
  color: #000000;
  font-size: 100%;
  font-family: Tahoma;
  font-weight: normal;
  text-decoration: none;
}

a.TagCloud1:visited {
  color: #000000;
}

a.TagCloud1:hover {
  color: #000000;
  text-decoration: underline;
}

a.TagCloud2 {
  color: #000000;
  font-size: 140%;
  font-family: Tahoma;
  font-weight: normal;
  text-decoration: none;
}

a.TagCloud2:visited {
  color: #000000;
}

a.TagCloud2:hover {
  color: #000000;
  text-decoration: underline;
}

a.TagCloud3 {
  color: #000000;
  font-size: 180%;
  font-family: Tahoma;
  font-weight: normal;
  text-decoration: none;
}

a.TagCloud3:visited {
  color: #000000;
}

a.TagCloud3:hover {
  color: #000000;
  text-decoration: underline;
}

a.TagCloud4 {
  color: #000000;
  font-size: 220%;
  font-family: Tahoma;
  font-weight: normal;
  text-decoration: none;
}

a.TagCloud4:visited {
  color: #000000;
}

a.TagCloud4:hover {
  color: #000000;
  text-decoration: underline;
}

.MainTable {
  table-layout: fixed;
  margin: 0px;
  padding: 0px;
}

.BlogTable {
  /*border-style: solid;*/
  /*border-width: 2px;*/
  /*border-color: #FFDE9C;*/
  /*border: 1px solid #C0C0C0;*/
  margin: 0px;
  padding: 0px;
  /*background-color: blue;*/
}

.ImageCell {
  width: 100px;
  height: 100px;
  vertical-align: top;
}

.ContentTable {
  padding: 0px;
  margin: 0px;
  width: 100%;
  line-height: 100%;
  /*background-color: red;*/
}

.TitleCell {
  font-weight: bold;
  font-size: 120%;
  width: 100%;
  margin: 0px;
  padding: 2px;
  padding-bottom: 3px;
  line-height: 100%;
  /*border: 1px dotted red;*/
  /*border-bottom: 5px solid #FFDE9C;*/
  border-bottom: 1px dotted #ffcc66;
  /*background-color: #ffcc66;*/
}

.AuthorCell {
  width: 50%;
  text-align: left;
  font-style: italic;
  margin: 0px;
  padding: 2px;
  padding-bottom: 3px;
  line-height: 100%;
  /*border: 1px dotted red;*/
  /*border-top: 5px solid #ffcc66;*/
  /*background-color: #ffcc66;*/
}

.CreatedCell {
  width: 50%;
  text-align: right;
  font-style: italic;
  margin: 0px;
  padding: 2px;
  padding-bottom: 3px;
  line-height: 100%;  
  /*border: 1px dotted red;*/
  /*background-color: #ffcc66;*/
}

.TextCell {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 100%;
  /*border: 1px dotted red;*/
}

.KeywordsCell {
  font-style: italic;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 100%;
}

.CommentCountCell {
  font-style: italic;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 100%;
  text-align: right;
}

.BlogImage {
  border: 1px solid #000000;
}

.BlogCommentCell {
  border:1px dotted #CCCCCC;
}

.BlogCommentTitle {
  background-color: #EEEEEE;
  padding:2px;
}

.BlogCommentText {
  padding: 2px;
}

.BlogCommentAuthor {
  text-align:right;
}

.BlogCommentLabel {
  text-align: right;
  padding-right: 2px;
}

.FormPostNumber {
 display: none;
}
