body
{
}

.Table
{
	/*border: 1px solid black;*/
	margin: 5px;
	width: 95%;
}
.TitleZone
{
	/*border-bottom: 1px solid black;*/
	padding: 0px 10px;
	background-color: Black;
	height: 30px;
	/*width: 30%;*/
	background-image:url(images/bg_title.png);
	background-repeat:repeat-x;
	background-position:center;	
}
.ContentZone
{
	border-top: none;
	border-left: 1px solid #B3B0A9;
	border-right: 1px solid #B3B0A9;
	padding: 0px;
}
.ActionZone
{
	text-align: right;
	padding: 10px;
	border-left: 1px solid #B3B0A9;
	border-right: 1px solid #B3B0A9;
	border-bottom: 1px solid #B3B0A9;
}
.Visibility
{
	text-align: right;
	color:#FFFFFF;
	font-size:12px;
}
.bgblack {
	background-color:#000000;
}
.bggris {
	background-color:#B3B0A9;
}
.trborder_bottom {
	border-bottom: 1px solid #B3B0A9;
}
.trborder_left {
	border-left: 1px solid #B3B0A9;
}
.trborder_right {
	border-right: 1px solid #B3B0A9;
}
.Title
{
	/*float: left;*/
	font-size: 12px;
	color:#FFFFFF;
}
.Head
{
	/*color: orange;*/
	font-size: 12px;
	color:#FFFFFF;
}


