/*****************************************/
/***      MASTERPAGE STYLE SHEET       ***/
/*****************************************/
/**
 * Forest MasterPage styles for iMIS
 *
 * This document contains styles to properly align the Forest MasterPage.
 * 
 * TABLE OF CONTENTS:
 * General
 * Header
 * Main Content
 * Footer
 * StickyFooter
 **/

/************************************/
/*        General Section           */
/************************************/

/* This applies to the loading bar at the top of the page */
#FillProgressDiv
{
	position: absolute;
	z-index: 10000;
	text-align: center;
	vertical-align: middle;
	border: solid 0.063em #cdcdcd;
	background-color: #efefef;
	padding: 0.625em;
}

/************************************/
/*	       Header Section           */
/************************************/

/* This applies to the area behind the header logo and auxiliary navigation */
#doc3
{
	margin: auto !important;
	width: auto !important;
}
#Menu
{
	    display: inline;
    float: right;
    padding-top: 5px;
    box-shadow: 0 1px 2px #555555;
    width:100%;
    padding-bottom: 5px;
}

#masterHeaderBackground
{
    padding:5px 10px;
	min-height:50px;
}

#masterLogoArea
{
    float:left;
}

/* This applies to the header logo */
#masterHeaderImage
{
    float:left;
    margin-top:.4em;
    
}

/* These styles apply to the auxiliary navigation */
.NavigationUnorderedList
{
	padding-left: 0em;
	margin-left: 0.125em;
	margin-right: 0.125em;
	display: inline;
}

.NavigationListItem
{
	list-style-type: none;
	display: inline;
	margin-left: 0em;
}

#masterTopBarAuxiliary div
{
	/*
padding-left: 0.125em !important;
	padding-right: 0.125em !important;
	white-space: nowrap !important;
	line-height: 2em; 
	display: inline;
	clear: both;
	float:left;
	*/
}

#masterTopBarAuxiliary input.SurfEdit
{
    /* Remove the extra padding from the surf-to-edit button */
    padding:0!important;
    vertical-align:middle;
}

#masterTopBarAuxiliary div[role="navigation"] 
{
	float: right;
}

#masterSocialNetworking .ContentItemContainer
{
    float:left;
}

#masterTopBarAuxiliary div[role="search"] /* This applies to the global search bar */
{
	float: right;
}

#masterTopBarAuxiliary .NavigationUnorderedList .NavigationListItem .NavigationLink
{
	width: auto !important;
	text-transform: none !important;
	padding-left: 0.313em !important;
	padding-right: 0.313em !important;
}

#masterTopBarAuxiliaryBottom
{
    float:right;
}

/************************************/
/*  	Main Content Section        */
/************************************/
   
/* This applies to the breadcrumb area */
#masterMainBreadcrumb
{
	float: none;
	display:inline;
	line-height:33px;
}

/***** Proxy Panel Styling *****/
/* This applies to the on behalf of (proxy) area */
#masterMainImpersonation
{
	float: right;
}

#ProxyPanelLabels, #ProxyPanelActions
{
    float: left;
}

.ProxyPanelNoContact, .ProxyPanelContact
{
    margin-top: 0.225em;
    line-height:2.4em;
    font-weight:bold;
    padding:0 2em;
    white-space:nowrap;
}

/* This applies to the page tasks (e.g., Print, Email) that appear under the main navigation */
#masterPageTasks
{
	float: right;
	padding: .6em .5em 0;
	/* Setting the display to None for social media bar on all pages - seems to load wonky and not sure how necessary it is */
	display:none;
}

/* Lines up the page tasks buttons */
#masterPageTasks *
{
    vertical-align:middle;
}

#masterContentArea
{
	margin: 0.5em 1.5em;
}

/* This applies to the button area at the bottom of the page (e.g., Save, Cancel) */
#masterMainButtonBar
{
	margin: .5em 2em .5em 0;
	background-color: White;
}

/************************************/
/*	       Footer Section           */
/************************************/

#masterFooterNavigation .NavigationUnorderedList .NavigationListItem .NavigationLink
{
	padding-left: 0.313em !important;
	padding-right: 0.313em !important;
}


#masterFooterCopyright, #masterFooterNavigation
{
    display:block;
    line-height:3em;
    padding:0 1em;
}

/************************************/
/*    	StickyFooter Section        */
/************************************/
/** Needed for Sticky Footer, http://ryanfait.com/sticky-footer/ **/
*
{
	margin: 0;
}
html, body
{
    height:100%;
}

#masterWrapper
{
    padding-bottom:10px;
	height: auto !important;
	
}

#masterFooterPush
{
    height:6em;
}

/* This defines the width of the content area and the margins */
#masterWrapper, #ft
{
    min-width:800px;
    width:100%;
    max-width:1000px;
    position:relative;
    margin-right:auto;
    margin-left:auto;
}

#masterWrapper
{
    
}

#masterFooterNavigation, #masterFooterCopyright
{
    height:3em;
}

#AACAPTop
{
	/*border: thin solid black;*/
    float: right;
    height: 100px;
    position: relative;
    width: 80%;
}
#SB{}
#AACAPNav 
{
	/*border: thin solid black;*/
    float: right;
    position: absolute;
    top: 42px;
    width: 100%;
}

#SimpleSearchBlock{float:right; }

#masterHeaderBackground
{
 box-shadow: 0 1px 2px #555555;
 font-weight:bold;
}
	
#AACAPAux{float:right; padding-top:5px;}
#AACAPAux a{color:#9c3031; text-decoration:none;font-size: 12px; background:none !important; border:none;}
#AACAPAux a:hover { text-decoration:underline;}

#masterSocialNetworking{ float:left; width:200px; padding-left:10px;}

#AACAPFooter
{
	min-width:800px;
    max-width:990px;
    position:relative;
    margin-right:auto;
    margin-left:auto;
    clear:both;
    box-shadow: 0 2px 3px #555555;
    padding-top:10px;
    padding-left:10px;
    padding-bottom:10px;
    background-color:#9c3031;
    color: #ffffff;
    font-size:12px;
}
#ft1{ float:left;}
#ft2{ float:right; padding-right:10px;}
#ft2 a{ color:#ffffff; text-decoration:none;}
#ft2 a:hover { text-decoration:underline;}
#aecft{min-width:800px;
    max-width:1000px;
    position:relative;
    margin-right:auto;
    margin-left:auto;
    text-align:right;
    clear:both;
    font-size:10px;
    }
    
li .rmFirst {border:none !important;}