/* ----------------------------------- */
/*             FORM                    */
/* ----------------------------------- */

.boardIntroText
{
  margin: 13px 0 15px 0;
  height: 90px;
  font-family: "Verdana" , "Trebuchet MS";
  font-size: 11px;
  font-style: italic;
  color: #FFF;
  overflow: hidden;
}

.boardEntryForm
{
  font-family: "Verdana" , "Trebuchet MS";
  font-size: 11px;
  color: #FFF;
}

.boardEntryForm-hidden
{
  display: none;
}

.boardFormSubmitted
{
  font-family: "Verdana" , "Trebuchet MS";
  font-size: 11px;
  color: #FFF;
}

.boardFormSubmitted-hidden
{
  display: none;
}

.boardError
{
  margin: 0 0 10px 0;
}

.boardError span
{
  display: block;
  color: #E60004;
}

.boardEntryForm label
{
  display: block;
  font-style: italic;
  margin: 0pt 0pt 2px;
}

.boardFormName, .boardFormAge, .boardFormCity
{
  display: block;
  margin: 0 0 10px 0;
  padding: 1px 5px 1px 3px;
  width: 140px;
  height: 14px;
  font-family: "Verdana" , "Trebuchet MS";
  font-size: 11px;
  color: #000;
  background: url( "/img/input.png" );
  border: none;
}

.boardFormTitle
{
  margin: 0 0 10px 0;
  padding: 5px;
  width: 135px;
  height: 23px;
  background: url( "/img/input-big.png" ) no-repeat;
  font-family: "Verdana" , "Trebuchet MS";
  font-size: 11px;
  border: none;
  overflow: auto;
}

.boardFormMessage
{
  margin: 0 0 10px 0;
  padding: 5px;
  width: 135px;
  height: 110px;
  background: url( "/img/textarea.png" ) no-repeat;
  font-family: "Verdana" , "Trebuchet MS";
  font-size: 11px;
  border: none;
  overflow: auto;
}


/*other global css*/
.boardNext
{
  position: absolute;
  z-index: 85;
  top: 480px;
  left: 690px;
  width: 63px;
  height: 18px;
  background: url(/img/foreward.png) no-repeat;
  text-decoration: none;
}

.boardLast
{
  position: absolute;
  top: 480px;
  left: 620px;
  width: 58px;
  height: 18px;
  background: url(/img/back.png) no-repeat;
  text-decoration: none;
}

.boardLast-hidden, .boardNext-hidden
{
  visibility: hidden;
}

.boardMessage-hidden
{
  visibility: hidden;
}


/*GLASS FOR REACTIONS*/
.boardGlassBalloon
{
  position: absolute;
  z-index: 5;
  top: 150px;
  left: 770px;
  width: 101px;
  height: 200px;
  background: url(/img/helpelkaar/glassBalloon.png) no-repeat;
}

.boardGlassMessage
{
  margin: 8px 0;
}

.boardGlassCreatorName
{
  margin: 5px 0 10px 0;
  padding: 0 0 25px 0;
  font-size: 12px;
  font-weight: bold;
  border-bottom: 1px solid #61b020;
  color: #E50000;
}

.boardGlassReactionHead
{
  margin: 0 0 5px 0;
}

.boardGlassReactionHead .name, .boardGlassReactionHead .date
{
  font-family: "Trebuchet MS" , "Verdana";
  font-weight: bold;
  font-size: 12px;
  color: #E50000;
}

.boardGlassReactionContent
{
  margin: 5px 0 5px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #61b020;
}

.boardGlassInputSubmitted
{
  font-family: "Trebuchet MS" , "Verdana";
  font-size: 12px;
  color: #E50000;
}

.boardGlassInputSubmitted-hidden
{
  display: none;
}


/*form*/
.boardGlassInputBox
{
  margin: 15px 0 0 0;
}

.boardGlassInputBox-hidden
{
  display: none;
}

.boardGlassInputBox label
{
  display: block;
  margin: 0 8px 0 0;
  width: 50px;
  height: 16px;
  line-height: 16px;
  float: left;
}

.boardGlassInputBox .boardGlassInputName
{
  display: block;
  margin: 0 0 5px 0;
  padding: 1px 5px 1px 5px;
  width: 135px;
  height: 16px;
  background: url( "/img/helpelkaar/reactionName.png" ) no-repeat;
  font-size: 11px;
  border: none;
  float: left;
  font-family: "Verdana" , "Trebuchet MS";
}

.boardGlassInputBox .boardGlassInputMessage
{
  margin: 0 0 10px 0;
  padding: 5px;
  width: 390px;
  height: 39px;
  background: url( "/img/helpelkaar/reactionTextarea.png" ) no-repeat;
  font-size: 11px;
  overflow: auto;
  border: none;
  font-family: "Verdana" , "Trebuchet MS";
}

.boardGlassInputBox .boardGlassInputSubmit
{
  margin: 0 0 0 58px;
  display: block;
  width: 82px;
  height: 18px;
  background: url( "/img/send.png" ) no-repeat;
  border: none;
  line-height: 0px;
  overflow: hidden;
}


/*GLASS FOR OTHER BOARDS*/
.boardDetailGlass-hidden
{
  display: none;
}
.customfrank
{
  position: absolute;
  z-index: 40;
  top: 0px;
  left: 1px;
  margin: 0;
  padding: 0;
  width: 970px;
  height: 504px;
  background: transparent url(/img/glass.png) no-repeat scroll 0% 50%;
}

#messageDetailDialogBox
{
}

.boardDetailGlass
{
  position: absolute;
  z-index: 40;
  top: 0px;
  left: 1px;
  margin: 0;
  padding: 0;
  width: 970px;
  height: 504px;
  background: transparent url(/img/glass.png) no-repeat scroll 0% 50%;
  text-align: center;
  overflow: hidden;
}

.boardDetailGlassNext
{
  top: 481px;
  left: 891px;
}

.boardDetailGlassLast
{
  top: 481px;
  left: 821px;
}

.reagerenLinkContainer
{
  position: relative;
  top: 16px;
}

.reagerenLink
{
  font-family: "verdana" , "Trebuchet MS";
  font-size: 11px;
  color: #3DB2EA;
  text-decoration: none;
}

.reagerenLink:hover
{
  color: #5452A1;
}































