a {
  text-decoration: none;
}
.leaderName {
  font-size:10px;
}
.forumheader {
  background-image: url('http://forums.creativecow.net/interface/bloggy_interface/leaders650.jpg');
  background-color: #71692b;
  background-position:top right;
  background-repeat: no-repeat;
  padding: 10px 10px 10px 10px;
  font-size: 10pt;
  width: 580px;
}
.forumheader a {
  color: #f8d393;
  font-weight: bold;
  font-size: 14px;
}
.forumheader a:hover { 
  color: #ff9900;
  text-decoration: underline;
}
.forumheaderNote a {
  font-size: 10px;
}
.forumtitle {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.forumtitle a {
  color: #c78912;
  font-size: 28px;
}
.forumToolBar {
  padding: 0px 0px 5px 5px;
}
.stickypostBox {
  padding: 5px;
 /* font-size: 14px; */
  width: 580px;
}
.stickypostHeader{
  color: #c78912;
}
ul.bulletfree {
  margin-left: 10px;
  padding-left: 0px;
  list-style-type: none;
}
ul.bulletfree a:hover {
  text-decoration: underline;
  color: #FF0000;
}
.forumlinks {
  background-color: #fff5e6;
  font-size: 10pt;
  padding: 5px 0px 5px 0px;
}
.forumlinks a {
  font-weight: bold;
  color: #000000;
}
.forumlinks a:hover { 
  color: #ff9900;
}

/*  POSTS CSS STYLES  */
.forumtoplinks {
  background-color: #f8f8f8;
  width: 100%;
  text-align:left;
  border: 1px solid #c7d0df;
}
.forumtoplinks a {
  color: #000000;
  font-weight: bold;
  font-size: 14px;
}
.forumtoplinks a:hover { 
  text-decoration: underline;
}
.forumtoplinks h1 {
  padding: 10px 10px 10px 10px;
  margin: 0px 0px 0px 0px;
  color: #000000;
  font-size: 20px;
}
.forumtoplinksnav {
  padding: 5px 5px 5px 5px;
  background-color: #e7e7e7;
  font-size: 10px;
  border-top: 1px solid #c7d0df;
}

.noteText {
  font-size: 7pt;
}
.postReplyBox {
  background-color: #fff5e6;
  padding: 5px;
  width: 100%;
}
.formrow {
  padding: 5px;
  text-align:center;
  clear: both;
}
.formlabel{
  width:200px;
  float:left;
  text-align:right;
  padding-right:10px;
  font-size: 7pt;
}
.forminput{
  width:350px;
  float:left;
  text-align:left;
}
#msgPost {
  width: 520px;
}


.postPreviewBar {
 padding-top: 5px;
 padding-bottom: 5px;
 /* Dark Tan */
 background-color: #c78912;
 /* White */
 color: #ffffff;
 text-align: center;
}

.forumToolBar SELECT OPTION {
	font-size: 12px;
}
