/*
.ToolTip {
	background-color: #DDDDDD;
	border: 1px solid #333333;
	padding: 8px 8px 8px 8px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	visibility: hidden;
	display: none;
	position: absolute;
}
.ToolTip a:link { color: #000000; }
.ToolTip a:visited { color: #000000; }
*/
.miniCalItem { /* sub style paired with miniCalItem applied to active day cells.  */
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	background-color: #AAAAAA;
	color: #FFFFFF;
	text-align: center;
	height: 18px;
}
.minicalActiveItem { /* style paired with miniCalItem applied to active day cells.  */
	color: #880000;
}
.minicalActiveItem a { /* style paired with miniCalItem applied to active day cells.  */
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.miniCalNumerial { /* span style for the day number for an active day */
	text-decoration:underline; 
	display: block;
}

.hideDOW {	/* inactive day squares */
	background-color: #EEEEEE;
	height: 18px;
}
.miniCalHeader { /* The Month Year title */
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #6F9633;
	padding-bottom: 5px;
	text-align: center;
}
.miniCalDOW { /* The day initials */
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	padding-bottom: 5px;
}

/* These are required for the popups to work. This is the table container starting above the Month Year and ending below the month of days. */
.miniCalTable a 
{
	display:block; 
} 
.miniCalTable a:hover 
{
	position:relative; 
}

/* This is the style for the span tag of event name */
.miniCalTable a span.miniCalPop 
{
	color:#000000;
	background:#DDDDDD;
	padding:4px;
	border:1px solid #000000;
	width:200px; 
	position:absolute;
	top:10px;
	left:-9999px;
	text-decoration:none; 
	cursor:pointer; 
	padding:10px; 
}
.miniCalTable a:hover span.miniCalPop 
{
	left:10px;
	top:10px;
		cursor:pointer;
}
.miniCalTable a span.miniCalPop img {
display: block;
	cursor:pointer;
}
.miniCalPop {text-decoration: none; }
.miniCalPop span { text-decoration: underline; padding-bottom: 4px; }
.miniCalPop span:hover { cursor: pointer; text-decoration: underline; color: #7f7f7f; }

/* This is the ID that the ajax uses to fill contents with when changing months. The Main container */
#MiniCalBox
{
	background-color: #b4b4b4;
	padding: 8px;
	position: relative;
	border: 1px solid #6d6d6d;
	width: 137px;
}

/* This is the table cell for the contents below the monthly arrows */
.miniCalPad
{
	padding-bottom: 20px;
	padding-top: 5px;
	background-color: #FFFFFF;
	
}

.miniCalInnerContainer 
{
border: 1px solid #6d6d6d;
}

.miniCalButtonMiddle
{
background-image: url(../images/calendar_button_middle.gif);
background-repeat: repeat-x;
height: 16px;
width: 100%;
}

.miniCalButtonDown
{
	width: 47px;
	height: 16px;
	text-align: right;
	background-image: url(../images/calendar_button_middle.gif);
	background-repeat: repeat-x;
}
.miniCalButtonUp
{
	width: 47px;
	height: 16px;
	text-align: left;
	background-image: url(../images/calendar_button_middle.gif);
	background-repeat: repeat-x;
}

.miniCalButtonDownImg{
	width: 47px;
	height: 16px;
}

.miniCalButtonUpImg{
	width: 47px;
	height: 16px;
}




.ceEvent { 
	color: #666666;
}
.ceEvent a:link { text-decoration: none; color: #666666; }
.ceEvent a:hover { color: #C8C8C8; }
.ceEvent a:visited { color: #666666; }
.ceEvent a:active { color: #666666; }
.ceTitle { 
font-family: Arial; font-size: 14px; font-weight: bold; color: #FFFFFF; background-color: #CCCCCC; padding: 5px;
}
.ceDayHeader { 
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;  
}
.ceContainer { 
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	width: 100%;
}

.CALMonthDisplay { font-family: Verdana; font-size: 12px; background-color: #CCCCCC; font-weight: Bold; }
.CALDisplayStandard { font-family: Verdana; font-size: 12px; }
.CALBorderTable { background-color: #FFFFFF; }
.CALDisplayHeader { font-family: Verdana; font-size: 12px; background-color: #CCCCCC; font-weight: Bold; }
.CALDisplayLink { color: #000000; TEXT-DECORATION: none; font-weight: Bold; }
.CALLink { color: #888888; }
.CALListBorder { border-left: 1px solid #006633; border-top: 1px solid #006633; border-bottom: 1px solid #006633; border-right: 1px solid #006633; }
.CALListHeader { font-family: Verdana; font-size: 12px; font-weight: bold; }




.cal_maintable {
	width: 100%;
}

.cal_outerframe {
	background-color: #E1E1E1;
	border: 1px solid #666666;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 7px;
	padding-left: 3px;
}
.cal_calendarbody {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #333333;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.cal_buttonbg {
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #333333;
	border-left-color: #999999;
	background-image: url(../images/calendar/calbutton_bg.gif);
}
.cal_insidetable {
	border: 1px solid #FFFFFF;
}
.cal_buttonmiddle {
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	width: 200px;
	font-family: Arial;
	font-size: 14px;
	color: #000000;
}
.cal_backbutton {
	padding-right: 30px;
}
.cal_forwardbutton {
	padding-left: 30px;
}
.cal_daysbox {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: 14%;
}
.cal_boxmain {
	height: 75px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 5px;
}
.cal_boxright {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 5px;
}
.cal_boxbottom {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	height:75px;
	padding: 5px;
}
.cal_numberbox {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	padding-bottom: 7px;
}
.cal_infobox, .cal_infobox a:link, .cal_infobox a:hover, .cal_infobox a:active, .cal_infobox a:visited  {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
}
.cal_boxbottomright {
	padding: 5px;
}
.cal_numberbox_lite {
	font-family: Arial;
	font-size: 12px;
	color: #CCCCCC;
	padding-bottom: 5px;
}
.cal_boxmainOver {
	height: 75px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 5px;
	background-color: #EEFFFF;
}


.cal_view_text {
font-family: Arial;
font-size: 14px;
}

.cal_weekly_buttonmiddle {
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	width: 200px;
	font-family: Arial;
	font-size: 14px;
	color: #000000;
}
.cal_weekly_backbutton {
	padding-right: 30px;
}
.cal_weekly_forwardbutton {
	padding-left: 30px;
}

.cal_weekly_buttonbg {
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #333333;
	border-left-color: #999999;
	background-image: url(../images/calendar/calbutton_bg.gif);
}

.CALWEEKLYLink { color: #888888; }
.cal_weekly_maintable {
	width: 100%;
}

.cal_weekly_outerframe {
	background-color: #E1E1E1;
	border: 1px solid #666666;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 7px;
	padding-left: 3px;
}
.cal_weekly_calendarbody {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #333333;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.cal_weekly_insidetable {
	border: 1px solid #FFFFFF;
}
.cal_weekly_daysbox {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-right: 1px solid #CCCCCC;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: 10%;
}

.cal_weekly_timebox {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 2px;
	padding-left: 3px;
	border-top-width: 1px;
	border-right: 1px solid #CCCCCC;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: 8%;
}
.cal_weekly_timeboxALT {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 2px;
	padding-left: 3px;
	border-top-width: 1px;
	border-right: 1px solid #CCCCCC;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: 8%;
	background-color: #f2f2f2;
}
.cal_weekly_boxmain {
	
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 2px;
}
.cal_weekly_infobox, .cal_weekly_infobox a:link, .cal_weekly_infobox a:hover, .cal_weekly_infobox a:active, .cal_weekly_infobox a:visited  {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
}
.cal_weekly_boxmainALT {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 5px;
	background-color: #f2f2f2;
}
.cal_weekly_infoboxALT, .cal_weekly_infoboxALT a:link, .cal_weekly_infoboxALT a:hover, .cal_weekly_infoboxALT a:active, .cal_weekly_infoboxALT a:visited  {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	background-color: #f2f2f2;
}





.cal_yearly_maintable {
	width: 100%;
}

.cal_yearly_outerframe {
	background-color: #E1E1E1;
	border: 1px solid #666666;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 7px;
	padding-left: 3px;
}

.cal_yearly_buttonbg {
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #333333;
	border-left-color: #999999;
	background-image: url(../images/calendar/calbutton_bg.gif);
}

.cal_yearly_buttonmiddle {
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	width: 200px;
	font-family: Arial;
	font-size: 14px;
	color: #000000;
}

.cal_yearly_backbutton {
	padding-right: 30px;
}
.cal_yearly_forwardbutton {
	padding-left: 30px;
}
.cal_yearly_calendarbody {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #333333;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

.cal_yearly_monthbox {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	padding-bottom: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

.cal_yearly_monthheader {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #F8F8F8;
	font-weight: bold;
	text-align: center;
}


.cal_yearly_event_time_pad {
	padding-right: 7px;
	padding-top: 7px;
	border-top: 1px solid #CCCCCC;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-align: right;
}
.cal_yearly_event_time_pad a:link, .cal_yearly_event_time_pad a:hover, .cal_yearly_event_time_pad a:active, .cal_yearly_event_time_pad a:visited {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-align: right;
	text-decoration:none;
}
.cal_yearly_event_time_pad_top {
	padding-right: 7px;
	padding-top: 7px;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-align: right;
}
.cal_yearly_event_time_pad_top a:link, .cal_yearly_event_time_pad_top a:hover, .cal_yearly_event_time_pad_top a:active, .cal_yearly_event_time_pad_top a:visited {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-align: right;
	text-decoration: none;
}
.cal_yearly_event_content_pad {
	padding-bottom: 7px;
	padding-top: 7px;
	border-top: 1px solid #CCCCCC;
	font-family: Arial;
	font-size: 10px;
	color: #999999;
}
.cal_yearly_event_content_pad_top {
	padding-bottom: 7px;
	padding-top: 7px;
	font-family: Arial;
	font-size: 10px;
	color: #999999;
}


.cal_yearly_boxmain {
height: 80px;
padding-left: 7px;
padding-right: 7px;
font-family: Arial;
	font-size: 10px;
	color: #999999;
}

.cal_search_boxmain {
border: #000000 1px solid;
background-color: #FFFFFF;
}

.cal_search_header {
padding: 10px;
font-family: Arial;
font-size: 14px;
background-color: #FFFFFF;

}

.cal_search_item {
font-family: Arial;
padding-left: 6px;
padding-top: 4px;
padding-bottom: 4px;
padding-right: 6px;
font-size: 12px;
border-top: #CCCCCC 1px solid;
}


