
/****************************************************************************
 *
 * Copyright Avaya LLC, All Rights Reserved.
 *
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF Avaya LLC
 *
 * The copyright notice above does not evidence any actual or intended
 * publication of such source code.
 *
 * Some third-party source code components may have  been modified from their
 * original versions by Avaya LLC.
 *
 * The modifications are Copyright Avaya LLC, All Rights Reserved.
 *
 ****************************************************************************/


/*
 * FILE: SMIHarmony.css
 *
 * WHAT: a CSS style sheet for the HARMONY stylesheet look, listen and feel.
 *
 * SPECIAL CONSIDERATIONS:
 *       Used only for FF and Internet Explorer greater than 6, unless a CSP
 *       page is being viewed.  The CSP pages do NOT follow the IE6 style sheet
 *       guidelines.  They use only one style sheet (SMIHarmony.css for 	 *       Harmony style, and SMIBlue.css for the Blue style), no matter what
 *       browser is being used.  
 */

html
{
	overflow-y: auto;
	overflow-x: hidden;
}

body
{
        min-height: 100%;
        padding: 125px 0px 59px 0px;
	scrollbar-face-color: #dddddd;
}
 
#outsideContainer
{
	height: 100%;
	overflow: auto;
}

#header
{
	border: 1px 
	solid #cecea5;
	background: #d7dabd;
}

#banner
{
	position: absolute;
	top: 0px;
	height: 44px;
	width: 100%;
	overflow: hidden;
}

#bannerLeft
{
	position: absolute;
	top: 0px;
	width: 149px;
	height: 100%;
	background: url(/images/logo-smaller.gif) no-repeat;
	overflow: hidden;
}

