@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;	
}
body {
	margin: 0px;
	line-height: 18px;
	text-align: center;
}
.strongblack {
	color: #000;
	font-weight: bold;
}
ul {
	margin: 0;
	padding: 0;	
}
li {
	list-style: square;
	margin-left: 15px;
	padding: 0;
	line-height: 18px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF3300;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
#wrap {
	width: 887px;
	margin: auto;
	text-align: left;
}
#header, #menu-top {
	text-align: left;
}
#content {
	float: left;
	width: 857px;
	text-align: left;
	background: url(images/bg-content.gif) left bottom repeat-x;
	padding: 15px;
}
#sidebar {
	width: 237px;
	float: left;
	border-right: 1px solid #edf0e6;
}
.boxside {
	border-bottom: 1px solid #edf0e6;
	padding-bottom: 15px;
	margin-bottom: 15px;
	padding-right: 15px;
	text-align: right;
}
.boxside ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.boxside li {
	list-style: none;
	line-height: 22px;
	margin: 0;
	padding: 0;
	font-size: 11px;
}
.redtext {
	font-weight: bold;
	color: #ac0f2f;
}
.redtext2 {
	font-weight: bold;
	color: #ac0f2f;
	font-size:20px
}
.side-cap {
	margin-bottom: 10px;
}
.imageright {
	margin-left: 10px;
	float: right;
}
.imageleft {
	margin-right: 10px;
	float: left;
}
#post {
	width: 561px;
	float: right;
}
#image-big {
	margin-bottom: 20px;
	width: 561px;
	height: 277px;
}
#footer {
	clear: both;
	padding: 10px 15px;
	font-size: 11px;
	text-align: center;
	color: #CCCCCC;
}
#slidehead3 {
	clear: both;
	width: 561px;
	height: 277px;
	text-align: right;
	float: right;	
}

/* Calendar */

div.calendar
{
  font-size: smaller;
  color: #000;
}

div.calendar.popup
{
  margin-left: -40px;
  margin-top: -100px;
  z-index: 9999;
}

div.calendar table
{
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-collapse: separate;
  border-spacing: 1px;
}

div.calendar thead {
  background-color: #999999;
}

div.calendar td,
div.calendar th
{
  padding: 2px;
  text-align: center;
}

div.calendar td.title
{
  font-weight: bold;
  color: #000;
}

div.calendar th
{
  font-weight: bold;
}

div.calendar tr.days td {
  width: 2em;
  color: #333333;
  text-align: right;
  cursor: pointer;
  border: 1px solid #e5e5e5;
}

div.calendar tr.days td:hover,
div.calendar td.button:hover
{
  border-color: #e8a800;
  background-color: #e5e5e5;
  cursor: pointer;
}
div.calendar tr.days td:hover
{
 background-color: #ddd;
}

div.calendar tr.days td:active
div.calendar td.button:active
{
  background-color: #cde;
}

div.calendar tr.days td.selected
{
  font-weight: bold;
  background-color: #e8a800;
  border-color: #e8a800 !important;
  color: #0066CC !important;
}

div.calendar tr.days td.weekend {
	color: #0066CC;
}

div.calendar tr.days td.today
{
  font-weight: bold;
  border-color: #3d60ba;
}

div.calendar tr.days td.otherDay
{
  background: #e5e5e5;
  color: #0066CC;
}
