/* Styles specific to the Calendar of Events */
#calCalendar, #dgrdPosts    {
	border-collapse: collapse;
	width: 95%;
} 
#dgrdPosts td  {
	border-collapse: collapse;
	padding: 6px;
	font-size: 12px;
} 
.headertable {
	font-family: Verdana;
	font-size: 18px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #6699CC;
	border: 0px;
	height: 30px;
}
.headertable2 {
	font-family: Verdana;
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #6699CC;
	border: 0px;
	height: 30px;
}
.w_day{
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #6699CC;
	border: 0px solid #ffffff;
}
.empty_day_cell
{
	background-color: silver;
	border-top-width: 0px;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #cccccc;
	border-right-width: 0px;
	height: 70px;
}
.day_cell_events {
	background-color: #FFBB37;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #ffffff;
	border-right-width: 0px;
	height: 70px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
.day_today  {
    background-color: Yellow;
}
.day_nr{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
a.day_number {
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
    }
a.day_number:hover {    
	color: #000000;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
}    
a.day_events {
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-size: 11px;
	font-weight: lighter;
	line-height: 3em;
    }
a.day_events:hover {
	color: #000000;
	text-decoration: underline;
	font-size: 11px;
	font-weight: lighter;
    }
.prevnext   {
    padding: 0 20px;
    width: 15%;
    color: #ffffff;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}
a.prevnext {
    color: #ffffff;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}
a.prevnext:hover  {
    color: #ffffff;
    font-size: 11px;
    font-weight: normal;
    text-decoration: underline;
    }    
#midsection	{
	background: #ffffff url(../images/bg-midsection-2.gif) top left repeat-y;
	}
#Cmiddle	{
	display: block;
	width: 750px;
	margin-left: 195px;
	border: 0px solid red;
	}
* html #Cmiddle {
    width: 730px;
}

.Cmaincontent	{
    font-size: 12px; 
	font-family: "Trebuchet MS", Helvetica, sans serif; 
	color: black;
	text-align: left;
	margin-left: 10px;
	padding-top: 15px;
	margin-right: 10px;
	padding-bottom: 10px;
	border: 0px solid yellow;
	}
	
#cblCategories  {
    width: 550px;
    padding: 4px;
    }
.CalForm    {
    display: block;
    width: 400px;
    text-align: right;
    margin: 0 0 6px 0;
    }
.CalFormSt    {
    display: block;
    width: 325px;
    text-align: right;
    margin: 0 0 6px 0;
    }
* html .CalFormSt {
    width: 320px;
}
#btnSearch, #btnLogIn, #btnCreateAccount, #btnSubmit, #btnCancel, #btnEmail,
#btnFrequency, #btnImage, #btnPost 	{
	background-color: #5e6fb1;
	font-family: Tahoma, Verdana, Helvetica, sans serif;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 0.1em;
	color: #fafbed;
	}

/* EVENTS LIST */
#lblDate	{
    font-size: 16px;
	font-family: "Trebuchet MS", Helvetica, sans serif; 
	color: #3366cc;
	font-weight: bold;
	line-height: 120%;
	}
#dlstEvents p   {
    font-size: 13px;
    line-height: 1.2em;
    margin-bottom: 3px;
    margin-top: 0;
}
.eHead  {
    display: block;
    background-color: #3366cc;
    color: #ffffff;
    font-weight: bold;
    padding: 4px 4px 4px 10px;
}
.eSep   {
    height: 12px;
}
* html .eSep   {
    height: 1px;
}