#bannerMain
{
	position: absolute;
	top: 0px;
	left: 149px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#bannerRight
{
	height: 100%;
	text-align: right;
	overflow: hidden;
}

#topBar
{
        position: absolute;
        top: 44px;
        width: 100%;
        height: 20px;
        line-height: 16px;
        font-size: 9px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #cc0000;
        display: inline-block;
        z-index: 1;
}

#topBarLeft
{
        float: left;
        width: 224px;
        height: 100%;
        padding-left: 15px;
}

#topBarMain
{
        float: left;
        height: 100%;
}

#topBarRight
{
        float: right;
        height: 100%;
        padding-right: 15px;
}

#toolBar
{
        position: absolute;
        top: 62px;
        width: 100%;
        height: 18px;
        line-height: 18px;
        font-size: 9px;
        background-color: #eeeeee;
	border-bottom: 1px solid black;
        display: inline-block;
}

#toolBarLeft
{
        float: left;
        height: 100%;
        padding-left: 15px;
}

#toolBarMain
{
        float: left;
        height: 100%;
}

#toolBarRight
{
        float: right;
        height: 100%;
        padding-right: 15px;
}


/* Main work section styles START */

#workContainer
{
        bottom: 0px;
        position: absolute;
        left: 0px;
        right: 0px;
        width: 100%;
        top: 77px;
        padding: 0px;
        margin: 0px;
}

#workAreas
{
        top: 4px;
        bottom: 26px;
        position: absolute;
        left: 0px;
        right: 0px;
        width: 100%;
        margin: 0px;
        padding: 0px;
}

#leftWorkArea
{
        position: absolute;
        left: 0px;
        width: 204px;
        height: 100%;
        background-color: #eeeeee;
        overflow-x: auto;
	overflow-y: auto;
}

#mainWorkArea
{
        position: absolute;
        top: 0px;
        bottom: 0px;
        height: 100%;
        left: 216px;
        right: 0px;
        background-color: white;
        overflow-y: auto;
        overflow-x: auto;
}

#rightWorkArea
{
	/* This region is not used in CLLF-Harmony 2010 */
        display: none;
        width: 10px;
        height: 100%;
        position: absolute;
        right: 0px;
}

/* Main work section styles END */


/* Full work area (i.e.: no left nav menu) section styles START */

#fullWorkContainer
{
	position: absolute;
	top: 80px;
	bottom: 25px;
	width: 100%;
	/* Need to always show scroll bar for IE7 fix.  If the
	 * message of the day is too long, the scroll bar doesn't
	 * show up until the window is resized.
	 */
	overflow-y: scroll;
	overflow-x: auto;
}

#fullWorkAreas
{
        width: 100%;
        height: 100%;
}

#fullLeftWorkArea
{
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100px;
        height: 100%;
}

#fullMainWorkArea
{
	padding-top: 50px;
	position: absolute;
	left: 100px;
	right: 100px;
}

#fullRightWorkArea
{
        position: absolute;
        top: 0px;
        right: 0px;
        width: 100px;
        height: 100%;
}

/* Full work area (i.e.: no left nav menu) section styles END */


/* Classes that are defined in SMICommon, but need overwritten for
 * harmony
 */
.heading1Plain
{
	color: #000000;
}

.heading2
{
	color: #4799B6;
}

/* End SMICommon classes */

/* Footer styles here */

#footer
{
	position: absolute;
	top: auto;
	width: 100%;
	bottom: 0px;
	height: 26px;
	margin: 0px;
        background: url(/images/footerTop.png) repeat-x top;
	overflow: hidden;
}

#footerLeft
{
	position: absolute;
	left: 0px;
	width: 25px;
	height: 100%;
}

#footerMain
{
	position: absolute;
	top: 10px;
	left: 25px;
	width: 100%;
	height: 100%;
	text-align: center;
}

#footerRight
{
	position: absolute;
	right: 0px;
	width: 17px;
	height: 100%;
}

/* Styles for Top Navigation */

#topNavMenu
{
        padding-top: 2px;
        list-style: none;
        position: relative;
        font-size: 11px;
}

/* Background color for submenu items in browsers newer than IE6 */
#topNavBG
{
        width: 100%;
        background-color: #eeeeee;
        border: 1px solid #000000;
        border-width: 0px 1px 1px 1px;
        display: inline-block;
        padding-left: 10px;
}

/* style the links for the top level */
#topNavMenu a, #topNavMenu :visited
{
        display: block;
        text-decoration: none;
        color: #ffffff;
        height: 100%;
        padding-left: 10px;
        padding-right: 10px;
        line-height: 14px;
        padding-bottom: 2px;
}

/* IE 6 Specific Style */
*html #topNavMenu a, *html #topNavMenu :visited
{
        display: inline;
}

/* style the top level hover.  IE6 Specific Style */
* html #topNavMenu :hover
{
        background-color: #eeeeee;
        color: #000000;
	margin-left: 1px;
	margin-right: -1px;
}

#topNavMenu :hover > a
{
        background-color: #eeeeee;
        color: #000000;
	margin-left: 1px;
	margin-right: -1px;
}

/* remove all the bullets, borders and padding from the default list styling */
#topNavMenu ul
{
        padding: 0px;
        margin: 0px;
        list-style-type: none;
}

/* style the table so that it takes no part in the layout - required for IE
 * to work 
 */
#topNavMenu table
{
        position: absolute;
        top: 0px;
        left: 0px;
        border-collapse: collapse;
}

/* float the list to make it horizontal and a relative positon so that you can
 * control the dropdown menu positon 
 */
#topNavMenu ul li
{
        float: left;
        position: relative;
}

* html #topNavMenu ul ul /* IE specific style*/
{
        background: url(/images/fieldTop.jpg) repeat-x bottom;
        padding-bottom: 4px;
}

/* hide the sub levels and give them a positon absolute so that they take up
 * no room 
 */
#topNavMenu ul ul
{
        visibility: hidden;
        position: absolute;
        height: 0px;
        top: 16px;
        left: 0px;
        margin: 0px;
        white-space: nowrap;
        padding: 0px;
}

* html #topNavMenu ul ul /* IE specific style */
{
        top: 15px;
        top: 16px;
}

#topNavMenu ul ul li
{
        padding-right: 15px;
}

/* style for the second level links */
#topNavMenu ul ul a, #topNavMenu ul ul a:visited
{
        background: #eeeeee;
        height: auto;
        line-height: 18px;
        margin: 0px;
        padding: 0px;
        color: #000000;
        width: 100%;
        display: inline-block;
}

* html #topNavMenu ul ul a /* IE specific style */
{
        height: 100%;
}

* html #topNavMenu ul ul a:visited /* IE specific style */
{
        height: 100%;
}

#topNavMenu ul ul a:hover
{
        text-decoration: underline;
        border: none;
        margin: 0px;
}

* html #topNavMenu ul ul a:hover
{
        width: 100%;
}

#topNavMenu ul ul :hover > a
{
        text-decoration: underline;
        border: none;
}

html>body #topNavMenu ul ul li /*Firefox Specific Style*/
{
        width: 100%;
}

/* make the second level visible when hover on first level list OR link */
#topNavMenu ul li:hover ul, #topNavMenu ul a:hover ul
{
        visibility: visible;
}

/* End top navigation styles */




/* Styles unique to layout */

.menuCategoryGold, .menu_category-gold
{
	position: relative;
	top: 3px;
	left: 5px;
	font-size: 9px;
	line-height: 14px;
	color: white;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.menuCategory, .menu_category
{
	font-size: 9px;
	line-height: 14px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #ffffff;
	background: #777777;
	width: auto;
	display: block;
}

