/*************************************************************************
   MCQMC 2012 Conference Management Tool

   Copyright 2011  Frances Y. Kuo

   This package is written for the MCQMC 2012 Conference.
   It is an implementation based on the general framework of WCMT 0.3.0
   by ResultZ Pty Ltd. See http://wcmt.sourceforge.net/

   To cater for the specific needs of MCQMC 2012, the files from WCMT have
   been modified, completely rewritten, renamed, relocated, or removed. 
   New files have also been added to provide different functionality.
   The files in the package can be categorised as follows:

   1) Minor modification of a WCMT file
   2) Moderate modification of a WCMT file
   3) Loosely based on a WCMT file
   4) New file

   ----------------------------------------------------------------------

   This file defines the formatting styles for the pages.

   Filename: style.css
   
   Category: 3
     This is loosely based on the WCMT file site.css

*************************************************************************/


body
{
  background-color:#d0e4fe;   /* light blue */
  color:black;
  font-family:"Times New Roman",Verdana,Sans-serif;
  font-size: 100%; /* This allows adjustable font sizes. */
}

h1
{
  background-color:white;
  font-family:"Trebuchet MS",Verdana,Sans-serif;
  color:rgb(169,9,62); /* browny red */
  font-size:1.5em;
  text-align:center;
}

h2
{
  background-color:white;
  font-family:"Trebuchet MS",Verdana,Sans-serif;
  color:rgb(169,9,62); /* browny red */
  font-size:1.375em;
  text-align:center;
}

h3
{
  background-color:white;
  font-family:"Trebuchet MS",Verdana,Sans-serif;
  color:rgb(169,9,62); /* browny red */
  font-size:1.25em;
  text-align:center;
}

h4  /* same as h3 but not centered */
{
  background-color:white;
  font-family:"Trebuchet MS",Verdana,Sans-serif;
  color:rgb(169,9,62); /* browny red */
  font-size:1.25em;
}

p, .instructions
{
  background-color:white;
  font-family:"Trebuchet MS",Verdana,Sans-serif;
  color: #003366; /* greeny blue */
  font-size:1em;
}

li
{
  background-color:white;
  font-family:"Trebuchet MS",Verdana,Sans-serif;
  font-size:1.125em;
}

a:link, a:hover, a:visited, a:active
{
  font-family:"Trebuchet MS",Verdana,Sans-serif;
  color:rgb(47,36,160);  /* dark blue */
  text-decoration:none;
  font-weight:bold;
  /* font-size:1em; */ /* Size change here will be relative to environment */
}

input, select, textarea
{
  /* BORDER-RIGHT: black 1px solid;
  BORDER-TOP: black 1px solid;
  BORDER-LEFT: black 1px solid;
  BORDER-BOTTOM: black 1px solid; */
  background-color:white;
  font-family:Arial,Sans-serif;
  color:#5880ff;  /* Light Blue */
  font-size:1em;
}

table
{
  background-color:white;
  border-collapse:collapse;
  border-style:solid;
  border-width:0px;
}

button
{
    BORDER-RIGHT: black 1px solid;
    BORDER-TOP: black 1px solid;
    BORDER-LEFT: black 1px solid;
    BORDER-BOTTOM: black 1px solid;
    background-color: #003366;
    font-weight: bold;
    color: white;
}

.top_border
{
  background-color: #D8D8D8;
  font-family:"Trebuchet MS",Verdana,Sans-serif;
  color:#383838; /* dark gray */
  font-size: 0.85em;
}

.top_menu
{
    background-color: #E8E8E8;
    font-family:"Trebuchet MS",Verdana,Sans-serif;
    color:rgb(96,44,166); /* purple */
    font-size: 1.1em;
    text-align: center;
}

.copyright, a.copyright
{
  background-color: #d0e4fe;   /* light blue */;
  font-family:"Trebuchet MS",Verdana,Sans-serif;
  color:#383838; /* dark gray */
  font-size: 0.85em;  /* This size is relative to the environment */
}

.prompt
{
    background-color: white;
    text-align: left;
    font-family:"Trebuchet MS",Verdana,Sans-serif;
    color:black;
}

.read_only
{
    background-color: #D8D8D8;
}

tr
{ 
  background-color: white;
  vertical-align:top;
}

td
{
  background-color:white;
  text-align:left;
}

.display_table
{
    border-collapse:collapse;
    background-color:white;
    border-style:solid;
    border-width:1px;
    text-align:left;
}

img
{
    border-width: 0;
}

/* color:rgb(180,44,173); /* pink */

