﻿body { background-color:#efede9;font-family: Gill Sans MT, Calibri, Arial; line-height:150%; font-size: 10pt; color:#68645a;}
#panel {width: 100%; margin-top: 3px; border: solid 1px #b4a688; background-color: #fff;}
#main {width: 100%; background-color: white; margin-top: 3px; border: solid 1px #b4a688;}
#nav{width: 100%; height: 24px; background-color: #c2b9a3; border: solid 1px #b4a688; border-top-color: #c2b9a3;}
#nav img {border:0;}

#policylist li p {padding-left:20px;}

.morelinks a{color:#513c0a; text-decoration:none;}
.morelinks a:hover { text-decoration:underline;}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=50);
	opacity:0.3;
}

.modalPopup {
	background-color:#ffffff;
	border-width:1px;
	border-style:solid;
	border-color:Gray;
	width:250px;
}

.dynamicPopulate_Normal
{
	padding:2px;
	
	height:100%;
	margin:5px;
	width:200px;

}

.dynamicPopulate_Updating 
{
	background-image:url(images/loading.gif);
	background-repeat:no-repeat;
	cursor:progress;
	text-align:center;
	padding:2px;
    height:100%;
	margin:5px;
	width:200px;
}
.eventDt
{
    font-weight:normal;
    font-size:10pt;
}
.CalDayWithData
{
    cursor:hand;
}