body {
  font-family: "trebuchet ms" ,verdana, tahoma, sans-serif;
  padding: 0px;
  margin: 0px;
}
div, td {
  font-family: "trebuchet ms" ,verdana, tahoma, sans-serif;
  font-size: 12pt;
}
input {
  font-family: "trebuchet ms" ,verdana, tahoma, sans-serif;
  font-size: 10pt;
}
.tabs {
  font-size: 12px;
  text-decoration: underline;
  font-weight: bold;
  color: brown;
}
.tabs2 {
  font-size: 12px;
  font-weight: bold;
  color: brown;
  text-decoration:none;
  line-height: 9px;
}
.tabmark {
  background-image: url(../../framer/tab_painter.php?type=center);
  background-repeat: repeat-x;
  height: 32px;
  height: expression("33px");
  text-align: <?= $FRAMER_CONFIG['tab_align'];?>;
}
.tabmark_s {
  background-image: url(../../framer/tab_painter.php?type=center&select=select);
  background-repeat: repeat-x;
  border-bottom: none;
  height: 32px;
  height: expression("33px");
  text-align: <?= $FRAMER_CONFIG['tab_align'];?>;
}
.tabmarkRight {
  background-image: url(../../framer/tab_painter.php?type=right);
  background-repeat: no-repeat;
  height: 32px;
  height: expression("33px");
  width: 9px;
}
.tabmarkRight_s {
  background-image: url(../../framer/tab_painter.php?type=right&select=select);
  background-repeat: no-repeat;
  border-bottom: none;
  height: 32px;
  height: expression("33px");
  width: 10px;
}
.tabmarkLeft{
  background-image: url(../../framer/tab_painter.php?type=left);
  background-repeat: no-repeat;
  height: 32px;
  height: expression("33px");
  width: 9px;
}
.tabmarkLeft_s {
  background-image: url(../../framer/tab_painter.php?type=left&select=select);
  background-repeat: no-repeat;
  border-bottom: none;
  height: 32px;
  height: expression("33px");
  width: 9px;
}
.tabLink {
  FONT-SIZE: 16px;
  font-weight: bold;
  color: brown;
  text-decoration: none;
}
.tabBigLabel {
  font-size: 18px;
  font-weight: bold;
  color: black;
}
.subTabLabel {
  FONT-SIZE: 13px;
  line-height: 20px;
  color: #111133;
}
.grayfont TD{
  FONT-SIZE: 14px;
  color: #000000
}
.mainText {
  font-size: 13px;
  font-weight: bold;
  color: #780076;
}
.label {
  font-size: 11pt;
}
.label td{
  font-size: 11pt;
}
#smaller {
  height: 20px;
  cursor: hand;
  cursor: pointer;
  font-size: 25px;
  font-weight: normal;
  float: left;
  width: 20px;
  line-height: 20px;
}
#smaller:hover {
	font-weight: bold;
}
#bigger {
  height: 20px;
  cursor: hand;
  cursor: pointer;
  font-size: 25px;
  font-weight: normal;
  float: left;
  width: 20px;
  line-height: 20px;
}
#bigger:hover {
	font-weight: bold;
}
.button {
  cursor:pointer;
  cursor:hand;
}

INPUT.sized_fld {
  border: 1px solid #000;
  padding:2px;
  width: 130px;
}

/* color picker */

div#wheel {
  background: #ffffff;
  margin-right: 25px;
  float: left;
  visibility: visible;
  width: 140px;
  margin-top: 4px;
  height: 140px;
}
div#demob {
  font-size: 14px;
  visibility: visible;
  padding-bottom: 20px;
  padding-left: 15px;
  width: 100px;
  padding-top: 15px;
  font-family: serif;
  float:left;
  margin-top: 24px;
  height: 20px;
  text-align: center;
}
div#grey1 {
  background-color: #aaaaaa;
  margin-left: 8px;
  margin-left: expression("5px");
  width: 20px;
  height: 18px;
  float: left;
  cursor:hand;
}
div#grey2 {
  background-color: #bbbbbb;
  width: 20px;
  height: 18px;
  float: left;
  cursor:hand;
}
div#grey3 {
  background-color: #cccccc;
  width: 20px;
  height: 18px;
  float: left;
  cursor:hand;
}
div#grey4 {
  background-color: #dddddd;
  width: 20px;
  height: 18px;
  float: left;
  cursor:hand;
}
div#grey5 {
  background-color: #eeeeee;
  width: 20px;
  height: 18px;
  float: left;
  cursor:hand;
}
div#demob {
  left: 30px;
  margin-left: 0px;
  margin-right: 0px;
}
/*   */

/* color pickerBear */
div#wheel_B {
  background: #ffffff;
  margin-right: 25px;
  float: left;
  visibility: visible;
  width: 140px;
  margin-top: 4px;
  height: 140px;
}
div#demob_B {
  font-size: 14px;
  visibility: visible;
  padding-bottom: 20px;
  padding-left: 15px;
  width: 100px;
  padding-top: 15px;
  font-family: serif;
  float:left;
  margin-top: 24px;
  height: 20px;
  text-align: center;
}
div#grey1_B {
  background-color: #aaaaaa;
  margin-left: 8px;
  margin-left: expression("5px");
  width: 20px;
  height: 18px;
  float: left;
  cursor:hand;
}
div#grey2_B {
  background-color: #bbbbbb;
  width: 20px;
  height: 18px;
  float: left;
  cursor:hand;
}
div#grey3_B {
  background-color: #cccccc;
  width: 20px;
  height: 18px;
  float: left;
  cursor:hand;
}
div#grey4_B {
  background-color: #dddddd;
  width: 20px;
  height: 18px;
  float: left;
  cursor:hand;
}
div#grey5_B {
  background-color: #eeeeee;
  width: 20px;
  height: 18px;
  float: left;
  cursor:hand;
}
div#demob_B {
  left: 30px;
  margin-left: 0px;
  margin-right: 0px;
}

/**/

/* show mats */

.tdtbl {
  border:1px solid #000000;
  font-size:11px;
   width: 50px;
   height: 48px;
   width: expression("43px");
   height: expression("48px");
}
.tdtbl: hover {
  border:1px solid #fff;
  font-size:11px;
}
.mat_ceil {
   border: 0px;
   width: 45px;
   height: 28px;
   width: expression("43px");
   height: expression("28px");
}
.full_mat_ceil {
   border: 0px;
   width: 50px;
   height: 48px;
   width: expression("43px");
   height: expression("48px");
}
.tdt {
  font-size:11px;
}
.tdt a {
  text-decoration: none;
  padding-left: 2px;
  padding-right: 2px;
}
.head_format {
  font-size: smaller;
  font-weight: bold;
}


