/* @override http://www.hpl-server.co.uk/discograve/templates/discovergravesham/css/template_css.css */

/* @group General Formatting */

h1 {
	margin: 0 0 0.5em;
	padding: 0;
	font-size: 1.6em;
}
h2 {
	margin: 0 0 0.5em;
	font-size: 1.5em;
}
h3 {
	padding: 0;
	font-size: 1.4em;
	margin-top: 0;
	margin-bottom: 0.5em;
}
h4 {
	margin-bottom: 2px;
	margin: 0;
	font-size: 1.3em;
}
h5 {
	margin-bottom: 2px;
	margin: 0;
	font-size: 1.2em;
}
h6 {
	margin-bottom: 2px;
	margin: 0;
	font-size: 1.1em;
}
td{
}
th{
	margin: 0;
	padding: 0;
}
a, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a.image, a.image:hover  {border:0;}
li{ list-style: square;}
ul { list-style: square;}

p {
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}

* {
padding: 0;
margin: 0;
}


body.bodystyle {
	font: 75% Arial, Helvetica, Geneva, sans-serif;
}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
}



/* @end */

/* @group Layout */

#content {
	width: 100%;
	clear: both;
}

#topbar {
	width: 100%;
	background-color: #d56600;
	color: white;
	height: 25px;
	line-height: 25px;
	display: none;
}


#middle {
	padding: 0;
	float: left;
	width: 95%;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 30px;
}

#wrapper {
	min-height: 100%;
	background-color: white;
}

* html #wrapper {
height: 100%;
}

#header {
	position: relative;
	width: 990px;
	margin: 0;
	padding: 0;
	height: 150px;
}

#right {
	float: right;
	width: 180px;
}

.buttonheading {
	white-space: nowrap;
}

#maincontent {
	width: 700px;
	display: inline-block;
	float: left;
	font-size: 11pt;
}

.contentpaneopen, table.contentpane {background-color: White;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}



/* @end */

ul.menu-top {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.menu-top li {
	list-style-type: none;
	margin: 2px 0;
	padding: 0;
}

.menu a {
	color: black;
	font-weight: bold;
}

h2 a {
	color: black;
	text-decoration: none;
}

.contentheading h1, .componentheading h1 {
	color: black;
}

#maincontent img {
	
}

a.readon {
	color: black;
	text-decoration: underline;
}

a.contentpagetitle {
	color: black;
}

/* @group Main Menu */

/* @group Accordion Menu */

/* Warning - Editing below can break the script */
html.accordion-menu-js dd.a-m-d{
	display:none;
}

html.accordion-menu-js dd.a-m-d-expand {
	display:block;
}

html.accordion-menu-js dd.a-m-d-before-expand {
	display:block;
	position:relative;
	z-index:-1;
/*	opacity:0;*/
	height:auto !important;
	visibility:hidden;
	overflow:visible;
}

html.accordion-menu-js dt.a-m-t-expand {
}

html.accordion-menu-js dd.a-m-d-anim {
	overflow:hidden;
	display:block;	
}

dl.accordion-menu dd.a-m-d .bd{

}
dl.accordion-menu{
	padding-left: 0;
	padding-right: 0;
	padding-top: 10px;
}
/* Warning - Editing above can break the script */

/* Editable section below */

dl, dt, dd         { list-style-type: none;
	margin: 0;
	padding: 0;
}
dl.accordion-menu dt 
{ 	color: black; white-space: normal;
	line-height: 20px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 5px;
}
dl.accordion-menu dt:hover   { color: black; cursor: pointer; display:block;
	text-decoration: underline;
}
dl.accordion-menu dt a       { color: black; text-decoration: none; }
dl.accordion-menu dt a:hover { color: black;
	text-decoration: underline;
}

dl.accordion-menu dd         {
	margin: 0;
}
dl.accordion-menu dd a       { color: black; text-decoration: none; display: block;
	font-size: 0.9em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 22px;
}
dl.accordion-menu dd a:hover { color: black;
	text-decoration: underline;
}

span.rollmainlevel{ cursor: pointer;
}

span.rollsublevel_1 {
	padding-left: 22px;
	font-size: 0.9em;
}
a.rollsublevel_2 {
	display: block ! important;
	padding-left: 35px ! important;
	padding-right: 15px;
}

