﻿.FilledGray{
	margin-bottom:10px;
	text-align:right;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	background-color:#f7f7f7;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f7f7f7), to(#ecebeb));
	background: -moz-linear-gradient(#f7f7f7, #ecebeb);
	background: linear-gradient(#f7f7f7, #ecebeb);
	-pie-background: linear-gradient(#f7f7f7, #ecebeb);	

	border:1px solid #dbdbdb;
	behavior: url(js/PIE/PIE.htc);	
	padding:2px 10px 10px 10px ;
}
.FGHdr{
	width:100%;
	display:inline-block;
}
.FGTitlHldr{
	display:table;
	width:100%;
	}
	.FGTitl{	
		float:right;
		display:table;
		height:20px;
		color: #b8944f;
		font-size:17px;
		font-weight: normal;
		font-family: 'mitrabold';
	}
	.FGAction{
		margin-right:10px;
		display:table;
		float:right;
		width:50px;
	}
.FGDes{
	width:100%;
	color: #9e9e9e;
	font-size:15px;
	font-weight: normal;
	font-family: 'mitrabold';
	text-align:right;
	display:block;
	border-bottom:1px solid #dbdbdb;
}
.FGCp{
	width:100%;
	border-top:1px solid #ffffff;
	padding-top:10px;
}
.FGCpHldr{
	text-align:right;
	padding:0 0 0 0 ;
}
.FGActBtn{
	text-align:left;
}

.FGActBottom{
	font-family:Tahoma;
	font-size:9pt;
}
