/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	/* font-family: Arial, Helvetica, sans-serif; */
	/* font-family:"Times New Roman", Times, serif; */
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #333;
	background-color:white;
	padding: 0px;
	width:800px;
	
	/* 2021-10-26 centre content (to match other sites) */
	margin: auto;
	overflow:scroll;
}

p {
	/* margin: 0.2em; */
}
h2 {margin: 1em 0px 0px 0px}
h3 {margin: 1em 0px 0px 0px}

dl.faq dt{margin-top:0.5em;
	color:brown;
	font-weight:bold;
	margin-top:0.5em;
	margin-bottom:0.5em}

a:link, a:visited, a:hover {
	/* color: #393; */
	color: #339933;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 120%;
	/* color: #006699; */
    color:#666;
	margin-top: 0px;
}

h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}

h2{
	font-size: 110%;
	color: #666;
	font-weight: bold;
}

h3{
	font-size: 100%;
	color: #666;
	font-style: italic;
}

h4{
 font-size: 100%;
 color: #666;
}

ul{
 list-style-type: square;
 margin-top: 0.5em;
}

ul ul{
 list-style-type: disc;
   margin-top: 0px;
   margin-bottom: 0.5em;
}

ul ul ul{
 list-style-type: none;
    margin-top: 0px;
   margin-bottom: 0.5em;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#masthead {
	width: 100%;
	}
#navBar {
	width:120px;
	float:left;
	padding:10px 0px 10px 10px;
	margin-top: 0px;
	border:0px none;
	}
#content {
	margin-left:141px;
	margin-top:13px;
	}
/***********************************************/
/*Component Divs                               */
/***********************************************/

#toplinks {
	text-align:left;
	margin: 3px 0px;
	}
	
#banner {
	background-color:#693;
	background-image:     url("multiplex_logo_2.jpg"); /*#6f6 */
	background-repeat:no-repeat;
	background-position:0px 0px;
	height:35px;
	}

#GlobalNav {
	padding-top:5px;
	padding-bottom: 5px;
	padding-left:131px;
	margin:0px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-color:#693;
	}
	
#GlobalNav ul{
	/* background-color: red; rgb(108,203,255);*/
	padding: 0px;
	font-size: 90%;
	margin: 0px;
	border-style:none;
	list-style-type:none;
	display:block;
}

#GlobalNav li {
	display:inline;
	margin:0px;
	padding:0px;
	list-style-type:none;
	border-style: none;
	}

#GlobalNav a {
	padding: 0px 7px;
	}
		
#GlobalNav a:link, #GlobalNav a:visited {
	color:#9F9;
	text-decoration:none;
	/* border: 1px solid white; */
	}
#GlobalNav a:hover {
	text-decoration:none;
	background-color:#9F9;
	color: #693;
	}
	
#GlobalNav a.gnav_selected_item:link, #GlobalNav a.gnav_selected_item:visited{
	text-decoration:none;
	background-color:#9F9;
	color: #693;
	}

/*************** #content styles ****************/
/* #content img {
	margin:0.5em 0px;
	}
*/

div.summarybox {
	}
/************** #toplinks styles ***************/
#toplinks ul {display:block;
	margin:0px;
	margin-left:13px;
	text-indent:0px;
	padding:0px;}
#toplinks li {display:inline;
	margin:0px 0px;
	margin-right:20px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	}
#toplinks a:link, #toplinks a:visited{
	color:#009933;
	}

	
/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************ .feedback table ***********/
table.feedback {
	background-color:#9f9;
		border-collapse:collapse;
	}
table.feedback td {
		vertical-align:top;
		border: 1px solid #333;
		padding: 3px;
		font-size: 0.9em;
		font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*********** #navBar styles ***********/
#navBar {
	background-color:#693;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

#navBar ul 	{
	margin:0px;
	padding:0px;
	}
	
#navBar ul li {
	list-style:none;
	margin:4px 0px;
	padding:0px;
	font-weight:bold;
	font-size: 80%;   /* put here as otherwise IE5 doesn't inherit */
	}
	
#navBar ul li ul li {
	list-style:none;
	margin:4px 0px 0px 0.5em;
	padding:0px;
	font-weight:normal;
	font-size: 90%;   /* put here as otherwise IE5 doesn't inherit */
	}
	

	
#navBar a:link, #navBar a:visited {
	text-decoration:none;
	color:#9F9;
	}

#navBar a:hover {
	background-color:#9F9;
	color: #360; /*#693; */
	/* color:white; */
	}
	
#navBar a.lnav_selected_item:link, #navBar a.lnav_selected_item:visited{
	background-color:#9F9;
	color: #693;
	}

/***** general styles ******/
img.imageleft {
	float:left;
	margin-right:5px;
	}
	
img.imageright {
	float:right;
	margin-left:10pt;
	}
p.photocaption {font-size:80%;
	margin:0;
	padding:0;
	font-weight:bold;
	font-style:italic;
	color: #666;
	}
	
p.tinyphotocaption {
	font-size:75%;
	margin:0px;
	padding:0px;
	color:#333;
	}
.signature {font: 16px cursive}

.author {
	font-style: italic;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	margin:0px 0px 0px 2em;
	}

.revisiondate {
	font-size:80%;
	margin:0px 0px 0px 2em;
	font-style: italic;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
p.copyright a {
	color:#999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	font-style:italic;
	/* border-style:solid none;
	border-width:1px; */
	margin:60px 0px 0px 0px;
	}
		
p.copyright {
	color:#999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
	font-style:italic;
	/* border-style:solid none;
	border-width:1px; */
	margin:20px 0px 0px 0px;
	}
	
	
.stoppress_block {
	color: #666;
	background-color:#CCFFCC;
	font-style: normal;
	padding: 7px 15px;
	margin: 0px 5px;
	font-size: smaller;
}
.stoppress_block .headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	margin-top: 8px;
}
.stoppress_block h1 {
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	font-style: normal;
}
.stoppress_block p {
	font-size: 0.9em;
	font-style: italic;
}

.stoppress_block li {
	margin-bottom:0.25em;
	}



	
.codeline {
	font-weight: bold;
	background-color: #eee;
	}
.new {
	color: #669933;
	padding: 0px 0.25em 0px 0px;
	font-size: 0.8em;
	background-color: #66FF33;
	font-style: italic;
}
pre.codeline .codecomment {
	color: #CC3300;
}
div.note {
	font-size: 90%;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 1em;
}

a img {
	border:1px solid #f60;
	}
p.tablecaption {
font-size:90%;
	margin:0;
	padding:0;
	margin-bottom:0.5em;
	margin-top: 1em;
	text-decoration:underline;
	font-weight:bold;
	/* font-style:italic; */
	color: #666;
}
.new_flash {
	color: #FFFFFF;
	background-color: #FF6633;
	padding-right: 0.5em;
	padding-left: 0.5em;
	font-style: italic;
	font-weight: bold;
	margin-right: 0.3em;
}

table.normaltable {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:0.9em;
	background-color: #CCFFCC;
	border: 1px solid;
	border-color: #99FFCC;
	margin-top: 1.5em;
}

table.normaltable td {
	vertical-align:top;
	border: 1px solid;
	border-color: #99FFCC;
}

table.normaltable p {
	margin: 0.2em;
	}
