﻿/* CSS layout for 1024*768 screens */

/* Follows reset code to ensure browser is in a known state/*
/* from http://meyerweb.com/eric/tools/css/reset/          /*
/* v1.0 | 20080212 */
.toTop {
	font-family: Wingdings;
}
#sidebarLeft {
	background-color: #CCFFFF;
	list-style-type: square;
	width: 400px;
	margin-left: 10px;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;

/* remember to define focus styles! */

/* remember to highlight inserts somehow! */

/* tables still need 'cellspacing="0"' in the markup */

/* End of reset code */
}
#body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFCC;
	text-decoration: none;
	padding-right: 10px;
	overflow: hidden;
}
#body p {
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 12pt;
	text-decoration: none;
	text-align: justify;
}
#body p a {
	text-decoration: none;
	color: #000099;
	text-transform: uppercase;
}
#body p a:hover {
	text-decoration: none;
	color: #990033;
}
#body h1 {
	font-size: 2em;
	text-transform: uppercase;
	color: #006600;
	padding-top: 20px;
	padding-left: 10px;
	padding-bottom: 20px;
	text-decoration: none;
}
#body h2 {
	font-size: 1.2em;
	color: #006600;
	padding: 10px 5px 5px 20px;
	text-decoration: none;
}
#horizontalMenuBox {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCFFCC;
	border: 1px solid #C4C2AB;
	margin-top: 0px;
	text-align: center;
}
#horizontalMenuBox ul {
	padding: -100px;
	margin: 0px;
}
#horizontalMenuBox ul li {
	display: inline;
	line-height: 25px;
}
#horizontalMenuBox ul li a {
	padding: 5px 10px 5px 10px;
	font-size: 0.8em;
	text-transform: uppercase;
	color: #CC3300;
	text-decoration: none;
	font-weight: bold;
}
#horizontalMenuBox ul li a:hover {
	color: #333333;
	background-color: #C4C2AB;
}
#pictureLeft {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	width: 590px;
}
#pictureRightPortrait {
	float: right;
	margin-right: 10px;
	margin-left: 10px;
	width: 442px;
}
#pictureCaption {
	text-transform: uppercase;
	font-size: 0.8em;
	float: left;
}
#pictureCopyright {
	font-size: 0.6em;
	text-transform: uppercase;
	text-decoration: none;
	float: right;
}
#strongHighlight {
	font-weight: bold;
	color: #FF0000;
}
.eventListOdd {
	background-color: #C4C2AB;
}
.eventListEven {
	background-color: #CCFFFF;
}
.tableHeader {
	background-color: #C0C0C0;
	font-weight: bold;
	text-align: center;
}
#pictureRight {
	float: right;
	margin-left: 10px;
	width: 200px;
}
#danceTable {
	padding: 5px;
	border: 2px solid #999999;
	width: 600px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.centreText {
	text-align: center;
}
.border1px {
	border-style: solid;
	border-width: 1px;
	background-color: #C0C0C0;
}
.group {
	color: #000000;
	font-weight: normal;
	background-color: #FFFFFF;
	font-style: italic;
}
