/* CSS Document Common*/
.mainTable
{
	padding: 0;
}
/* Ends */
.Normal-Container
{
	padding: 5px;
	background: transparent;
}
.gray_news
{
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #7E7F7F;
}

.Gray_Head
{
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #7E7F7F;
	margin:0 0 5px 0;
	padding: 0 0 5px 0;
}
.lock
{
	background:  #E1E1E1 url(images/lock.jpg) no-repeat top right;
	width: 500px;
	height: 150px;
}
.tl
{
	background: url(images/tl.png) no-repeat;
	width: 8px;
	height: 8px;
}
.tc
{
	background: transparent;
	height: 8px;
}
.tr
{
	background: transparent;
	width: 8px;
	height: 8px;
}
.main
{
	padding: 0 10px;
}
 
.bl
{
	background: url(images/bl.png) no-repeat;
	width: 8px;
	height: 8px;
}
.br
{
	background: url(images/br.png) no-repeat;
	width: 8px;
	height: 8px;
}

/* Gray Container rounded */

.tl-edge
{
	background:url(images/tl-edge.jpg) no-repeat;
	height: 5px;
	width: 5px;
}
.tr-edge
{
	background:url(images/tr-edge.jpg) no-repeat;
	height: 5px;
	width: 5px;
}
.tcenter
{
	background:#FFFFFF;
	border-top: solid 1px #EEEEEE;
}
.bl-edge
{
	background:url(images/bl-edge.jpg) no-repeat;
	height: 5px;
	width: 5px;
}
.br-edge
{
	background:url(images/br-edge.jpg) no-repeat;
	height: 5px;
	width: 5px;
}
.bcenter
{
	background:#FFFFFF;
	border-bottom: solid 1px #EEEEEE;
	height:5px;
}
.thead-round
{
	background:url(images/th-bg.jpg) repeat-x;
	height: 22px;
	border-left: solid 1px #EEEEEE;
	border-right: solid 1px #EEEEEE;
	text-align: left;
	padding-left: 5px;
}
.head-title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.grayborder
{
	border-left: solid 1px #EEEEEE;
	border-right: solid 1px #EEEEEE;
}