/* body elements ****************************************************************************************/

body {
	font-family: Tahoma, Verdana, Helvetica, Arial, Geneva, Sans-Serif;
	font-size: 13px;
	background-color: #F7F7F7;
}

ul {
	list-style: square;
	color: #108bb3;
}

li {
	color: #000000;
	margin-left: 25px;
}

/* Links */
a {
	color: #AAAAAA;
	text-decoration: underline;
}

a:hover, a:active {
	color: #000000;
}

/* Tables */
th {
	text-transform: uppercase;
}

table tr#normal {
}

/* Forms */
input#MailingList {
	color: #AAAAAA;
	background-color: #FFFFFF;
}

input#Contact {
	color: #000000;
	background-color: #FFFFFF;
}

textarea#Contact {
	color: #0000000;
	background-color: #FFFFFF;
	font-family: Tahoma, Verdana, Helvetica, Arial, Geneva, Sans-Serif;
	font-size: 13px;
}

select {
	font-family: Tahoma, Verdana, Helvetica, Arial, Geneva, Sans-Serif;
	color: #108bb3;
}


/* ids ****************************************************************************************/

/* Navigation */
a#NavLink {
	text-decoration: none;
	color: gray;
	text-transform: lowercase;
/*	background-image: url('../../images/nav_background_1.gif');
	background-repeat: repeat-x;
*/}

a#NavLink:hover {
	color: #108bb3;
	border-left: 1px;
	border-right: 1px;
	border-top: 0px;
	border-bottom: 0px;
	border-color: #108bb3;
	border-style: solid;
}

/* SongList */
a#SongLyricsLink {
	height: 32px;
	width: 32px;
	background-image: url('../../images/descriptions.gif');
	background-repeat: no-repeat;
}

a#SongDescriptionLink {
	height: 32px;
	width: 32px;
	background-image: url('../../images/descriptions.gif');
}

a#StudioRecordingLink {
/*	height: 32px;
	width: 32px;
	background-image: url('../../images/recreated.jpg');
*/}

a#NonStudioRecordingLink {
/*	height: 32px;
	width: 32px;
	background-image: url('../../images/listenother.gif');
*/}

/* GigsList */
table#GigsList tr.OldGig{
	color: gray;
	font-style: italic;
}


/* classes ****************************************************************************************/

/* Sections */
.PageContainer {
	background-color: white;
}

.Header {
/*	background-image: url('../../images/sunflower2.jpg');
*/	background-repeat: no-repeat;
}

.MainContent {
	color: #000000;
}

.Footer {
	background-color: white;
	font-size: 12px;
}

/* Titles */
.SiteTitle {
	font-size: 35px;
}

/* Navigation */
.NavBar {
	font-size: 15px;
}

/* Messages */
.Error {
	color: red;
}

.Success {
	color: green;
}

/* Links */
a.SortUp {
	height: 20px;
	width: 20px;
	background-image: url('../../images/arrows/normal/arrow_up.gif');
	background-repeat: no-repeat;
}

a.Sort {
	text-decoration: none;
}

a.Sort:hover {
	text-decoration: underline;
}

a.SortUp:hover {
	background-image: url('../../images/arrows/hi/arrow_up.gif');
}

a.SortDown {
	height: 20px;
	width: 20px;
	background-image: url('../../images/arrows/normal/arrow_down.gif');
	background-repeat: no-repeat;
}

a.SortDown:hover {
	background-image: url('../../images/arrows/hi/arrow_down.gif');
}


/* Panels */
.tl {
	background-image: url('../../images/corners/tl.png');
	background-position: 0 0;
	background-repeat: no-repeat;
} 

.tr {
	background-image: url('../../images/corners/tr.png');
	background-position: 100% 0;
	background-repeat: no-repeat;
}

.bl {
/*	background-image: url('../../images/corners/bl.png');
	background-position: 0 100%;
	background-repeat: no-repeat;
*/} 

.br {
/*	background-image: url('../../images/corners/br.png');
	background-position: 100% 100%;
	background-repeat: no-repeat;
*/} 

.clear {
	font-size: 1px;
}

.Panel#Description .Content{
	color: #108bb3;
}

.Panel .Title {
	font-weight: bold;
	text-decoration: none;
	background-color: #AAAAAA;
	color: #FFFFFF;
	text-transform: lowercase;
}

.Panel .Content {
/*	background-color: #F6F6F6;
*/}

.Panel a {
	color: #108bb3;
}

.Panel a:hover {
	color: #000000;
}