/* Style Sheet for Listings */
body {
  font-family: 'trebuchet ms', trebuchet, verdana, arial, sans-serif;
  margin-top: 0px;
  padding-top: 0px;
}

#logo img, img {
    border: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 2.0em;
}

#dateMatch {
 font-weight: bold;
 color: red;
}

#secondary_listings {
  padding: 0 6px 0 6px;
  margin: 0;
  font-weight: bold;
  font-style: normal;
  color: #fff;
  font-family: "trebuchet ms", trebuchet, tahoma, verdana, arial, helvetica, sans-serif;
  border-left: 3px solid #fff;
  background-color: #000;
}


/* General Site Information Text */
#pageInfo {
  clear: both;
  padding: 5px 5px 2px 5px;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}

/* Header */
#headerBlock, h2 {
	margin-top: 0px;
	padding-top: 0px;
	text-align: center;
}

#pageHeading {
	clear: both;
	float: left;
	padding: 2px;
	margin-left: 30px;
}

#pageHeading h1{
	text-decoration: underline;
}

#feedlink {
	clear: both;
	float: right;
	padding: 0;
	margin: 15px 10px 0 10px;
}

#feedlink a:link, #feedlink a:visited, #feedlink a:link:active, #feedlink a:visited:active {
  font-weight: bold;
  font-style: normal;
  color: #f60;
  border: 1px solid #f60;
}

#feedlink a:link:hover, #feedlink a:visited:hover{
  font-weight: bold;
  color: #000;
  background-color: #f60;
  text-decoration: none;
}

.infoLinks, .infoLinks input {
	margin-top: 7px;
	padding: 0 6px 0 6px;
	font-weight: bold;
}



/* Main Menu */
#mainMenu {
  float: right;
  width: 60%
  margin: 0px 20px 0px 20px;
  padding: 5px;
  text-align: center;
  font-size: 12px;
  border-top: 1px solid black;
  border-bottom: 2px solid black;
}

#primary_menu {
	text-align: left;
}

#mainMenu a {
  padding: 0px 3px 0px 3px;
}

/* Main Menu in MISSION */
#mission {
  font-size: 12px;
  text-align: center;
}

#mission a:link, #mission a:visited {
  text-decoration: none;
  font-weight: bold;
  color: #000;
  padding: 0px 3px 0px 3px;
}

#mission a:hover {
  text-decoration: underline;
  color: #fff;
  background-color: #000;
}



#mainHeading {
	margin: 0px;
	margin-bottom: 3px;
	text-align: center;
}

#miniNews {
	margin: 0;
	padding: 0;
	text-align: left;
  background: #fff;
}

#disclaimerSmall {
	font-style: italic;
}

/* Div Class for Central Page Text */
.mainInfo, mainInfoCentre, .disclaimer {
  clear: both;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 15px;
}

.mainInfoCentre {
	text-align: center;
}

.disclaimer {
  padding: 0 15px 0 15px;
  font-style: italic;
}

.mainEntry {
  clear: both;
}

.contactInfo, .entryForm {
  margin: 10px;
  padding: 3px;
  text-align: left;
}

.entryForm {
	text-align: center;
}

.siteOutput {
	font-size: 12px;
	clear: both;
	background-color: #333;
	color: white;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding: 0 10px 0 10px;
}

.siteOutput a:link, .siteOutput a:visited  {
	background-color: #333;
	color: white;
	font-weight: bold;
	text-decoration: none;
	padding: 0 10px 0 10px;
}

.siteOutput a:link:hover, .siteOutput a:visited:hover {
	background-color: white;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}


.textOutput {
	clear: both;
	text-align: left;
	font-family: 'courier new', courier, monospace;
}

#tableEntryTitle { text-align: center; }

#tinyText {
	font-size: 10px;
	text-align: center;
	margin: 1px;
	border: 1px solid black;
}

/* Tables for Each of the Four Tables */
table.tableEntry {
  margin: 5px;
  font-size: 14px;
  padding: 2px;
  margin-left: auto;
  margin-right: auto;
}

table.tableEntry th {
	text-align: right;
}

table {
  margin: 0px;
  font-size: 12px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
 }

td {
  padding: 5px;
}

tr.trEven {
  background: #eee;
  text-align: center;
}

tr.trOdd {
  text-align: center;
}

tr.trLine {
  height: 0.5px;
  text-align: center;
}

tr.trEvenEx {
  background: #efe;
  text-align: center;
}

tr.trOddEx {
  background: #dfd;
  text-align: center;
}

tr.trEvenExOn {
  background: #ffd;
  text-align: center;
}

tr.trOddExOn {
  background: #ffc;
  text-align: center;
}

td.tdEvenExcl {
  background: #fdd;
  text-align: center;
}

td.tdOddExcl {
  background: #fcc;
  text-align: center;
}

td.tdOneEntry {
  background: #cfc;
  text-align: center;
}

td.tdNewEntry {
  background: #fcc;
  text-align: center;
}

td.tdMultiEntry {
  background: #ffc;
  text-align: center;
}


/* Top of Gig Listing Table Links */
a.sortLink:link, a.sortLink:visited {
  font-weight: bold;
  text-decoration: underline;
  color: #000;
}

a.sortLink:link:hover, a.sortLink:visited:hover {
  font-weight: bold;
  text-decoration: underline;
  color: #b00;
  background-color: #fff;
}

/* Dates Table information */
table.gigDates {
  border: 1px solid black;
  margin-left: auto;
  margin-right: auto;

}

th.toDates, td.toDates {
  background-color: #eee;
}

#itemSearchLink {

}

.deleteButton {
  text-align: right;
}

.form-submit {
  border: 1px solid #005;
  background-color: #eee;
}

#search {
	float: right;
	vertical-align: middle;
	padding 2px;
}

#search .form-text, #search .form-submit {
  border: 1px solid #000;
  font-size: 13px;
}
#search .form-text {
  width: 96px;
  height: 14px;
  padding: 0 6px 0 6px;
  margin: 0 0 0 0;
}
#search .form-submit {
	height: 18px;
}

.internalLinkTiny {
  font-size: 9px;
  font-weight: bold;
}

.tinyAddress {
  font-size: 10px;
  font-style: italic;
}

#itemSearchLink {
  text-align: center;
}


/* table.listings_header {
  border: 0;
  padding: 0;
  margin: 0;
}

table.listings_header td, table.listings_header tr {
  border: 0;
  padding: 0;
  margin: 0;
  height: 50px;
  background-image: url(../../themes/classic/background-01.png);
}

#primary_menu {
  background-image: url(../../themes/classic/background-50.png);
} */
