﻿/* ---------------- Start Calendar Style -------------------*/
.calendarContainer
{
	width:250px;
	padding-left:40px;
}
.calendarAddEdit
{
	vertical-align: top;
	padding-right:40px;
	border-right:1px #c7cac7 solid;
	margin-right:20px;
}
.ECal 
{    
	font-family:Tahoma;
    margin-right:auto;
    margin-left:auto;
    margin-bottom:10px;
    width:235px;
	height:154px !important;
}
.ECal td
{
	height:24px;
	padding-bottom:1px;
}
.EList 
{
	font-family:Tahoma;
    margin: 10px;
}

.EList h3 
{
    font-weight: bold;
    text-decoration: none;
    margin: 0.5em 0;
    font-size:11px;
    color:#113E0F;
}

.EList ul
{
    margin-top: .5em;
    margin-bottom: .75em;
}

.EList li
{
    list-style-type: square;
    margin-left: -23px;
    line-height: 133%;
}
.ECalTitle {
	background-image: url('/Imagess/calendar_header_bg.png');
	background-position:center bottom;
	background-repeat:no-repeat;
	width:214px;
	height:33px;
	margin-bottom:4px;
}
.ECalTitle td {
	color: #53647e;
	text-align:center;
	font-family:Tahoma;
	font-weight:bold;
}
.ECalTitle a:link {
	background:  url('/Imagess/calendar_event_bg.png') no-repeat center center;
}
.a_ECal_header
{
	background:  url('/Imagess/calendar_daysTilte_bg.png') no-repeat center center;
	height:24px;
	vertical-align:middle;
	padding-bottom:2px;
	color:#323232;
	margin-bottom:10px;
}
.ECal_days , .a_ECal_weekend{
	background-color: #FFFFFF !important;
	background:  url('/Imagess/calendar_days_bg.png') no-repeat center center;
}
.a_ECal_Event
{
	background-color: #dfdfdf;
	color: #113e0f !important;
	font-weight: bold;
	background:  url('/Imagess/calendar_event_bg.png') no-repeat center center;
}
.a_ECal_Event:hover
{
	color: #113e0f !important;
	font-weight: bold;
}
.a_ECal_Today, .a_ECal_TodayEvent
{
	color: #FFFFFF !important;
	font-weight: bold;
	background:  url('/Imagess/calendar_today_bg.png') no-repeat center center;
}
.a_ECal_TodayEvent > div > a
{
	color:white !important;
	text-decoration:underline;
}
.EList a:link{
	color: #6BA81C !important;
}
.EList a:visited{
	color: #6BA81C !important;
}

.button_table td
{
	background-position:right center;
	background-repeat:no-repeat;
	height:25px;
	padding-right:35px;
	width:125px;
	line-height:50px;
}
.button_table a
{
	color:#4d9300 !important;
	font-size:11px;
}
.NewEventTD
{
	background-image:url('/Imagess/event_add.gif');
}
.ViewAllEventsTD
{
	background-image:url('/Imagess/event_edit.gif');
}
.NewTaskTD
{
	background-image:url('/Imagess/task_add.gif');
}
.ViewAllTasksTD
{
	background-image:url('/Imagess/task_edit.gif');
}
.CalendarNextMonth
{
	background: transparent url('/Imagess/calendar_left_arr.png') no-repeat center center;
	width:100% !important;
	height: 22px !important;
}
.CalendarPrevMonth
{
	background: transparent url('/Imagess/calendar_right_arr.png') no-repeat center center;
	width:100% !important;
	height: 22px !important;
}
.a_ECal_n_b a .CalendarNextMonth:hover
{
	background: transparent url('/Imagess/calendar_left_arr_o.png') no-repeat center center !important;
}
.a_ECal_n_b a .CalendarPrevMonth:hover
{
	background: transparent url('/Imagess/calendar_right_arr_o.png') no-repeat center center !important;
}
.a_ECal_otherMonth
{
	visibility:hidden;
	height:1px !important;
	font-size:1px;
	line-height:1px;
}
/* ---------------- End Calendar Style -------------------*/


/* ---------------- Start Balloon Style -------------------*/
.balloonContainer
{
    position: relative;
    font-family:Tahoma;
}
.balloonContainer > a
{
	text-decoration:underline !important;
}
.balloontrigger
{
    display: block;
    width: 100%;
    height: 100%; 
    color:#000000 !important;
    text-decoration:underline;
}

.balloonstyle
{
    position: absolute;
    visibility: hidden;
    z-index: 100;
    text-align:right;
    color: #113e0f;   
    line-height: 133%;
    background-color: transparent;
    width: 154px;
    top:20px !important;
}
.balloonstyle a {
	color: #6ba81c !important;
	font-weight: normal;
}
.balloonstyle a:hover {
	color: #6ba81c !important;
	font-weight: normal;
}

.balloonstyle ul
{
    margin-top: 8px;
    margin-bottom: 0;
    padding-right: 15px;
}

.balloonstyle li
{   
    margin-left: -23px;
    padding-bottom: 0.33em;
    vertical-align: middle;
    font-weight: normal;
    width: 100%;
}
.cal_balloon_main
{
	width:154px;
}
.cal_balloon_head
{
	background:url("/Imagess/cal_balloon_head.png") no-repeat center center;
	height:8px;
}
.cal_balloon_slice
{
	background:url("/Imagess/cal_balloon_slice.png") repeat-y center center;
	height:auto;
	margin-bottom:-30px;
	padding-top:3px;
	padding-right:10px;
	padding-left:10px;
}
.cal_balloon_gradient
{
	background:url("/Imagess/cal_balloon_gradient.png") no-repeat center center;
	height:39px;
}
.cal_balloon_footer
{
	background:url("/Imagess/cal_balloon_footer.png") no-repeat center center;
	height:8px;
}
/* ---------------- End Balloon Style -------------------*/

