/* wrm 2006-11-08 */
/* http://www.w3.org/MarkUp/Guide/Style */
/* http://www.hypergurl.com/colormatch.php "Joshua Tree"  */

/*
#499200 Green
#5a7a3a Olive
#630000 Brown
#c60000 Orange 
#A1936C grey
*/

body {
	background-color: #EDEDED;
	/* width: 800px; */
	width: 96%;
	margin-right: auto;
	margin-left: auto;
}


table.general {
  background-color: #EDD89F; /* safe = FFCC99 RGB = 237 216 159 */
}

table.fixed {
  background-color: #EDD89F; /* safe = FFCC99 RGB = 237 216 159 */ 
  table-layout: fixed;
}

td.logo {
	width: 150px; /* to accommodate buttons further down */
    height: 150px; /* Explorer 8? */
	
/*
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	word-spacing: 1px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #A1936C;
*/
}
td.headerline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	word-spacing: 1px;
	letter-spacing: 1px;
	font-weight: bold;

	text-align: center;
	color: #5a7a3a; /* olive */
}
td.adspacetop {
  width: 206px; /* 200 + slop */
  height: 106px; /* 2 x 50 + slop */
}
td.advert {
  width: 200px;
  height: 50px;
  align: center;
  vertical-align: top;
}

td.advertLeft {
  width: 130px;
  height: 60px;
  text-align: center;
  align: center;
  vertical-align: top;
}

td.advertBottom {
  width: 110px;
  height: 75px;
  text-align: center;
  align: center;
  vertical-align: top;
}




td.menuMain /* Buttons */
{
  width: 150px;
  height: 500px;
  align: left;
  vertical-align: top;
  
  padding-top: 40px;
}
td.menuTabs {
  color: #FFFFFF;
  vertical-align: top;
}

td.menuLeft /* Inside menuMain cell, one button per cell */
{
  width: 150px;
  height: 32px;

  background-image: url(/images/button140.gif);
  background-position: center;
  background-repeat: no-repeat;
  
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: white;
  font-weight: bold;
  /*
  padding-left: 3px;
  padding-top: 20px;
  padding-bottom: 20px;*/
  text-align: center;
 
}
/* <a class="menuLabel" href=""> </a> */
A.menuLeft
{
  color: #EDEDED;
  text-decoration: none;
}
A.menuLeft:hover
{
  /* text-decoration: underline; */
  color: #A1936C; /* grey */
}

/* 2010-02-16 : Urgent */
td.menuLeftU /* Inside menuMain cell, one button per cell */
{
  width: 150px;
  height: 32px;

  background-image: url(/images/button140R.gif);
  background-position: center;
  background-repeat: no-repeat;
  
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: white;
  font-weight: bold;
  /*
  padding-left: 3px;
  padding-top: 20px;
  padding-bottom: 20px;*/
  text-align: center;
 
}
/* <a class="menuLabel" href=""> </a> */
A.menuLeftU
{
  color: #EDEDED;
  text-decoration: none;
}
A.menuLeftU:hover
{
  /* text-decoration: underline; */
  color: #A1936C; /* grey */
}

td.maincontent {
  /* This is the main table cell which carries the main content */

  background-color: #f9f1df;
	color: green; /* text colour */
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
    vertical-align: top;

	padding-top: 20px; /* space before start of text */
	padding-bottom: 10px;
	padding-left: 10px;
	
	height: 500px;
	
}

td.footer-left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A1936C;
	vertical-align: top;
	text-align: center;
	word-spacing: 1px;
	letter-spacing: 1px;
}
td.footer-centre {
	height: 100px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
    font-weight: bold;
    color: #A1936C;
	text-align: center;
	word-spacing: 1px;
	letter-spacing: 1px;
}
td.footer-right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A1936C;
	word-spacing: 1px;
	letter-spacing: 1px;
}
td.subfooter {
  font-size: 1;
}

#container{
	margin: 0 auto;
	width: 970px;
	text-align: left;
}

.firstmenu{
	float: left;
	/* width: 970px; */
	width: 96%;
	/* background: url(/images/bg_firstmenu.jpg) no-repeat; */
    background-color: #EDD89F;
}

.firstmenu ul{
	list-style-type: none;
	margin: 0;
	padding: 6px 20px 1px 20px; /* top right bottom left */
}

.firstmenu ul li{
	float: left;
	background: url(/images/tab_gen_off.gif) no-repeat right top;
}

