/**
* Airport-int - general_corporate_policy_detail.css
*
* @package			layout
* @author			Arca Solutions
* @version			eDirectory 5.2.03
* @since			May, 4, 2009
*
*/

/**
* Box Model
*
* Box model used in the entire website. ( Main content / Sidebar content )
*
* @section			structure
* @subsection		content
* @subsubsection	box-model
*/

.box-model
{ background:#E6E6E6; height:auto; overflow:hidden; width:100%; }


/** Box model > title */

	.box-model-title h2
	{ font-size:16px; float:left; line-height:32px;}

/**
* Content Model - White
*
* Content Area used inside all modules ( variations: transparent / white )
*
* @section			structure
* @subsection		content
* @subsubsection	content-model
*/

.content-model
{ background:#FFF; height:1%; overflow:hidden; padding:10px 30px 30px 30px; }

/**
* Info
*
* Content for Policy information
*
* @section					structure
* @subsection				content
* @subsubsection			content-model
* @subsubsubssrction		info
*/

.info
{ border-bottom:1px solid #996; height:1%; margin:0 0 20px 0; overflow:hidden; padding:20px 0; }

/** Content > content-model > info generals */

	.info img
	{ float:right; margin:0 0 20px 20px; }

	.info h1
	{ color:#2B2B2B; font-size:26px; font-weight:normal; line-height:26px; padding:0 0 15px 0; }
	
	.info h3
	{ color:#2B2B2B; font-size:12px; font-weight:normal; line-height:14px; padding:0 0 5px 0; }
	
	.info h4
	{ color:#666; font-size:12px; font-weight:normal; line-height:14px; }
	
	.info p
	{ color:#999; font-size:12px; padding:0 0 15px 0; }
	
		.info p span
		{ color:#2B2B2B; }
	
/**
* Content custom Differences
*
* Custom content, full description from members ( TinyMCE )
*
* @section				structure
* @subsection			content
* @subsubsection		content-model
* @subsubsubsection		content-custom
*/

/** Content > content-model > content-custom > attachments */

.attachments
{ border-left:1px solid #D8D8D8; float:right; margin:17px 0 10px 30px; padding:0 0 0 10px; width:200px; }

	.attachments ul li h3
	{ font-weight:normal; }

		.attachments ul li h3 a:link,
		.attachments ul li h3 a:visited,
		.attachments ul li h3 a:active
		{ color:#996; }
		
			.attachments ul li h3 a:hover
			{ color:#111; }
			
/** Content > content-model > content-custom > special content */

	.content-custom .projectimage
	{ font-size:12px; padding:18px 6px 18px 0; }
	
		.content-custom .projectimage a img
		{ display:block; margin:0; }

	.content-custom .specifications
	{ background:#F9F9F9; font-size:12px; }
	
		.content-custom .specifications th
		{ background:#D8D8D8; border-top:1px solid #B0B0B0; font-size:12px; padding:5px; text-align:left; }
		
		.content-custom .specifications td
		{ border-top:1px solid #D6D6D6; color:#333; padding:5px; vertical-align:top; }

		.content-custom .specifications .lefthighlight
		{ background: #EEE; vertical-align:top; width:40%; }

/**
* List bullet Differences
*
* Differences for Generic list with bullets used in the entire website.
*
* @section					structure
* @subsection				content
* @subsubsection			content-model
* @subsubsubsection			content-custom
* @subsubsubsubsection		list
*/

	ul.list-bullet li
	{ color:#999; font-size:11px; padding:0 0 6px 18px; }