﻿/** TripleForms validation message **/
.errormessage
{
  color               : #f00;
  font-weight         : bold;
  font-size           : 80%;
}

/** Make sure when an input text has a width of 100% it still fits in his parent **/
html table.matrix td div
{
  padding-right	      : 6px;
}

/** Make sure the form matrix will not resize **/
table.matrix
{
  width: 100% !important;
  table-layout        : fixed;
}

/** always align at the top position **/
table.matrix td
{
  vertical-align      : top;
}

/** always make sure a td has a height of 100% **/
table.matrix td
{
  height              : 100%;
  border: 0px !important;
}

table.matrix span table
{
  width              : 97% !important;
}

/** Calendar popup **/
table.scw
{
  width             : 180px;
  padding           : 1px;
  border            : solid 1px black;
  font-size         : 0.8em;
  font-family       : Verdana;
  background-color  : #DDDDDD;
  color:#111;
}

/** Calendar head **/
td.scwHead
{
  padding           : 2px;
  font-weight       : bold;
}

/** Dropdown in calendar head **/
select.scwHead
{
}

/** Input in calendar head **/
input.scwHead
{
}

/** Weekrow in calendar **/
tr.scwWeek
{
  font-weight       : bold;
}

/** Week cell in calendar **/
td.scwWeek
{
  padding           : 0px;
}

/** Tables with days in calendar **/
table.scwCells
{
  border            : solid 1px black;
  background-color  : #fff;
}

/** Day cell in calendar **/
table.scwCells td
{
  padding           : 0px;
  border            : solid 1px white;
}

/** Again the day cell ??? **/
td.scwCells
{
  
}

/** Hover for cell under mouse pointer **/
td.scwCells_hover
{
  background-color  : #ffaaaa;
  border-color      : #000 !important;
 /* border            : solid 1px black;*/
}

/** Current selected date **/
td.scwCells_InputDate
{
  background-color  : #ff1111;
  border-color      : #000 !important;
}

/** Day cells in other month **/
td.scwCells_notCurrentMonth
{
  
  color             : #eee;
}

/** Weekend day cells in calendar **/
td.scwCells_Weekend
{
  
  color             : #999;
}

/** Footer in calendar **/
td.scwFoot
{
}