@charset "UTF-8";

/**
 * (en) styles for search tnoc-gallery, event finder
 *
 * 
 * 
 */
 
@media screen, projection {

/*--------------------------------------------------------------------------*/

 
/**
 * search content
 *
 */
 
 #gallery-search {
 	color: #fff;
 	font-size: 97%;
 	width: 688px;
 	background:transparent url(../../../images/layout/bg_opac.png) repeat left top;
 }
 
 /* title */
 body.node-330 .gfx-title-left {
 	/* width: 688px; */
 	background:transparent url(../../../images/layout/bg_title-left.png) no-repeat left top;
 }
 
 body.node-330 .gfx-title-right {
 	background:transparent url(../../../images/layout/bg_title-right.png) no-repeat right top;
 }
 
 
 body.node-330 .gfx-title {
 	background:transparent url(../../../images/layout/bg_title.png) repeat-x left top;
 }
 
 /* gallery-search-bar, event-search-bar */
 #my-event-search-bar,
 #gallery-search-bar {
 	background: #141414;
 }
 
 #my-event-search-bar table,
 #gallery-search-bar table {margin-bottom: 0;}
 
 td#search-back {
 	border-right: 1px solid #303030;
 	width: 90px;
 }
 
 #my-event-search-bar .btn-back,
 #gallery-search-bar .btn-back {
 	padding: 5px 0 2px 20px;
 	background:transparent url(../../../images/layout/arrow_back.png) no-repeat left bottom;
 }
  
 
 #btn-gallery-search,
 #btn-expert-search {
 	margin-left: 15px;
 	padding-top: 1px;
 	padding-left: 15px;
	background:#141414 url(../../../images/layout/arrow_gallery_search.png) no-repeat left center;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
 }
 
 #btn-expert-search {
 	margin-left: 10px;
	cursor: pointer;
 }
 
 
 #search-field-gallery {
 	border-right: 1px solid #303030;
 	width: 440px;
 }
 
 /* my-event-search-bar table */
 #my-event-search-bar #btn-gallery-search {margin-left: 10px;}
 
 
 /* expert-search */
 #expert-search  .subcolumns{
	padding: 0 20px 0 20px;
	width: auto;
 }

 #expert-search {
	display: none;
 }
 
 /* subcolumns outer */
 #expert-search .c50l.outer-left {
 	width: 416px;
 	border-right: 1px solid #393939;
 }
 
 #expert-search .c50r.outer-right {
 	width: 232px;
 }
 
 /* expert-search tables */
 #expert-search td {padding: 5px; width: 5px; text-align: left; vertical-align: top; width: auto;}
 #expert-search td.checkbox { width: 5%;}
  
 /* gallery-search-footer */
 #gallery-search-footer {
 	border-top:1px solid #393939;
 	border-bottom:2px dotted #393939;
 	padding: 10px 15px;
 }
 
 #gallery-footer-link-1,
 #gallery-footer-link-2 {
 	background:transparent url(../../../images/layout/arrow_opac_link.png) no-repeat scroll left bottom;
 	padding-left:20px;
 	margin-right: 35px;
 }
 
 /* gallery content */
 #block-tnoc_gallery-0 .block-title-left {
 	display: none;
 }
 
  
/*--------------------------------------------------------------------------*/

/* end: @media screen, projection */

}