/* ----------------------------------------------------------------------------- */
/*                                                                               */
/* Copyright (C) 2005, Script by RP-Draw WebDesign, Delfzijl, Netherlands        */
/* http://www.rp-draw.nl/scripts/index.html - info@rp-draw.nl                    */
/*                                                                               */
/*                                                                               */
/* GPL LICENCE                                                                   */
/* This file is part of Flat-Guest guestbook.                                    */
/*                                                                               */
/* Flat-Guest guestbook 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.                                           */
/*                                                                               */
/* Flat-Guest guestbook 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.                                  */
/*                                                                               */
/* You should have received a copy of the GNU General Public License             */
/* along with Flat-Guest guestbook; if not, write to the Free Software           */
/* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA     */
/*                                                                               */
/* ----------------------------------------------------------------------------- */
body, td, p, select {
    font-family: arial;
    font-size: 10pt;
	color: #FFFFFF;	
/*scrollbar color setting */
	scrollbar-face-color: #999999;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #dddddd;
	scrollbar-arrow-color:  #000000;
	scrollbar-track-color: #FFFFFF;
	scrollbar-darkshadow-color: #666666;
}

input, textarea {
	font-family: arial;
    font-size: 10pt;
	color: #000000;
}

/*font setting for MESSAGE TABLE ENTRY */
.font1 {COLOR: #FFFFFF; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 14px; FONT-WEIGHT: normal}
.font1 a:link      { text-decoration: UNDERLINE; color : #FFFFFF;}
.font1 a:active    { text-decoration: UNDERLINE; color : #FFFFFF;}
.font1 a:visited   { text-decoration: UNDERLINE; color : #FFFFFF;}
.font1 a:hover	   { text-decoration: UNDERLINE; color : #9292A0;}


/*font setting for links to email address and user name in left section of message table */
.font2 {COLOR: #D3D37C; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 10px; FONT-WEIGHT: bold}
.font2 a:link      { text-decoration: NONE; color : #D3D37C; FONT-WEIGHT: normal}
.font2 a:active    { text-decoration: NONE; color : #D3D37C; FONT-WEIGHT: normal}
.font2 a:visited   { text-decoration: NONE; color : #D3D37C; FONT-WEIGHT: normal}
.font2 a:hover	   { text-decoration: NONE; color : #FFFFFF; FONT-WEIGHT: normal}


/*font setting for user details and date/time stamp above the message area*/
.font3 {COLOR: #9292A0; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 10pt; FONT-WEIGHT: bold}
.font3 a:link      { text-decoration: NONE; color : #9292A0;}
.font3 a:active    { text-decoration: UNDERLINE; color : #9292A0;}
.font3 a:visited   { text-decoration: UNDERLINE; color : #9292A0;}
.font3 a:hover	   { text-decoration: UNDERLINE; color : #9292A0;}

/*font setting for date/time stamp for message entry */
.font4 {COLOR: #D3D37C; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 11px; FONT-WEIGHT: bold}
.font4 a:link      { text-decoration: NONE; color : #D3D37C;}
.font4 a:active    { text-decoration: NONE; color : #D3D37C;}
.font4 a:visited   { text-decoration: NONE; color : #D3D37C;}
.font4 a:hover	   { text-decoration: NONE; color : #D3D37C;}

/*font setting for message on delete page */
.font6 {COLOR: #FFFFFF; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 12px}
.font6 a:link      { text-decoration: NONE; color : #FFFFFF;}
.font6 a:active    { text-decoration: NONE; color : #FFFFFF;}
.font6 a:visited   { text-decoration: NONE; color : #FFFFFF;}
.font6 a:hover	   { text-decoration: NONE; color : #9292A0;}



/*color setting for buttons */
.button	{FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
		 FONT-SIZE: 9pt;
		 font-weight:bold;
		 color: #FFFFFF; 
		 background-color: #9292A0; 
		 border: 1 outline #FFFFFF;
}

/*Main page headdings */
h1 {font-family: Arial, Verdana;
	color: #FFFFFF;
    font-size:20px;
    font-weight:bold;
	LETTER-SPACING:2pt;
	TEXT-ALIGN:CENTER;
    TEXT-DECORATION:none;
}

/*Error headings*/
h2 {font-family : Arial, Verdana; 
	color:#CC0000;
    font-size: 16px;
    font-weight: bold;
	line-height: 20px;
	LETTER-SPACING:2pt;
    TEXT-DECORATION:underline;
}