body {
  font-family: Arial, sans-serif;
	font-size: 12px;
  margin: 0 0 0 0;
  line-height: 13px;
  z-index: 0;
  color: #000000;
  background-color: #aeb0b3;
}

a, a:visited, a:hover, a:active { 
	color: #0092e8;
	text-decoration: none;
	font-weight: bold;
}

/* Custom definitions */

div#thumbnailColumn {
  height: 330px;
  overflow: auto;
}

div#homeBox {
}

div#homeImageBox {
  margin: 10px auto;
  height: 200px;
}

#homepage_image {
}

#homepage_description {
  text-align: center; 
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

.hint {
  font-size: 11px;
  color: #3333ff;
}

.pageTitle {
  padding-top: 15px;
	font-size: 18px;
	line-height: 18px;
  font-weight: bold;
  color: #000;
}

#footer {
  padding: 50px 10px 10px 0px;
  text-align: right;
	font-size: 11px;
}

div#login a {
  color: #000;
  padding: 0px 2px 0px 2px;
}

div#login a:hover {
  text-decoration: underline;
}

#topMenu {
  background: #000;
  font-size: 13px;
  text-align: center;
  font-weight: bold;
  padding: 6px 0px 6px 0px;
  color: #fff;
}

#topMenu a {
  color: #fff;
  font-weight: bold;
  padding: 0px 2px 0px 2px;
}

#topMenu a:hover {
  text-decoration: underline;
}

div#leftMenu {
  margin: 0px;
  padding: 0px;
}

div#leftMenu td {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  text-align: left;
}

div#leftMenu td a {
	color: #000;
  text-decoration: none;
}

div#leftMenu td a:hover {
  color: #A31E51;
}

#pageTitleHeader {
  padding-left: 15px;
  font-family: Helvetica, sans-serif;
  font-size: 20px;
  color: #0000FF; 
}

.rowHeader {
  background-color: #D3D3D3;
  font-weight: bold;
}

.rowBlue {
  background-color: #F2F5FB;
}

.rowWhite {
  background-color: #FFFFFF;
}

.rowGrey {
  background-color: #D3D3D3;
}

/* The main calendar widget.  DIV containing a table. */

#calendar table {
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #000000;
  font-family: Tahoma, Arial, sans-serif;
}

#calendar thead td.title { /* This holds the current "month, year" */
  font-weight: bold;      /* Pressing it will take you to the current date */
  font-size: 18px;
  text-align: center;
  background: #000;
  color: #fff;
  padding: 7px;
}

#calendar thead .daynames td { /* Cells <TD> containing the day names */
  background: #00549f;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  padding: 2px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

/* The body part -- contains all the days in month. */
#calendar tbody td { /* Cells <TD> containing month days dates */
  margin: 1px;
  background: #ffffff;
	height: 75px;
  font-size: 10px;
  padding: 2px;
}

#calendar tbody td.today { /* Cell showing selected date */
  background: #eeeeee;
/*  color: #c8ed01;  green*/
}

#calendar tbody td .number { /* Cell showing selected date */
  font-size: 11px;
  font-weight: bold;
  text-align: right;
  color: #f26522;
}

#calendar tbody .disabled { color: #999; }

#calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
	background-color: #777777;
}

#calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

#calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
  text-align: center;
  background: #00549f;
  color: #fff;
}

.pdfLink, .docLink, .zipLink, .videoLink, .excelLink, .pptLink {
  line-height: 20px;
  padding-bottom: 2px;
  display: inline-block;
  vertical-align: text-top;
}

.pdfLink { padding-right: 19px; background: url(/images/icons/file-pdf.png) no-repeat 100% 0px; }
.docLink { padding-right: 19px; background: url(/images/icons/file-document.png) no-repeat 100% 0; }
.zipLink { padding-right: 17px; background: url(/images/icons/file-archive.png) no-repeat 100% 0; }
.videoLink { padding-right: 17px; background: url(/images/icons/file-video.png) no-repeat 100% 0; }
.excelLink { padding-right: 17px; background: url(/images/icons/file-excel.png) no-repeat 100% 0; }
.pptLink { padding-right: 17px; background: url(/images/icons/file-ppt.png) no-repeat 100% 0; }
