.containermaster_Bakground
{
	width: 100%;
	background-color: transparent;
}

.container_BackgroundTitle
{
	border-top: #999999 1px solid;
	width: 100%;
	border-bottom: #999999 1px solid;
	border-right-style: solid;
	border-left-style: solid;
	height: 22px;
	background-color: #dcdcdc;
}

.Containner
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;	
	background-color:White;
	width:100%;
}
.ContainnerBottom
{
	background-color:White;
	width:100%;
}

.t_l
{
	background-image: url(t_l.png);
	background-repeat: repeat-y;
	padding-right: 4px;
}
.t_m
{
	background-image: url(t_m.png);
	width: 100%;
}
.t_r
{
	background-image: url(t_r.png);
	background-repeat: repeat-y;
	padding-left: 5px;
}

.b_l
{
	background-image: url(b_l.png);
	background-repeat: repeat-y;
	padding-right: 3px;
}
.b_m
{
	background-image: url(b_m.png);
	width: 100%;
}
.b_r
{
	background-image: url(b_r.png);
	background-repeat: repeat-y;
	padding-left: 4px;
}

.t_m_2
{
	background-image: url(t_m_2.png);
	width: 100%;
}

.table
{
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.floatLeft
{
	line-height:0;
	float:left;	
}

.floatRight
{
	float:right;
	line-height:0;
}
