@charset "utf-8";
.brownCell {
	background-color: #453325;
}
.greyCell {
	background-color: #212121;
}
.orangeHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fc8f25;
	font-style: normal;
	line-height: normal;
}
.whiteHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	font-style: normal;
	line-height: normal;
}
.brownNewsText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #d3a480;
	text-align: justify;
}
.greyCellGhost {
	background-color: #212121;
	background-image: url(../images/logoGhost.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.whiteText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	color: #FFFFFF;
	text-align: justify;
}
.greyFormtextfield {
	background-color: #707070;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.greyBorder {
	border: 1px solid #535353;
}
.greenCell {
	background-color: #575642;
}
.greemExtrasText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #dbd784;
	text-align: justify;
}
.greenCellLine {
	background-color: #575642;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: .1px;
	border-top-style: solid;
	border-top-color: #707070;
	border-right-color: #707070;
	border-bottom-color: #707070;
	border-left-color: #707070;
}
.copyrightText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color: #212121;
}
.mainTableBorder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #353535;
	border-right-color: #353535;
	border-bottom-color: #353535;
	border-left-color: #353535;
}
.greyBorderArtists {
	border: 1px solid #3B3B3B;
}
.goldBorder {
	border: 1px solid #726255;
}
.brownNewsTextScroll {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #d3a480;
	text-align: justify;
	overflow: auto;
	padding: 8px;
	width: 376px;
	height: 150px;
}
.greyBorderIndex {
	border: 1px solid #666666;
}

