@charset "UTF-8";
/* CSS Document */ 


/* Extra styles for the Tour Dates page on Jeff Lang website

Style sheet written by;

Gary T Minato
http://www.universalworkshop.com.au/
Email: gminato@mac.com

*/

/***** style for table containing the months *****/

.table_months {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	background-color: #DCE7E4;
	color: #91A89E;
	border: 1px solid #60746E;
	margin-bottom: 10px;
}

.table_months a{
	color:#91A89E;
}



/***** style for table containing the dates *****/

.table_dates {
	border: 1px solid #91a89e;
	background-color: #F5F5F5;
	margin-bottom: 10px;
	border-collapse: collapse;
	box-shadow: 0 0 6px #666666;
	-moz-box-shadow: 0 0 6px #666666;
	-webkit-box-shadow: 0 0 6px #666666;

}

 

.table_dates td {
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #759483;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-color: #759483;
	color: #759483;
}



.table_dates caption {
	background-color:#DCE7E4;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #4D615B;
	border-right-color: #4D615B;
	border-bottom-color: #4D615B;
	border-left-color: #4D615B;
	text-align: left;
	color: #4D615B;
}

#table_dates a{
	color:#60746E;
	text-decoration: underline;
}

#table_dates a:hover {
	color: #de5226;
}

#table_dates a:visited {
	text-decoration: none;
	color: #7E988C;
}


/***** end of styles for tour dates table *****/

/***** style for colum headings at top of each table on table dates *****/

.columnhead {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#759483;
	background-color:#DCE7E4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #759483;
}


/***** styles for table with album navigation *****/

.table_discog_nav {
	background-color: #F5F5F5;
}

 
.table_discog_nav td {
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #666600;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-color: #666600;
	color: #6d5736;
}

.table_discog_nav caption {
	background-color:#CDCBB7;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	text-align: left;
	color: #6d5736;
	border: 1px solid #554204;
}

.table_discog_nav a{
	text-decoration: none;
}

.table_discog_nav h{
	text-decoration: none;
}

/***** styles for tables on discography page with album categories *****/

.table_discog_albums {
	background-color: #e8f2ef;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #7E988C;
	border-left-color: #7E988C;
	box-shadow: 0 0 6px #666666;
	-moz-box-shadow: 0 0 6px #666666;
	-webkit-box-shadow: 0 0 6px #666666;

}


.table_discog_albums td {
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	color: #60746E;
	border-bottom-color: #7E988C;
}

.table_discog_albums caption {
	background-color:#DCE7E4;
	text-align: left;
	color: #7E988C;
	border: 1px solid #7E988C;
	width: 100%;
	padding: 4px;
	margin: 1px;
}

.table_discog_albums a{
	text-decoration: underline;
}

/***** end of styles for tables on discography page with album categories *****/

/* Style for Lounge Navigation Table  */

.table_links {
	border: 1px solid #91a89e;
	-moz-box-shadow: 0 0 6px #666666;
	-webkit-box-shadow: 0 0 6px #666666;
}

.table_links a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

.table_links td {
	background-color: #DCE7E4;
	font:100% verdana,tahoma,sans-serif;
	color: #91A89E;
}

.table_links td a{
	font:100% verdana,tahoma,sans-serif;
	color: #60746E;
	font-weight: bold;
}

.table_links td:hover {
	background-color: #ECECEC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

/* Highlight table for *specials* */

.table_specials {
	background-color: #e8f2ef;
	border: 1px solid #60746E;
	box-shadow: 0 0 9px #666666;
	-moz-box-shadow: 0 0 9px #666666;
	-webkit-box-shadow: 0 0 9px #666666;
	margin-top: 0px;
}

.table_specials_no-border {
	background-color: #e8f2ef;
	box-shadow: 0 0 9px #666666;
	-moz-box-shadow: 0 0 9px #666666;
	-webkit-box-shadow: 0 0 9px #666666;
	margin-top: 0px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:16px;
	color:#4D615B;
	padding:4px;
}

.table_specials_no-border_rounded_topright_border {
	background-color: #e8f2ef;
	box-shadow: 0 0 6px #666666;
	-moz-box-shadow: 0 0 6px #666666;
	-webkit-box-shadow: 0 0 6px #666666;
	margin-top: 0px;
	color:#4D615B;
	padding:4px;
	border-top-right-radius:8px;
	moz-border-top-right-radius:8px;
}


.table_specials_no-border_no-bg {
	box-shadow: 0 0 6px #666666;
	-moz-box-shadow: 0 0 6px #666666;
	-webkit-box-shadow: 0 0 6px #666666;
	margin-top: 0px;
	color:#4D615B;
	padding:4px;
}




