/* Example CSS to control active menu/submenu a link */
#active_roll_menu{
	text-decoration: underline;
}
a:hover#active_roll_menu {
	text-decoration: underline;
	color: black;
}

/* Example CSS to override CSS for top level expanded menu */
#activeparent_roll_menu{ color: black; }



/* @end */

.module_menu {
	background: #e7e9ed none no-repeat;
	margin: 0;
	display: inline-block;
	width: 180px;
	font-weight: bold;
	text-align: left;
	border: 1px solid #e7e9ed;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	color: black;
}

div.module_menu div {
	margin: 0;
	background: none no-repeat 0 100%;
	padding: 0;
}

div.module_menu div div{
  background: none no-repeat 100% 0;
}
div.module_menu div div div {
  background: none no-repeat 100% 100%;
	padding-bottom: 12px;
}
div.module_menu div div div div{
	background-image: none;
}
.module_menu h3 {
	padding: 15px 15px 10px;
	margin: 0;
	color: black;
}

/.module_menu a:link, .module_menu a:visited {
	color: #f1bb1d;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

/ul.menu {
	padding: 15px;
	margin: 0;
}

/ul.menu li {
	list-style-type: disc;
	list-style-position: inside;
	padding: 0;
	margin: 0 0 2px;
}

/ul.menu li ul {
	margin: 0;
	padding: 0;
}

/ul.menu li ul li {
	padding-left: 12px;
}

/ul.menu lu ul li a {
	
}



/* @end */

/* @group chronology */

.contentpaneopen-chronology strong {
	color: #004577;
}

.box1 {
	width: 770px;
	margin: 0;
	padding: 0;
}

span.text0
 {
	display: inline;
	float: left;
}

.para1 {
}

span.tbolddate {
	display: inline;
	width: 50px ! important;
	float: left;
}



/* @end */

/* @group Modules */

/* @group Whats New */

.module-new {
	width: 180px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	background: #e7e9ed url(../images/lbluerounded_r1_c1.gif) no-repeat;
	display: none;
}
.module-new div{
	margin: 0;
	background: url(../images/lbluerounded_r3_c1.gif) no-repeat 0 100%;
	padding: 0;
}

.module-new div div{
  background: url(../images/lbluerounded_r1_c3.gif) no-repeat 100% 0;
}
.module-new div div div {
  background: url(../images/lbluerounded_r3_c3.gif) no-repeat 100% 100%;
	padding-bottom: 12px;
}
.module-new div div div div{
	background-image: none;
}

.module-new h3 {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	font-size: 1.4em;
	color: black;
}
ul.latestnews-new, li.latestnews-new {
	list-style-position: inside;
	color: black;
}
ul.latestnews-new {
	padding-right: 15px;
	padding-left: 15px;
}

li.latestnews-new {
	margin-bottom: 0.3em;
}

a.latestnews-new {
	color: black;
}

/* @end */

/* @group Be A Part */

.module-takepart {
	width: 180px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	background: #e7e9ed url(../images/lbluerounded_r1_c1.gif) no-repeat;
}
.module-takepart div{
	margin: 0;
	background: url(../images/lbluerounded_r3_c1.gif) no-repeat 0 100%;
	padding: 0;
}

.module-takepart div div{
  background: url(../images/lbluerounded_r1_c3.gif) no-repeat 100% 0;
}
.module-takepart div div div {
  background: url(../images/lbluerounded_r3_c3.gif) no-repeat 100% 100%;
	padding-bottom: 12px;
}
.module-takepart div div div div{
	background-image: none;
}

.module-takepart h3 {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	color: #c1212f;
	font-size: 1.1em;
	line-height: 1em;
	margin-bottom: 0.5em;
}
.module-takepart ul, .module-takepart li {
	list-style-position: inside;
	color: black;
}
.module-takepart ul {
	padding-right: 15px;
	padding-left: 15px;
}

.module-takepart li {
	margin-bottom: 0.3em;
}

a.latestnews-new {
	color: black;
}

/* @end */
input#ps_search_str {
	margin: 0;
	padding: 1px;
	height: 18px;
	line-height: 20px;
	border: 1px solid gray;
	color: gray;
}

