/*                                       */
/* CSS File for gwbook (Great Web Book)  */
/*                                       */

/*

#
#  GreatWebScripts    http://www.GreatWebScripts.com
#
#  Copyright (c)2006, GreatWebScripts . All rights reserved.
#
#  No portion of this content may be copied, distributed or reproduced for any
#  reason without the express written consent of the owner. Federal copyright
#  law prohibits unauthorized reproduction by any means and imposes severe fines
#  for violation.
#

#
#  $RCSfile: Eggshell.css,v $ $Revision: 1.2 $   $Date: 2007-03-18 19:09:52-04 $
#
*/

body
{
  font-family: Arial, Helvetica, sans-serif;
  font-weight:bold;
  color: #660033;

/*  background-image : url(images/PCCW_background.gif);
  background-repeat: repeat;*/
  background-color : #cff093;

}

h1
{
  color: #990022;
  font-weight:bold;
  font-size:18pt;
  text-decoration:underline;
}
.subtitle{
  font-weight:bold;
  font-size:18pt;	
}

a.UserLink
{
  color:660033;
  font-size:15pt;	
}

.guestbook_entries_table
{
  border: 2px solid #990022;
  background-color:#f0f0f0;
}


.guestbook_entries_table_toprow
{
  background-image : url(images/brownish_texture.jpg);
  background-repeat: repeat;
}

.guestbook_entries_table_bottomrow
{
  background-image : url(images/brownish_texture.jpg);
  background-repeat: repeat;
}


/* Main Comment Display */
.guestbook_entries_table_c1
{
  border: 2px solid #990022;
  background-color:#ffff99;
}

.guestbook_entries_table_c2
{
  color:black;
  background-color:#ffff99;
}


.guestbook_entries_field_index
{
  color:black;
}

.guestbook_entries_field_name
{
  color:black;
}

.guestbook_entries_field_location
{
  color:black;
}


.guestbook_entries_field_date
{
  font-weight:bold;
  color:black;
}

.guestbook_entries_field_comment
{
  color:#666633;
}

.guestbook_response_label
{
  font-weight:bold;
  color:#ff0033;
}

/* Sign Guestbook Page */
.guestbook_add_table_row
{
  background-color:#CCCC99;
}

.guestbook_add_table_notice_row
{
}

.guestbook_add_table_notice_text
{
  color:#000000;
}

