﻿body, html
{
    text-align: center;
    background: #e7e7e7;
}

.Head
{
    font-family: Arial, Sans-Serif;
    font-weight: bold;
    font-size: 10pt;
    color: #fff;
}

.ContainingTable
{
    width: 939px;
    margin: 0;
}

.Row
{
    background-color: #d7d7d7;
    height: 25px;
    vertical-align: middle; /*padding-left:5px;*/
}

.Login
{
    width: 236px;
    height: 36px;
    text-align: left;
    padding-left: 5px;
    padding-top: 0px;
    font-family: Arial, Sans-Serif;
    font-weight: 600;
    font-size: 10pt;
    background-image: url(images/Login.png);
}

a:link.Login, a:visited.Login
{
    text-decoration: none;
    color: #333333;
    background-image: url(images/Login.png);
}
/*
.Login a:link
{
    	text-decoration:none;
	color:#333333;
	background-image:url(images/Login.png);
		width: 234px;
	height:36px;
}
*/

a:hover.Login
{
    color: #ff6600;
    background-image: url(images/Login.png);
}

.MaterialsMenu
{
    width: 695px;
    margin-top:1px;
}

.leftbar
{
    width: 225px;
    height: 220px;
}

.footer
{
    border-bottom: 6px solid #d7d7d7;
    padding-bottom: 10px;
}

.SkinObject
{
    font-family: Arial, Sans-Serif;
    font-weight: bold;
    color: #333333;
    font-size: 7.5pt;
    text-decoration: none;
}

A.SkinObject:link
{
    text-decoration: none;
    color: #ff6600;
}

A.SkinObject:visited
{
    text-decoration: none;
    color: #ff6600;
}

A.SkinObject:hover
{
    text-decoration: underline;
    color: #ff6600;
}

A.SkinObject:active
{
    text-decoration: none;
    color: #ff6600;
}

.NormalBold
{
    font-family: Arial, Sans-Serif;
    font-size: 7.5pt;
    font-weight: bold;
    color: #333333;
}

.Normal, .NormalDisabled
{
    font-family: Arial, Sans-Serif;
    font-size: 7.5pt;
    font-weight: normal;
    color: #333333;
}

.LinkDescription
{
    font-family: Arial, Sans-Serif;
    font-size: 7.5pt;
    font-weight: normal;
    color: #333333;
    line-height: normal;
    text-decoration: underline;
    margin: 0;
    padding: 0;
}

.dividerColor
{
    background-color: #b3b3b3;
}

/* ================================
    CSS STYLES FOR House Menus
   ================================
*/

#HouseMenuNav, #HouseMenuNav2, #HouseMenuNav3
{
    padding-left: 0px;
    margin: 0;
    color: #333333;
    white-space:nowrap;
    font-family: Arial, Sans-Serif;    
}
.gecko #HouseMenuNav, .ie #HouseMenuNav
{
    font-size: 10pt;
    font-family: Arial, Sans-Serif;
    font-weight: 600; /*400 - Normal; 700 - Bold */
    padding-left: 0px;
    white-space:nowrap;
}

.webkit #HouseMenuNav
{
    font-size: 10pt;
    font-family: Arial, Sans-Serif;
    font-weight: 600; /*400 - Normal; 700 - Bold */
    padding-left: 0px;
    white-space:nowrap;
}
#MenuContainer
{
    width:696px;
    text-align:left
}
.gecko #MenuContainer
{
    width:696px;
    text-align:left
}

.webkit #MenuContainer
{
    width:696px;
    text-align:left
}

#HouseMenuNav2, #HouseMenuNav3
{
    font-size: 8.5pt;
    font-family: Arial, Sans-Serif;
    font-weight: 500; /* 400 - Normal; 700 - Bold */
}

#HouseMenuNav ul, #HouseMenuNav2 ul, #HouseMenuNav3 ul
{
    padding: 0;
    margin: 0;
    border: 0;
    list-style: none;
    float: left;
}

