@charset "utf-8";
/* Greshams Website, copyright (c) reserved, webmaster, J.Deaves, 2007, contact:john@deavesweb.com  */

/* page styles only */

.glossymenu {
	margin: 0px 0;
	padding: 0px;
	width: 120px; /*width of menu*/
	border: 1px solid #660000; /*vertical edges either side of menu*/
	border-bottom-width: 0;
}
.glossymenu a.menuitem {
	background: #660000 url(images/gradient.gif) repeat-x bottom left;
	font: bold 12px arial, Helvetica, sans-serif;
	color: #ffffcc;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 5px 0;
	padding-left: 6px;
	text-decoration: none;
}
.glossymenu a.menuitem:visited, .glossymenu .menuitem:active {
	color: #ffffcc;
}
.glossymenu a.menuitem .statusicon { /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
}
.glossymenu a.menuitem:hover {
	background-image: url(images/glossyback2.gif);
}
.glossymenu div.submenu { /*DIV that contains each sub menu*/
	background: white;
}
.glossymenu div.submenu ul { /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.glossymenu div.submenu ul li {
	border-bottom: 1px solid #660000;/*horiz. lines with sub-menu*/
}
.glossymenu div.submenu ul li a {
	display: block;
	font: normal 11px arial, Helvetica, sans-serif;
	color: black;
	text-decoration: none;
	padding: 2px 0;
	padding-left: 10px;
}
.glossymenu div.submenu ul li a:hover {
	background: #DFDCCB;
	color: black;
}
/* link styles */                         

a:link {
	color: #0000cc;
}
a:visited {
	color: #336600;
}
a:hover {
	color: red;
}
.scriptwarning {
	/* javascript warning messages */
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #F00;
	font-size: 12px;
}
.pagetitle {
	/* page titles, use on most pages */
    font-family: tempus sans itc, maiandra gd, trebuchet ms, verdana, arial, helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #660000;
}
.pagetitle a:hover {
	color: #660000;/* this prevents the 'page title' text, when bookmarked, hightlighting when the mouse hovers over it */
}
.copyright {
	color: #660000; 				  					/* copyright text in the footer */
	font-family: arial, helvetica, san-serif;
	font-size: 10px;
}
.greshams {									/* Greshams 'name' font, used at every occurance of the greshams name */
	color: #660000;							/* brown */
	font-weight: bold;						/* bold */
	text-transform: capitalize;				/* always raise the first letter to capitals */
}
hr {
	color: #660000;
	background-color: #660000;         /* specially for mozilla */
	height: 1px;
}						  /* horizontal lines, in Gresham's brown (IE only!) */
.small {
	color: #660000; 				  					/* very small text */
	font-family: arial, helvetica, san-serif;
	font-size: 10px;
}
.warning {
	font-family: arial, helevetica, san-serif; 	/* text used to warn the user that this site uses javascript message */
	font-size: 12px;
	color: #ff0000;
	font-weight: bold;
}
.cost {
	font-family: arial, helvetica, san-serif;	/* red bold text for the cost of entertainment */
	color: #ff0000;
	font-weight : bold;
}
.boldyellow {
	/* yellow bold text in table headers */
	font-family: arial, helvetica, san-serif;
	color: #ffffcc;
	font-weight : bold;
}
.webmaster {
	/* webmaster comments */
	color: #ff0000;
	font-size: 12px;
	font-style : italic;
}
