﻿/*------------------------------------------------------------------
 * LEFT MENU STYLES
 *	These styles are used in creating the navigation menu that
 *	runs vertically along the left-hand side of the page
 *------------------------------------------------------------------*/
#WelcomeMessage
{
	width: 174px;
	text-align: center;
	font-size: 1.1em;
	font-style: italic;
	color: DarkBlue;
}
#WelcomeMessage A:link, #WelcomeMessage A:visited, #WelcomeMessage A:active
{
	color: DarkBlue;
	text-decoration: none;
}
#WelcomeMessage A:hover
{
	color: Red;
}
.LeftMenu_MenuItemBase
{
	width: 180px;
	cursor: pointer;
	font-family: Verdana;
}
.LeftMenu_RootMenuItem
{
	height: 29px;
	padding-top: 10px;
	background-image: url(images/layout/LeftMenuSectionBackground.jpg);
	color: Black;
	text-align: left;
	padding-left: 9px;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}
.LeftMenu_SubMenuItem
{
	width: 174px;
	padding-left: 15px;
	padding-bottom: 5px;
	color: DarkBlue;
	text-align: left;
	font-size: 0.9em;
}
.LeftMenu_SubMenuItem:hover
{
	color: Red;
}

/*------------------------------------------------------------------
 * SECTION & TITLES
 *	These styles help to differentiate pages and sections of the
 *	screen within those pages
 *------------------------------------------------------------------*/
.PageTitleLabel
{
	width: 555px;
}

/*------------------------------------------------------------------
 * DOCUMENT LIBRARY STYLES
 *	These styles are specific to the Document Library and
 *	related pages
 *------------------------------------------------------------------*/
.DocumentLibrary_SectionDisplayTopLink
{
	top: -10px;
	position: relative;
	width: 540px;
	text-align: right;
}

.DocumentLibraryInstructions
{
	width: 540px; 
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 10px;
	text-align: center;
}
.DocumentLibraryInstructions TABLE
{
	width: 100%;
}
.DocumentLibraryInstructions TABLE TD
{
	width: 135px;
	font-size: 0.85em;
}

/*------------------------------------------------------------------
 * EMPLOYEE DIRECTORY STYLES
 *	These styles are specific to the Employee Directory and
 *	related pages
 *------------------------------------------------------------------*/
.SearchCriteriaBar
{
	width: 525px; 
}
.SearchBarChangeMode
{
	width: 525px;
}

.EmployeeDetails_PersonnelInfo
{
	width: 400px;
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	The Standard_FullWidthTable style is used in order to show a table that expands the
	entire width of the display area, but with a slight border
   -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.Standard_SlightIndentFullWidthTable
{
    width: 525px;
	margin-left: 15px;
	margin-right: 15px;
}
.Standard_FullWidthTable
{
	width: 545px;
	margin-left: 5px;
	margin-right: 5px;
}
.FullContentWidth
{
	width: 562px;
}
.NoMenuFullContentWidth
{
	width: 751px;
}