#calendar_search_tools {
	position: relative;
	height: 84px;
	width: 485px;
	background: transparent url(../images/cal_head_back.gif);
	padding: 15px;
	margin: 0 0 1px 0;
	border: 1px solid #817B75;
}

#calendar_search_tools_wider {
	position: relative;
	height: 84px;
	width: 458px;
	background: #817B75;
	padding: 15px 39px;
	margin: 0 0 1px 0;
	border: 1px solid #817B75;
}

#calendar table {
	position: relative;
	border-collapse: collapse;
	width: 485px;
}

#calendar {
	position: relative;
	font-family: Helvetica, Arial, sans-serif;
	border-collapse: collapse;
	background: #ffffff;
	border: 1px solid #cccccc;
	padding: 0px;
	width: 485px;
}

/*--search box--*/
 

fieldset.search {
	border: none;
	margin: 0;
	padding: 0;
}


input#search_asc {
	float: left;
	position: relative;
	border: 1px solid #ffffff;
	width: 397px;
	height: 16px;
	padding: 4px;
	margin: 1px 6px 0 2px;
	}
	
#calendar_search_tools button#search_btn_asc, #calendar_search_tools_wider button#search_btn_asc {
	float: left;
	position: relative;
	height: 28px;
	width: 40px;
	border-style: none;
	background: url(../images/find_bouton_off.png) no-repeat;
}

#calendar_categories {
margin: 15px 0 0 4px;
}

#calendar_categories a:link, #calendar_categories a:visited {
font-size: 11px;
color: #eeeeee;
border: 1px solid #eeeeee;
padding: 2px 7px;
margin: 1px;
text-decoration: none;
}

#calendar_categories a:hover {
background: #f0d203;
color: #333333;
border: 1px solid #ffffff;
padding: 2px 7px;
margin: 1px;
text-decoration: none;
}

#calendar_categories a.on {
background: #f0d203;
color: #333333;
border: 1px solid #ffffff;
padding: 2px 7px;
margin: 1px;
text-decoration: none;
}


/*--end search box--*/


#calendar td, #calendar th {
	font-size: 14px;
	line-height: 14px;
	border-left: 1px dotted #cccccc;
	width: 11.11%;
	text-align: center;
	vertical-align:middle;
}

#calendar td:first-child, #calendar th:first-child {
	font-size: 13px;
	text-align: right;
	border-left: none;
	padding: 7px 13px 7px 7px;
	}

#calendar th:first-child {
	background: #ffffff;
}

#calendar tr.weekdays th {
	font-size: 11px;
	padding: 6px;
	background-color: #ffffff;
	font-weight: normal;
}

#calendar tr.weekdays th a:link, #calendar tr.weekdays th a:visited {
	background-color: #ffffff;
	color: #817B75;
}

#calendar th {
	padding: 6px;
	background-color: #817B75;
	color: #ffffff;
}

#calendar th a:link, #calendar th a:visited {
	text-decoration: none;
	color: #ffffff;
	display: block;
}

#calendar th a:hover {
	color: #f0d203;
}

#calendar tr.alt td {
	background-color: #eeeeee;
}

.cal_time {
	text-align: right;
	color: #666666;
}

.cal-dot a:link, .cal-dot a:visited {
	background: transparent url(../images/event_dot.png) no-repeat center;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 12px;
	line-height: 13px;
	font-size: 13px
}

.cal-dot a:hover {
	background: transparent url(../images/event_dot_hover.png) no-repeat center;
}

table#cal_month {
	width: 485px;
}

table#cal_month td {
	font-size: 16px;
	line-height: 16px;
	color: #999999;
	text-align: center;
	border-left: none;
	padding: 7px 0px;
	width: 11.11%;
}

table#cal_month td:first-child {
	text-align: center;
	border-left: none;
	padding: 7px 0px 7px 0px;
}

td.cal_month_current {
	border-left: 1px solid #cccccc !important;
	font-weight: normal;
}


#datetip { 

    display:none; 
    background:transparent url(../images/black_arrow.png) top left; 
    font-size:12px; 
    height:70px; 
    width:160px; 
    padding:25px;
    margin:0; 
    color:#fff;
    z-index: 100;     
}

.cal-dot a {
	border:0;
	cursor:pointer;
	margin:0 0px;
}

.cal-dot {
margin: 0 auto;
width: 50px;

}
/*-------------eventlists---------------*/

#eventlists ul {
	margin: 0px 0 0 0px;
	padding: 0;
	list-style: none;
}

#eventlists li {
	margin: 0 0 2px 0;
	padding: 5px 10px 10px 10px;
	text-decoration: none;
	display: block;
	background: transparent url(../images/event_back.gif) repeat-x top;
	border: 1px solid #cccccc;
	text-align: left;
}

#eventlists li:hover {
	background: #f0d203;
}

#eventlists a:link, #eventlists a:visited {
	display: block;
	font-size: 13px;
	margin: 0px;
	padding: 0 20px 0 0;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

#eventlists a:hover {
	color: #333333;
}


/*-------------sidebar---------------*/

#eventlinks {}

#sidebar ul {
	margin: 0px 0 0 0px;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0 0 2px 0;
	padding: 5px 10px 10px 10px;
	text-decoration: none;
	display: block;
	background: transparent url(../images/event_back.gif) repeat-x top;
	border: 1px solid #cccccc;
}

#sidebar li:hover {
	background: #f0d203;
}

#sidebar a:link, #sidebar a:visited {
	display: block;
	font-size: 13px;
	margin: 0px;
	padding: 0 20px 0 0;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

