
/*************
24/04/06	JN	Inserted styles for glossary pictures
30/01/09	JN	New class for message used in glossary pages
01/07/10	JN	New styles for emphasising buttons
**************/

body 
{
  margin-left:0px;
  margin-right:0px;
  margin-top:-13px;
  margin-bottom:0px;
  background: #112B3A;
  font-family: Arial, Helvetica;
  color:#C3C0AD;
  font-size: 15;
}

hr
{ 
	color: #C3C0AD; 
}


h1 span{
  display:none;
}

p.OROhead
{
   margin-left: 30px;
   font-family: "times new roman", times, serif;
   font-size: 26pt;
   font-style: normal;
   font-weight: normal;
   color:#DD9E0A;
}
p.gloss
{
   margin-left:20pt;
   margin-right:20pt;
}
p.gloss:first-letter 
{
color: #DD9E0A;
font-size:large;
}
p.message
{
	margin-left:50pt;
	margin-right:50pt;
	font-size: 14pt;
}

p span
{
   font-weight:900;
}

p glosshead
{

}
a.white
{
  cursor:pointer;
  color:#C3C0AD;
  text-decoration: none;
  font-size: 14pt;
}

a.white:hover
{
  font-weight:bold;
  color:#DD9E0A;
}

a.detailbutton
{
  cursor:pointer;
  color:#C3C0AD;
  text-decoration: none;
  font-size: 12pt;
}

a.detailbutton.red
{
  font-size: 16pt;	
}

a.detailbutton:hover
{
  font-weight:bold;
}
.gold
{
  color:#DD9E0A;
}

a
{
  color:#DD9E0A;
  cursor:pointer;
}
.yellownolink
{
  color:#DD9E0A;
}
td
{
  font-family: Arial, Helvetica;
  font-size: 10pt;
  color:#C3C0AD;
}

table.detail
{  
  margin-bottom:-5;
}

td.detail
{
  font-family: Arial, Helvetica;
  font-size: 15;
  padding-bottom:8px;   /*changed from 12 */
}
td.detailmessage
{
  font-family: Arial, Helvetica;
  font-size: 16;
  margin-left: 20;
  margin-right: 20;
  color:#BD3B39;

}
/* detail button */
.detail.button
{
	background-color:#455A66;
	border:solid #c3c0ad 1px;
	line-height:1.2em;
	padding-top:12px;
	width:200px;
}
.detail.button.red
{
	background-color:#BE3F38;
	border:solid #c3c0ad 2px;
}


p.special
{
  color:red;
  font-size:14pt;
  font-weight:500; 
  font-family:"times new roman", times, serif;
}

table.main
{  
  margin-top:0em;  
  margin-left:0em;
  margin-right:0em;
  margin-bottom:0em;
  
}

b
{
	color:#C3C0AD;
}

img
{
  border-color:#C3C0AD;
}
button.gloss,input.gloss
{
  background-color:#455A66;
  color:white;
  border-bottom:solid #c3c0ad 1px;
  border-top:solid #c3c0ad 1px;
  border-left:solid #c3c0ad 1px;
  border-right:solid #c3c0ad 1px;
  height:45px;
  margin-left:30px;
  padding: 5px;
  
}

button.gloss.red,input.gloss.red
{
  font-size: 16;
  background-color:#BE3F38;
  color:white;
  border-bottom:solid #c3c0ad 2px;
  border-top:solid #c3c0ad 2px;
  border-left:solid #c3c0ad 2px;
  border-right:solid #c3c0ad 2px;
}

button.gloss:hover,input.gloss:hover, button.glossred:hover,input.glossred:hover
{
  font-weight:bold
}

#outerpicbox
{
	border: 1px solid white;
	padding: 5px;
	margin: 30px;
	background-color: #455A66;
	clear:none;
}
#inlinepicboxright
{
	border: 1px solid white;
	padding: 5px;
	float:right;
	background-color: #455A66;
	margin-left: 20pt;
	margin-right: 20pt;
}
#inlinepicboxleft
{
	border: 1px solid white;
	padding: 5px;
	float:left;
	background-color: #455A66;
	margin-left: 20pt;
	margin-right: 20pt;
}
#glossimg
{
	border: 1px solid white;
}

#shopoption
{
	border: 1px solid white;
	padding: 5px;
	width: 345;
	height:100px;
	margin:3px;
	clear;left;
	text-align:center;
}
#glossdesc
{
	clear:both;
	text-align:center;
}

li
{
margin-left:50px;
width: 150px;
font-size:14pt;
}

.wrapper
{
	margin-left:5em;
}

.glossList
{
	float:left;
	width:50em;
	margin:0;
	padding:0;
	list-style: none none;
}
.glossListItem
{
	float:left;
	width:15em;
	margin:0;
	padding:0;

}
.clear
{
	padding-top:20px;
	clear:left;
}


