#calendar
{
font-family:  Arial, Helvetica, Geneva, sans-serif;
font-size: 14px;
}

/* top area w/ month title and buttons */

.full-calendar-title {
    FONT: bold 1.5em;
    COLOR: #007ac3;	
	float: left;
	}
	
.full-calendar-buttons {
	float: right;
	margin: 0 0 1em;
	}
	
.full-calendar-buttons button {
	vertical-align: middle;
	line-height: 18px;
	margin: 0 0 0 5px;
	font-size: 13px;
	}
	
.full-calendar-buttons button span {
	padding: 0 10px;
	}
	
	/* To always display the "today" button:
	 *
	 * .full-calendar-buttons button.today {
	 *    visibility: visible !important;
	 *    }
	 */
	
/* table layout & outer border */

.full-calendar-month-wrap {
	clear: both;
	border: 1px solid #ccc; /* outer border color & style */
	}
	
.full-calendar-month {
	width: 100%;
	overflow: hidden;
	}

.full-calendar-month table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
/* cell styling */
	
.full-calendar-month th,
.full-calendar-month td.day {
	padding: 0;
	vertical-align: top;
	border-style: solid;    /* inner border style */
	border-color: #ccc;     /* inner border color */
	border-width: 1px 0 0 1px;
	}

.full-calendar-month th {
    FONT-size:15px;
    font-weight: 700;
    padding: 2px;
    COLOR: #eee;	
    line-height: 18px;
    background-color: #007ac3;
	border-top: 0;
	text-align: center;
	}
	
.full-calendar-month th.first,
.full-calendar-month td.first {
	border-left: 0;
	}
	
.full-calendar-month .day-number {
	text-align: right;
	padding: 0 2px;
	font-size: 2em;
	color: #ccc;
	font-weight: 900;
	font-style: italic;
	}
	
.full-calendar-month td.today {
	background-color: #e0e0e0;
	}
	
.full-calendar-month td.today .day-number  {
	color: #666;
	}
	
.full-calendar-month .other-month .day-number {
	color: #eee;
	}
	
.full-calendar-month td.sat .day-number,
.full-calendar-month td.sat .whichday
 {
	color: #abd579;
	}
	
.full-calendar-month td.sun .day-number,
.full-calendar-month td.sun .whichday {
	color: #ca5e70;
	}
	
	
.full-calendar-month .day-content {
	padding: 2px 2px 0; /* distance between events and day edges */
	}
	
	/* FullCalendar automatically chooses a cell's height,
	 * but this can be overridden:
	 *
	 * .full-calendar-month td.day {
	 *    height: 100px !important;
	 *    }
	 */
	 
/* event styling */
	
.full-calendar-month .event {
	margin-bottom: 2px;
	font-size: .85em;
	cursor: pointer;
	text-align: left;
	font-family: Tahoma;
	}
	
.full-calendar-month .ui-draggable-dragging td {
	cursor: move;
	}
	
.full-calendar-month .event td {
	background: #C1D9EC;
	padding: 0;
	}
	
.full-calendar-month .event td.ne,
.full-calendar-month .event td.nw,
.full-calendar-month .event td.se,
.full-calendar-month .event td.sw {
	background: none;
	width: 1px;  /* <-- remove if you dont want "rounded" corners */
	height: 1px; /* <--                                           */
	}
	
.full-calendar-month .nobg td {
	background: none;
	}
	
.full-calendar-month .event td.c {
	padding: 0 2px;
	}
	
.full-calendar-month .event-time {
	font-weight: bold;
	}
	

    	
	/* To change the color of events on a per-class basis (such as with the
	 * "className" attribute of a CalEvent), do something like this:
	 *
	 * .full-calendar-month .myclass td {
	 *    background: green;
	 *    }
	 */
	
/* the rectangle that covers a day when dragging an event */
	
.full-calendar-month .over-day {
	background: #ADDBFF;
	opacity: .2;
	filter: alpha(opacity=20); /* for IE */
	}
	
/* right-to-left support */

.r2l .full-calendar-title {
	text-align: right;
	}
	
.r2l .full-calendar-buttons {
	float: left;
	}
	
.r2l .full-calendar-buttons button {
	margin: 0 5px 0 0;
	}
	
.r2l .full-calendar-month .day-number {
	text-align: left;
	}
	
.r2l .full-calendar-month .event {
	text-align: right;
	}
	
/*my Calendar style begins*/
.full-calendar-month td.dayname {
    font-family: Tahoma;
    FONT-size:12px;
    font-weight: 500;
    padding: 2px 4px;
    COLOR: #666;	
    line-height: 18px;
    background-color: #eee;
	border-top: 0;
	text-align: left;
	width: 100%;
	}
	
.full-calendar-month td.weeksday {
	padding: 0;
	vertical-align: top;
    /*	border: 1px solid #ccc;*/
	border-left: 5px solid #eee;
	border-bottom: 1px dashed #ccc;
    }
    
.full-calendar-month td.weeksday + .sat{   
    border-left: 5px solid #abd579;
    } 
    
.full-calendar-month td.weeksday + .sun {
	border-bottom: 1px solid #ccc;    
    border-left: 5px solid #ca5e70;
    }    
	
.full-calendar-month .whichday {
	text-align: right;
	padding: 0 2px;
	font-size: 12px;
	color: #545454;
	font-style: normal;
	font-weight: normal;
	}
	
.full-calendar-month .day-content  ul {
    margin: 0;
    padding: 0;
    display: block;
    }
    
.full-calendar-month .day-content  ul li {
    display:block;
    margin: 0 10px;
    list-style-type: none;
    padding: 4px 0;
    border-bottom: 1px solid #e0e0e0;
    text-align: left;
    }
    
.full-calendar-month .day-content  ul li
a.we_link:link, a.we_link:visited, a.we_link:active {
    font-family: tahoma;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    text-decoration: none;
    color: #333;
    }

.full-calendar-month .day-content  ul li
a.we_link:hover {
    text-decoration: underline;
    } 
    
.full-calendar-month .def td {
	background: #eee;
	color: #333;
	opacity: .7;
	filter: alpha(opacity=70); /* for IE */
    }
    
.full-calendar-month .all td {
	background: #333;
	color: #eee;
	opacity: .7;
	filter: alpha(opacity=70); /* for IE */
    }
    
.full-calendar-month .conf td {
	background: #b41a34;
	color: #fde3e6;
	opacity: .7;
	filter: alpha(opacity=70); /* for IE */
    }
    
.full-calendar-month .semi td {
	background: #f5a41b;
	color: #192937;
	opacity: .7;
	filter: alpha(opacity=70); /* for IE */
    }
    
.full-calendar-month .lect td {
	background: #88c440;
	color: #10160A;
	opacity: .7;
	filter: alpha(opacity=70); /* for IE */
    } 
    
       
.full-calendar-month .cour td {
	background: #2f72b8;
	color: #fff;
	opacity: .7;
	filter: alpha(opacity=70); /* for IE */
    } 
/*my Calendar ends*/