body {
  background-color: black;
  color: white;
  margin: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11pt;
}
table {
  border-collapse: collapse;
}
tr {
  vertical-align: top;
}
td {
  padding: 0;
}


a {
  text-decoration: none;
  color: #fff;
  rm-font-weight: bold;
}

a:hover {
  text-decoration: underline;
}

a.2 {
	color: #000;
}
a.inverse {
  text-decoration: underline;
}
a.inverse:hover {
  text-decoration: none;
}
.notOpaque {
	position: relative;
}
img,
a img {
  border: none !important;
}

input,
select,
textarea {
  background-color: white;
  border: 1px solid red;
}
textarea {
  width: 100%;
  height: 160px;
}

.small {
  font-size: 10pt;
}
.xsmall {
  font-size: 8pt;
}
.spaceB {
  margin-bottom: 20px;
}
.spaceL {
  margin-left: 20px;
}
.padding {
  padding: 10px;
}
.margin {
  margin: 10px;
}
.center {
  text-align: center;
}
img.left {
  float: left;
  margin-right: 15px;
}
img.right {
  float: right;
  margin-left: 15px;
}
input.add {
  background: white url(./images/add_icon.gif) no-repeat;
  border-color: green;
  padding-left: 16px;
}
input.del {
  background: white url(./images/delete_icon.gif) no-repeat;
  border-color: red;
  padding-left: 16px;
}
input.ok {
  background: white url(./images/confirm_icon.gif) no-repeat;
  border-color: #09d;
  padding-left: 16px;
}
input.info {
  background: white url(./images/info_icon.gif) no-repeat;
  border-color: info;
  padding-left: 16px;
}
.greenbox {
  width: 90%;
  border: 1px solid #259C00;
}

a.h1,
span.h1,
a.h2,
span.h2,
a.h3,
span.h3 {
  display: block;
}
a.h1,
span.h1 {
  font-size: 19pt;
}
a.h2,
span.h2 {
  font-size: 16pt;
}
a.h3,
span.h3 {
  font-size: 14pt;
  border-width: 1px;
}
a.blue:hover,
a.green:hover,
a.orange:hover,
a.red:hover {
  text-decoration: none;
  font-weight: bold;
}
a.green,
span.green {
  border-bottom: 2px solid #5d5;
}
a.orange,
span.orange {
  border-bottom: 2px solid #d70;
}

.right {
  text-align: right;
}
h1.blue,
h2.blue,
h3.blue,
h4.blue,
a.blue,
span.blue {
  border-bottom: 2px solid #4201ff;
}
h1.green,
h2.green,
h3.green,
h4.green {
  border-bottom: 2px solid #5d5;
}
h1.orange,
h2.orange,
h3.orange,
h4.orange {
  border-bottom: 2px solid #d90;
}
h1.red,
h2.red,
h3.red,
h4.red,
a.red,
span.red {
  border-bottom: 2px solid red;
}
h4.blue,
h4.green,
h4.orange,
h4.red {
  border-width: 1px;
}

.good {
  color: lightgreen;
  font-weight: bold;
}
.bad {
  color: red;
  font-weight: bold;
}

.even {
  background-color: #333;
}
.odd {
  background-color: #444;
}

.black {
  color: black;
}
.yellow {
  color: #ff6;
}
div.info,
div.error {
  color: black;
  display: table;
  padding: 10px;
  font-size: 10pt;
}
div.info {
  border: 1px dashed blue;
  background-color: #eef;
}
div.error {
  border: 1px dashed red;
  background-color: #fee;
}
span.infotitle {
  display: block;
  border-bottom: 2px solid #09d;
  font-weight: bold;
  font-size: 12pt;
}
div.navBar {
		background-color: #444;
        text-align: center;
        font-size: 11pt;
        font-weight: bold;
        margin: 30px 10px;
        padding: 10px 0px;
}
.navBar span,
.navBar a {
        border: 1px solid;
        font-size: 9pt;
        margin: 0px 5px;
        padding: 2px 5px;
}
.navBar span {
        background-color: #aaa;
        border-color: black;
		font-weight: normal;
}
.navBar a {
		background-color: #4cf;
        border-color: #700000;
}
.navBar a:hover {
		background-color: #09d;
        text-decoration: none;
}

table.spacing td,
table.spacing th {
  padding: 3px 5px;
}
table.wide {
  width: 100%;
}

table#main {
  width: 750px;
  rm-background-color: #bebebe;
  border: 2px solid black;
  rm-filter: alpha(opacity:50);
  rm--moz-opacity:0.5;
}
td#logo {
  height: 100px;
  padding-bottom: 10px;
  background: no-repeat;
  vertical-align: bottom;
  text-align: right;
  font-size: 8pt;
}
#topmenu {
  margin: 10px 0;
  padding-bottom: 2px;
  rm-background-color: red;
  font-weight: bold;
  font-size: 10pt;
  vertical-align: middle;
}
a#nav_home { background: url(./images/rhc_home.gif) no-repeat; width: 72px; }
a#nav_home:hover { background: url(./images/rhc_home_hot.gif) no-repeat; }

.trans {
  filter: alpha(opacity:60);
  -moz-opacity: 0.6;
}

td#content {
  background: url(./images/content.jpg) no-repeat;
  vertical-align: top;
  padding: 30px;
}
.outline {
  padding: 5px;
  border: 1px solid black;
}
table.grid td,
table.grid th {
  border: 1px solid white;
  padding: 5px 15px;
}

/*****          EVENT CALENDAR          *****/

table.Month {
        width: 700px;
        border: 1px solid white;
}
table.Month td,
table.Month th {
        border: 1px solid white;
}
table.Month th.WeekDay,
table.Month td.Day {
        width: 14%;
        min-width: 14%;
}
table.Month th.WeekDay {
        font-size: 8pt;
        text-align: center;
}
table.Month td.Day {
	rm-background-color: #d0e0d0;
    text-align: right;
    font-size: 10pt;
    padding: 0px 4px;
    height: 100px;
}
table.Month td.Today {
	border: 3px solid red;
	rm-background-color: #e0f0e0;
}
table.Month td.NoDay {
	height: 100px;
}
table.Month td.Day a {
	display: block;
	color: black;
	text-align: center;
	text-decoration: none;
	padding: 3px 0px;
}