/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */
		
	.reveal-modal-bg { 
		position: fixed; 
		height: 100%;
		width: 100%;
		background:url(../images/black-bg.html) left top repeat;
		
		z-index: 100;
		display: none;
		top: 0;
		left: 0; 
		}
	
	.reveal-modal {
		visibility: hidden;
		top: 100px; 
		left: 46%;
		margin-left: -300px;
		width: 685px;
		background: #eee url(modal-gloss.html) no-repeat -200px -80px;
		position: absolute;
		z-index: 101;
		padding:20px 20px 20px;
		color:#ccc;
		}
		
		
	
	*+html .reveal-modal {
		visibility: hidden;
		top: 100px; 
		left: 46%;
		margin-left: -300px;
		width: 685px;
		background: #eee url(modal-gloss.html) no-repeat -200px -80px;
		position: absolute;
		z-index: 101;
		padding: 51px 40px 34px;
		
		}
		
	.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
	.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
	.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
	.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}
	
	.reveal-modal .close-reveal-modal {
		font-size: 22px;
		line-height: .5;
		position: absolute;
		top: 8px;
		right: 11px;
		/*color: #000;*/
		
		font-weight: normal !important;
		cursor: pointer;
		} 
	
	
	.reveal-modal h2{font-family:Arial, Helvetica, sans-serif;}
	
	
.ric-matter	{width:643px; margin:0 auto;}
.ric-matter_lft	{width:200px; float:left;}
.ric-matter_rgt	{width:420px; float:right;}
.ric-matter_rgt h2	{/*font-family:Arial, sans-serif;*/ font-family:Arial, Helvetica, sans-serif;  font-size:13px; color:#232359; line-height:18px; border-bottom:1px solid #d5d4d2; display:block; padding-bottom:5px; margin:0; text-align:left;}
.ric-wrap		{width:420px; margin:0 auto;}
.ric-wrap ul	{float:left; margin:0; padding:0 0 0 0 !important;}
.ric-wrap ul li	{float:none; font-family:Arial, Helvetica, sans-serif;  font-size:13px; color:#403f3d; line-height:23px; background:url("../images/exports-bullet.html") left 10px no-repeat; padding:0 0 0px 12px; list-style:none; display:block; width:auto !important; margin-top:0 !important; font-weight:normal !important;}

.ric-wrap table tr td{line-height: 18px;padding: 5px 3px 5px 4px;}
.ric-wrap table th{line-height: 18px;padding: 5px 3px 5px 4px;}


.data-pic		{width:300px; float:right;}
.data-pic p		{margin:0; padding:0; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#ff0000; text-align:right; font-weight:bold !important;}

.green{color: #403F3D;}