#HouseMenuNav li, #HouseMenuNav2 li
{
    list-style: none;
    float: left;
    margin-left: 0;
}

/* ----- this block for drop-down menu support ------- */
#HouseMenuNav li ul
{
    /* second-level lists */
    position: absolute;    
    width: 167px; /* all these widths should match */
    left: -9999px;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    z-index: 88888;
    background-image:none;
    /* background-color:Red; no effect */
}

/* NOTE: Currently, Chrome's rendering of Arial 10pt doesn't
    match FF, so we have to make the dropdown 15px wider: */
.webkit #HouseMenuNav li ul
{
    /* second-level lists */
    position: absolute;    
    width: 180px; /* all these widths should match */
    left: -9999px;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    z-index: 88888;
    background-image:none;
    /* background-color:Red; no effect */
}

/* third-and-above-level lists */
#HouseMenuNav li ul ul
{
    display: none;
    margin: -35px 0 0 110px;
    white-space: nowrap;
}
#HouseMenuNav li:hover ul ul, 
#HouseMenuNav li:hover ul ul ul, 
#HouseMenuNav li.sfhover ul ul, 
#HouseMenuNav li.sfhover ul ul ul
{
    /* background-color: no effect */
    left: -9999px;
    background-image:none;
}
#HouseMenuNav li:hover ul, 
#HouseMenuNav li li:hover ul, 
#HouseMenuNav li li li:hover ul,  
#HouseMenuNav li.sfhover ul, 
#HouseMenuNav li li.sfhover ul, 
#HouseMenuNav li li li.sfhover ul
{
    /* background of the submenu */
    left: auto;
    z-index:88888;
    background-color: #dddddd; /* normal color here */
}
#HouseMenuNav li ul a:link, #HouseMenuNav li ul a:visited
{
    /* this is the link text, not the containing 'cell' */
    width:167px;
    font-size:9pt;
    background-image:none; 
    
    /* to control the height of the dropdown items, you have to tweak ALL THREE of these */
    height: 13px;
    line-height: 13px;  /* controls the height of the 'background' of the cell */
    padding: 5px 0px 6px 0px;
}

#HouseMenuNav li ul a:hover
{
    /* submenu rollover */
    width:167px;
    z-index:99999;
    background-image: none;
    background-color: #ff6600; 
}

.webkit #HouseMenuNav li ul a:hover
{
    /* submenu rollover */
    width:180px;
    z-index:99999;
    background-image: none;
    background-color: #ff6600; 
}
/* --------------------------------- */

#HouseMenuNav3 li
{
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    line-height: 22px;
}
.Logo
{
    width: 350px;
}

.gecko #LoginButton a:link, #LoginButton a:visited, .ie #LoginButton a:link, #LoginButton a:visited
{
    width: 234px;
    height: 36px;
    display: block;
    text-decoration: none;
    text-align: left; /*center;*/
    padding-left: 0px;
    padding-right: 0px;
    line-height: 25px;
    color: #333333;
    background-image: url(images/Login.png);
    list-style-type: none;
    text-indent: 5pt;
    font-size: 10pt;
    font-family: Arial, Sans-Serif;
    font-weight: 600; /*400 - Normal; 700 - Bold */
    padding-left: 0px;
}


.webkit #LoginButton a:link, #LoginButton a:visited
{
    width: 234px;
    height: 36px;
    display: block;
    text-decoration: none;
    text-align: left; /*center;*/
    padding-left: 0px;
    padding-right: 0px;
    line-height: 25px;
    color: #333333;
    background-image: url(images/Login.png);
    list-style-type: none;
    text-indent: 5pt;
    font-size: 10pt;
    font-family: Arial, Sans-Serif;
    font-weight: 600; /*400 - Normal; 700 - Bold */
    padding-left: 0px;
}
#HouseMenuNav a:link, #HouseMenuNav a:visited
{
    width: 116px;
    height: 36px;
    display: block;
    text-decoration: none;
    text-align: left; /*center;*/
    padding-left: 0px;
    padding-top: 0px;
    line-height: 25px;
    color: #333333;
    background-image: url(images/MenuItemBack.png);
    text-indent: 5pt;
}

