﻿body {
	font-size: 10pt;
	font-family: Verdana;
    }

td
{
	font-size: 10pt;
	font-family: Verdana;
    }
.bodyTopic
{
    font-size: 10pt;
    font-family: Verdana;
    }
.bodyEvent
{
    font-size: 8pt;
    font-family: Verdana;
    }
.bodyNews
{
    font-size: 8pt;
    font-family: Verdana;
    }
.bodySites
{
    font-size: 8pt;
    font-family: Verdana;
    }
.Link
{
    text-decoration: none;
    font-style:normal;
    color: Blue;  
}
a:visited
{
    text-decoration: none; 
    font-style:normal;
    }
.lblContentTitle
{
    font-weight: bold;
    }
.lblEventDetailsPhotosTitle
{
    font-weight: bold;
    }
.imgDiv
{
    height: 1px;
    width: 738px;
    background: Silver;
    }
.Menu
{
    width: 750;
}
.drop_down_panel
{
	position: absolute;
	z-index: 100;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 0px;
	height: auto;
	width: 230px;
	background-position: left top;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #dcdcdc;
}

.drop_down_calendar
{
	border-right: #808080 1px solid;
	border-top: #808080 1px solid;
	border-left: #808080 1px solid;
	border-bottom: #808080 1px solid;
	margin:0px;
}

.calendar_header
{
  width:100%;
}

.prev_month_link
{
   
	cursor: pointer;
	cursor: hand;
	color: #0000ff;
	text-decoration: underline;

}

.next_month_link
{
	
	cursor: pointer;
	cursor: hand;
	color: #0000ff;
	text-decoration: underline;
	
}

.month_label
{
	font-weight: bold;	
	text-align:center;
}

.period_days
{
	width:100%;	
	top:25px;
	
}

.loading_icon
{
	text-align: center;
	width: 230px;
	background: url(images/spinner.gif) fixed no-repeat center center;
}

.clickable_date
{
	cursor: pointer;
	cursor: hand;
	color: #0000ff;
	text-decoration: underline;
	font-weight:bold;

}

.calendar_close_button
{
	cursor: pointer;
	cursor: hand;
}

.regular_date
{
	text-align:center;
	width:30px;	
}

.todays_date
{
	background-color: #DEDEFF;
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
}

.days_of_week
{
	background-color: #ccccff;
}

.holiday_date
{
	background-color: #ffff66;
}
