/**
* Airport-int - general_content_old_database.css
*
* @package			layout
* @author			Arca Solutions
* @version			eDirectory 5.2.03
* @since			April, 16, 2009
*
*/

/** Base ( from base.css ) */

p.left 
{text-align: left;}

p.center 
{text-align: center; }

p.right 
{text-align: right; }

.leftimagepadding 
{ float: left; display: inline; margin-right: 10px; padding: 0 10px 10px 0;  } 

.rightimagepadding 
{ float: right; display: inline; margin-left: 10px; padding: 0 0 10px 10px;}

/** Adjustments */

.content-custom table
{ font-size:12px; }

	.content-custom table td
	{ font-size:12px; padding:2px; }
	
	.content-custom li div
	{ display:inline; }
	
	.content-custom li .image-replace
	{ display:block; }
	
	.content-custom a:link strong,
	.content-custom a:visited strong,
	.content-custom a:active strong
	{ color:#690; }
	
		.content-custom a:hover strong
		{ color:#333; }
		
	.content-custom hr
	{ border-bottom:1px solid #ABABAB; }

