﻿<!--
	/* STYLE.CSS
	 * Global stylesheet for the whole guestbook
	 * This file must stand in the specific style directory
	 * to allow different stylesheet and must be edited
	 * to have the desired output
	 */

	body {
		color: #000000;
		background-color: #7A79A4
	}

	p {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal
	}

	h1 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-stye: normal
	}

	h2 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-stye: normal
	}
	
	h3 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-stye: normal
	}

	h4 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-stye: normal
	}

	h5 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-stye: normal
	}

	h6 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-stye: normal
	}

	a.menu {
		color: #0000FF;
		text-decoration: none
	}
	a.menu:hover {
		color: #FFFFFF;
		background-color: #0000FF
	}

	a.menubar {
		color: #FFFFFF;
		text-decoration: none
	}
	a.menubar:hover {
		text-decoration: underline;
	}

	.border1 { background-color: #0000FF; }
	.border2 { background-color: #FFFFFF; }
	.border3 { background-color: #000000; }
	.border4 { background-color: #EEEEFF; }

	/*
	 * Different colors
	 */
	.blue { background-color: #0000FF; }
	.white { background-color: #FFFFFF; }
	.black { background-color: #000000; }
	.red { background-color: #FF0000; }

	.error { background-color: #FF0000;
				color: #000000;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 12px;
				font-style: normal
	}

	/* This are the most frequently used stylesheets
	 * .t -> for normal text
	 * .b -> for bold text
	 * .small -> for small font-sized text
	 */
	.t { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal }
	.tw { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; color: #000000 }
	.b { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold }
	.small { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal }
	.big { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal }
	.bigw { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; color:#000000 }
	.xbig { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold }
	.xbigw { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color:#000000 }


	.tablerow { font-family: Verdana, Arial, Helvetica, sans-serif;
	            font-size: 12px;
					font-style: normal;
					background-color: #EEEEFF
	          }

	/* Form styles */
	form {
		margin-top: 0px;
		margin-bottom: 0px
	}

	.formbox {
		font-family: Arial, Helvetica, sans-serif;
		background-color: #7a79a4;
		font-size: 12px
	}

	.button {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px
	}

	.textarea {
		font-family: Courier New, Courier, monoscape;
		font-size: 12px;
		font-style: normal
	}
// The toolbar is for the bold
#toolbar 	{
			margin: 0;
			padding: 0;
			width: 262px;
			background-color: buttonface;
			border-top: 1px solid buttonhighlight;
			border-left: 1px solid buttonhighlight;
			border-bottom: 1px solid buttonshadow;
			border-right: 1px solid buttonshadow;
			text-align:right;
		  	}

.button 	{
			background: buttonface;
			border: 1px solid buttonface;
			margin: 1;
			}

.raised		{
			border-top: 1px solid buttonhighlight;
			border-left: 1px solid buttonhighlight;
			border-bottom: 1px solid buttonshadow;
			border-right: 1px solid buttonshadow;
			background: buttonface;
			margin: 1;
			}

.pressed	{
			border-top: 1px solid buttonshadow;
			border-left: 1px solid buttonshadow;
			border-bottom: 1px solid buttonhighlight;
			border-right: 1px solid buttonhighlight;
			background: buttonface;
			margin: 1;
			}

-->
