﻿
.popupDialog
{
    display: none;
    padding: 5px;
    border: thin solid gray;
    text-align: left;
    width: 350px;
}

.popupDialog p
{
    background-color: Gray;
    padding: 5px;
    font-size: .9em;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}

.popupDialog label
{
    font-size: .9em;
    color: #000;
}

.popupDialog button
{
    width: 70px;
    height: 25px;
}

.projectItemDropdown
{
    text-align: left;
    margin-top: 2px;
    background-color: Silver;
    display:none; 
    height: 130px;
    width: 200px;
    border: thin solid gray; 
    overflow: scroll;
    overflow-x: hidden;
    -ms-overflow-x: hidden;
    position: absolute;
}

.projectItemDropdown ul
{
    list-style: none;
    margin: 0;
    padding: 5px;
}

.projectItemDropdown li
{
    margin-bottom: 4px;
}

.projectItemDropdown a
{
    color: #000;
}

/* Subcategory */
ul.slider-subcategory
{
    width: 1000px;
    margin: 0;
    padding: 0;
}

.slider-subcategory li
{
    list-style: none;
    display: inline;
    padding: 0;
}

td.subcategory
{
    border: thin solid #CCC;
    text-align: center;
    width: 312px;
    /*height: 392px;*/
    padding: 0 3px 3px 3px;
}

td.subcategory h3
{
    color: #666 !important;
}

td.subcategory .categoryImage
{
    height: 196px;
}
