/*                                       */
/* 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: Marble.css,v $ $Revision: 1.3 $   $Date: 2007-03-18 19:09:37-04 $
#
*/

body
{
  font-family: Arial, Helvetica, sans-serif;
  font-weight:bold;
  color: #660000;
  background-image : url(images/border_background.jpg);
scrollbar-face-color: #999999;
	scrollbar-shadow-color: #333333; 
	scrollbar-highlight-color: #999999;
	scrollbar-3dlight-color: #333333;
	scrollbar-darkshadow-color: #333333;
	scrollbar-track-color: #333333;
	scrollbar-arrow-color: #FFFFFF;


}

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

.guestbook_entries_table
{
  border: 2px solid #660000;
  background-color:#f0f0f7;
}


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

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


/* Main Comment Display */
.guestbook_entries_table_c1
{
  border: 2px solid #660000;
  background-color:transparent;
  background-image :url(images/body_background.jpg) ;
}

.guestbook_entries_table_c2
{
  color:black;
  background-color:transparent;
}


.guestbook_entries_field_index
{
  color:#ffffff;
}

.guestbook_entries_field_name
{
  color:#e0e0e0;
}

.guestbook_entries_field_location
{
  color:#e0e0e0;
}

.guestbook_entries_field_date
{
  font-weight:bold;
  color:#e0e0e0;
}

.guestbook_entries_field_comment
{
   color:#000000;
}

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

/* Sign Guestbook Page */
.guestbook_add_table_row
{
  background-image :url(images/gen_background.jpg) ;
}

.guestbook_add_table_notice_row
{
  background-image :url(images/body_background.jpg) ;
}

.guestbook_add_table_notice_text
{
  color:#e0e0ff;
}
