/* CSS Document */

body{
	background:#fff url(../images/body_bgstripe_top.gif) repeat-x;
	font:10pt Arial, serif;
}

#navigation,#secondaryContent,#skip,#menu {
	display:none;
}

#skip a {
	display:none;
}

#branding img {
	display:none;
}

#wrapper,#siteContainer{
	width:auto;
	border:0;
	margin:10pt;
	padding:0;
	float:none !important;
}

#site-info{
	padding-top:5px;
	border-top:solid 1px #000000;
	height:63px;
}

a:link,a:visited{
	color:#520;
	background:transparent;
	font-weight:bold;
	text-decoration:underline;
}

#mainContent a:link:after,#mainContent a:visited:after{
	content:" (" attr(href) ") ";
	font-size:90%;
}

#mainContent a[href^="/"]:after{
	content:" (http://www.londonwinefair.com" attr(href) ") ";
}



#contentContainer li {
      list-style-type:none;
	
}

/* TODO: This is horrid coding; 
rework the styling so that the default appearance for unordered lists shows the 
bullet properly, then write styles to remove it where contextually necessary */
#contentContainer ul.properUl {
	list-style: disc outside;
	margin: 1em 0;
}

#contentContainer .properUl li {
	list-style: disc outside;
	margin: 0 0 0 2em;
}

ul {
margin:0;
padding:0;
}


dt {
font-weight:bold;
color:#000000;
}

dd {

color:#000000;
}

h2{
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.2em;
	color:#56575b;
}

p {
	padding: 12px 0 12px 0;

}


table.seminar {
	margin: 10px auto 20px auto;
	border: 1px solid #bfd532;
	width: 600px;
	border-collapse: collapse;
	height: auto;
}



table.seminar caption {
	padding: 6px 0;
	text-align: left;
	font-weight: bold;
	color: #57565b;
}




table.seminar tr {
	vertical-align: top;
}




table.seminar th {
	padding: 6px 5px;
	background: #bfd532;
	font-size: 1.1em;
	color: #57565b;
	font-weight:bold;
	text-align: left;
}




table.seminar td {
	padding: 6px 5px;
}




td.seminarTime {
	background: #e9f0bd;
	font-weight: normal;
	font-size: 0.9em;
	width: 16%;
}


table.seminar h4 {
	color: #90a728;
	margin-bottom: 8px;
}





p.synopsis {
	font-style: italic;
}


.seminarTitle {
	font-weight: bold;
	text-align: center;
	letter-spacing: .1em;
}



a.seminarLink {
	font-size: 1em;
	font-weight: bold;
	color: #bfd532;
	border: 1px solid #bfd532;
	padding: 6px;
	background: #f7ecf5;
}

.dayLinks, .day, p.seminar_top {
	display: none;
}



#calendar, #addDatesHeading, #monthYearHeading, #dates, #register {
	display: none;
}

#opening_times {
	position: absolute;
	top: 0;
	left: 500px;
}
