﻿
.Header
{
	background-image: url(   '../../images/Bg13.png' );
}

.HeaderTD
{
	background-image: url(  '../../images/Bg13.png' );
}

.HeaderTD1
{
	background: url(../../images/Bg13.png) repeat-x top;
}


.BodyCut
{
	background-color: #FE8CE0; /*background-image: url(   '../images/CutPart.png' ); 	background-repeat: repeat;*/
}
.BodyCut a
{
	color: white !important;
}

.BottomBorder
{
	background: url(  '../../images/bg14.gif' ) repeat; /*background-repeat:repeat-x; 	background-position: center;*/
}

.bluePanelHeaderColor
{
	/*background-color: #212932;*/
	background-color: rgb(195, 40, 154);
	border: solid 2px  rgb(152, 29, 120);
	-moz-box-shadow: 0px 0px 15px rgb(152, 29, 120);
	-webkit-box-shadow: 0px 0px 15px  rgb(152, 29, 120);
	box-shadow: 0px 0px 15px rgb(152, 29, 120);
	color: white;
}

.bluePanelContentColor
{
	background-color: #eeeeee;
	border: solid 2px  rgb(152, 29, 120);
	-moz-box-shadow: 0px 0px 3px 3px  rgb(152, 29, 120);
	-webkit-box-shadow: 0px 0px 3px 3px rgb(152, 29, 120);
	box-shadow: 0px 0px 15px rgb(152, 29, 120);
	color: black;
}