/* Festival Calendar Page Header
-----------------------------------------------------------------------------*/

#fest-cal {
	width: 100%;
	margin: 0 auto;
	/*-moz-border-radius:10px 10px 10px 10px;   
   -khtml-border-radius:10px 10px 10px 10px;
   -webkit-border-top-left-radius: 10px;
   -webkit-border-top-right-radius: 10px;
   -webkit-border-bottom-left-radius: 10px;
   -webkit-border-bottom-right-radius: 10px;
    border-radius:10px 10px 10px 10px;
    border:0px solid #800000;*/
    background-image:url('/2011/images/festival-calendar-bg2.jpg');
    background-repeat:repeat 100%;
    }
#fest-cal-header {
	height:100%;
	}
#fest-cal-headtop {
	height:35px;
	background-image: url(/images/btn-search.gif);
    background-repeat:repeat-x;
	color:#fff;
   /*-webkit-border-top-left-radius: 10px;
   -moz-border-radius-topleft: 10px;
   -webkit-border-top-right-radius: 10px;
   -moz-border-radius-topright: 10px;
    border-radius:10px 10px 0px 0px;*/
	}
#fest-cal-footerbtm {
	height:15px;
	background-image: url(/images/btn-search.gif);
    background-repeat:repeat-x;
	color:#fff;
   /*-webkit-border-bottom-left-radius: 10px;
   -moz-border-radius-bottomleft: 10px;
   -webkit-border-bottom-right-radius: 10px;
   -moz-border-radius-bottomright: 10px;
    border-radius:0px 0px 10px 10px;*/
	}
a.fest-cal-headtop {
	color:#fff;
	font-size:12px;
	text-decoration:none;
   	}
.AscTopHead{
    font-size: 12px;
    text-decoration: none;
    font-weight:bold;
    text-shadow:0px 1px 1px #000;
    line-height:32px;
    text-align: left;
    color: #fff;
    padding-left: 5px;
    }
.AscTopHead a{   
    color: #fff;    
    }
.AscTopHead a:hover{   
    text-decoration:underline;
    color: #fff; 
    }
 a.fest-cal-headtop:hover {
	color:#fff;
	font-size:12px;
	text-decoration:underline;
   	} 
#fest-cal-headbtm {
	border-bottom:1px solid #800000;
	}


/* celebFooter
-----------------------------------------------------------------------------*/
#fest-cal-footer {
	}

/* celeb-text
-----------------------------------------------------------------------------*/
#fest-cal-text ul{
list-style-type: none;
text-align: left;
border-bottom:1px dashed #800000;
height:24px;
padding-left:0px;
}
#fest-cal-text ul li { display: inline; color: #800000; }
#fest-cal-text ul li a{
text-decoration: underline; 
color: #800000;
font-weight:normal;
font-size:12px;
border-right:0px dashed;
padding-left:30px;
}
#fest-cal-text ul li a:hover{
 text-decoration:none;
 color:#C60309;
 }
 
.fest-cal-text{
text-decoration: none; 
color: #800000;
font-weight:normal;
font-size:12px;
border-right:0px dashed;
padding-left:30px;
}
 /* Celebrity Page End
-----------------------------------------------------------------------------*/

/* Calendar CSS
-----------------------------------------------------------------------------*/
.ui-calendar ul        {
            list-style-type: none;
            text-align: left;
            border-bottom: 1px dashed #800000;
            height: 24px;
            padding-left: 0px;
            }
.ui-calendar ul li{
            float: left;
            color: #800000;
            }
.ui-calendar ul li:first-child{
            width: 100px;
            }
.ui-calendar ul li:nth-child{
            width: 200px;
            }
.ui-calendar ul li:last-child{
            float: right;
            width: 500px;
            }
.ui-calendar ul li a{
            text-decoration: underline;
            color: #800000;
            font-weight: normal;
            font-size: 12px;
            border-right: 0px dashed;
            }
.ui-calendar ul li a:hover{
            text-decoration: none;
            color: #C60309;
            }
.ui-calendar ul li{
            text-decoration: none;
            color: #800000;
            font-weight: normal;
            font-size: 12px;
            border-right: 0px dashed;
            padding-left: 10px;
            }
 /* Calendar CSS End
-----------------------------------------------------------------------------*/