#sidebar a:hover {
	color: #333333;
}

#sidebar h3 {
	margin: 0 0 0 10px;
	padding: 10px 0;
	font-size: 18px;
}

img.highlighted {
	float: right;
	padding: 0px 0 5px 5px;
	margin: 0 -30px 0 0;

}

span.eventdate {
	font-size: 11px;
	line-height: 12px;
	padding: 0;
	margin: 0 0 4px 0;
	font-weight: normal;
	font-style: italic;
	display: block;
	text-decoration: none;
}

span.eventtitle {
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 4px 0 4px 0;
	display: block;
	height:auto;
}

span.eventdesc {
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0;
	display: block;
	height:auto;
}

span.eventlocation {
	font-size: 12px;
}

span.eventassociation {
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
}

span.eventspeaker {
	font-size: 12px;
	font-weight: bold;
	display: block;
	padding: 0 0 5px 0;
}

/*-------modal view---------*/

#eventview {
	text-align: left;
	padding: 10px
	color: #333333 !important;
}

#eventview span.eventdate {
	font-size: 13px;
	line-height: 13px;
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-style: normal;
	display: inline;
	text-decoration: none;
	color: #666666 !important;
}

#eventview span.eventlocation {
	font-size: 13px;
	font-style: normal;
	display: inline;
	color: #333333 !important;
}

#eventview span.eventtitle {
	font-size: 21px;
	line-height: 24px;
	color: #333333 !important;
}

#eventview span.eventassociation {
	font-size: 14px;
	line-height: 16px;
	font-style: normal;
	display: inline;
	color: #666666 !important;
}


#eventview span.eventspeaker {

	font-size: 15px;
	line-height: 18px;
	color: #666666 !important;
}

#eventview img.eventimage {
	float: right;
	padding: 0 0 10px 10px;
	margin: 13px 0 0 0;
}

#eventview span.eventdesc p {
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	padding: 10px 0 0 0;
	display: block;
	height:auto;
	color: #666666 !important;
}

a.map img {
	margin: 10px 0 0 0;
}

.eventmycal {
	background: transparent url(../images/mycal_sm.jpg) no-repeat 5px 3px;
	display: block;
	border: 1px solid #cccccc;
	padding: 13px 10px 13px 40px;
	margin: 0 0 10px 0;
	text-decoration: none;
	width: 115px;
}

a.eventmycal {
	
	font-size: 11px !important;
	font-weight: normal;
	
}


/*---mycalendar---*/

#mycalendar {
	background: transparent url(../images/mycal.jpg) no-repeat 10px 10px;
	padding: 10px 9px 0px 70px;
	margin: 0px 0 0 0px;
	border: 1px solid #cccccc;
	position: relative;
	width: 156px;
}

#cartitems {
	font-size: 18px !important;
	padding: 0px 0;
	margin: 0;
	line-height: 18px;
}

#mycalendar p {
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	padding: 5px 0 7px 0;
	margin: 0;
	color: #999999;
}

/*---------Basket--------*/

a.delete {
	float: right;
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
}

#mycalitems {
	padding: 0 10px 10px 10px;
	text-align: left;
	background: transparent url(../images/mycal_med.png) no-repeat;
}

#print_buttons {
	margin: 0 0 10px 0;
}

#mycalitems_intro {
	position: relative;
	text-align: left;
	margin: 0 0 0 80px;
}

#mycalitems_intro p {
	font-size: 11px;
	color: #666666;
	}

#mycalitems ul {
	margin: 0px 0 0 0px;
	padding: 0;
	list-style: none;
}

#mycalitems li {
	margin: 0 0 3px 0;
	padding: 10px 10px;
	text-decoration: none;
	display: block;
	background: #ffffff;
	border: 1px solid #cccccc;
	text-align: left;
}

#mycalitems li:hover {
	background: #f0d203;
}

#mycalitems a:link, #mycalitems a:visited {
	display: block;
	font-size: 13px;
	margin: 0px;
	padding: 0 20px 0 0;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

#mycalitems a:hover {
	color: #333333;
}

button.print_bt {
	padding: 3px 6px 4px 4px;
	font-size: 11px;
	line-height: 17px;
	margin: 0px 0 0 0;
	text-decoration: none;
	
	position: relative;
}


span.ui-icon {
	float: left;
	margin: 0 4px 0 0;
}

#mycallist {
	text-align: left;
	padding: 10px
	color: #666666 !important;
}

#mycallist span.eventdate {
	font-size: 11px;
	line-height: 13px;
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-style: normal;
	display: inline;
	text-decoration: none;
	color: #666666 !important;
}

#mycallist span.eventlocation {
	font-size: 12px;
	font-style: normal;
	display: inline;
	color: #666666 !important;
}

#mycallist span.eventtitle {
	word-wrap: normal;
	font-size: 12px !important;
	line-height: 13px;
	color: #666666 !important;
	
}

#mycallist span.eventassociation {
	font-size: 10px;
	line-height: 12px;
	font-style: normal;
	display: inline;
	color: #666666 !important;
}


#mycallist span.eventspeaker {
	color: #666666 !important;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
}

#mycallist img.eventimage {
	float: right;
}

#mycallist span.eventdesc p {
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	padding: 5px 0 0 0;
	display: block;
	height:auto;
}

#help {
	text-align: left;
	color: #666666 !important;
}

#help p, #help li {
	font-size: 11px;
}

.clear {
	clear: both;
}

.titledesc {
	color: #999;
	font-size: 11px !important;
}