/* stuff for SUPA timetable */

#timetable-title td  {
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	
}

#timetable td  {
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: hidden;
	border-right-style: hidden;
	
}

#timetable a span.details {display:none ;}

#timetable a {text-decoration: none;
	background:transparent;
	position:relative;
	z-index: 1;
	}
#timetable a:hover {background-color: #ccffff;
	} /*vital IE hack, change but don't delete*/
a {position: relative;} /*don't delete*/


#timetable a:hover span.details {  
  display: block;
  background:#CC3366;
  text-decoration:none;
  color: #FFFFFF;
  padding: 12px;
  font-size: 12px;
  width: 170px;
  position: absolute;
  bottom: 5px;
  left: -200px;
  border: solid thin black;
  text-decoration: none;
  text-align: left;
  z-index: 4000;
  }
  
#timetableHeader #registerinterests table {
z-index: 100;
}
/* sean - removed td fixed height from forms to get recaptch to work.  
Checked all pages with this tag - no <td>'s inside #registerinterests in any forms in
current supa website 

#timetableHeader #registerinterests td {
	height: 40px;
}
*/  

/*David make My.SUPA timetable more like standard one */

#timetableHeader{

   width: 650px;
   font-size: 80%;
	margin-left: 70px;
	padding-top: 0px;
	margin-right: 20px;
	}

#timetableHeader p, #timetableHeader ol {
	margin-bottom: 15px;
	
	line-height: 150%;
	
}

#timetableHeader table {

	border-collapse: separate;
	
	
}

#timetableHeader img {

	padding-left: 10px;
	padding-right: 10px;
}
#timetableHeader .padleft30 {

	padding-left: 30px;
	
}


#timetableHeader ul {
	padding-left: 40px;
	margin-right: 10%;
	padding-top: 10px;
	margin-bottom: 25px;
}
#timetableHeader li {
padding-bottom: 5px;
}

#timetableHeader .smalltext {
	font-size: 75%;
}



#badger {
font-size: 80%;
width: 500px;
top: 173px;
left: 750px;
position: absolute;
	float: left;
}
#badger ul {
padding-top: 15px;
padding-bottom: 15px;


	margin-left: 25px;
}
#badger a {
	color: #4682B4;
	text-decoration: none;
}
#badger a:hover {
	text-decoration: underline;
}
#badger p {
margin-bottom: 15px;
	
}

#badger a span.faq {display:none;}


#badger a {text-decoration: none;}
#badger a:hover {background-color: #ffffff; } /*vital IE hack, don't delete*/
a {position: relative;} /*don't delete*/

#badger a:hover span.faq {  
  display: inline;
  text-decoration:none;
  color:#339999;

  }

/* end of stuff for supa timetable */
