/* ==================================== Common ========================================*/

h2.h2 {
	color:#2c6230;
}

h3.h3 {
	color:#2c6230;
}

a.head {
	color:#2c6230;
}

/* ==================================== Head ========================================*/

div.head {
	background: url("../images/it/head-bg.gif") repeat-x top #7fbd91;
}

div.head h1{
	color:#2c6230;
}

div.somethingNew {
	background:url("../images/it/something_new.gif") no-repeat;
}
/* ==================================== Search ========================================*/

div.searchBg {
	background: url("../images/it/search-bg.gif") repeat-x top;
	height:58px;
	width:100%;
	margin-top:15px;
}

div.searchLeftBg {
	background: url("../images/it/search-left-bg.gif") no-repeat left;
	height:58px;	
}

div.searchRightBg {
	background: url("../images/it/search-right-bg.gif") no-repeat right;
	height:58px;
}

/* ==================================== index ========================================*/

div.indexAlbums {
	border-top:solid 5px #67120f;
	border-bottom:solid 5px #67120f;
}

/* ==================================== News ========================================*/

div.news {
	background: url("../images/it/news-bg.gif") repeat-x bottom #578e5b;
}

div.news h3{
	color:#97c7a2 !important;
	background: url("../images/it/news-seporator.gif") no-repeat left bottom;
}

div.newsTL {
	background: url("../images/it/news-tl.gif") no-repeat left top;
}

div.newsTR {
	background: url("../images/it/news-tr.gif") no-repeat right top;
}

div.news p {
	color:#97c7a2;
}


/* ==================================== Artists ========================================*/

div.artists h3{
	color:#a91717;
}

div.leftHead {
	border-bottom:2px solid #a91717;
/*	background:url("../images/plackabg.gif") repeat-x bottom #9c2f2a; */
}

div.artists h4 {
	color:#109756;
}

a.artistList {
	color:#109756 !important;
	border-bottom:dashed #109756 1px;
}

a.artistListLoading {
	color:#8f1512 !important;
	border-bottom:none !important;
}

/* ==================================== Texts ========================================*/

div.buttons {
	font-size:0.7em;
	position:relative;
	bottom:7px;
}

div.buttons span{
	margin-right:5px;
}

div.buttons span.active {
	cursor:pointer;
	color:#2c6513;
	border-bottom:dashed #2c6513 1px;
}

div.buttons span.selected {
	color:#777;
}

/* ==================================== Album ========================================*/

div.album h4 {
	color:#082164;
}

div.album span {
	color:#082164;
}

div.album h3.biography {
	height:27px;
	background: url("../images/it/biography.gif") no-repeat left top;
	padding:3px 0 0 32px;
}

div.album h3.discography {
	height:27px;
	background: url("../images/it/discography.gif") no-repeat left top;
	padding:3px 0 0 32px;
}

div.album h3.links {
	height:27px;
	background: url("../images/it/links.gif") no-repeat left top;
	padding:3px 0 0 32px;
}

/* ==================================== Albums ========================================*/

div.albumMenu h3 {
	color:#a91717;
}

/* ==================================== Content ========================================*/

div.biography h2 {
	color:#2c6230;
}

div.biography h3 {
	color:#2c6230;
}

/* ==================================== Form ========================================*/


small.red {
	color:#8f1512;
}

span.error {
	color:#8f1512;
}

/* ==================================== AddSongForm ========================================*/

table.addSong span.request{
	color:#8f1512;
}

small.addSong {
	color:#8f1512;
}