﻿.ModuleCatalog
{
    padding-top: 40px;
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #152e45;
}
.ModuleCatalog_Nav
{
    width: 100%; 
    overflow: hidden;
}
.ModuleCatalog_Nav DIV
{
    color: #FFF;
    line-height: 10px;
    overflow: hidden;
    min-width: 250px;
    float: left;
    padding: 5px 10px 5px 10px;
}
.ModuleCatalog_Nav DIV:first-child
{
    color: #FFF;
    line-height: 10px;
    overflow: hidden;
    min-width: 250px;
    float: left;
    padding: 5px 100px 5px 10px;
}
.ModuleCatalog_List
{
    width: 100%;
    height: 100%;
    float: right;
    overflow: scroll;
    overflow-x: hidden;
    border-top: solid 2px #152e45;
    background: #ededed url(../Images/ModuleCatalog/ModuleCatalog_bg.png) repeat-x;
}
.ModuleCatalog_FilterByPageInput
{
    font-size: 10px;
    margin-left: 2px;
    width: 90px;
}
.ModuleCatalog_FilterByPageButton
{
    padding: 0;
    margin: 0;
    font-size: 10px;
    margin-left: 2px;
    width: 54px;
}
.ModuleCatalog_Categories
{
    width: 146px;
    font-size: 10px;
}
.ModuleCatalog_PaneFooter
{
}
.ModuleCatalog_Zone
{
}
.ModuleCatalog_ZoneDropContainer
{
}
.ModuleCatalog_Pane
{   
    width: 10px; 
    height: 100%; 
    background: silver;
    position: absolute;
    left: 100%;
    background: url(../Images/ModuleCatalog/ModuleCatalog_SidePanelBg.gif) repeat-y;
    top: 0;
}
.ModuleCatalog_PaneButtons
{
    position: relative;
    height: 240px;
    top: 50%;
    margin-top: -120px;
}
.ModuleCatalog_ButtonExpand
{
    width: 9px; 
    height: 60px;
    cursor: pointer;
    padding: 0;
    border: 0;
    background: url(../Images/ModuleCatalog/ModuleCatalog_Button_Expand.png) no-repeat;
    background-position: center center;
}
.ModuleCatalog_ButtonNormalize
{
    width: 9px; 
    height: 60px;
    cursor: pointer;
    padding: 0;
    border: 0;
    background: url(../Images/ModuleCatalog/ModuleCatalog_Button_Normalize.png) no-repeat;
    background-position: center center;
}
.ModuleCatalog_ButtonHide
{
    width: 9px; 
    height: 60px;
    cursor: pointer;
    padding: 0;
    border: 0;
    background: url(../Images/ModuleCatalog/ModuleCatalog_Button_Hide.png) no-repeat;
    background-position: center center;
}
.ModuleCatalog_ButtonClose
{
    width: 9px; 
    height: 60px;
    cursor: pointer;
    padding: 0;
    border: 0;
    background: url(../Images/ModuleCatalog/ModuleCatalog_Button_Close.png) no-repeat;
    background-position: center center;
}
.ModuleCatalog_ButtonExpand:hover
{
    padding-top: 40px;
    width: 9px; 
    height: 60px;
    cursor: pointer;
    padding: 0;
    border: 0;
    background: url(../Images/ModuleCatalog/ModuleCatalog_Button_Expand_Hover.png) no-repeat;
    background-position: center center;
}
.ModuleCatalog_ButtonNormalize:hover
{
    width: 9px; 
    height: 60px;
    cursor: pointer;
    padding: 0;
    border: 0;
    background: url(../Images/ModuleCatalog/ModuleCatalog_Button_Normalize_Hover.png) no-repeat;
    background-position: center center;
}
.ModuleCatalog_ButtonHide:hover
{
    width: 9px; 
    height: 60px;
    cursor: pointer;
    padding: 0;
    border: 0;
    background: url(../Images/ModuleCatalog/ModuleCatalog_Button_Hide_Hover.png) no-repeat;
    background-position: center center;
}
.ModuleCatalog_ButtonClose:hover
{
    width: 9px; 
    height: 60px;
    cursor: pointer;
    padding: 0;
    border: 0;
    background: url(../Images/ModuleCatalog/ModuleCatalog_Button_Close_Hover.png) no-repeat;
    background-position: center center;
}

.ModuleCatalog_Module
{
    width: 220px;
    height: 150px;
    margin: 5px 5px;
    overflow: hidden;
    float: left;
    background: url(../Images/ModuleCatalog/ModuleCatalog_ModuleBg.png) no-repeat;
    background-position: top center;
    margin-bottom: 10px;
}
.ModuleCatalog_ModuleExisting
{
    width: 220px;
    height: 150px;
    margin: 5px 5px;
    overflow: hidden;
    float: left;
    background: url(../Images/ModuleCatalog/ModuleCatalog_ModuleExistingBg.png) no-repeat;
    background-position: top center;
    margin-bottom: 10px;
}
.ModuleCatalog_Module:hover
{
    width: 220px;
    height: 150px;
    margin: 5px 5px;
    overflow: hidden;
    float: left;
    background: url(../Images/ModuleCatalog/ModuleCatalog_ModuleBg_hover.png) no-repeat;
    background-position: top center;
    cursor: move;
    margin-bottom: 10px;
}
.ModuleCatalog_ModuleExisting:hover
{
    width: 220px;
    height: 150px;
    margin: 5px 5px;
    overflow: hidden;
    float: left;
    background: url(../Images/ModuleCatalog/ModuleCatalog_ModuleExistingBg_hover.png) no-repeat;
    background-position: top center;
    cursor: move;
    margin-bottom: 10px;
}
.ModuleCatalog_Module SPAN
{
    text-align: center;
    display: block;
    width: 100%;
    height: 40px;
    font-weight: bold;
    margin-top: 10px;
}
.ModuleCatalog_ModuleExisting SPAN
{
    text-align: center;
    display: block;
    width: 100%;
    height: 40px;
    font-weight: bold;
    margin-top: 10px;
}
.ModuleCatalog_ModuleImage
{
    background-position: center top;
    width: 175px;
    height: 150px;
    margin: 0 auto;
}