/* COPYRIGHT BABYSOFT, 2006 - 2010, ALL RIGHT RESERVED  */

/* STYLES */
body {
  background-color: #ffffff;
  font-family: Verdana, Arial, sans-serif;
  /*font-family:  Times, Arial, sans-serif;*/
  font-size: 82%;
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.standard {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  line-height: 16px;
  font-weight: normal;
  font-variant: normal;
  text-decoration: none;
}

img {
  border: none;
}

/* CLASSES */

.LHS {
  position: absolute;
  left: 1.7mm;
  top: 1ex;
}

.RHS {
  position: absolute;
  right: 0.6mm;
  top: 0.9ex;
}

.bodyText {
  background-color: white;
  text-align: justify;
  line-height: 1.5em;
  /*border-left: 1px solid #999999;*/
}


.pointForm {
  background-color: white;
  /*text-align: justify;*/
  /*line-height: 1.5em;*/
  /*border-left: 1px solid #999999;*/
  font-size: 88%;
}


.footer {
  font-size: 90%;
  padding: 1.9ex 2.6mm 2.4ex 2.6mm;
  clear: left;
  text-align: right;
  line-height: 1.45em;
}

/* The main blue border for all the pages */
.mainBorder{
border-style: solid;
border-color: #CC9933;
border-top-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-right-width: 1px;
}


/* The main blue border for all the pages */
.topBorder{
border-style: solid;
border-color: #C2B1AA;
border-top-width: 1px;
border-bottom-width: 0px;
border-left-width: 0px;
border-right-width: 0px;
}

/* The main border for all the pages */
.bottomBorder{
border-style: solid;
border-color: #C2B1AA;
border-top-width: 0px;
border-bottom-width: 1px;
border-left-width: 0px;
border-right-width: 0px;
}


/* The left border for all the pages */
.leftBorder{
border-style: solid;
border-color: #C2B1AA;
border-top-width: 0px;
border-bottom-width: 0px;
border-left-width: 1px;
border-right-width: 0px;
}

/* The left border for all the pages */
.rightBorder{
border-style: solid;
border-color: #C2B1AA;
border-top-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-right-width: 1px;
}


/* The border for join with main Border */
.openTopBorder{
border-style: solid;
border-color: #CC9933;
border-top-width: 0px;
border-bottom-width: 1px;
border-left-width: 1px;
border-right-width: 1px;
}

/* The border for join with main Border, Open left */
.openTopBottomBorder{
border-style: solid;
border-color: #CC9933;
border-top-width: 0px;
border-bottom-width: 0px;
border-left-width: 1px;
border-right-width: 1px;
}

/* The border for join with main Border, Open right */
.openRightBorder{
border-style: solid;
border-color: #CC9933;
border-top-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-right-width: 0px;
}

/* The border for join with main Border, Open left */
.openLeftBorder{
border-style: solid;
border-color: #CC9933;
border-top-width: 1px;
border-bottom-width: 1px;
border-left-width: 0px;
border-right-width: 1px;
}



.sideMenu{
font-weight: none;
color: #4366D3;
text-decoration: none;
cursor: pointer;
}

.tableEntry{
font-size: 12;
font-weight: none;
padding-left: 1.5cm;

}










/* The Style of the Option List */
.optionListStyle{
font-family: arial;
color: #000000;
text-decoration: none;
font-size: 74%;
white-space: nowrap;
/*font-size: 10pt;*/
border-style: solid;
border-color: #CC9933;
border-top-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-right-width: 1px;
}

/* The Text Field Style */
.textFieldStyle{
font-family: arial;
color: #000000;
text-decoration: none;
font-size: 68%;
/*white-space: nowrap;*/
/*font-size: 10pt;*/
border-style: solid;
border-color: #95A775;
border-top-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-right-width: 1px;
}

/* When using an Image as a button to submit a form */
.imgButton{
cursor: Pointer; 
vertical-align: bottom;
}


/* the hr colored line */
.colorLine{
  border: 0;
  width: 96%;
  height: 1px;
  color: #CC9933;
  background-color: #CC9933;
}

.hiddenText{
color: #FFFFFF;
text-decoration: none;
font-size: 0%;
font-size-adjust: 0;
font-weight: 0;
}

