﻿@import "/App_/ROOT/PageFrame/Corporate_/StandardPartial/StyleSheet.css";
table#pageBodyFrame
{
    width: 100%;
}
.leftPane, body.leftPane
{
    font-size: 12px;
    width: 178px;
}
.commandPane 
{
    text-align: center;
}

/* PAGER FRAME */
table.pagerFrame, table.locationPagerFrame, table.managementPagerFrame, table.eventCalendarPager, table.ropeProductPagerFrame, table.distributorPagerFrame
{
    border: none;
    clear: both;
    empty-cells: show;
    margin: 0 auto;
}
table.pagerFrame, table.managementPagerFrame
{
    width: 100%;
}
table.locationPagerFrame, table.eventCalendarPager, table.distributorPagerFrame3
{
    width: 85%;
}
table.ropeProductPagerFrame 
{
}
table.pagerFrame th, table.locationPagerFrame th, table.managementPagerFrame th, table.eventCalendarPager th, table.ropeProductPagerFrame th, table.distributorPagerFrame th
{
    background-color: #d2d2d2;
    padding: 3px 10px 3px 2px;
}
table.pagerFrame td, table.ropeProductPagerFrame td
{
    padding: 3px 10px 6px 2px;
}
table.locationPagerFrame td, table.managementPagerFrame td, table.distributorPagerFrame td
{
    padding: 10px 40px 10px 0;
    vertical-align: top;
}
table.managementPagerFrame td, table.ropeProductPagerFrame th, table.ropeProductPagerFrame td
{
    text-align: center;
}
table.pagerFrame td.alternate, table.ropeProductPagerFrame td.alternate
{
    background-color: #eae8df;
}
table.locationPagerFrame td.alternate, table.managementPagerFrame td.alternate, table.distributorPagerFrame td.alternate
{
    background-color: #fff;
}
table.managementPagerFrame td img
{
    padding-bottom: 5px;
}
table td.pagerDateColumn 
{
    text-align: right;
}

/* Axis Newsletter Archive*/
#axisNewsletterArchive
{
    width: 100%;
}

/* Management */
#managementPicture
{
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
}

/* News Release*/
#newsRelease
{
    width: 100%;
}

/* Side Menu */
.sideMenu
{
    width: 178px;
    margin: 0;
    padding: 0;
}
.sideMenu li
{
    list-style-type: none;
    margin: 0;
    padding: 3px 0;
}
.sideMenu li a
{
    background: url(Command/MenuArrow_O.gif) 0 3px no-repeat;
    color: #2B5B72;
    display: block;
    font-size: 13px;
    padding-left: 12px;
}

img.sideMenuHeader
{
    padding-bottom: 5px;
    padding-top: 15px;
}
#breadCrumbPane
{
    background: url(Command/BreadcrumbBar_O.gif) no-repeat;
    color: White;
    font-size: 11px;
    height: 30px;
    padding: 5px;
    margin: 0px;
}
#breadCrumbPane a
{
    color: #fff;
    font-size: 11px;
}
#pageActionsPane
{
    color: #000;
    float: right;
    margin-bottom: 5px;
    text-align: right;
}
#pageActionsPane a
{
    margin: 0 5px 0 5px;
    color: #000 !important;
}
#pageActionsPane img
{
    vertical-align: middle;
    margin-right: 3px;
}

/* NOT TRANSLATED */
#notTranslated
{
    background-color: #f4ecb3;
    clear: both;
    color: #584528;
    font-size: 14px;
    margin-bottom: 5px;
    padding: 15px;
}

/* BREKOUT TEXT */
#breakoutTextSection
{
    background-color: #eae8df;
    clear: both;
    color: #584528;
    float: right;
    font-size: 11px;
    margin: 0 0 5px 5px;
    padding: 15px;
    text-align: justify;
    width: 200px;
}

#breakoutTextSection h3
{
    font-size: 14px;
    padding-bottom: 5px;
    text-align: left;
}

/* POPUP */
.menuPopper
{
    position: relative;
    cursor: pointer;
    display: inline-block;
    background: white;
}
.menuPopper:hover
{
}
.menuPopper .popupMenu
{
    display: none;
    position: absolute;
    right: 0;
}
.menuPopper .displayUnder
{
    top: 100%;
}
.menuPopper .displayAbove
{
    bottom: 100%;
}
.menuPopper:hover .popupMenu
{
    display: block;
    background: white;
    border: 1px solid gainsboro;
    margin: 0;
    padding: 0;
}
.popupMenu li
{
    list-style-type: none;
    padding: 2px;
    margin: 0;
    white-space: nowrap;
}
.popupMenu li:hover
{
    background: #F05825;
    color: #fff;
}
.popupMenu li:hover a
{
    color: #fff !important;
    text-decoration: none;
}
.popupMenu li img
{
    padding: 3px;
}

/* catalog */
#viewDiameterByTab 
{
    padding-bottom: 10px;
    text-align: center;
}

div#WebAccountLoginPane {
    width:310px;
    float:left;
    padding-right:10px;
}

div#WebAccountRegistrationPane {
    width:370px;
    float:left;
    padding-left:10px;
    border-left:1px solid #ccc;
}
