.backgroundDark
{
	background-image:url('images/Container_BGD.png');
}
.titleMedia
{
	margin-left:10px;
	color:White;
	font-size:24px;
	font-family:Arial;
	height:0px;
}
.header
{
	padding:10 0 0 15;
	height:45px;
}
.content
{
	clear:both;
	color:silver;
	margin-left:10px;
}
.footer
{
	text-align:right;
	color:silver;
}
.visibility
{
	float:left;
}
/* Head TitleBorder */
.titleTopBorder
{
	background-image: url('images/Container_N2.png');  
	background-repeat:repeat-x; 
	height:2px;
}
.titleLeftBorder
{
	background-image: url('images/Container_W2.png');
	width:2px;
	background-repeat:repeat-y;
}
.titleRightBorder
{
	background-image:url('images/Container_E2.png');
	width:2px; background-repeat:repeat-y;
	float:right;
}
.titleLCornerBorder
{
	background-image: url('images/Container_NW2.png');
	width:2px;
	height:2px;
}
.titleRCornerBorder
{
	background-image: url('images/Container_NE2.png');
	width:2px;
	height:2px;
}

/* Container Body */
.MediaTopLeft
{
	background-image:url("images/Container_NW.png");
	width:2px;
	height:2px;
}
.MediaTop
{
	background-image:url("images/Container_N.png");
	background-repeat:repeat-x;
	height:2px;
}
.MediaTopRight
{
	background-image:url("images/Container_NE.png");
	width:2px;
	height:2px;
}
.MediaLeft	
{
	background-image:url("images/Container_W.png");
	background-repeat:repeat-y;
	width:2px;
}
.MediaRight	
{
	background-image:url("images/Container_E.png");
	background-repeat:repeat-y;
	width:2px;
}
.MediaBottomLeft
{
	background-image:url("images/Container_SW.png");
	width:2px;
	height:2px;
}
.MediaBottom
{
	background-image:url("images/Container_S.png");
	background-repeat:repeat-x;
	height:2px;
}
.MediaBottomRight
{
	background-image:url("images/Container_SE.png");
	width:2px;
	height:2px;
}






















