/* BODY PROPERTIES */


/* DIV PROPERTIES */

div
  {
  font-size: 11px;
  }

div.page_controls
  {
  font-size: 10px;
  }

div.control-inactive
  {
  color: #999999;
  }

div.selected
  {
  color: #000000;
  }

div.cp_option
  {
  font-weight: bold;
  }


div.cp_selected
  {
  color: #ffffff;
  font-weight: bold;
  }

div.colour_opt_text
  {
  color: #5279EF;
  padding-left: 10px;
  padding-right: 5px;
  text-align: right;
  }

div.colour_opt_text_unused
  {
  color: #cccccc;
  padding-left: 10px;
  padding-right: 5px;
  text-align: right;
  }

div.organiser
  {
  font-size: 11px;
  font-weight: bold;
  }

div.organiser_header
  {
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  }

/* PARAGRAPH PROPERTIES */


/* TABLE PROPERTIES */

table.menu
  {
  background-color: #0099cc;
  }

table.border_right
  {
  border: 2px solid #ff9900;
  }


/* TABLE DATA PROPERTIES */

td.pagelist
  {
  /* background-color: #FFE5CB; */
/*  width: 280px;     */
  }

td.pagelist-sub
  {
  background-color: #99EeFF;
/*  width: 250px; */
  }

td.pagelist-selected
  {
  background-color: #99EeFF;
  }

td.pageitem
  {
  background-color: #ffffff;
  }

td.pageitem-selected
  {
  background-color: #EFF7FF;
  }

td.pageitem2-selected
  {
  background-color: #C6DFFF;
  }

td.pageitem-unselected
  {
  background-color: #ffffff;
  }

td.colour_palette
  {
  width: 20px;
  height: 20px;
  }

td.main
  {
  background-color: #ffffff;
  padding: 5px;
  }

td.main_spacer
  {
  width: 10px;
  height: 5px;
  }

td.cp_option
  {
  background-color: #ffffff;
  width: 118px;
  text-align: center;
  }

td.cp_selected
  {
  background-color: #0099cc;
  }

td.colour_opt
  {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  }

td.colour_opt_text
  {
  /* width: 120px; */
  padding-right: 10px;
  vertical-align: middle;
  }

td.organiser_header
  {
  background-color: #5279EF;
  padding: 2px 10px 2px 10px;
  }

td.page_controls
  {
  background-color: #DEEFFF;
  padding: 2px 10px 2px 10px;
  border-bottom: 1px solid #5279EF;
  border-right: 1px solid #5279EF;
  border-left: 1px solid #5279EF;
  }

td.colour_border
  {
  border: 1px solid #cccccc;
  }

/* LINK PROPERTIES */

a.organiser
  {
  color: #EF8E31;
  }

/* INPUT PROPERTIES */

input
  {
  color: #000000;
  font-size: 10px;
  font-family: verdana, arial, helvetica, sans serif;
  }

textarea
  {
  color: #000000;
  font-size: 10px;
  font-family: verdana, arial, helvetica, sans serif;
  }

input.unpublished
  {
  background-color: #FF0000;
  }

select
  {
  color: #000000;
  font-size: 10px;
  font-family: verdana, arial, helvetica, sans serif;
  }

select.general
  {
  color: #0099cc;
  font-size: 10px;
  font-family: verdana, arial, helvetica, sans serif;
  }




/* IMAGE PROPERTIES */

img.organiser_image
  {
  margin: 2px 3px 5px 3px;
  vertical-align: middle;
  }

img.organiser_image2
  {
  margin: 1px 3px 1px 4px;
  vertical-align: middle;
  }



