/**
* Airport-int - general_glossary_detail.css
*
* @package			layout
* @author			Arca Solutions
* @version			eDirectory 5.2.03
* @since			May, 4, 2009
*
*/

/**
* Global Classes
*
* @section		global
* @subsection	global classes
*/

.left
{ float:left; }

.right
{ float:right; }

/**
* Box Model
*
* Differences for Box model used in the entire website.
*
* @section			structure
* @subsection		content
* @subsubsection	box-model
*/

.box-model
{ height:auto; }

/**
* 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:25px; }

/**
* Related Terms 
*
* List of Related Terms
*
* @section				structure
* @subsection			content
* @subsubsection		content-model
* @subsubsubsection		related-terms
*/

.related-terms
{ border-left:1px solid #D1D1D1; float:right; padding:0 0 0 40px; width:220px; }

/** Content > Content-model > Related terms Generals */

	.related-terms h2
	{ color:#333; font-size:14px; line-height:14px; padding:0 0 10px 0; }

	.related-terms ul
	{ height:1%; overflow:hidden; }
		
		.related-terms ul li
		{ clear:left; display:block; float:left; font-size:11px; line-height:16px; padding:0 0 0 10px; width:100%; }
			
			.related-terms ul li a:link,
			.related-terms ul li a:visited,
			.related-terms ul li a:active
			{ background:url(../images/iconograph/icon-arrow-small.gif) no-repeat 0 4px; color:#666; display:block; padding:0 0 0 14px; }
			
				.related-terms ul li a:hover
				{ color:#4655CB; }
				
/**
* Terms
*
* Term description
*
* @section				structure
* @subsection			content
* @subsubsection		content-model
* @subsubsubsection		terms
*/

.term
{ float:left; width:310px; }

/** Content > Content-model > Term Generals */

	.term p
	{ color:#666; font-size:12px; line-height:14px; }
	
/**
* Warning
*
* Warning Message
*
* @section			structure
* @subsection		content
* @subsubsection	warning
*/

.warning
{ background:#FFFFDD; border:1px solid #F6F6B7; color:#666; float:left; margin:30px 0 0 0; padding:10px; width:auto; }


	.warning a:link,
	.warning a:visited,
	.warning a:active
	{ color:#4655CB; }
	
		.warning a:hover
		{ color:#666; }
		
/**
* Button
*
* Button Differences
*
* @section				structure
* @subsection			content
* @subsubsection		content-sidebar
* @subsubsubsection		button
*/

/** Content-model > buttons > Submit news histoy */

a.button-add-term
{ border:1px solid #444; }

	a.button-add-term:hover
	{ border-color:#999; }

		a.button-add-term span
		{ background:url(../images/iconograph/icon-add-term.gif) no-repeat 0 center; padding:0 0 0 20px; }
		
			a.button-add-term span span
			{ background:none; color:#666; padding:0; }
