﻿/* _lcid="1033" _version="14.0.4750"
    _LocalBinding */
    
/* 
	This style library stores styles related to the Highlighting Text Box and the 
	Article Sidebar. It was created to be shared between the primary layout pages.
	
	NOTE:
	* 	The #aiArticleSidebar is intended for use used on the right of the page as a side navigation menu object.
	* 	The #ai-highlightBox is intended for use within the body content area in the center of the page.
	* 	The #Content_Right object may wrap the #aiArticleSidebar in order to control its positioning.
	* 	The .Content_Right object may wrap the #aiArticleSidebar in order to control its positioning.
*/
#Content_Right, .Content_Right
{
    width: 280px;
    padding-left: 7px;
    float:right;
}
#LeftColumn, .LeftColumn, #CenterColumn, .CenterColumn {position:relative; float:left; display:block; vertical-align:top; }
#LeftColumn, .LeftColumn {width: 250px; margin-right: 10px;}
#CenterColumn, .Content_Center {width: 630px; }
#mapContainer {background-color:#d2d8e0; padding:10px; border:1px solid #bac4d1;}
/*
	-----------------------------------------------------------------------
	YOU TUBE
	-----------------------------------------------------------------------
*/
.YouTubeSidebarRow { vertical-align:top; }
.YouTubeSidebar { width:100%; }
.YouTubeSidebarColumn { width:630px; }
.YouTubeIFrameControl { width: 100%; height: 250px; }
.YouTubeIDs { width:100%; }
/*
	-----------------------------------------------------------------------
	CENTER CONTENT HIGHLIGHT BOX
	-----------------------------------------------------------------------
*/
#ai-highlightBox, #aiArticleSidebar, .aiArticleSidebar
{
    /* 
    border: 1px #ccc solid; 
    background-color: #fcfcfc;
    */
    border: 1px solid #a6cdcf;
    background-color: #e9f4f5;
    vertical-align:top;
}
#ai-highlightBox
{
    padding: 10px;
}
#ai-highlightBox ul, #aiArticleSidebar ul, .aiArticleSidebar ul
{
    margin: 0px;
    /* margin-left: 5px;*/
    padding: 0px;
}
#ai-highlightBox li
{
    list-style-type: none;
    margin: 0px;
    margin-left: 5px;
    padding: 0px;
    line-height: 20px;
    font-family: Arial, Helvetica, sans-serif;
}
/*
	-----------------------------------------------------------------------
	SIDEBAR HIGHLIGHT BOX
	-----------------------------------------------------------------------
*/
.highlightbox
{
	margin-bottom: 7px;
}
/*
	-----------------------------------------------------------------------
	ARTICLE SIDEBAR
	-----------------------------------------------------------------------
*/
#aiArticleSidebar, .aiArticleSidebar
{
    width: 266px; /* sidebar width (280px) minus the left and right padding (7px + 7px) */
	padding: 7px;
	margin-bottom: 7px;
}

#aiArticleSidebar li, .aiArticleSidebar li
{
    font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	text-indent: 0px;	        
	margin: 0px;
	margin-left:15px;
	margin-right:5px;
}
#aiArticleSidebar li, #MoreNTSBLinks li, #RelatedPressReleasesDiv li, #RelatedReportsDiv li, #RelatedEventsDiv li, #RelatedInvestigationsDiv li
{
    list-style-type: disc;
}
#aiArticleSidebar li.dfwp-item div.bullet, .aiArticleSidebar li.dfwp-item div.bullet
{
	border-bottom-color: #dadedd; 
	border-bottom-style: solid; 
	border-bottom-width: thin;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#aiArticleSidebar li.dfwp-item, .aiArticleSidebar li.dfwp-item
{
	padding: 0px;
	margin-left:15px;
}
#aiArticleSidebar li.dfwp-item div.item, 
	#MoreNTSBLinks li.dfwp-item div.item, 
	#RelatedPressReleasesDiv li.dfwp-item div.item, 
	#RelatedReportsDiv li.dfwp-item div.item, 
	#RelatedEventsDiv li.dfwp-item div.item, 
	#RelatedInvestigationsDiv li.dfwp-item div.item
{
	padding: 0px;
}
#aiArticleSidebar h3, .aiArticleSidebar h3
{
    margin-bottom: 0px;
    padding: 0px;
}
/*
	-----------------------------------------------------------------------
	RELATED ITEM STYLING
	-----------------------------------------------------------------------
*/
.RelatedItem_Selected
{
	font-weight:bold;
}
.RelatedItem_NotSelected { }
.PR_Item_Date { }
.PR_Item_Title { }
.MainContentTable tr 
{
	vertical-align:top;
	width:100%;
	float:right;
}

