/********************* MWGB v2.1.0 **** Juni 2005 ***************************/
/* MW-GUESTBOOK: GAESTEBUCH MIT FLEXIBLEM LAYOUT                            */
/* (c) 2003-2005, webmeister at yavantho de, ALL RIGHTS RESERVED!           */
/****************************** www.mwgb.de.vu ******************************/


/****************************************************************************/
/*
/*	This file is part of MWGB - MW-GUESTBOOK.
/*
/*  MWGB 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.

/*  MWGB 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.

/*  MWGB 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.

/*  visit www.mwgb.de.vu for updated versions
/****************************************************************************/


a:link.gb, a:visited.gb, a:active.gb, a:hover.gb {
	text-decoration:none;
	background:inherit;
	color:#aaa;
	}

a:link.gb_inverse, a:visited.gb_inverse, a:active.gb_inverse {
	font-family:tahoma,sans-serif;
	font-size:8pt;
	color:#FFCC00;
	font-weight:bold;
	text-decoration:none; }
a:hover.gb_inverse { background:#FFCC00; color:#BB0000; text-decoration:none;}


/* Hinweiszeile für Eigentümer eines Eintrags */
p.gb_owner {
	text-align:left;
	margin-top:2px;
	padding-left:10px;
	padding-right:10px;
	font-size:8pt;
	background:#BB0000;
	color:#FFFFFF;
	}

/* Info-Zeile, z.B. "Wurde gespeichert" */
.gb_info {
	background:#FFCC00;
	color:#AA0000;
	font-weight:bold;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
	}

.gb_marked {
	background:yellow;
	color:red;
	font-weight:bold;
	border-bottom:1px dotted red;
	}
/* Haupttabelle rund um das gesamte Gästebuch */
table.gb_maintable {
	margin-top:5px;
	margin-bottom:10px;
	font-size:10pt;
	border: 1px solid #ccc;
	table-layout:fixed;
	background:#ffbf28 url(/pics/gb/gb_head.png) repeat-x;
	text-align:left;
	}

/* Tabelle für einen einzelnen Eintrag - hier steht der eigentliche Beitrag */
table.gb_entrytable {
	background:#FFFFC0;
	font-size:9pt;
	border-style:solid;
	border-width: 1px;
	border-right-color:#191919;
	border-bottom-color:#191919;
	border-left-color:#C3B7A8;
	border-top-color:#C3B7A8;
	table-layout:fixed;
	text-align:left;
	}

td.gb_entry {
	padding:2px 4px;
	text-align:left;
	}

td.gb_comment {
	padding:2px 4px;
	text-align:left;
	font-style:italic;
	}

/* Tabelle für Edit */
table.gb_table {
	background:#FFFFFF;
	font-size:9pt;
	border-style:solid;
	border-width: 1px;
	border-right-color:#191919;
	border-bottom-color:#191919;
	border-left-color:#C3B7A8;
	border-top-color:#C3B7A8;
	table-layout:fixed;
	}


td.gb_left3 {
	text-align:left;
	width:25%; }

td.gb_center3 {
	text-align:center;
	width:50%; }

td.gb_right3 {
	text-align:right;
	width:25%; }


td.gb_error {
	vertical-align:middle;
	background:#FFB0B0;
	color:#BB0000;
	font-weight:bold;
	text-decoration:blink;
	padding:0 4px;
	}

td.gb_cell {
	padding:0 4px;
	vertical-align:middle;
	}

td.gb_topalign {
	vertical-align:top;
	padding: 4px 0;
	}

/* Hilfe in der Eingabemaske */
td.gb_help {
	text-align:justify;
	padding-top:4px;
	vertical-align:top;
	font-size:8pt;
	color:#000040;
	font-style:italic;
	padding:0 4px;
	}

td.gb_title  {
	text-align:right;
	font-family:tahoma,sans-serif;
	font-weight:bold;
	font-size:10pt; }

td.gb_small {
	font-family:tahoma,sans-serif;
	color:#333333;
	font-size:8pt; }

td.gb_mw {
	text-align:right;
	font-size:7pt;
	background:inherit;
	color:#aaa;
	}

th.gb_head {
	background:#DDDDDD; }




hr.gb1 {
	color:#005BA1;
	height:1px; }

/* Label für Eingaben Pflicht/optional */
label.gb_obligative {
	font-weight: bold;
	display:block;
	cursor:pointer;
	}

label.gb_optional {
	font-weight:normal;
	display:block;
	cursor:pointer;
	}

select.gb_page {
	background:#FFFFE0;
	color:#000070;
	font-size:8pt;
	font-weight:bold;

	border: 0px none;
/*
  scrollbar-base-color:#ff0000;
  scrollbar-3dlight-color:#9C9081;
  scrollbar-arrow-color:#FFFFEB;
  scrollbar-darkshadow-color:#70624F;
  scrollbar-face-color:#838174;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-shadow-color:#000000;
  scrollbar-track-color:#ECDCBD;
*/
	}
