/*
********************************
**  CSS File for g0lgs.co.uk  **
********************************
** By Stewart Wilkinson G0LGS **
********************************
*/

/* top right bottom left */

BODY	{	background-image: url(/bg/backgnd.jpg);
		background-attachment: fixed;
		background-position: top left;
		font-family: Arial, Sans;
	}

HR	{	color: #6699cc;
		height: 4px;
		background-color: #6699cc;
	}

TD	{	
		font-size: 10pt;
	}

TH	{	
		font-size: 12pt;
		font-weight: bold;
		text-decoration: underline;
	}

a:link	{
/*		color: #0000FF;*/
		color: #003366;
		text-decoration: underline;
	}

a:visited{
/*		color: #330099;*/
		color: #003366;
		text-decoration: underline;
	}

a:hover	{
/*		color: #FF0000; */
		color: #cc0033; 
		text-decoration: none;
	}

a:active{	
		color: #FF0000;
}

.header	{
		border: 3px solid #6699cc;
		padding: 4px 4px 4px 4px;
	}

.head	{
		font-size: 10pt;
		font-weight: normal;
		font-family: Arial, Sans;
		margin : 0;
		vertical-align: middle;
	}

.foot	{
/*		border: 3px solid #6699cc; */
		padding: 4px;
	}

.summary{	font-size: 12pt;
		font-weight: bold;
		font-family: Arial, Sans;
		text-align: center;
		padding: 6px;
	}

.nrml	{	font-size: 10pt;
		font-weight: normal;
		font-family: Arial, Sans;
	}

.small	{	font-size: 8pt;
		font-weight: normal;
		font-family: Arial, Sans;
		text-align: center;
		padding: 5px;
	}

.title	{	font-size: x-large;
		font-weight: bold;
		font-family: Arial, Sans;
		text-align: center;
		padding: 10px;
	}

.list	{	font-size: 10pt;
		font-family: Arial, Sans;
		text-align: left;
	}

.tiny	{
		font-size: 8pt;
		font-family: Arial, Sans;
	}

.info	{
		font-size: 10pt;
		font-family: Arial, Sans;
		text-align: justify;
		padding: 3px;
	}

/* Activity Log / Calendar */
.day	{
		font-size: 10pt;
		text-align: center;
		padding: 2px;
	}
.month	{
		text-decoration: none;
		text-align: center;
		font-size: large;
		font-weight: bold;
		font-style: italic;
		padding: 4px;
		border-bottom: 2px dotted #cccc99;
	}
.year	{
		text-decoration: none;
		text-align: center;
		font-weight: bold;
		font-size: x-large;
		font-family: Arial;
		padding: 4px;
		border:	1px dotted #ffff99;
	}

.subject{	
		font-family: Arial, Sans;
	}

.date	{
		text-decoration: none;
		font-family: Arial, Sans;
	}

/* Menus */
.menu	{	background: #66cc66;
		font-family: Arial, Sans;
		border:	2px solid #cc99cc;
		padding: 2px 2px 2px 2px;
	}

.menu HR{	color: #66ff00;
		height: 3px;
		background-color: #66ff00;
	}

.menu a:link{
		color: #0033cc;
		text-decoration: underline;
	}

.menu a:visited{
		color: #0033cc;
		text-decoration: underline;
	}

.menu a:hover{
		color: #cc0033; 
		text-decoration: none;
	}

.menu a:active{	
		color: #cc0033; 
}

.lastblog{
		font-size: 8pt;
		color: #ff0000; 
		text-align: right;
}

.error {
	color: red;
	font-weight: bold;
	font-size: 12pt;
	text-align: justify;
}

.errorbk {
	color: black;
	font-weight: normal;
	font-size: 12pt;
	text-align: justify;
}

.bklist {
	background-color: #6699cc;
}

.bkmenu {
	background-color: #ccffcc;
}

INPUT.button-navigate {
        background-color: #3333ff;
        border: 1px solid black;
        width: 80px;
        color: #cc9900;
        font-family:  arial, verdana, helvetica, sans-serif;
        font-size: 10pt;
        font-weight: bold;
        text-align: center;
}
