body { background-color: #ddd; }
a {	text-decoration: none; }
a:hover { color :#333666; }
hr { 
	background: #ccc;
	color: #ccc;
}
thead th {
	background: #ccc;
	color: #fff;
}
div.colborder { border-right: 1px solid #ccc; }
.header {
	height: 200px;
}	
.header-gradient {
	height: 32px;
	background-image: url(../images/header-gradient.gif);
	background-repeat: repeat-x;
}
.eventlist h4 { 
	font-size: 1.2em; 
	line-height: 0.5; 
	margin-bottom: 0.5em;
}
.events {
	margin: 0 0 0 0;
}
.event {
	list-style-type: none;
}
.event { 
	border-bottom: 1px solid #ccc;
	margin-bottom: 1.25em;
}
.event a {
	display: block; 
	width: 100%; 
	height: 100%;
	margin-bottom: 0.5em; 
	text-decoration: none; 
}
.event dl dd { margin-left: 0px; }
#selectedevent { margin-bottom: 1.5em; }
.container { background-color: #eee; }
.container h1,h2,h3 { 
	color: #666; 
	font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif; 
	font-style: italic;
	font-weight: normal;
}
.container h3 {
	font-size: 180%;
}
.navlist { margin: 0 1.5 1.5em 0; }
.navlist li { list-style-type: none; }
.contentfooter { 
	background-color: #eee;
	height: 15px;
	width: 950px;
	margin: 0 auto;
}
.footer {
	padding-top: 1em;
	background-color: #ddd;
	text-align: center;
}
.related a { color: #666; }
.related a:hover { color: #999; }

.homepage-background { 
	background-image: url(../images/homepage-background.gif);
	background-repeat: repeat-y;
}
.homepagespacer { height: 1.5em; }
.homepagenavlist { margin: 0 0 0 0; }
.homepagenavlist li { font-size: 120%; height: 2em; }

.searchbox form { float: right; }
.searchfield { width: 110px; }
.searchbutton { border: 1px solid #000; background-color: #ddd; }

/* Termly Music List */
.tml-entry { border-collapse: collapse; width: 100%; margin-top: 5px; margin-bottom: 5px; }
.tml-date th { font-weight: bold; border-top: 3px solid #aaa; text-align: left; }
.tml-service td { border-top: 1px solid #ccc; }
.tml-time { width: 20%; vertical-align: top; }

/* Events */
td.lhs { width: 60px; font-weight: bold; }

/* Used on the Old Members list page */
.omlist-picker { width: 400px; background-color: #ccc; text-align: center; margin: 0; }
.omlist-picker td { padding: 5px; }
.omlist-picker a { color: #666; }

/* Drop shadows and image alignment */
.lwrap1, .lwrap2, .lwrap3 { 
	display:inline-table;
	/* \*/display:block;/**/
}
.lwrap1 {
	float:left;
	background:url(../images/shadow.gif) right bottom no-repeat;
}
.lwrap2 {
	background:url(../images/corner_bl.gif) left bottom no-repeat;
}
.lwrap3 {
	padding:0 14px 10px 0;
	background:url(../images/corner_tr.gif) right top no-repeat;
}
.lwrap3 img { border: 2px solid white; }

.rwrap1, .rwrap2, .rwrap3 { 
	display: inline-table;
	/* \*/display: block;/**/
}
.rwrap1 {
	float: right;
	margin-left: 10px;
	background: url(../images/shadow.gif) right bottom no-repeat;
}
.rwrap2 {
	background: url(../images/corner_bl.gif) left bottom no-repeat;
}
.rwrap3 {
	padding: 0 14px 10px 0;
	background: url(../images/corner_tr.gif) right top no-repeat;
}
.rwrap3 img { border: 2px solid white; }

/* Drop shadows for divs */
.ldwrap, .rdwrap {
	background-color: #ccc;
    border: 2px solid white;
	padding: 5px;
}
.ldwrap1, .ldwrap2, .ldwrap3 { 
	display:inline-table;
	/* \*/display:block;/**/
}
.ldwrap1 {
	float:left;
	background:url(../images/shadow.gif) right bottom no-repeat;
}
.ldwrap2 {
	background:url(../images/corner_bl.gif) left bottom no-repeat;
}
.ldwrap3 {
	padding:0 14px 10px 0;
	background:url(../images/corner_tr.gif) right top no-repeat;
}
.rdwrap1, .rdwrap2, .rdwrap3 { 
	display:inline-table;
	/* \*/display:block;/**/
}
.rdwrap1 {
	float:right;
	background:url(../images/shadow.gif) right bottom no-repeat;
}
.rdwrap2 {
	background:url(../images/corner_bl.gif) left bottom no-repeat;
}
.rdwrap3 {
	padding:0 14px 10px 0;
	background:url(../images/corner_tr.gif) right top no-repeat;
}

.swrap {
	padding: 5px;
}
.stitle {
	float: left;
	width: 10em;
}

.sname {
	float: left;
	width: 7em;
}

.sbox {
	width: 22em;
	float: left;
	border-right: 1px dotted #aaa;
	margin-right: 1em;
}

.snoborder {
	border-right: none;
}

.newnews {
	color: #ee0000;
}
