﻿.Header
{
	background-image: url(   '../../images/HeaderBgDarkRed.png' );
}

.HeaderTD
{
	background-image: url(  '../../images/HeaderBgDarkRed.png' );
}

.HeaderTD1
{
	background: url(../../images/HeaderBgDarkRed.png) repeat-x top;
}



.TextHeaderSelect
{
	background-color: #5cb2fb;
}

table.MasterTable td:hover
{
	background-color: #5cb2fb;
}


.BodyCut
{
	background-color: #8E121A;
}
.BodyCut a
{
	color: white !important;
}

.albumsSection
{
	background-color: #5cb2fb;
}

.BottomBorder
{
	background: url(  '../../images/SmallBgDarkRed.png' ) repeat;
}

.bluePanelHeaderColor
{
	/*background-color: #212932;*/
	background-color: rgb(117, 19, 25);
	border: solid 2px  rgb(81, 12, 16);
	-moz-box-shadow: 0px 0px 15px rgb(81, 12, 16);
	-webkit-box-shadow: 0px 0px 15px  rgb(81, 12, 16);
	box-shadow: 0px 0px 15px rgb(81, 12, 16);
	color: white;
}

.bluePanelContentColor
{
	background-color: #eeeeee;
	border: solid 2px  rgb(81, 12, 16);
	-moz-box-shadow: 0px 0px 3px 3px  rgb(81, 12, 16);
	-webkit-box-shadow: 0px 0px 3px 3px rgb(81, 12, 16);
	box-shadow: 0px 0px 15px rgb(81, 12, 16);
	color: black;
}