/* DETAILS ///////////////////////////////////////////////////////////////////
//                                                                          //
//                      Created By: S4 Integration                          //
//                    Last Edited By: Gareth Ambrose                        //
//                          Date: 02 September 2009                         //
//                                                                          //
/////////////////////////////////////////////////////////////////////////// */

/* Document body.                                                           */
body
{
  font-family: verdana, sans-serif;
  background-color: #FFFFFF;
  color: #000000;
}

/* Page banner.                                                             */
div.banner
{
  display: none;
}

/* Page content.                                                            */
div.content
{
  width: 605px;
  border: none;
  background-color: #FFFFFF;
  overflow: visible;
}

/* Page container.                                                          */
div.page
{
  border: none;
  width: 625px;
}

/* Notifications.                                                           */
div.notify
{
  display: none;
}
div.error
{
  display: none;
}

/* Page navigation menu.                                                    */
div.menu
{
  display: none;
}

/* Content text.                                                            */
p
{
  background-color: #FFFFFF;
}

/* Display types.                                                           */
.noprint
{
  display: none;
}
input
{
  text-align: center;
  border: none;
  background-color: #FFFFFF;
}

/* Table properties.                                                        */
td,
th
{
  border: 1px solid #008000;
}