a {
	color:#804000;
	text-decoration:none;
}

a:link {
	/* color:#42584b; */
	color: #5d0008;
	text-decoration:none;
}

a:active {
	/* color:#3c4739; */
	color: #5d0008;
}

a:visited {
	color: #5d0008;
	/* color:#42584b; */
	text-decoration:none;
}

a:hover {
	/* color:#3c4739; */
	/* color: #4b683c; */
	/* e6c06b */
	text-decoration: underline;
	color: #5d0008;
	/* border-bottom : 1px solid #000000; */
}

body {
	background-color: #c6ced0;
	color: #000000;
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica;
	font-size: 10pt;
}

td {
	font-family: verdana, arial, helvetica;
	font-size: 10pt;
}

#container {
	margin: 0;
	background-color: #a0b0b0;
	border: 1px solid #333;
}

#banner{
	position: relative;
	background-color: #B49158;
	border-bottom: 1px solid #333;
	margin: 0;
	padding: 3px;
	font-size: 14pt;
	font-style: italic;
	text-align: left;
	letter-spacing: 4px;
	z-index: 4;
}

#content {
	position: relative;
	margin: 0px 150px 0px 130px;
	z-index: 3;
}

#navColumn {
	position: relative;
	float: left;
	margin: 0px 10px 10px 20px;
	border-top: 0px;
	line-height: 20px;
	z-index: 2;
}

#navMenu {
	position: relative;
	/*float: left;*/
	/*margin: 0px 10px 10px 20px;*/
	padding:10px;
	background-color: #a0b0b0;
	border: 1px solid #333333;
	border-top: 0px;
	line-height: 20px;
	z-index: 2;
}

#navList a {
	display: block;
	background: transparent;
	padding: 5px;
	border: 1px solid #a0b0b0;
}

#navList a:hover {
	border: 1px solid #B29652;
	border: 1px solid #8E7345;
}

#navList .navListSelectedItem {
	background-color: #D7AD6B;
	border: 1px solid #8E7345;
}

#photoBlog {
	position: absolute;
	top: 30px;
	right: 0px;
	padding: 0px;
	color: #506060;
	border-bottom: 1px dashed #809090;
	border-left: 1px dashed #809090;
	z-index: 1;
	min-width: 100px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.pageTitle, .pageTitleLeft {
/*
	background-color: #D7AD6B;
	border: 2px solid #8E7345;
*/
	display: block;
	font-size: 14pt;
	text-align: center;
}

.pageTitleLeft {
	text-align: left;
}

.contentGroup {
	clear: left;
	border-bottom: 1px solid #757275;
	margin-bottom: 5px;
	font-size: 12pt;
	padding: 3px;
	padding-left:0px;
}

.contentGroupTitle {
	background: #A5B2B5;
	padding: 3px;
}

.contentGroupTitleCurrent {
	padding: 3px;
	border: 1px solid #8E7345;
}

.contentGroupModDate {
	color: #736679;
	font-size: 8pt;
}

table.dataTable, table.dataTableCentered {
	border-spacing: 1px;
	background-color: #dde2e3;
	border: 1px solid #878787;
	border-collapse: collapse;
	padding: 1px;
	/* spacing: 1px; */
}

table.dataTableCentered {
	margin-left: auto;
	margin-right: auto;
}

td.tdHeader {
	font-size: 8pt;
	font-weight: bold;
	background-color: #c3c3c3;
	text-align: center;
	/*text-transform: lowercase;*/
}

td.tdDate, td.tdTime, td.tdVenue {
	font-size: 8pt;
}

td.tdImportant {
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
}

td.tdArtist {
	font-size: 10pt;
	font-weight: bold;
}

td.tdConcertPhotos {
	color: #878787;
	text-align: center;
}

td.tdState {
	text-align: center;
}

.concertThumbnail {
	width: 120px;
	height: 120px;
	float: left;
	padding: 5px;
	margin: 20px;
	text-align: center;
}


/* DESKTOP */

.desktopItemPast, .desktopItemCurrent {
	border-style: solid;
	border-width: 1px;
	border-color: #434343;
	width: 200px;
	height: 180px;
	/* height: 300px; */
	padding: 5px;
	margin: 20px;
	text-align: center;
}

.desktopItemCurrent {
	background-color: #eeeeee;
	margin-left: auto;
	margin-right: auto;
}

.desktopItemPast {
	background-color: #cecece;
	float: left;
}


/* MUSIC */

.musicItem {
	width: 150px;
	height: 250px;
	float: left;
	padding: 5px;
	margin-left: 20px;
	margin-right: 20px;
}

.musicArtist {
	font-weight: bold;
}

.musicAlbum {
	font-style: italic;
}


/* PHOTOS */

.photoItem {
	height: 150px;
	width: 150px;
	/*border-style: solid;
	border-width: 1px;
	border-color: #434343;*/
	padding: 5px;
	margin: 10px;
	text-align: center;
	float: left;
}


/* ADMIN */

.active, .activeLink, .inactive, .inactiveLink, .notInDatabase {
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	margin: 2px;
	padding: 1px;
}

.active, .activeLink, .albumCoverChosen {
	background-color: #57B947;
}

.activeLink {
	cursor: pointer;
}

.inactive, .inactiveLink {
	background-color: #D9DA62;
}

.inactiveLink {
	cursor: pointer;
}

.notInDatabase {
	background-color: #B95747;
}

.errorMessage {
	border-width: 3px;
	border-style: solid;
	border-color: #cc0000;
	background-color: #ffffff;
	padding: 3px;
}

.newPhotoAlbum {
	font-size: 14pt;
	font-weight: bold;
	color: #a00000;
}

.albumCoverChoice, .albumCoverChosen {
	border-style: solid;
	border-width: 1px;
	border-color: #434343;
	padding: 5px;
	margin: 20px;
	text-align: center;
	float: left;
}

.albumCoverChoice {
	background-color: #a0a0a0;
}

.dataEntryLabel {
	background-color: #c0c0c0;
	border-style: solid;
	border-width: 1px;
	border-color: #434343;
	padding: 3px 5px 3px 3px;
	vertical-align: top;
}

