body, html {
  height: 100%;
}

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

a, a:visited, a:hover, a:active { 
  color: #000;
}

/* color definitions */
.lightTan {
  color: #f0eedf;
}
.darkTan {
  color: #c8bca4;
}
.blue {
  color: #1989c9;
}
.orange {
  color: #c85127;
}
.white {
  color: #fff;
}
.black {
  color: #000;
}

.voteButton {
  background-color: #c8bca4;
  color: #1989c9;
  border: 0px solid #000;
  font-weight: bold;
  padding: 0px;
  margin: 0px;
  font-size: 12px;
}

/* link definitions */
#topMenuLinks a {
  color: #fff;
  text-decoration: none;
}

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

.pdfLink, .docLink, .zipLink, .videoLink, .excelLink, .pptLink {
  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; }


/* Document listings */
#document {
  width: 500px;
  margin-top: 10px;
  padding: 5px;
}

#document a {
  font-weight: bold;
  font-size: 14px;  
  color: #3154cc;
  line-height: 15px;
}

/* Custom definitions */
#thumbnails {
  height: 300px;
  overflow: auto;
}

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

.pageTitle {
	font-size: 14px;
	line-height: 16px;
  font-weight: bold;
  color: #1989c9;
}

.sectionTitle {
	font-size: 12px;
  font-weight: bold;
  color: #1989c9;
}

.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;
}

/* darktan box for polls */

.darkTanBox {
   background: #c8bca4;
}
.darkTanBoxTop div {
   background: url(/images/layout/darktan_tl.png) no-repeat top left;
}
.darkTanBoxTop {
   background: url(/images/layout/darktan_tr.png) no-repeat top right;
}
.darkTanBoxBottom div {
   background: url(/images/layout/darktan_bl.png) no-repeat bottom left;
}
.darkTanBoxBottom {
   background: url(/images/layout/darktan_br.png) no-repeat bottom right;
}

.darkTanBoxTop div, .darkTanBoxTop, 
.darkTanBoxBottom div, .darkTanBoxBottom {
   width: 100%;
   height: 10px;
   font-size: 1px;
}
.darkTanBoxContent { margin: 0 10px; }

#document_list .document{
  margin: 5px 0;
}

#document_list .document .teaser{
  margin-left: 10px;
}
