div#calendar-logo
{
	background: #666666;
	width: 200px;
	height: 150px;
	float: left;
	margin-right: 20px;
	margin-left: -170px
}
div#page-content
{
	background: none repeat scroll 0 0 #FFFFFF;
}
div#search_events
{
	float: left;
	padding: 10px 10px 10px 15px;
	width: 84%;
}
div.clear
{
	clear: both;
	height: 1px;
}
div.tigcalendar_calendar
{
	clear: both;
	margin-top: 20px;
}
div#search_events_input input.cal-date, #search_events_keyword
{
	width: 70px;
	color: #666666;
	font-family: Arial;
	font-size: 10px;
	background-color: #ffffff;
}

#search_events_keyword
{
	width: 120px;
}

div#search_events_input label
{
	display: inline;
	font-size: 11px;
}

div.cat_left_block
{
	float: left;
}

#search_events_category div.category
{
	padding-right: 10px;
	width: 130px;
	margin-right: 10px;
}
#search_events_category span.smalltitle
{
	clear: both;
	display: block;
	padding-bottom: 5px;
}
.category div.subcategory
{
	display: none;
	position: absolute;
	background: #ffffff;
	border: 1px solid #666666;
	padding: 5px;
}
div#search_events_input
{
	padding: 7px 0;
}

div#search_events_category
{
	padding: 7px 0;
}
div#search_events_head
{
	padding-bottom: 7px;
}
div#ongoing_events
{
	clear: both;
	padding: 10px 10px 10px 20px;
	margin-left: -170px;
	margin-top: 10px;
}
div.tigcalendar_head span.title, div#search_events_input label
{
	text-transform: none;
	font-size: 12px;
	font-family: Lucida Sans Unicode;
	color: #000000;
	margin-right: 8px;
}

div.tigcalendar_head p.search_descr
{
	color: #7a7a7a;
	font-family: Arial;
	font-size: 11px;
}

div#ongoing_events a img
{
	vertical-align: middle;
}
div.tigcalendar_head
{
	padding-left: 170px;
}
div#search_events span.go
{
	display: block;
	clear: both;
	text-align: right;
}

tr.table_tab
{
	background: #e9e9e8;
}

tr.table_tab td.fc-header-left
{
	padding-left: 7px;
}

tr.table_tab div
{
	border: 0 none;
	background: #ffffff;
	margin-top: 10px;
}

.fc-header .ui-state-default
{
	margin: 10px 1px 0;
}

tr.table_tab .fc-header-left .ui-corner-left, tr.table_tab .fc-header-left ui-no-right
{
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topleft: 0;
}

table.fc-header
{
	margin-bottom: 15px;
}

div#calendar .fc-view td.fc-other-month
{
	background: #dfdfdf repeat;
}

div#calendar .fc-event, .fc-agenda .fc-event-time, div#calendar .fc-event a
{
#	background: 0 none;
#	border: 0 none;
    background-color:#851922;
    border-color:#851922;
	color: #EEEEEE;
	font-size: 11px;
}

div#calendar .fc-view td
{
	border: 1px solid #ffffff;
}

div#calendar .fc-view th
{
	background: 0 none;
	border-left: 0 none;
	border-right: 0 none;
	border-top: 1px solid #eeeeee;
	padding-top: 7px;
	padding-bottom: 7px;
	color: #000000;
}

div.ui-widget-content
{
	border: 0 none;
}

div#tigcal_content div#calendar h2
{
	color: #000000;
	margin: 6px;
	font-size: 30px;
	font-weight: normal;
}

div#tigcal_content div#calendar div.fc-button-prev, div#tigcal_content div#calendar div.fc-button-next
{
	background: 0 none;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-topright: 0;
	border:1px solid #D3D3D3;
	margin-left: 0;
	margin-right: 0;
	
}

div#tigcal_content div#calendar div.fc-button-next a span
{
	border-left: 0;
	background-position: -32px -16px;
	background-image: url(../images/calendar-theme-images/ui-icons_222222_256x240.png);
}

div#tigcal_content div#calendar div.fc-button-prev a span
{
	background-position: -96px -16px;
	background-image: url(../images/calendar-theme-images/ui-icons_222222_256x240.png);
}

#tigcal_list_body .tig_list_day
{
	color: #000000;
	background: 0 none;
	border: 0 none;
	font-size: 20px;
	margin-bottom: 5px;
}

#tigcal_list_body .tig_list_event
{
	margin-top: 5px;
	margin-bottom: 5px;
}

#tigcal_list_body .tig_list_event p.event_time, #tigcal_list_body .tig_list_event p.event_title
{
	padding: 0;
}

#tigcal_list_body span p
{
	color: #1C7D50;
	font-size: 20px;
}

#tigcal_list_body a.event_rm
{
	color: #1C7D50;
}
 

#tigcal_list_body span img
{
	float: left;
	margin: 7px;
}

#tigcal_list_body .all_d p
{
	padding-bottom: 0;
}

#tigcal_list_body .all_d
{
	display: none;
}

#wrapper div#search_events input#search_events_find {
	    background: url("/extension/site/design/site/images/search-btn.png") no-repeat scroll right center transparent;
	    width: 75px;
}
