﻿.Header
{
	background-image: url(   '../../images/Bg2.png' );
}

.HeaderTD
{
	background-image: url(  '../../images/Bg2.png' );
}

.HeaderTD1
{
	background:  #ffb128 url(../../images/Bg2.png) repeat-x top;
}

.BodyCut
{
	background-color: #ffb128; /*background-image: url(   '../images/CutPart.png' ); 	background-repeat: repeat;*/
}
.BodyCut a
{
	color: white !important;
}
.BottomBorder
{
	background: url(  '../../images/bg3.png' ) repeat; /*background-repeat:repeat-x; 	background-position: center;*/
}

.bluePanelHeaderColor
{
	/*background-color: #212932;*/
	background-color: rgb(221, 118, 16);
	border: solid 2px rgb(202, 81, 19);
	-moz-box-shadow: 0px 0px 15px rgb(202, 81, 19);
	-webkit-box-shadow: 0px 0px 15px rgb(202, 81, 19);
	box-shadow: 0px 0px 15px rgb(202, 81, 19);
	color: white;
}

.bluePanelContentColor
{
	background-color: #eeeeee;
	border: solid 2px rgb(202, 81, 19);
	-moz-box-shadow: 0px 0px 3px 3px rgb(202, 81, 19);
	-webkit-box-shadow: 0px 0px 3px 3px rgb(202, 81, 19);
	box-shadow: 0px 0px 15px rgb(202, 81, 19);
	color: black;
}