.moduletable-search {
	position: absolute;
	bottom: 14px;
	right: 30px;
	margin: 0;
	padding: 0;
	display: none;
}

.moduletable-headerleft {
	position: absolute;
	top: 15px;
	left: 30px;
}

.moduletable-headerright {
	position: absolute;
	right: 30px;
	top: 35px;
	display: block;
}

.moduletable-top {
	margin-left: 25px;
	padding: 0;
	float: left;
	display: inline-block;
	line-height: 25px;
	margin-right: 25px;
}

.moduletable-topmenu {
	float: right;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	margin-right: 25px;
}

.moduletable-topmenu li {
	line-height: 25px;
	display: inline;
}

.moduletable-topmenu a {
	color: black;
}



/* @end */

.multithumb {
	
}

.mtImgBoxStyle {
	margin: 15px ! important;
	clear: right;
	border: 1px solid #ddd;
	padding-left: !;
	padding-right: !;
	padding-bottom: important;
	padding: 3px;
}

.mtCapStyle {
	text-align: center;
	text-decoration: none ! important;
	font-variant: normal ! important;
	font-size: 0.9em;

}
img.multithumb {

}


/* @group Homepage */

/* @group Postcards */

.moduletable-postblock h3 {
	color: #d56600;
}

.moduletable-postblock {
	float: left;
	width: 213px;
}



/* @end */

/* @group cines */

.moduletable-cineblock h3 {
	color: #75852c;
}

.moduletable-cineblock {
	float: left;
	width: 213px;
	border-right: 1px solid black;
	border-left: 1px solid black;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 15px;
	padding-right: 15px;
	height: 100%;
}



/* @end */

/* @group then now */

.moduletable-thenowblock h3 {
	color: #f1bb1d;
}

.moduletable-thenowblock {
	float: right;
	width: 213px;
	height: 180px;
}



/* @end */

#modblock1 {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	display: inline-block;
	float: left;
}

#modblock2 {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	float: left;
}

#modblock3 {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	float: left;
}

/* @group Collections */

.module-collections h3 {
	padding-right: 10px;
	margin: 0 0 2px;
}

.module-collections img {
	position: absolute;
	right: -35px;
	top: -25px;
}

.module-collections a {
	color: black;
	text-decoration: underline;
	background: url(../images/link-arrow.png) no-repeat left center;
	display: block;
	text-indent: 22px;
	font-weight: bold;
}

.module-collections a:hover {
	color: white;
}

.module-collections {
	width: 45%;
	display: inline-block;
	float: left;
	color: white;
	background: #75852c url(../images/greenrounded_r1_c1.gif) no-repeat;
	padding: 0;
	margin: 0;
	line-height: 1.5em;
}

.module-collections div {
	margin: 0;
	background: url(../images/greenrounded_r3_c1.gif) no-repeat 0 100%;
	padding: 0;
	position: relative;
}
.module-collections div div{
  background: url(../images/greenrounded_r1_c3.gif) no-repeat 100% 0;
	padding: 10px 0 0 10px;
	margin: 0;
}
.module-collections div div div {
  background: url(../images/greenrounded_r3_c3.gif) no-repeat 100% 100%;
	padding: 0 80px 10px 0;
}
.module-collections div div div div{
	background-image: none;
	padding: 0;
	margin: 0;
}



/* @end */

/* @group Chronology */

.module-chrono h3 {
	padding-right: 10px;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 1.3em ! important;
}

.module-chrono img {
	margin-right: 15px;
	margin-top: 0;
}

.module-chrono {
	width: 45%;
	right: 0;
	margin: 0;
	float: right;
	color: white;
	background: #c1212f url(../images/redrounded_r1_c1.gif) no-repeat;
	padding: 0;
	display: inline-block;
	line-height: 1.5em;
}

.module-chrono div {
	margin: 0;
	background: url(../images/redrounded_r3_c1.gif) no-repeat 0 100%;
	padding: 0;
	float: right;
}
.module-chrono div div{
  background: url(../images/redrounded_r1_c3.gif) no-repeat 100% 0;
	margin: 0;
	padding: 10px 0 0 10px;
}
.module-chrono div div div {
  background: url(../images/redrounded_r3_c3.gif) no-repeat 100% 100%;
	padding: 0 10px 10px 0;
}
.module-chrono div div div div{
	background-image: none;
	padding: 0;
	margin: 0;
}