#HouseMenuNavCurrentItem a:link, #HouseMenuNavCurrentItem a:visited
{
    color: #fff;
    background-image: url(images/MenuItemBack_Active.png);
    cursor: default;
}

#HouseMenuNav li a:hover
{
    color: #fff;
    background-image: url(images/MenuItemBack_Active.png);
}

#HouseMenuNav2 li a:link, #HouseMenuNav2 li a:visited
{
    width: 116px;
    height: 20px;
    display: block;
    text-decoration: none;
    text-align: left;
    padding-left: 10px;
    padding-top: 5px;
    color: #333333; /*background-image:url(images/FooterBtns.png);*/
}

#HouseMenuNav2 li a:hover
{
    color: #ff6600;
    background-image: url(images/FooterBtns.png);
}

#HouseMenuNav3 li a:link, #HouseMenuNav3 li a:visited
{
    width: 226px; /*229px;*/
    height: 21px;
    display: block;
    text-decoration: none;
    text-align: left;
    text-indent: 5px; /* make it align with top menu & breadcrumb */
    padding-top: 5px;
    color: #333333;
    border-bottom: 1px solid #b6b6b6;
    background-image: url(images/hm_div_n.png);
    background-position: 210px 10px;
    background-repeat: no-repeat;
}

#HouseMenuNav3 li a:hover, #HouseMenuNav3CurrentItem a:link, #HouseMenuNav3CurrentItem a:visited
{
    color: #fff !important;
    background-color: #ff6600;
    background-image: url(images/hm_div_h.png) !important;
}

/*Store Category*/

/*.StoreCategoryMenuItemSelected
{
   
}
*/
.StoreCategoryMenuItemSelected a:link, .StoreCategoryMenuItemSelected a:active, .StoreCategoryMenuItemSelected a:visited
{
    color: #fff;
    cursor: default;
     /*background-image: url(images/MenuItemBack_Active.png);*/
      background-image: url(images/hm_div_h.png) !important;
}
.StoreCategoryMenuItem a:hover
{
    color: #fff !important;
    background-color: #ff6600;
    background-image: url(images/hm_div_h.png) !important;
}
/*.StoreCategoryMenuItem
{

}
*/
.StoreCategoryMenuItem a:link, .StoreCategoryMenuItem a:active, .StoreCategoryMenuItem a:visited
{
        width: 229px;
    height: 27px;
    display: block;
    text-decoration: none;
    text-align: left;
    text-indent: 10px;
    padding-top: 5px;
    border-bottom: 1px solid #b6b6b6;
    background-image: url(images/hm_div_n.png);
    background-position: 210px 10px;
    background-repeat: no-repeat;
    font-size: 9pt;
    font-family: Arial, Sans-Serif;
    font-weight: 500; /* 400 - Normal; 700 - Bold */
    color: #333333;
}

/* ================================
    CSS STYLES FOR Breadcrumb
   ================================
*/
.Breadcrumb
{
    font-size: 9pt;
    font-family: Arial, Sans-Serif;
    font-weight: 500; /* 400 - Normal; 700 - Bold */
    color: #333333 !important;
    margin-left:7px; /* without this it's flush left*/
}

.Breadcrumb a:link, .Breadcrumb a:visited, .Breadcrumb a:active
{
    background: transparent url(images/hm_div_h.png) no-repeat center right;
    text-decoration: none;
    padding-right: 0px; /*adjust bullet image padding*/
    color: #333333 !important;
}

.Breadcrumb a:hover
{
    text-decoration: underline;
}




/* ================================
    CSS STYLES FOR Event Module 
   ================================
*/

