b{
  font-weight: bold;
}
body{
  margin: 0px;
  padding: 10px;
  background: #9A9896 url(/images/bg2.gif) repeat-x fixed top;
  color: #453f3c;
  font-family: Arial,Verdana,Helvetica,sans-serif;
  font-size: 11px;
  text-align: center;
  scrollbar-face-color: #e8e8e8;
  scrollbar-face-color: #880000;
  scrollbar-highlight-color: #fff;
  scrollbar-shadow-color: #fff;
  scrollbar-3dlight-color: #ccc;
  scrollbar-arrow-color: #e8e8e8;
  scrollbar-track-color: #eee;
  scrollbar-darkshadow-color: #ccc;
}
h1, .todoheader{
  margin: 0px;
  font: 900 24px Times;
  letter-spacing: -2px;
  line-height: 1em;
}
h2{
  font-size: 14px;
  font-weight: bold;
}
h3{
  font: 18px Times;
  font-weight: 900;
}
p,ul,li,tr,td,dl,dt,dd{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}
table.todo {
  /* width: 677px; */
  width: 95%;
  margin: 0px;
  padding: 0px;
}
table.todo td {
  padding: 1px 4px;
  margin: 0px;
}
td.fontheader {
  color: #000000;
  font-weight: bold;
  font-size: 10pt;
  font-family: Arial, Verdana;
}
td.pdaybg {
  color: #333333;
  background-image: url(vcalendar/images/pday.gif);
  background-position: center;
  background-repeat: no-repeat;
  font-weight: bold;
  font-size: 8pt;
  font-family: Arial, Verdana;
}
td.pdaybgmonth {
  color: #333333;
  background-image: url(vcalendar/images/pday.gif);
  background-position: 6% 8%;
  background-repeat: no-repeat;
  font-weight: bold;
  font-size: 8pt;
  font-family: Arial, Verdana;
}
table.phonebook {
  background: #880000;
}
td.phonebookentries {
  text-align: center;
  width: 20px;
  background: #dddddd;
  font-weight: bold;
}
td.phonebooknoentries {
  text-align: center;
  width: 20px;
  background: #dddddd;
}
.actionheader{
  color: #f00;
  background: #fff;
  font: 14px Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.todolist {
  /* width: 695px; */
  width: 100%;
  padding: 0px;
  margin: 0px;
  background: #eee;
  color: #453f3c;
  text-align: left;
  vertical-align: top;
}
.blue {
  background: #06c;
  color: white;
}
.blue em {
  background: white;
  color: #06c;
}
.bold{
  font-weight: bold;
}
.caldays{
  text-decoration: none;
}
.calendar{
  padding: 4px;
  margin: 1px;
  background: #f0efd1;
  color: #453f3c;
  text-align: left;
  vertical-align: top;
  height: 375px;
}
.calendarmonth{
  padding: 4px;
  margin: 1px;
  background: #edebe1;
  color: #453f3c;
  text-align: left;
  vertical-align: top;
  
}
.apptext{
	text-align: left;
	font-size: 9px;
	margin-left:2px;
	margin-bottom:2px;
	margin-top:2px;
}
.apptext a:link, .apptext a:visited {
  text-decoration: none;
}
.calmenu{
  padding: 0px 4px;
  float: right;
  color: #edebe1;
  font-size: 11px;
  font-weight: bold;
}
.calmenu a:link, .calmenu a:visited {
  color: #edebe1;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}
.calmenu a:hover {
  color: #f60;
  text-decoration: underline overline;
}
.cmd {
  color: #000;
  background: #edd;
}
.cmdtitles {
  color: #000;
  background: #edd;
  font-weight: bold;
}
.container {
  margin: 0px auto;
  padding: 0px;
  width: 800px;
  border: 1px solid #5b504a;
  text-align: left;
  vertical-align: top;
  background: #fff;
}
.data{
  color: #000;
  background: #eee;
}
.error{
  color: #f00;
  font-weight: bold;
}
.expired{
  color: #000;
  background: #ffa0a0;
  font-weight: bold;
}
.green {
  background: green;
  color: white;
}
.green em {
  background: white;
  color: green;
}
.head1{
  color: #f44;
  background: #fff;
  font-size: 18px;
  font-weight: bold;
}
.head2{
  color: #484;
  background: #fff;
  font-size: 15px;
  font-weight: bold;
}
.header {
  /* width: 695px; */
  width: 100%;
  padding: 0px;
  background: #453f3c;
  background: #880000;
  color: #edebe1;
  margin: 1px;
}
.inline-button {
  width: 12em;
  margin: 0 0.2em;
  padding: 0.1em 0;
  padding: 0;
  border: 1px solid black;
  white-space: nowrap;
  background: #ccc;
  color: black;
  font: bold 65%/1 verdana, sans-serif;
  text-decoration: none;
  vertical-align: middle;
}
.inline-button em {
  width: 1em;
  margin: 0;
  padding: 0.1em 0.5em;
  background: white;
  color: black;
  font-style: normal;
  cursor: hand;
}
.inline-button span {
  width: 1em;
  margin: 0;
  padding: 0.1em 0.5em 0.1em 0.3em;
  cursor: hand;
}
.inline-button:hover {
  background: #666;
  color: white;
}
.inline-button:hover em {
  background: black;
  color: white;
}
.left{
  float: left;
}
.orange {
  background: orange;
  color: black;
}
.orange em {
  background: white;
  color: #c60;
}
.preformatted{
  font: normal 14px 'Courier New';
}
.right{
  float: right;
}
.smallgrey {
  color: #333333;
  font-size: 7pt;
  font-family: Arial, Verdana;
}
.special{
  color: #000;
  background: #eee;
  font-weight: bold;
}
.titles{
  color: #000;
  background: #ddd;
  font-weight: bold;
}
.popuptitle {
  background: #5b504a;
  color: #edebe1;
  font-weight: bold;
  font-size: 12pt;
}
.todocancel{
  background: #FFFFF5;
}
.todocattitle {
  background: #5b504a;
  background: #880000;
  color: #edebe1;
  font-weight: bold;
}
.todocomplete{
  background: #FFFFF5;
}
.todolink{
  background: #FFFFF5;
}
.appointmentcal {
   width: 100%;
}
.appointments {
  /* width: 520px; */
  width: 100%;
  float: right;
  padding: 4px;
  margin: 1px;
  background: #edebe1;
  color: #453f3c;
  text-align: left;
  vertical-align: top;
  height: 375px;
  overflow: auto;
  scrollbar-face-color: #ffaaaa;
  scrollbar-highlight-color: #fff;
  scrollbar-shadow-color: #fff;
  scrollbar-3dlight-color: #ccc;
  scrollbar-arrow-color: #e8e8e8;
  scrollbar-track-color: #eee;
  scrollbar-darkshadow-color: #ccc;
}
.appointments a:link, .appointments a:visited, .todolist a:link, .todolist a:visited {
  color: #a52a2a;
  text-decoration: underline;
  font-weight: bold;
}
.todotitle {
  /* width: 580px; */
  width: 90%;
  background: #FFFFF5;
}
.todotitle a {
  color: #a52a2a;
  font-weight: bold;
  text-decoration: underline;
}
.warning{
  color: #000;
  background: #ffc0c0;
}
.appt {
  background: #fffff5;
  border-bottom: 2px solid #edebe1;
  padding: 1px 4px;
}
.appt-booked {
  background: #c8c8c0;
  border-bottom: 2px solid #edebe1;
  padding: 1px 4px;
}
.appt-conflict {
  background: #e8c8c0;
  border-bottom: 2px solid #edebe1;
  padding: 1px 4px;
}
.appt-allday {
  background: #e8e8c0;
  border-bottom: 2px solid #edebe1;
  padding: 1px 4px;
}
.appt-na {
  background: #ffc8c0;
  border-bottom: 2px solid #edebe1;
  padding: 1px 4px;
}
.appth {
  background: #5b504a;
  background: #880000;
  color: #edebe1;
  font-weight: bold;
  font-size: 11px;
}
.appointmentdetail {
  background: #fff;
  padding-left: 30px;
}
.appt a {
  color: #a52a2a;
  font-weight: bold;
  text-decoration: underline;
}
.appt-monthview {
  color: #a52a2a;
  font-weight: bold;
}
.button {
  background: #5b504a;
  color: #fff;
  font-weight: bold;
  border: 1px solid #fff;
}
.input, select, textarea {
  background: #fffff5;
  font-size: 11px;
  border: 1px solid #5b504a;
}
.inputsearch {
  background: #aa0000;
  color: #ffffff;
  font-size: 11px;
  border: 1px solid #000000;
  font-weight: bold;
  margin-top: 5px;
}
.othercal {
  padding: 4px;
  text-align: right;
}
.sparator {
  background: #cccccc;
}
.tableheader {
  background: #990000;
  color: #ffffff;
}
