#calendar td {
    font-family: "Trebuchet MS", Arial, sans-serif;
}

#calback {
    clear: both;
    width: 100%;
    height: 75%;
    background: url('../cal_images/calWaiting.gif') no-repeat center;
}

#calendar {    
    width: 100%;
    height: auto;
}

.cal-matest {
    width: 294px;
    margin: 0 auto;
    padding-left:10px;
}
.cal {
    width: 276px;
    border: 0px solid #CCC;
    margin: 0 auto;
    margin-left:0px;
    padding-left:0px;
    padding-right:15px;
}

.cal a {
    color: #0C0;
    text-decoration: none;
    border-bottom: 0px dashed #ffffff;
    font-size: 9px;
}

.cal a:hover {
    color: #DD5F27;
}

.calhead {
    width: 276px;
    font-weight: bold;
    color: #FFF;
    font-size: 12px; 
    background-color: #eaead8;
    padding-left:0px;
    margin-left:0px;
}

.calhead img {
    border: none;
}

.calhead table {
    width: 100%;
}

.calhead a {
    text-decoration: none;
    border: none;
}

.dayhead {
    height: 25px;
    background: #EEE;
}

.dayhead td {
    text-align: center;
    color: #000;
}

.dayrow {
    background: #F4F5F6;
    height: 36px;
}

.dayrow td {
    width: 15%;
    font-size: 9px;
    color: #656551;
    padding: 3px;
    border: 1px solid #DDD;
}

.day {
    float: right;
}

.dayover {
    background: #D3D3D2;
}

.dayout {
    background: #F4F5F6;
}

#event {
    font-family: Arial, sans-serif;
    width: 100%;
    height: 100%;
    border-top: 1px solid #727260;
    border-bottom: 1px solid #727260;
}

#event .heading {
    padding: 10px;
    position: relative;
    background: url('../cal_images/calEvent.gif') repeat-x top left;
    border-bottom: 1px dotted #CCC;
}

#event .title {
    color: #656551;
    font-size: 16px;
    font-weight: bold;
}

#event .posted {
    color: #8C8C73;
    font-size: 10px;
}

#event .back {
    position: absolute;
    top: 10px;
    right: 10px;
}

#event .back a {
    color: ##DD5F27;
    text-decoration: underline;
    border: none;
    font-size: 10px;
}

#event .back a:hover {
    color: ##DD5F27;
}

#event .line {
    padding: 10px;
    overflow: auto;
}

.error {
    color: #C00;
    font-size: 14px;
    font-weight: bold;
}

#jump {
    z-index: 100;
    line-height: 30px;
    padding: 5px;
    background: #F6F6F6;
    border: 1px solid #888;
}

#jump a {
    text-decoration: none;
    border: none;
}

#jump img {
    border: none;
}



/* DIV Box CSS Modify By NIranjan */

.diveventheadleft{
	background:url(../cal_images/tl.png) left top no-repeat;
	height:43px!important;
	width:12px!important;
	float:left;	
	}

.diveventheadright{
background:url(../cal_images/tr.png) right top no-repeat;
width:12px!important;
height:43px;
float:left;

}
.diveventhead{
    background:url(../cal_images/t_bg.png) left top repeat-x;
    font:18px Arial, Helvetica, sans-serif;
    color:#666666;
    height:30px;
    width:250px;
    float:left;
    padding:13px 15px 0 15px;
    }
.bodycalanderdivleft
{  
background:url(../cal_images/l_bg.png) left top repeat-y;
width:4px!important;
float:left;
}
.bodycalanderdivright
{  
background:url(../cal_images/l_bg.png) left top repeat-y;
width:4px!important;
float:left;
}
.bodycalanderdiv
{
background: url(../cal_images/body_bg.png) center bottom repeat-x;
padding:0px;
width:296px;
font:12px Arial, Helvetica, sans-serif;
float:left;
height:250px;
}


.footerleft
{
	background:url(../cal_images/bl.png) left top no-repeat;
	width:12px!important;
	height:16px!important;
	float:left;
}

.footermiddle
{
	height:16px!important;
	background:url(../cal_images/b_bg.png) left top repeat-x;
	float:left;
	width:280px;
}
.footerright
{
	background:url(../cal_images/br.png) right top no-repeat;
	width:12px!important;
	height:16px!important;
	float:left;
}

/* Table Box CSS Modify By NIranjan */

#top{background:url(../cal_images/t_bg.png) center top no-repeat; width:244px; height:32px; padding:13px 22px 0 22px; font:18px Arial, Helvetica, sans-serif; margin:0;}
#content{background:url(../cal_images/body_bg.png) center top repeat-y; margin:0; width:274px; padding:0 7px; font:12px Arial, Helvetica, sans-serif;}
#bottom{background:url(../cal_images/b_bg.png) center top no-repeat; margin:0;padding:0; width:288px; height:16px;}
/* Tool tip BY NIranjan */
.hotspot
{
color:#900;
padding-bottom:1px;
cursor:pointer
}

#tt
{
color:#FFFFFF;
position:absolute; display:block; background:url(../images/tt_left.gif) top left no-repeat
}
#tttop
{
color:#FFFFFF;
display:block; height:5px; margin-left:5px; background:url(../images/tt_top.gif) top right no-repeat; overflow:hidden
}
#ttcont
{
color:#FFFFFF;
display:block; padding:2px 12px 3px 7px; margin-left:5px; background:#6577A5; color:#FFF}
#ttbot
{
color:#FFFFFF;
display:block; height:auto; margin-left:5px; background:url(../images/tt_bottom.gif) top right no-repeat; overflow:hidden
}
