BODY {
	background: #FFFFFF;
	font-family: Tahoma, Verdana, Helvetica, Sans-Serif;
	font-size: 8pt;
	color: black;
}

BODY.Content {
	background: #C2D4E4;
	font-family: Tahoma, Verdana, Helvetica, Sans-Serif;
	font-size: 8pt;
	color: black;
}

TABLE.Content {
	font-family: Tahoma, Verdana, Helvetica, Sans-Serif;
	font-size: 8pt;
	color: black;
	background: #C2D4E4;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

TABLE.News {
	background: #CEE1F2;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
TABLE.uical {
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
TD.Header {
	background: #E5E5E5;
	border-left: 0px;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 1px dashed #000000;
}

TD.Today {
	background: #E5E5E5;
}

TD.Event {
	background: #648EC8;
}

TD {
	font-family: Tahoma, Verdana, Helvetica, Sans-Serif;
	font-size: 8pt;
	color: black;
}

A {
	color: #5C81AA;
	text-decoration: none;
}

UL {
	margin-bottom: 0px;
	margin-top: 0px;
}

small {
        font-size: 10px;
}

select {
  font-family: Tahoma, Verdana, Helvetica, Sans-Serif;
  font-size: 8pt;
  height: 19px;
  color: #255282;
  border: #255282;
  border-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  background-color: #ffffff;
  vertical-align: middle;
  margin: 0.02em;
}

textarea {
  font-family: Tahoma, Verdana, Helvetica, Sans-Serif;
  font-size: 8pt;
  color: #255282;
  border: #255282;
  border-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  background-color: #ffffff;
  vertical-align: middle;
  margin: 0.02em;
}

input {
  font-family: Tahoma, Verdana, Helvetica, Sans-Serif;
  font-size: 8pt;
  height: 19px;
  color: #255282;
  border: #255282;
  border-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  background-color: #ffffff;
  vertical-align: middle;
  margin: 0.02em;
  padding: 2px;
}

input.radio {
  height: 12;
  color: #000000;
  border: #255282;
  border-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  background-color: #C2D4E4;
  padding: 2px;
}

UL.On {
	visibility: visible;
	position: ;
}

UL.Off {
	visibility: hidden;
	position: absolute;
	width: 0px;
	height: 0px;
	overflow: auto;
}