.firstmenu ul li a{
	display: block;
	padding: 8px 48px 1px 10px;
	font-weight: bold;
	text-decoration: none;
	color: #499200; /* text colour for the non-active tab */
}

.firstmenu ul li a:hover{
	text-decoration: underline;
}

.firstmenu ul li.first a{
	padding: 8px 48px 1px 39px;
	background: url(/images/tab_first_off_open.gif) no-repeat;
}

.firstmenu ul li.last{
	background: url(/images/tab_last_off_close.gif) no-repeat right top;
}

.firstmenu ul li.last a{
	padding: 8px 39px 1px 10px;
}

.firstmenu ul li#firstcurrent{
	background: #f9f1df url(/images/tab_on_close.gif) no-repeat right top;
}

.firstmenu ul li#firstcurrent a{
	background: url(/images/tab_first_on_open.gif) no-repeat;
	/* background-color: #EDD89F; */
	color: #499200; /* Text colour -- active tab */
}

.firstmenu ul li#current{
	margin-left: -38px;
	background: #f9f1df url(/images/tab_on_close.gif) no-repeat right top;
}

.firstmenu ul li#current a{
	/* padding: 8px 48px; top & bottom, left & right */
	padding: 8px 48px 1px 48px; /* top right bottom left */
	background: url(/images/tab_on_open.gif) no-repeat;
	color: #499200; /* Text colour -- active tab */
}

.firstmenu ul li#lastcurrent{
	margin-left: -38px;
	background: #f9f1df url(/images/tab_last_on_close.gif) no-repeat right top;
}

.firstmenu ul li#lastcurrent a{
	padding: 8px 39px 1px 48px;
	background: url(/images/tab_on_open.gif) no-repeat;
	color: #499200; /* Text colour -- active tab */
}

.firstmenu ul li.floatright{
	float: right;
	background: url(images/navtab_floatright_a.gif) no-repeat right top;
}

.firstmenu ul li.floatright a{
	/* padding: 8px 39px; top & bottom, left & right */
	padding: 8px 39px 1px 39px; /* top right bottom left */
	background: url(images/navtab_floatright_b.gif) no-repeat left top;
}

/* For secretariats */
table.secretariats td {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    vertical-align: top;
}
table.secretariats h1 {
	font-size: 12pt;
	font-weight: bold;
}
table.secretariats h2 {
	font-size: 10pt;
	font-weight: bold;
}
table.secretariats p {
	font-size: 8pt;
}
/* for diary of events */
table.calendar {
  border: 0
  width: 100%;
  background-color: #EDD89F; /* safe = FFCC99 RGB = 237 216 159 */
  color: green;  
  table-layout: fixed;
}
table.calendar td, th {font-size: 10pt; border: 0}
table.calendar th {
  text-align: center;
}
table.calendar td {
  text-align: right;
  
}
table.calendar td.today {
  font-weight: bold;
}
table.calendar td.linked-day {
  border-style: solid;
  border-color: #c60000;  
}
table.calendar td.linked-day a {
  text-decoration: none;
  //color: black;
  //text-decoration: blink;
  color: brown;
  font-weight: bold;
  
}
table.calendar td.linked-day a:hover {
  color: #c60000;
}
table.calendar td.linked-day-today {
  font-weight: bold;
  border-style: solid;
  border-color: #c60000;  
}
table.calendar td.linked-day-today a {
  font-weight: bold;
  color: black;
  text-decoration: blink;
}
table.calendar td.linked-day-today a:hover {
  color: #c60000;
}

table.calendar .calendar-month {font-weight: bold; margin-top: 3px; font-size: 12pt; text-align: center}
table.calendar .calendar-month a{text-decoration: none}
table.calendar .calendar-prev, table.calendar .calendar-next {font-weight: normal;}


table.prevnext {width: 100%; margin-top: .3em;}
table.prevnext td {
font-size: smaller;
}
table.prevnext td a{text-decoration: none}

table.diary-events {
  color: green;
}
table.diary-events h1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
table.diary-events h2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	margin-left: 20px;
}
table.diary-events p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin-left: 40px;
}

/* For DFOs */
table.DFOs {
  border: 1
  width: 100%;
  vertical-align: top;
}
table.DFOs th {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
	font-size: 10pt;
}
table.DFOs td {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
    padding-bottom: 20px;
}
table.DFOs p {
	font-size: 8pt;
	font-weight: normal;
	margin-left: 20px;
}


