﻿
.Header
{
	background-image: url(   '../../images/Bg4.png' );
}

.HeaderTD
{
	background-image: url(  '../../images/Bg4.png' );
}

.HeaderTD1
{
	background: url(../../images/Bg4.png) repeat-x top;
}


.BodyCut
{
	background-color: #2D41A1; /*background-image: url(   '../images/CutPart.png' ); 	background-repeat: repeat;*/
}
.BodyCut a
{
	color: white !important;
}
.BottomBorder
{
	background: url(  '../../images/bg7.png' ) repeat; /*background-repeat:repeat-x; 	background-position: center;*/
}



.bluePanelHeaderColor
{
	/*background-color: #212932;*/
	background-color: rgb(15, 26, 80);
	border: solid 2px  rgb(31, 48, 131);
	-moz-box-shadow: 0px 0px 15px rgb(31, 48, 131);
	-webkit-box-shadow: 0px 0px 15px  rgb(31, 48, 131);
	box-shadow: 0px 0px 15px  rgb(31, 48, 131);
	color: white;
}

.bluePanelContentColor
{
	background-color: #eeeeee;
	border: solid 2px  rgb(31, 48, 131);
	-moz-box-shadow: 0px 0px 3px 3px  rgb(31, 48, 131);
	-webkit-box-shadow: 0px 0px 3px 3px  rgb(31, 48, 131);
	box-shadow: 0px 0px 15px  rgb(31, 48, 131);
	color: black;
}