/**********************************************************************

   Program: Maian_Guestbook v1.1 - Website guestbook application.
   Creator: David Ian Bennett.(C)2003.
   E-Mail: david@maiandream.co.uk
   This File: metalic.css
   Information: Cascading Style Sheet.
   Module written by: David Ian Bennett.
   Tested on: Linux Server running PHP 4.3.3
   Browser Testing: IE6
   ********************************************************************
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation; either version 2 of the License, or (at
   your option) any later version. This program is distributed in the 
   hope that it will be useful, but WITHOUT ANY WARRANTY; without even 
   the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
   PURPOSE.  See the GNU General Public License for more details.

************************************************************************/

<style type="text/css">

a:link          {
                  font-family:Verdana;
                  font-size:12px;
                  color: #000000;
                  text-decoration: none;}

a:visited       {
                  font-family:Verdana;
                  font-size:12px;
                  color: #000000;
                  text-decoration: none; }

a:hover	        {
                  font-family:Verdana;
                  font-size:12px;
                  color: #000000;
                  text-decoration: overline underline; }

a:active        {
                  font-family:Verdana;
                  font-size:12px;
                  color: #dcdcdc;
                  text-decoration: underline; }
                  
a.message:link          {
                  font-family:Verdana;
                  font-size:12px;
                  color: #000000;
                  text-decoration: none;}

a.message:visited       {
                  font-family:Verdana;
                  font-size:12px;
                  color: #000000;
                  text-decoration: none; }

a.message:hover	        {
                  font-family:Verdana;
                  font-size:12px;
                  color: #000000;
                  text-decoration: overline underline; }

a.message:active        {
                  font-family:Verdana;
                  font-size:12px;
                  color: #000000;
                  text-decoration: underline; }
                
a.new:link      { 
                  font-family:Verdana;
                  font-size:11px;
                  color: #dcdcdc;
                  text-decoration: none;}

a.new:visited   { 
                  font-family:Verdana;
                  font-size:11px;
                  color: #dcdcdc;
                  text-decoration: none; }

a.new:hover     { 
                  font-family:Verdana;
                  font-size:11px;
                  color: #dcdcdc;
                  text-decoration: overline underline; }

a.new:active    { 
                  font-family:Verdana;
                  font-size:11px;
                  color: #dcdcdc;
                  text-decoration: underline; }
                  
a.admin:link      {
                  font-family:Verdana;
                  font-size:11px;
                  color: #000000;
                  text-decoration: none;}

a.admin:visited   {
                  font-family:Verdana;
                  font-size:11px;
                  color: #000000;
                  text-decoration: none; }

a.admin:hover     {
                  font-family:Verdana;
                  font-size:11px;
                  color: #000000;
                  text-decoration: overline underline; }

a.admin:active    {
                  font-family:Verdana;
                  font-size:11px;
                  color: #dcdcdc;
                  text-decoration: underline; }

a.menu:link      {
                  font-family:Verdana;
                  font-size:10px;
                  color: #000000;
                  text-decoration: none;}

a.menu:visited   {
                  font-family:Verdana;
                  font-size:10px;
                  color: #000000;
                  text-decoration: none; }

a.menu:hover     {
                  font-family:Verdana;
                  font-size:10px;
                  color: #000000;
                  text-decoration: overline underline; }

a.menu:active    {
                  font-family:Verdana;
                  font-size:10px;
                  color: #000000;
                  text-decoration: underline; }
                  
a.imagehover:link      {
                  color: #c0c0c0;
                  text-decoration: none;}

a.imagehover:visited   {
                  color: #c0c0c0;
                  text-decoration: none; }

a.imagehover:hover     {
                  color: #c0c0c0;
                  text-decoration: none; }

a.imagehover:active    {
                  color: #c0c0c0;
                  text-decoration: none; }

