.smalltext {
  font-size : 11px;
}

.mediumtext {
  font-size : 12px;
}

.largetext {
  font-size : 13px;
}

.catrowtext {
  font-size : 12px;
  color: #726363;
  font-weight: bold;
}

.toprowtext {
  font-size : 9px;
  color: #FFFFFF;
  font-weight: bold ;
}

td.row1 {
  background-color: #F7EEEE;
  font-size : 13px;
  color: #494957;
}

td.row2 {
  background-color: #FBF4F4;
  font-size : 12px;
  color: #494957;
}

td.toprow {
  background-color: #F7EEEE;
  font-size : 9px;
  color: #000000;
}

td.catrow, th.catrow {
  font-size : 10pt;
  color: #535D66;
  font-weight: bold;
  background-color: #DFDFDF;
  text-align: left;
}

/* -[Sorting]----------------------------------- */

/*
.sortable td.catrow, .sortable th.catrow {
  cursor: pointer;
}
*/

.sortcol {
  cursor: pointer;
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: right center;
}
.sortasc {
  /*background-color: #DDFFAC;*/
  background-image: url(/sis/images/sortable/up.gif);
}
.sortdesc {
  /*background-color: #B9DDFF;*/
  background-image: url(/sis/images/sortable/down.gif);
}
.nosort {
  cursor: default;
}
/* --------------------------------------------- */

td.tableborder {
  background-color: #EFA4A3;
}

input, textarea, select {

}

input[type=submit] {
  height: 20px;
  font-weight: bold;
  font-size: 10px;
  padding: 0 5 5 5;
  margin: 0px;
}

input.submit {
  height: 20px;
  font-weight: bold;
  font-size: 10px;
  padding: 0 5 5 5;
  margin: 0px;
}

a.forumlink {
  color: #444444;
  font-weight: bold;
}

i {
  font-style: normal;
}