/* CSS Documentfor NEOS search returns / table layout of entries */
textarea {
	width : 100%;
	bgcolor:#FEFEFE;
	background-color: #FFFFCC;
}

select  {
	width : 100%;
	bgcolor:#FEFEFE;
	background-color: #FFFFCC;
} 

/* ---- some stylings from mike about the hint boxes -- */
#infoBox {
	float:right; 
	width:249px;
	z-index:100;
	background-color:#00CC00;
	cursor:pointer;
	border:thin solid #000000;
	padding:5px;
	margin:0;	 
}

.questionmark {
	text-align:right;
	vertical-align:bottom;
	color:#000000;
	font-size:10px;
	font-style:italic;
}
/* ---- End of stylings from mike about the hint boxes -- */
/* fixes for generalisations from the input boxes etc */
#discipline{
	width:100px;
}
/* end of fixes for inputs */
.ENTRY_container{
	
	padding:5px;
	width:760px;
}
.ENTRY{
	padding:5px;
	margin-bottom:10px;
	border:2px solid #BBB;	
	background-color:#FFF;
}

.ENTRY p{
	padding:0;
	margin:0;
	border:0;
	padding-bottom:.3em;
	border-bottom:1px dotted #DDD;
}
.ENTRY_title{	
	/* we need a script in here to determin the background color of the title bar to link with booklet colours */
	font-size:large;
	padding:5px;
	margin-bottom:5px;
	/* padding:'padding-top' 'padding-right' 'padding-bottom' 'padding-left' */
}
.entry_name{
	font-weight:600;
	width:684px;
	padding:10px 0 10px 0;
}
.entry_disc{
	float:right;
	font-weight:100;
}
.entry_id{
	float:right;
	display:block;
	font-weight:300;
}
.entry_addy_contact_directions_container{
	float:left;
        width:420px;
	min-height:255px;
}
.entry_image{
	text-align:center;
	float:left;
	position:relative;
	padding:0 5px 10px 0;
	max-width:255px;
}
/* ====== icon def ========= */
.icon_list1{
 	float:left;
	margin-left:20px;
	height:30px;

}
.icon_list2{
 	float:right;
	 margin-right:50px
	 height:30px;
}
.iconz{
  
	vertical-align:middle; 
	margin:8px 0 4px 0;
}
/* ========= end of icons ======== */
.entry_venue_addy{
	float:left;	
	font-size:medium;
	padding-right:5px;
	width:206px;
}
.entry_contact{
	float:left;
	width:206px;
	font-size:medium;
	padding:0;
}
.entry_contact p{
	background-color:#FFF;
}
.entry_directions, .entry_parking, .entry_statement{
	position:relative;
}
.entry_directions{
	clear:left;
	font-size:90%;
	padding:8px 0;
	border-bottom:1px solid #DDD;
}
.entry_parking{
	font-size:80%;
	padding:8px 0;
	border-bottom:1px solid #DDD;
}
.all_year{
	padding-top:4px;
	/*
	padding:2px 8px 2px 8px;
	color:#FFF;
	margin-top:2px;
	font-size:12px;
	*/
}
.entry_statement{
	font-size:small;
	padding:4px 4px 4px 0;
	border-top:2px solid #BBB;
	border-bottom:1px solid #DDD;
}
/* yes / no for all year text defined by 1 / 0 entry */
.yes{
	color:#009933;
}
.no{
	color:#FF0000;
}
.dates{
	float:left;
	padding:5px;
	background-color:#E2E2E2;
	font-size:10px;
	border-top:1px solid #DDD;
	width:675px;
}
.datesUL{
	text-align:center;
	display:inline;
	list-style:none;
}
.day, .day_times{
	list-style:none;
	float:left;
	border-right:1px dotted #BBB;
	padding:2px;
	padding-bottom:4px;
	width:70px;
	text-align:center;
}

.day{
	border-bottom:1px solid #DDD;
}
.day_times{
	font-size:12px;
	color:#333;
}
.nolines{
	border-right:none;
}
.clearBoth{
	clear:both;
}
.ll{
	float:left;
}
.rr{
	float:right;
}
	
/* list of colours / disciplines for aditional feeds to the "basics" div definition */
.Ceramics{
	color:#FFF;
	background-color:#513a75;	
}
.Craft{
	color:#000;
	background-color:#f1cd00;	
}
.Furniture{
	color:#FFF;
	background-color:#c71931;	
}
.Gallery{
	color:#FFF;
	background-color:#ee612b;	
}
.Glass{
	color:#000;
	background-color:#f6b73d;	
}
.Illustrator{
	color:#FFF;
	background-color:#008fce;	
}
.Jewellery{
	color:#FFF;
	background-color:#003674;	
}
.Multimedia{
	color:#FFF;
	background-color:#04443f;	
}
.Painting{
	color:#FFF;
	background-color:#007c7e;	
}
.Photography{
	color:#FFF;
	background-color:#0a8035;	
}
.Printmaking{
	color:#FFF;
	background-color:#d32065;	
}
.Sculpture{
	color:#FFF;
	background-color:#0e6ea8;	
}
.Silversmith{
	color:#FFF;
	background-color:#781a40;	
}
.Textiles{
	color:#FFF;
	background-color:#132057;	
}
.Wood{
	color:#FFF;
	background-color:#783f23;	
}
.rr{
	margin-left:30px;
}
.invis{
	display:none;
}

#displayTitle{
	width:340px;
	}
