body {
  font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
  margin: 0 0 0 0;
  z-index: 0;
  background: #F26522;
}

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

a:visited {
  color: #7FA9D2;
}

/* Custom definitions */

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

.pageTitle {
	font-size: 18px;
	line-height: 18px;
  font-weight: bold;
  color: #ff6633;
}

#event_box {
  margin-left: 20px;
  padding-bottom: 10px;
}

#event_box .content {
  padding-left: 20px;
}

#event_name {
  padding: 4px;
	font-size: 14px;
	line-height: 15px;
  font-weight: bold;
  color: #000;
  background: #fff;
}

#event_name a:hover, #event_name a:active { 
	text-decoration: underline;
}

#eventLinkBox {
  width: 100%;
  text-align: right;
}

/* 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;
}

div.halloween_contest_image{
  float:left;
  margin-right: 10px;
  margin-left: 15px;
  height: 150px;
  width: 150px;
  font-size: 10px;
}

img.halloween_contest_thumb{
  vertical-align: middle;
}
