﻿.Header
{
	background-image: url(   '../../images/HeaderBgGreen.png' );
}

.HeaderTD
{
	background-image: url(  '../../images/HeaderBgGreen.png' );
}

.HeaderTD1
{
	background: url(../../images/HeaderBgGreen.png) repeat-x top;
}


.TextHeaderSelect
{
	background-color: #5cb2fb;
}

table.MasterTable td:hover
{
	background-color: #5cb2fb;
}


.BodyCut
{
	background-color: #86D927;

}
.BodyCut a
{
	color: white !important;
}

.albumsSection
{
	background-color: #5cb2fb;
}

.BottomBorder
{
	background: url(  '../../images/SmallBgGreen.png' ) repeat;
}

.bluePanelHeaderColor
{
	/*background-color: #212932;*/
	background-color: rgb(65, 111, 10);
	border: solid 2px  rgb(45, 77, 8);
	-moz-box-shadow: 0px 0px 15px rgb(45, 77, 8);
	-webkit-box-shadow: 0px 0px 15px  rgb(45, 77, 8);
	box-shadow: 0px 0px 15px rgb(45, 77, 8);
	color: white;
}

.bluePanelContentColor
{
	background-color: #eeeeee;
	border: solid 2px  rgb(45, 77, 8);
	-moz-box-shadow: 0px 0px 3px 3px  rgb(45, 77, 8);
	-webkit-box-shadow: 0px 0px 3px 3px rgb(45, 77, 8);
	box-shadow: 0px 0px 15px rgb(45, 77, 8);
	color: black;
}