body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image:url(../images/graphics/background3.jpg);
	background-repeat:repeat-x;
	background-color: #fff;
	color: #006;
	font: 0.9em "Trebuchet MS", Arial, Helvetica;
}

table.container {
 background-color: #fdfdff;
 border: 1px solid #ccf;
	margin: 1.5em;
}

table.container td {
 vertical-align: top;
	text-align:left;
	border: 0px solid #ccf;
	padding: 3px 10px 3px 10px;
}

table.container td.left {
 width:150px;
 text-align:center;
 border-right: 1px solid #ccf;
 padding: 10px 2px 10px 2px;
}

table.container td.titlebar {
 height: 55px;
 vertical-align: bottom;
}

table.container td.display {
	width: 570px;
	vertical-align: top;
}

table.baretable {
 border: 0;
}

.updated {
 color: #000;
	font-size: 0.7em;
}

.updatedheading {
color: #000;
	text-decoration:underline;
	font-weight:bold;
}

/*******************************************/
/* Nav Bar Settings */
table.navbar {
 border: 0;
	margin-top:10px;
}

table.navbar td {
 border-collapse:collapse;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #ccf;
	text-align: center;
	padding:3px;
}

table.navbar a:link,
table.navbar a:visited {
 font-weight: normal;
}
/*******************************************/

h1 {
 font-size:1.4em;
 text-align:center;
	text-decoration:underline;
}

h2 {
 font-size:1.2em;
 text-align:center;
	color:#CC0000;
}

h3 {
 font-size:1.1em;
 text-decoration:underline;
 text-align:center;
}

h3.cell {
	margin-bottom: 0.1em;
}
	
h4 {
font-size:1.1em;
margin-bottom: -0.5em;
text-align:left;
}

h5 {
font-weight:bold;
text-align:center;
}

hr {
 width: 75%;
	height: 1px;
}

a:link,
a:visited {
 text-decoration:none;
 color: #008;
	font-weight:bold;
}

a:hover {
 text-decoration: underline;
}

/*******************************************/
/* Generic Table Settings */
table {
 border: 1px solid #ccf;
	border-collapse:collapse;
}

/*******************************************/
/* Gallery Table Settings */
table.gallery td {
 border: 1px solid #ccf;
 text-align: center;
	padding:5px;
}

/**********************************************/
/* Simple plain table */
table.simple th {
 text-align:center;
 background-color:#006;
 border: 1px solid #ccf;
	color: #fff;
	font-size:1em;
	font-weight:normal;
	padding:2px;
}

table.simple td {
 text-align:center;
 border: 1px solid #ccf;
}

/* Form Formatting */
.form_input {
	background: #A9C5F5;
	color: Black;
}

.muppet {
	background-color: #E44;
	color: black;
	text-align:center;
}

.message {
	background-color: #6C6;
	color: black;
	text-align:center;
}

.subnote {
 font-size: 80%;
	font-style: italic;
	color:#fe5757;
}
	
/**********************************************/
/* Results table */
table.events th{
	text-align:left;
	font-weight:bold;
	text-decoration:underline;
	border-bottom: 2px solid #ccf;
	padding: 2px 5px
}

table.events td{
 padding: 2px 5px;
	}
table.events td.champs{
	background-color:#33FF66
}
	
table.events td.training{
	background-color:#FFFF99
}
	
table.events td.multigala{
	background-color:#FFCCCC
}
	
table.events td.opens{
	background-color:#66FFCC
}
	

/*******Links*****************/
table.links{
border-top:0px;
border-right:0px;
border-left:0px;
border-bottom: 1px solid #ccf;
}

table.links td{
text-align:center;
vertical-align:middle;
border:0;
}

table.links td.bottom {
padding-bottom:2em;
}
/*********Homepage next event********************/
#nextevent {
 border: 1px solid #ccf;
}

h3.nextevent {
font-size:1em;
text-decoration:none;
font-weight:normal;
}

