
/********************* 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;
	font-size:8pt;
	background:#C0C0C0;
	color:#000040;
	}

/* 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 #606060;
	table-layout:fixed;
	}

/* Tabelle für einen Eintrag */
table.gb_entrytable {
	background:#EEEEEE;
	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;
	}

/* 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:#EEB0B0;
	color:#BB0000;
	font-weight:bold;	
	text-decoration:blink;
	}
	
td.gb_cell {
	padding-top:4px;
	vertical-align:middle;
	text-align:left;
	}

td.gb_entry {
	text-align:left;
	}

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

td.gb_title  {
	text-align:right;
/*	font-family:Tahoma;*/
	font-weight:bold;
	font-size:10pt; }
	
td.gb_small {
/*	font-family:Tahoma;*/
	color:#333333;
	font-size:8pt; }

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

th.gb_head {
	background:#DDDDDD; }	

	
a:link.gb_inverse, a:visited.gb_inverse, a:active.gb_inverse { 
/*	font-family:Tahoma;*/
	font-size:8pt; 
	color:#800000; 
	font-weight:bold;
	text-decoration:none; }
a:hover.gb_inverse { 
	background:#990000;
	color:#FFFFFF;
	text-decoration:none; }


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:#ddd;
	color:#000070;
	font-size:8pt;
	font-weight:bold;

	border: 0px none;
	}

input.buttonsmall { 
	font-size:8pt; 
	background:#F0F0F0;
	color:#005BA1;
		
	border: 1px solid #606060;
	height:17px;

	cursor:pointer;
	padding:0;
	}	

