/*                                       */
/* 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: Formal.css,v $ $Revision: 1.4 $   $Date: 2007-03-17 23:36:38-04 $
#
*/

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

h1
{
  color:#6666ff;
  font-size: 2.0em;
}

.guestbook_entries_table
{
  border: 2px solid black;
}

.guestbook_entries_table_toprow
{
  background-color:#f0f0f0;
}

.guestbook_entries_table_bottomrow
{
  background-color:#f0f0f0;
}


/* Main Comment Display */
.guestbook_entries_table_c1
{
  background-color:#cccccc;
}

.guestbook_entries_table_c2
{
  background-color:#efefef;
}


/* Text in main body */
.guestbook_entries_field_date
{
  font-weight:bold;
  color:#0000aa;
}

.guestbook_entries_field_name
{
  font-weight:normal;
  color:#0000aa;
}

.guestbook_entries_field_location
{
  font-weight:normal;
  color:#0000aa;
}


.guestbook_entries_field_comment
{
  font-weight:normal;
  color:black;
}


/* Website Owner Response Field */
.guestbook_response_label
{
  font-weight:bold;
  font-style: italic;
  color:red;
}

.guestbook_entries_field_response
{
  color:#555555;
  font-variant:small-caps;
}

/*                 */
/* Add / Edit Form */
/*                 */
.guestbook_add_table
{
  border: 2px solid black;
}

.guestbook_add_table_notice_row
{
  background-color:#efefef;
}

.guestbook_add_table_row
{
  background-color:#cccccc;
}

.labelimportant
{
  color:#0000ff;
}