/* The following control the Calendar Month Style-Look */
.EventsCalendarContainer
{
    background-color: #d7d7d7;
    width: 228.5px;
    height: 350px;
}

.CurrentMonthLabel
{
    font-family: Arial, Sans-Serif;
    font-weight: 600; /* 400 - Normal; 700 - Bold */
    font-size: 10pt;
}

.Event
{
    table-layout: auto;
    font-size: 7pt;
    width: 201px;
    color: white;
    font-family: Verdana;
    border: none;
    background-color: #d7d7d7;
}

.EventsEmpty
{
    display: inline;
    height: 0px;
    padding: 0;
    margin: 0;
    background-color: Transparent;
}

.EventTitle
{
    font-weight: bold;
    font-size: 11pt;
    background-image: url(images/CalendarTitleBackground.png);
    background-repeat: repeat-x;
    width: 100%;
    color: #333333 !important;
    height: 33px !important;
}

.EventTitle, .EventTitle td
{
    font-weight: bold;
    font-size: 11pt;
    color: #333333 !important;
    background-image: url(images/CalendarTitleBackground.png);
    background-repeat: repeat-x;
    height: 33px !important;
}

.EventsDays
{
    color: #666666;
    background-color: #cacaca;
    width: 27px;
    height: 27px;
}

.EventsDays a:link, .EventsDays a:visited
{
    font-weight: bold;
    color: #666666 !important;
}

.EventsDays a:hover
{
    color: #ff6600 !important;
    text-decoration: none;
}

.EventsDaysHeader
{
    font-size: 7pt;
    color: #666666;
    vertical-align: middle;
    width: 27px;
    height: 27px;
}

.EventsDayWithEvent
{
    border: solid 1px #ff6600;
    background-color: #cacaca !important;
    width: 25px;
    height: 25px;
}

.EventsDayWithEvent a:link, .EventsDayWithEvent a:visited
{
    font-weight: bold;
    color: #666666 !important;
}

.EventsDayWithEvent a:hover
{
    color: #ff6600 !important;
    text-decoration: none;
}

.EventsToday
{
    background-color: #ff6600;
}

.EventsToday a:link, .EventsToday a:visited
{
    color: #fff !important;
}

.EventsToday a:hover
{
    text-decoration: none;
}
/*
.prevBtn, .nextBtn
{
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
    background-position: center;
}

a:link.prevBtn, a:visited.prevBtn
{
    background-image: url(images/prevBtn.png);
    text-decoration: none;
}*/

a:hover.prevBtn
{
    background-image: url(images/prevBtn_h.png);
    text-decoration: none;
}

a:link.nextBtn, a:visited.nextBtn
{
    background-image: url(images/nextBtn.png);
    text-decoration: none;
}

a:hover.nextBtn
{
    background-image: url(images/nextBtn_h.png);
    text-decoration: none;
}
.MatterMagazin
{
    /* height: 180px; */
    width: 695px;
}
.ThisIssue
{
    width: 224px; /*height:450px;*/
}
.MatterTable
{
    width: 695px;
}
.ThisIssue1
{
    height: 100%;
    overflow: auto;
}

.FeatureArticle
{
    /*width: 450px; height:250px;*/
}



.MagazineTitle
{
    font-size: 14pt;
    font-family: Arial, Sans-Serif;
    font-weight: 500; /* 400 - Normal; 700 - Bold */
}

.MagazineText
{
    font-size: 11pt;
    font-family: Arial, Sans-Serif;
    font-weight: 500; /* 400 - Normal; 700 - Bold */
}
.MagazineText2
{
    font-size: 10pt;
    font-family: Arial, Sans-Serif;
    font-weight: 500; /* 400 - Normal; 700 - Bold */
}
/*
.CitiesNav a:link, #CitiesNav a:visited
{
}
*/
.CitiesNav
{
    font-size: 10px;
    display: inline-block;
    width: 114px;
    text-indent: 5px;
    line-height: 22px;
    background-position: bottom;
    background-repeat: repeat-x;
    background-image: url(images/citymenubuttonlinegrey.gif);
}
.CitiesNavSel
{
    font-size: 10px;
    width: 114px;
    display: inline-block;
    line-height: 22px;
    background-position: bottom;
    background-repeat: repeat-x;
    background-image: url(images/citymenubuttomlinearrow.gif);
}

