body, html {
  height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
  margin: 0 0 0 0;
  line-height: 13px;
  z-index: 0;
  color: #000000;
  background-color: #0069d3;
  background-image: url('/images/layout/background.gif');
  background-repeat: repeat-x;
  background-attachment: fixed
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 16px;
}

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

a:hover.bigBlueLink, a:hover.blueLink { 
  text-decoration: underline;
}

a.bigBlueLink, a.blueLink {
	font-size: 12px;
  line-height: 13px;
  color: #0069d3;
  font-weight: bold;
  text-decoration: none;
}

a.bigBlueLink {
	font-size: 16px;
  line-height: 17px;
}

.searchOption {
	font-size: 20px;
  line-height: 21px;
  font-weight: bold;
}

/* color definitions */
.blue {
  color: #0069d3;
}

.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 */
#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: #03822b;
  line-height: 15px;
}

/* related listings */
.related {
  margin-top: 2px;
  padding: 2px;
}

.related a {
  font-size: 11px;
  color: #000;
}


/* item listings */
.itemBox {
  width: 500px;
  margin-top: 10px;
  padding: 5px;
}

.itemBox a {
  font-weight: bold;
  font-size: 14px;  
  color: #03822b;
  line-height: 15px;
}

/* Custom definitions */
.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: Arial, Helvetica, 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;
}

#map{
  line-height: normal !important;
}
