
div#tipDiv {
    padding:4px;
    color:#000; font-size:11px; line-height:1.2;
    background-color:#E1E5F1; border:1px solid #667295; 
    width:250px; 
}

.jump {
	font-weight: bold;
	font-size: 26px;
	color: #ffffff;
}

.jumpsel {
	font-weight: bold;
	font-size: 26px;
	color: #5e899a;
	border: 0px;
	width: 200px;
	height: 40px;

}

#cal td {
	border: solid #eef2f3 1px;
	
}


.dbmessage {
	background-color: #F8E2E3;
	margin: 12px;
	padding: 4px;
	border: 1px solid #800000;
	color: #800000;
}

.label {  background-color: #f8f8f8;}
.form1 { border: 1px inset #eeeeee; background-color: #EDF1FA; padding: 2px; font-family: Verdana, Arial, Helvetica, san-serif; font-size: 11px; color: #404F66;}
.text11 {font-size:0.88em;}
.input {width:95%;}
.manage-column {
	background-color: #f2f2f2;
}

.clear {
	clear:both;
}

.location {
	font-size: 12px;
}

/*Small Calendar Styles*/

.days
{
	font-size:11px;
	font-family:Verdana;
	color:#666666;
	width:10%;
	text-align:center;
}

#daybg 
{
	background:url(images/daybg.gif) top left no-repeat;
	width:26px;
	height:26px;
}

#daybgselected 
{
	background:url(images/dayselectedbg.gif) top left no-repeat;
	width:26px;
	height:26px;
}

.calendartext
{
	font-size:10px;
	font-family:Verdana;
	color:#989898;
	text-align:center;
	padding-top:7px;
}

a.calendartext
{
	font-size:10px;
	font-family:Verdana;
	color:#989898;
	text-align:center;
	padding-top:7px;
}

/*End calendar styles */

/* ======== Upcoming Event Styles ======== */
#eventbox {
	width: 90%;
	height: auto;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
	padding-right:10px;
	border: solid #4c4c4c 1px;
}

#eventbox .eventcontent {
	float:left;
	width: 65%;
	padding-right: 20px;
}

#eventbox .eventcontentfull {
	width: 100%;
	height: auto;
	padding-right: 20px;
}

#eventbox .event_text, a{
	font-family: Tahoma;
	font-size: 14px;
}


a.title2:link {color:#6e3e82; font-family:Tahoma;	font-size:15px;	font-weight:bold;  text-decoration: none;}
a.title2:visited {color:#6e3e82; font-family:Tahoma;	font-size:15px;	font-weight:bold;  text-decoration: none;}
a.title2:hover {color:#6e3e825; font-family:Tahoma;	font-size:15px;	font-weight:bold;  text-decoration: none;}
a.title2:active {color:#6e3e82; font-family:Tahoma;	font-size:15px;	font-weight:bold;  text-decoration: none;}

a.adminLink:link {color:#0077cc; font-family:Tahoma;	font-size:12px;	text-decoration: none;}
a.adminLink:visited {color:#0077cc; font-family:Tahoma;	font-size:12px;	text-decoration: none;}
a.adminLink:hover {color:#0077cc; font-family:Tahoma;	font-size:12px;	text-decoration: underline;}
a.adminLink:active {color:#0077cc; font-family:Tahoma;	font-size:12px;	text-decoration: none;}




#eventbox .title2 {
	color:#000000;
	font-family:Tahoma;
	font-size:15px;
	font-weight:bold;
}

#eventbox .event_date {
	color:#000000;
	font-family:Tahoma;
	font-size:13px;
	font-weight:bold;
}

#eventbox .eventshare {
	float: left;
	width:30%;
	height:auto;
	background-color:#ffffff;
	border: solid #dddddd 1px;
	font-family:Arial, sans-serif;
	font-size:12px;
	padding-bottom:10px;
}

#eventbox .sharetitle {
	background-color:#dc5363;
	width:100%;
	height:25px;
	color:#ffffff;
	font-weight:bold;
}

#eventbox .addthis {
	margin-left:25px;
}

#calarea {
	height: 200px;
	overflow:hidden;
}

#calarea .leftside {
	float:left;
	width:45px;
}

#calarea .rightside {
	float:left;
	color: #252525;
	font-family: Arial, sans-serif;
	font-size: 12px;
	width:160px;
	padding-left:5px;
}

#calendar_bg {
	background:url(images/cal_bg.jpg) top left no-repeat;
	width: 45px;
	height: 60px;
}

.date {
	color: #3bb000;
	font-family: Arial, sans-serif;
	font-size: 14px;
	padding-top:14px;
	padding-right:3px;
}

#calendar_bg .month {
	color: #ffffff;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	padding-top:3px;
}


/* ======== End Upcoming Event Styles */