.CitiesNavSelNY
{
    font-size: 10px;
    width: 114px;
    display: inline-block;
    line-height: 22px;
    background-position: bottom;
    background-repeat: repeat-x;
    background-image: url(images/citymenubuttomlinearrowNY.gif);
}

.CitiesNavSelBN
{
    font-size: 10px;
    width: 114px;
    display: inline-block;
    line-height: 22px;
    background-position: bottom;
    background-repeat: repeat-x;
    background-image: url(images/citymenubuttomlinearrowBN.gif);
}
.CitiesNavSelCL
{
    font-size: 10px;
    width: 114px;
    display: inline-block;
    line-height: 22px;
    background-position: bottom;
    background-repeat: repeat-x;
    background-image: url(images/citymenubuttomlinearrowCL.gif);
}
.CitiesNavSelDA
{
    font-size: 10px;
    width: 114px;
    display: inline-block;
    line-height: 22px;
    background-position: bottom;
    background-repeat: repeat-x;
    background-image: url(images/citymenubuttomlinearrowDA.gif);
}
.CitiesNavSelML
{
    font-size: 10px;
    width: 114px;
    display: inline-block;
    line-height: 22px;
    background-position: bottom;
    background-repeat: repeat-x;
    background-image: url(images/citymenubuttomlinearrowML.gif);
}
.CitiesNavHov
{
    width: 114px;
    display: inline-block;
    line-height: 22px;
    background-position: bottom;
    background-repeat: repeat-x;
    background-image: url(images/citymenubuttomline.jpg);
}
.CitiesNav a:link, .CitiesNav a:visited
{
    font-family: Arial, Sans-Serif;
    text-decoration: none;
    text-align: left;
    color: #AAAAAA;
    display: block;
}

.CitiesNavSelNY a:link, .CitiesNavSelNY a:visited, .CitiesNavHovNY a:hover, .CitiesNavSelBN a:link, .CitiesNavSelBN a:visited, .CitiesNavSelBN a:hover, .CitiesNavSelCL a:link, .CitiesNavSelCL a:visited, .CitiesNavSelCL a:hover, .CitiesNavSelDA a:link, .CitiesNavSelDA a:visited, .CitiesNavSelDA a:hover, .CitiesNavSelML a:link, .CitiesNavSelML a:visited, .CitiesNavSelML a:hover
{
    font-family: Arial, Sans-Serif;
    font-weight: bold;
    display: block;
    text-decoration: none;
    text-align: left;
    color: #333333;
    text-indent: 5px;
}

.gecko .Container4
{
    width: 228px;
    height: 350px;
    margin-bottom: 10px;
}


.ie .Container4, .webkit .Container4
{
    width: 228px;
    height: 323px;
    margin-bottom: 10px;
}

.gecko .Container1
{
    width: 228px;
    height: 350px;
    margin-bottom: 10px;
}


.ie .Container1, .webkit .Container1
{
    width: 228px;
    height: 323px;
    margin-bottom: 10px;
}
.Search
{
    width: 228.5px;
    height: 20px;
    margin-bottom: 5px;
}

.leftbar016
{
    width: 228.5px;
    height: 220px;
    margin-bottom: 3px;
}
.MaterialMenu016
{
    width: 682.5px;
    height: 228px;
    margin-bottom: 3px;
}
.MaterialInFocus
{
    width: 930px;
}
.CPane
{
    margin: 5 0 5 0;
}
