/*	master stylesheet for new SNG website
 *
 *	vn.2, john rowley, 15/4/09
 *		- added style classes for events list
 *	vn.2.1, john rowley, 25/4/09
 *		- modified hover style (bolder caused inappropriate text width change)
 */

H1 {
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 20px;
}

H2 {
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 16px;
}

body, td {
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 12px;
}

/* link management */
A:link {
	font: 12px Verdana, Arial, Geneva, sans-serif;
}

A:visited {
	font: 12px Verdana, Arial, Geneva, sans-serif;
}

A:active {
	font: 12px Verdana, Arial, Geneva, sans-serif;
}

A:hover {
	font: 12px Verdana, Arial, Geneva, sans-serif;
/*	font-weight: bolder;	*/
	color: white;
	background-color: #00C489;	/* standard elements: dark blue/green */
}

/* style class for the title bar */
.wtttlbar {
	background-color: #FFE387;	/* standard elements: light orange */
	vertical-align: middle;
}

/* style class for the sidebars */
.wtsidebar {
	background-color: #9ED9FF;	/* standard elements: light blue */
	width: 150px;
}

/* style classes for events list */
.talk {
	background-color: #FFFFAA;	/* pale yellow */
}

.walk {
	background-color: #CCFFCC;	/* pale green */
}

.open {
	background-color: #CCCCFF;	/* pale blue */
}

.other {
	background-color: #CCCCCC;	/* pale grey */
}

