/*
  Guestbook Style
*/

body,td,table,input,select,textarea { font-family: Verdana; font-size: 11px; color: #363636;}

 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #fff;
	/*background-color: #FFFFFF;*/
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link { text-decoration:none; color:#856363; border-bottom:dotted #FFE4E1 1px; }
a:visited { text-decoration:none; color:#551033; }
a:hover, a:active { text-decoration:none; color: #4B0082; border-bottom:1px dotted #8B5742; }
hr	{ height: 0px; border: solid #856363 0px; border-top-width: 1px;}


/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #551033; border: 1px #856363 solid; }

/* This is the outline round the main forum tables */
.forumline	{ background-color: #EEE9E9; border: 2px #856363 solid; }


/* Main table cell colours and backgrounds */
td.row1	{ background-color: #EEE9E9; padding:5px;}
td.row2	{ background-color: #fff; }
td.row3	{ background-color: #EEE9E9; }


/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #363636; font-size: 11px; font-weight : bold;
	background-color: #fff; height: 25px;
	background-image:url(images/cellpic4.jpg);
	background-repeat:repeat-x;
}

/* Form elements */
input,textarea, select {
	color : #363636;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #856363;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #EEE9E9;
}

input { text-indent : 2px; }
