/* $version_internal = "0.2"; */

input.button {
   border: thin #333333 solid;
   background-color: #ffe000;
   background-repeat: no-repeat;
   background-position: left center
}
body.left {
   background: #FF8C00 ;
   color: black
}
input.left, textarea.left {
   border: thin #666666 solid;
   background: #ffe000;
   color:black
}
td.tableheader {
   background: #FFA500;
   color: black
}
body {
   margin-top: 0px;
   margin-bottom: 10px;
   margin-left: 0px;
   margin-right: 10px;
   background: #FFE4B5;
   color: black;
}
body, th, td, input, select, textarea {
   font-family: verdana, arial, helvetica, serif;
   font-size: 11px;
}
th, td {
   padding: 1px;
   vertical-align: top;
}
th {
   text-align: left;
   background:  #FFE4E1;
   color: white;
}
td.list {
   background:#DAA520;
   color: black;
}
a:link {
   text-decoration: none;
   color: #2222aa;
}
a:active {
   text-decoration: none;
   color: #2222aa;
}
a:visited {
   text-decoration: none;
   color: #2222aa;
}