

/*if no comments are posted error return*/
.zero_comments {
  border: 1px solid #bdba00;
  background-color: #FFFDED;
  padding: 5px;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 16px;
  color: #000;
  width: 440px;
  margin:auto auto;
}

.zero_comments_ban {
  border: 1px solid #bdba00;
  background-color: #FFFDED;
  padding: 5px;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 16px;
  color: #000;
  width: 380px;
  margin:auto auto;
  font-weight: bold;
}

.zero_comments_error {
  border: 1px solid #bdba00;
  background-color: #FFFDED;
  padding: 5px;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 16px;
  color: #000;
  width: 600px;
  margin:auto auto;
}

/* comment form */
.form_box {
  border: 1px solid #b7b7b7;
  background-color: #ececec;
  width: 630px;
  margin: auto auto;
  padding: 10px;
}

/* input box */
.onebartext {
  border: 1px solid #898989;
  width: 400px;
  height: 1.6em;
  padding-top: 6px;
}

.captcha {
  position: relative;
  float: right;
  margin-right: 332pt;
  margin-top: 1px;
  border: 1px solid #898989;
  width: 85px;
  height: 1.4em;
  padding-top: 10px;
  text-align: center;
  font-size: 16px;
}

.onebartext:focus {
  border: 1px solid #00aeed;
  width: 400px;
  height: 1.6em;
  padding-top: 6px;
}

.textbox_comments {
  border: 1px solid #898989;
  width: 400px;
  height: 140px;
}

.textbox_comments:focus {
  border: 1px solid #00aeed;
  width: 400px;
  height: 140px;
}

/*submit button for comment */
.submit_comment {
  border: medium double #ccc;
  background-color: #fff;
  padding: 5px;
  width: 130px;
}

.submit_comment:hover {
  border: medium double #00aeed;
  background-color: #fff;
  padding: 5px;
  width: 130px;
}

/*labels E.G: Your Name, Your Comment */
.titles {
  font-size: 17px;
  margin-bottom: 5px;
}

/* post a comment style */
.head_title {
  font-size: 20px;
  color: #0469b3;
  margin-left: 75px;
  margin-bottom: 10px;
}

/*errors */
.error_return {
  color: #f33333;
  font-weight: bold;
  background: #feedea;
  border: 1px solid #e5325e;
  padding: 3px;
  padding-bottom: 5px;
  width: 443px;
  margin-bottom: 10px;
  margin-left: 74px;
}

.img_error {
  margin-bottom: -2px;
}

/* footer */
.footer {
  clear: both;
  margin-left: 75px;
  margin-top: 3px;
  margin-bottom: 10px;
}

.footer a {
  text-decoration: none;
  color: #00709e;
}

.footer a:hover {
  text-decoration: none;
  color: #00709e;
  border-bottom: 1px solid #00709e;
}

/* How many pages exist */
.pages {
  margin-bottom: -46px;
  margin-left: 74px;
  margin-top: 10px;
  font-size: 16px;
  color: #777;
  font-size: 16px;
}


/* Pagination */
.pagination {
  position: relative;
  margin-left: 240px;
  width: 360px;
  padding: 10px;
  font-size: 17px;
  text-align: center;
  font-family: arial;
}

.pagination a {
  padding: 2px;
  color: #777;
  text-decoration: none;
  text-align: center;
  width: 70px;
  height: 70px;
  font-size: 17px;
}

span.active {
  border: 1px solid #6ec6f1;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 1px;
  padding-top: 2px;
  font-size: 15px;       
}

span.active:hover {
  border: 1px solid #8dcb41;
}

span.inactive {
  border: 1px solid #ebf5fc;
  background-color: #999;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 1px;
  font-size: 17px;  
  color: #d7d7d7;     
}

/* comments style */
.comment_wrap {
  width: 650px;
  margin: auto auto;
  border: 1px solid #49bdef;
  margin-bottom: 20px;
  background-color: #ebf5fc;
  font-size: 17px;
  font-family: Arial;
}

.comment_wrap:hover {
  background-color: #fffded;
}

.comment_wrap_txt {
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 13px;
}

.comment_heads {
  border-bottom: 1px solid #6ec6f1;
  height: 27px;
  width: 100%;
  background-color: #a5d8f6;
  font-size: 17px;
}

.comment_heads_txt {
  padding-left: 5px;
  padding-top: 3px;
  color: #00709e;
}

span.right_comment {
  float: left;
  position: relative;
  margin-left: 314px;
  margin-top: -20px;
  padding-right: 5px;
  color: #00709e;
}

/* Glcode Format for Quote */
.qoute_header {
  border-top: 1px solid #898989;
  border-left: 1px solid #898989;
  border-right: 1px solid #898989;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 8px;
  margin-top: 5px;
  margin-right: 5px;
  background-color: #fff;
} 

.quote_body {
  margin-right: 5px;
  border-top: 1px solid #d7d7d7;
  border-left: 1px solid #898989;
  border-right: 1px solid #898989;
  border-bottom: 1px solid #898989;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  background-color: #fff;
} 

/* Rich_edit toolbar (if enabled \'yes\') */
.rich_toolbar {
  margin-bottom: -2px;
  padding: 2px;
  border-top: 1px solid #898989;
  border-left: 1px solid #898989;
  border-right: 1px solid #898989;
  width: 396px;
  background-color: #fff;
}

/* rich_edit buttons */
.rich_buttons {
  padding: 3px;
  border: 1px solid #fff;
}

.rich_buttons:hover {
   border: 1px solid #898989;
}

/* hypertext */
.comment_wrap_txt a {
  color: #023A67;
  text-decoration: none;
  border-bottom: 1px dashed #023A67;
}

.right_comment a {
  color: #023A67;
  text-decoration: none;
  border: none;
}

.right_comment a:hover  {
  border-bottom: 1px dashed #023A67;
}
	  	  	  	  