/* @end */

/* @group Pocahontas */

.module-poca h3 {
	padding-right: 10px;
	margin: 0 0 5px;
}

.module-poca img {
	position: absolute;
	top: -10px;
	right: -10px;
}

.module-poca a {
	color: #f1bb1d;
	font-weight: bold;
	text-decoration: underline;
	background: url(../images/link-arrow.png) no-repeat left center;
	display: block;
	text-indent: 22px;
}

.module-poca a:hover {
	color: white;
}

.module-poca {
	float: left;
	display: inline-block;
	width: 213px;
	margin: 0 25px 10px 0;
	color: white;
	padding: 0;
	background: #004577 url(../images/bluerounded_r1_c1.gif) no-repeat;
	line-height: 1.5em;
}

.module-poca div {
	margin: 0;
	background: url(../images/bluerounded_r3_c1.gif) no-repeat 0 100%;
	padding: 0;
	position: relative;
}
.module-poca div div{
  background: url(../images/bluerounded_r1_c3.gif) no-repeat 100% 0;
	margin: 0;
	padding: 10px 0 0 10px;
}
.module-poca div div div {
  background: url(../images/bluerounded_r3_c3.gif) no-repeat 100% 100%;
	padding: 0 100px 10px 0;
	height: 112px;
}
.module-poca div div div div{
	background-image: none;
	padding: 0;
	margin: 0;
}



/* @end */

/* @group Did you Know */

.module-dyk h3 {
	padding-right: 10px;
	margin: 0 0 2px;
}

.module-dyk {
	width: 213px;
	margin: 0 10px 10px;
	display: inline-block;
	float: left;
	padding: 0;
	background: #f1bb1d url(../images/yellowrounded_r1_c1.gif) no-repeat;
	line-height: 1.5em;
}

.module-dyk div {
	margin: 0;
	background: url(../images/yellowrounded_r3_c1.gif) no-repeat 0 100%;
	padding: 0;
}
.module-dyk div div{
  background: url(../images/yellowrounded_r1_c3.gif) no-repeat 100% 0;
	margin: 0;
	padding: 10px 0 0 10px;
}
.module-dyk div div div {
  background: url(../images/yellowrounded_r3_c3.gif) no-repeat 100% 100%;
	padding: 0 10px 10px 0;
}
.module-dyk div div div div{
	background-image: none;
	padding: 0;
	margin: 0;
}



/* @end */

/* @group Popular Pages */

.module-popular h3 {
	color: #c1212f;
}

.module-popular {
	display: inline-block;
	margin: 0 0 10px 10px;
	width: 213px;
	float: right;
	background: #e7e9ed url(../images/lbluerounded_r1_c1.gif) no-repeat;
	line-height: 1.5em;
}

.module-popular div {
	margin: 0;
	background: url(../images/lbluerounded_r3_c1.gif) no-repeat 0 100%;
	padding: 0;
}
.module-popular div div{
  background: url(../images/lbluerounded_r1_c3.gif) no-repeat 100% 0;
	padding: 10px 0 0 10px;
	margin: 0;
}
.module-popular div div div {
  background: url(../images/lbluerounded_r3_c3.gif) no-repeat 100% 100%;
	padding: 0 10px 10px 0;
}
.module-popular div div div div{
	background-image: none;
	padding: 0;
	margin: 0;
}

ul.mostread-popular, li.mostread-popular {
	margin: 0;
	padding: 0;
	list-style-position: inside;
	color: black;
}

a.mostread-popular
{
	color: black;
}

/* @end */


/* @end */

#pathway {
	height: 20px;
	color: black;
	margin-left: 30px;
	margin-right: 30px;
	font-size: 0.9em;
}

a.pathway {
	color: black;
}

.buttonheading a {
	color: gray;
}

/* @group Gallery */


a.category {
	font-weight: bold;
	color: #004577;
	display: inline-block;
	padding-top: 10px;
	padding-left: 5px;
	font-size: 1.2em;
}

td.categoryimg a img {
	border: 1px solid silver ! important;
	padding: 5px;
}

td.categoryimg {
	padding: 2px 10px 20px;
}



/* @end */
