@charset "utf-8";
/* CSS Document */

#t_introduction,
#t_highlights {
	border-bottom: 1px solid Gainsboro;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.te_textarea {
	padding: 0px 9px;
	width: 530px;
	height: 300px;
}

#theme_rhs {
	float:right;
	width: 178px;
	border: 1px solid Gainsboro;
	padding-top: 5px;
	margin-bottom: 10px;
}
#theme_rhs h4 {
	margin: 0px;
	padding: 0px 10px;
}
#theme_rhs ul {
	padding: 0px;
	margin: 0px;
}
#theme_rhs li {
	padding: 0px 0px 10px;
	margin: 0px 10px 10px;
	list-style: none;
	border-bottom: 1px solid gainsboro;
}

#theme_centre {
	float:left;
	width: 540px;
}

#np2 #theme_centre {
    width: 730px;
}

#maintained_by {
	margin-top: 10px;
	padding: 0px 10px;
}

#maintained_by a {
	background-image: url(../images/phine_msg50.png);
	background-repeat: no-repeat;
	background-position: left center;
	display:block;
	height: 50px;
	padding: 20px 5px 0px 55px;
}


.event_date {
	color: gray;
	font-size: .9em;
}
#tt_highlights table {
	border-collapse: collapse;
}

#tt_highlights table th {
	border-spacing: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid gainsboro;
	padding: 2px 5px;
}
#tt_highlights table td {
	border-spacing: 0px;
	padding: 2px 5px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid gainsboro;
}

#tt_highlights table tr:hover {
	background-color: aliceblue;
}

ul.autocomplete {
    display: block;
    margin: 0;
    padding: 0;
}

ul.autocomplete li {
    display: block;
    margin: 0;
    padding: 0;
}

ul#matches_ul {
    display: block;
    background-color: white;
    border: 1px #333 solid;
}

div#topiceditlink {
    text-align: center;
    background-color: gainsboro;
}

ul#topics li.tg {
    display: block;
    width: 48%;
    float: left;
    border-top: 1px grey solid;
    padding-bottom: 0.5em;
    padding-left: 1%;
}

ul#topics li.tg h2 {
    margin-bottom: 0;
    padding-bottom: 0.1em;
    margin-top: 0;
    padding-top: 0.3em;
}

ul#topics li.tg_odd {
    clear: left;
}

ul#topics li.tg_even {
    border-left: 1px grey dotted;
}

ul#topics li.tg ul li {
}


