	/***
	 * Projects Table Grid Styles
	 ***/
	
	table.tablesorter {
		font-family:"Lucida Sans Unicode","Lucida Grande",Sans-Serif;
		border:1px dotted black;
		width:900px;
	}

	/* override default paragraph tags
	 * (used for details description) */
	table.tablesorter p {
		color:#000 !important;
		padding:0 !important;
		font-size:x-small !important;
	}
	
	/* default header cells */
	table.tablesorter thead th {
		/*vertical-align:top;*/
		text-align:left;
		font-size:11px;
		background-color:#E8EDFF;
		padding:6px;
	}

	/* default body cells */
	table.tablesorter tbody td {
		font-size:x-small;
		color: #3D3D3D;
		vertical-align: top;
/*		cursor: pointer;*/
	}
	.data-row td {
		border-top:1px dotted black;
		padding:6px 10px 0px 10px;
	}
	/* collapsed (details) section */
	.expand-child td {
		padding:0px 10px 6px 10px;
	}


	table.tablesorter tr.no-dots td {
		border-bottom:0px dotted black !important;
	}	

	/* sortable header cell */
	table.tablesorter thead tr .header {
		background-image: url(bg.gif);
		background-repeat: no-repeat;
		background-position: center right;
		cursor: pointer;
	}

	/* sort arrows */
	table.tablesorter thead tr .headerSortDown, 
	table.tablesorter thead tr .headerSortUp {
		background-color: #BCC5C1; /*#bdc1c4;*/
		color:white;
	}
	table.tablesorter thead tr .headerSortUp {
		background-image: url(../images/asc.gif);
	}
	table.tablesorter thead tr .headerSortDown {
		background-image: url(../images/desc.gif);
	}
	
	/* constrain height for overflowing cells */
	.cell-container {
		/* height:12px; */
		overflow:hidden;
		font-size:11px;
	}

	/* row striping */
	.odd {
		background-color:#F0F0F6;
	}
	.even {
		background-color:#FFF;
	}
	
	/* row highlighting */
	.row-highlight td {
		background-color:#FFFFBB !important;
	}
	/* sort header highlighting */
	.header-highlight {
		color:#FE9A05 !important;
	}
	
	/* projects table header columns
	 * used to define column sizes
	 */
	.col-type {
		width:100px;
		padding:0 10px 0 10px;
	}
	.col-mapcode {
		width:20px;
		padding:0 2px 0 8px;
	}
	.col-location {
		width:120px;
		padding:0 10px 0 8px;		
	}
	.col-project {
		width:230px;
		padding:0 10px 0 10px;
	}
	.col-artist {
		width:150px;
		padding:0 10px 0 10px;		
	}
	.col-duration {
		width:100px;
		padding:0 10px 0 10px;		
	}
	.col-kids {
		width:110px;
		padding:0 10px 0 4px;		
	}
	.header-sortable {
		padding:0 10px 0 10px;		
	}
		
	/* project details row */
	.details-name {
		font-weight:bold;
		color:#FF6600;
	}
	.details-duration {
		color:#000;
		font-weight:normal;
		margin-right:10px;
		float:right;
	}
	.details-artist {
		color:#FF6600;
	}
	.details-duration {
		text-align:left;
	}
	.details-description {
		margin:10px 0 6px 0px;
	}
	.details-location {
		color:#FF6600;
	}
	/* event/schedule details */
	.details-orange {
		color:#FF6600 !important;
		font-weight:bold;
	}
	.event-details-name {
		font-weight:bold;
	}
	.event-details-artist {
	}

	/* projects search box */
	#project_search {
		font-size:x-small;
	}
	#project_search input {
		font-size:x-small;
		border:1px solid #898989;
		padding:2px;
	}
	
	/* flyout image */
	.project_image img {
		border:0px solid black;
	}
	
	/* 3d Carousel Styles */
 	#holder_images { display: none; }
	#buttonwrapper
	{
		width: 100px;
		height: 50px;
		position: relative;
	}
	#left
	{
		background: url(images/left.gif) bottom left no-repeat;
		width: 39px;
		height: 50px;
		float:left;
	}
	#right
	{
		background: url(images/right.gif) bottom left no-repeat;
		width: 39px;
		height: 50px;
		float:right;
	}
	#left:hover, #right:hover
	{
		cursor: hand;
		cursor: pointer;
		background-position: top left; 
	}
	#carousel img
	{
		border: 2px solid #ddd;
	}
	#carousel img.link:hover
	{
		border: 4px solid #0e0893;
	}


/* filter section */
	#filter_date {
		margin:0 0 0 40px;
		font-family:"Lucida Sans Unicode","Lucida Grande",Sans-Serif;
	}
	.grid_map {
		margin:0px 0 0 14px;
	}
	.grid_map img {
		border:1px solid #3978C6 !important;
		padding:0 !important;
		margin:6px 0 0 0 !important;
	}
	.filter_container {
		vertical-align:top;
		background-color:#DAE6F4;
		border:1px solid #3978C6;
		width:680px;
		font-family:"Lucida Sans Unicode","Lucida Grande",Sans-Serif;
		font-size:80%;
		padding:6px 6px 0px 6px;
	}
	.filter_table {
		vertical-align:top;
		width:100%;
		margin:0 0 0 12px;
		font-family:"Lucida Sans Unicode","Lucida Grande",Sans-Serif;
		font-size:90%;
	}
	.filter_list {
		padding:0px;
		margin:0px;
		list-style-type:none;
		list-style: none;
	}
	.filter_item {
		padding:3px 2px 3px 2px;
		margin:3px 1px 3px 1px;
		line-height:1em;
		list-style-type:none !important;
	}

	.filter_item_highlight {
		background-color:#FFFFBB;
		border:1px solid #EAEA00 !important;
	}
	.filter_item_selected {
		background-color:#FFFF6F;
		border:1px solid red !important;
	}
	.filter_item a {
		text-decoration:none;
		color:#1D3E65;
		padding:1px 4px 1px 4px;
		border:1px solid transparent;
	}
	.filter_item a:hover {
	}