body            {
                  scrollbar-arrow-color: #000000;
                  scrollbar-base-color: #999999;
                  scrollbar-dark-shadow-color: #c0c0c0;
                  scrollbar-track-color: #000000;
                  scrollbar-face-color: #c0c0c0;
                  scrollbar-shadow-color: #000000;
                  scrollbar-highlight-color: #c0c0c0;
                  scrollbar-3d-light-color: #c0c0c0; }

body            {
                  font-family:Verdana;
                  font-size:12px;
                  background-image: none;
                  background-color: #000000;
                  color: #dcdcdc; }

table           {
                  font-family:Verdana;
                  font-size:12px;
                  border:1px dotted #000000;
                  background-image: none;
                  background-color: #c0c0c0;
                  color: #000000; }
                  
.editmenu       {
                  font-family:Verdana;
                  font-size:11px;
                  background-image: none;
                  border-bottom-width:0px;
                  border-color:none;
                  border-left-width:0px;
                  border-right-width:0px;
                  border-style:solid;
                  border-top-width:0px;
                  background-color: #000000;
                  color: #dcdcdc; }

.footermenu     { 
                  font-family: Verdana;
                  font-size:10px;
                  color: #000000; }
                
.signpage       { 
                  font-family: Verdana;
                  font-size:10px;
                  color: #dcdcdc; }

.footertext     {
                  font-family: Verdana;
                  font-size:10px;
                  color: #000000; }

.footcolour     {
                  font-family: Verdana;
                  font-size:11px;
                  color: #dcdcdc; }
                
h2              {
                  font-family:Verdana;
                  font-size:12px;
                  color:#000000; }

img             {
                  border-color: #c0c0c0; }

select          {
                  background-image: none;
                  font-family: Verdana;
                  font-size: 12px;
                  border-color:#000000;
                  border-style:solid;
                  border-width:1px;
                  color: #000000;
                  background-color: #D5D5D4; }

textarea        {
                  background-image: none;
                  font-family: Verdana;
                  font-size: 12px;
                  border-color:#000000;
                  border-style:solid;
                  border-width:1px;
                  color: #000000;
                  background-color: #D5D5D4; }
                
.checktype      {
                  background-image: none;
                  font-family: Verdana;
                  font-size: 12px;
                  border-style:solid;
                  border-width:0px;
                  color: #c0c0c0;
                  background-color: #c0c0c0; }
                  
.removechecktype      {
                  background-image: none;
                  font-family: Verdana;
                  font-size: 12px;
                  border-style:solid;
                  border-width:0px;
                  color: #c0c0c0;
                  background-color: #000000; }
                
.tablespace     {
                  background-color: #000000;
                  border-bottom-width:0px;
                  border-color:#000000;
                  border-left-width:0px;
                  border-right-width:0px;
                  border-style:solid;
                  border-top-width:0px;
                  color: #FFFFFF; }

input           {
                  background-image: none;
                  font-family: Verdana;
                  font-size: 12px;
                  font-color: #000000;
                  border-color:#000000;
                  border-style:solid;
                  border-width: 1px;
                  background-color: #D5D5D4; }

.buttonoutput   {
                  font: 12px Verdana;
                  color: #000000;
                  border: 1px solid #000000;
                  background: #D5D5D4; }

.name           {
                  font-family: Verdana;
                  font-size: 12px;
                  color: #000000; }

.nametable      {
                  background-color: #c0c0c0;
                  font-family: Verdana;
                  font-size: 11px;
                  color: #000000;
                  border-bottom-width:0px;
                  border-color:#000000;
                  border-left-width:1px;
                  border-right-width:0px;
                  border-style:solid;
                  border-top-width:1px; }

.commentstable  {
                  background-color: #D5D5D4;
                  font-family: Verdana;
                  font-size: 12px;
                  color: #000000;
                  border-bottom-width:0px;
                  border-color:#000000;
                  border-left-width:0px;
                  border-right-width:1px;
                  border-style:solid;
                  border-top-width:1px; }

.infotable      {
                  background-color: #D5D5D4;
                  font-family: Verdana;
                  font-size: 10px;
                  color: #000000;
                  border-bottom-width:1px;
                  border-color:#000000;
                  border-left-width:0px;
                  border-right-width:1px;
                  border-style:solid;
                  border-top-width:0px; }

.imagestable    { 
                  background-color: #c0c0c0;
                  font-family: Verdana;
                  font-size: 12px;
                  color: #000000;
                  border-bottom-width:1px;
                  border-color:#000000;
                  border-left-width:1px;
                  border-right-width:0px;
                  border-style:solid;
                  border-top-width:0px; }
                
.textheader     {
                  font-family: Verdana;
                  font-size: 14px;
                  color: #dcdcdc; }


</style>
