#cssTable {
  text-align:center;
  width: 98%;
  /*border: 1px solid red;*/
}

fieldset {
  border-width: 1px;
  border-style: solid;
}

h3 {
color: #F88300;
font-size: 159%;
}

fieldset dt {
  padding-left: 24px;
  font-weight: bold;
}

#cssLegend {
  color: #B20070;
}
.cssLeftCol {
  width: 120px;
  float:left;
  text-align:right;
  line-height: normal;
  /*border: 1px solid red;*/
  padding-right:2px;
}

.cssRightCol {
  width: 69%;
  /*border: 1px solid red;*/
  line-height: normal;
  float:left;
  text-align:left;
}

.cssCenterCol {
  width:99%;
  text-align:center;
  line-height: normal;
  /*border: 1px solid red;*/
}
.cssCenterCol textarea {
  width: 100%;
  height: 400px;
}

.error {
  color:#D22121;
  font-size:120%;
  font-weight:bold;
  text-align:center;
}

.info {
  color: #00ff00;
  font-size:120%;
  font-weight:bold;
  text-align:center;
}

.formInput {
  height: 14px;
  margin-top: 3px;
  border: 1px solid #B20070;
}

.cssRow {
  line-height: 25px;
}

.lightText {
  color: #010101;
  font-size: 80%;
  margin: 0;
}

/**enrty*/
.noShow {
  border:  2px dotted red !important;
}

.noShowDate {
  color: red;
}

.entry {
  border-bottom:  1px solid #F8E5E7;
  margin-bottom:  10px;
}
#contentBox h3
{
  font-family: Arial, Verdana;
  font-weight:normal;
  margin-top: 6px;
  margin-bottom: 6px;
}
.leftFloat {
  float: left;
  width: 49%;
  /*border: 1px solid red;*/
}

.rightFloat {
float: left;
width: 49%;
text-align:right;
/* border: 1px solid red; */
}
.floatBox {
  clear: both;
}

#contentBox p
{
  margin:   0;
  padding:  0;
}


.lead {
  color: #000 !important;
}

.post {
  color: #000 !important;
}

.post p {
  color: #000 !important;
  text-indent:10px;
  text-align:justify;
  margin: 0px;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  padding: 0px;
}

.lead p {
  color: #000 !important;
  text-indent:10px;
  text-align:justify;
  margin: 0px;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  padding: 0px;
}

.behuzva {
  text-indent:10px;
  text-align:justify;
  margin:0;
  padding:5px;
}


.more {
  text-align: right;
  font-weight: 100;
  font-size: 95%;
  margin-top: 10px;
  margin-bottom: 10px;
}
/**enrty*/

/* breadcrumb */
#breadcrumb {
  text-align:     left;
  padding:        0px;
  margin:         0px;
  margin-bottom:  6px;
  border-bottom:  1px solid #F8E5E7;
}

#breadcrumb ul {
  margin:0px;
  padding:0px;
}

#breadcrumb li {
  display:        inline;
  font-size:      10px;
  font-weight:    bold;
  letter-spacing: 0.2ex;
}

#breadcrumb li a {
  letter-spacing: 0.2ex;
}
/* breadcrumb */

/* start comment box style */
.commentIteratorBox {
  border-right:   0px solid #F6C660;
  border-bottom:  0px solid #F6C660;
  border-left:    0px solid #F6C660;
  margin:         0px;
  margin-bottom:  10px;
}

.commentIteratorHeader {
/*background-color:#FFE8BC;*/
border-top:0px solid #F6C660;
border-bottom: 2px solid #E8883B;
height:16px;
line-height:14px;
padding:3px;
}

.commentIteratorHeaderLeft {
  font-size:90%;
  line-height:12px;
  letter-spacing:0.1ex;
  width:57%;
  float:left;
  text-align:left;
  padding:3px;
}

.commentIteratorHeaderRight {
  font-size:90%;
  letter-spacing:0.1ex;
  line-height:12px;
  width:40%;
  float:left;
  text-align:right;
  padding:3px;
}

.commentIteratorHeaderLightText {
color:#4a4a4a;
}

.commentIteratorHeaderLink {
font-size:11px;
font-family:Tahoma, Verdana, serif;
color:#008100;
}

.commentIteratorBody {
  background-color:#fff;
  text-align:left;
  font-size:12px;
  font-family:Verdana, Arial, serif;
  padding:10px;
}

.commentIteratorBody ul {
list-style-type:square;
/*list-style-position:inside;*/
}

.commentIteratorBody ol {
list-style-type:decimal;
marker-offset:auto;
/*list-style-position:inside;*/
}

.commentIteratorAcceptBox {
font-size:12px;
text-align:right;
background-color:#fff;
line-height:14px;
font-family:Verdana, Arial, serif;
margin-top:6px;
}

.commentIteratorAcceptBox input {
height:12px;
width:12px;
}

.commentIteratorModerateBox {
height:14px;
line-height:14px;
background-color:#EBEBEB;
margin-top:6px;
font-size:10px;
padding:1px;
}

.commentIteratorModerateLeft {
width:71%;
float:left;
text-align:left;
}

.commentIteratorModerateLeftInline {
padding-left:2px;
}

.commentIteratorModerateRight {
line-height:12px;
width:27%;
float:left;
text-align:right;
}
/* end comment box style */

/**/
#infoMessage {
color: #6C5E9C;
text-align:center;
margin: 3px;
background-color: #F7E5B5;
border: 1px dotted #7B3A64;
}

#moderateBox {
  text-align:center;
  margin: 3px;
  border-width: 1px;
  border-style: dotted;
  margin-top: 10px;
  margin-bottom: 10px;
}

.postCommentTdCenter textarea {
  width: 98%;
  height: 120px;
}

.postCommentTR {
  margin:10px;
}

.postCommentSubmit
{
  border-top-width: 2px;
  border-top-style: solid;
  padding:6px;
  text-align: center;
}

/*start commentbox*/
.freshCommentIterator {
  border-bottom: 2px solid #FF7011;

}
.freshCommentTitle {

}
.freshCommentBody {

}
.freshCommentCreatorName {
  text-align: right;
}
.freshCommentTimePassed {

}
/* end commentbox*/

/*start archive*/
.archiveLink {
  display: inline;
}
/*end archive*/

.tags {
  font-weight: bold;
  text-align:  left;
  color: #CFCFCF;
}