body, p, li, td, span, input, textarea, select, button { 
   font-family: verdana, arial, helvetica, san serif;
   font-size: 10px;
}
input, textarea, select, button {
   color: #000;
}
form {
   margin: 0px;
   padding: 0px;
}
a, a:link, a:active, a:visited {
   color: blue;
}
.error {
   color: #c00;
}
.cal_arrows {
   width: 33%;
}
.cal_arrows a {
   color: #666;
   text-decoration: none;
}
.cal_arrows a:hover {
   text-decoration: underline;
}
.cal_date {
   background: #fff;
   padding: 2px;
   text-align: right;
}
.cal_day {
   background: #ccc;
   font-weight: bold;
   padding: 2px;
   text-align: center;
   width: 30px;
}
.cal_empty {
   background: #e8e8e8;
   padding: 2px;
   text-align: right;
}
.cal_selected {
   background: #fcc;
   border: 1px solid #c00;
   font-weight: bold;
   padding: 2px;
   text-align: right;
}
.cal_selected a {
   color: #000;
}
.cal_table {
   background: #666;
}
.cal_title {
   background: #999;
   color: #fff;
   font-weight: bold;
   text-align: center;
}
.cal_today {
   background: #c9e3ff;
   border: 1px solid #00f;
   padding: 2px;
   text-align: right;
}
.cal_weekend {
   background: #ffc;
   padding: 2px;
   text-align: right;
}
.code {
   font-family: courier new, courier, fixed;
   font-size: 9pt;
}
.messages {
   border: 1px solid #369;
   background: #f9f9f9;
}
.messages_title {
   background: #69c;
   color: #fff;
   padding: 3px;
}
.onePixelBorder {
   border: 1 solid #999;
}
.rowHeader {
   background: #ddd;
}
.rowEven {
   background: #eaeaea;
}
.rowOdd {
   background: #f8f8f8;
}
.rowButtons {
   background: #ddd;
}
.popUp {
   background: #ccc;
   border: 1px solid;
   border-color: #999 #333 #333 #999;
}

.rollo {
   font-size: 10px;
   text-align: justify;
   font-weight: bold;
   color: #666;
}

.rolloR {
   font-size: 10px;
   text-align: Right;
   font-weight: bold;
   color: #666;
}
.menuText {
   font-weight: bold;
   color: #B3D0F8;
}
.menuHR {
   width: 100px;
   background: #B3D0F8;
}
.menuSideBorder {
   background: #B3D0F8;
}
.infoText {
   color: #fff;
}
.infoTextDim {
   color: #ccc;
}
.legalText {
   color: #A0A0A0;
}
.legalText a, .legalText a:link, .legalText a:active, .legalText a:visited {
   color: #A0A0A0;
}
.groupBorder {
   border: 1px solid #666;
}
.groupDescription {
   background: #e9e9e9;
   border-bottom: 1px solid #ccc;
   padding: 5px;
   padding-top: 5px;
   padding-bottom: 10px;
}
.groupHeader {
   background: #999;
   color: #fff;
   padding: 3px;
}
.groupHeader a, .groupHeader a:link, .groupHeader a:active, .groupHeader a:visited {
   color: #fff;
}
.groupDetails {
   background: #eaeaea;
   border-bottom: 1px solid #ccc;
}
.trHR {
   background: #ccc;
}
.hand {
   cursor: hand;
   cursor: pointer;
}
.popupMenu {
   background: #eaeaea;
   border: 1px solid #999;
   padding: 1px;
   position: absolute;
   cursor: hand;
   cursor: pointer;
}
.popupMenuIcon {
   position: absolute;
   cursor: hand;
   cursor: pointer;
}
.popupMenuItem {
   border: 1px solid #eaeaea;
   padding: 2px;
   position: relative;
   cursor: hand;
   cursor: pointer;
}
.popupMenuItemOn {
   background: #ccc;
   border: 1px solid #999;
   padding: 2px;
   position: relative;
   cursor: hand;
   cursor: pointer;
}

