﻿
.appTileContainer
{
    width: 100%;
    border: solid 0px White;
}

.appTile
{
    width: 120px;
    height: 120px;
    border: 0px;
    float: left;
    border: solid 0px White;
    border-top-width: 4px;
    border-right-width: 4px;
    color: White;
    background-color: #999999;
}

.appTileInnerTopTileView,
.appTileInnerTop {
    width: 100%;
    height: 92px;
    white-space: normal;
    text-align: right;
    vertical-align: text-bottom;
}

.appTileInnerTopTileView {
    height: 100%;
}

.appTileTitle {
    height: 48px;
    max-height: 48px;
    overflow-y: hidden;
}

.appTileDescription {
    font-size: smaller;
    height: 48px;
    max-height: 48px;
    overflow-y: hidden;
}

.appTileInnerBottomTileView,
.appTileInnerBottom {
    width: 100%;
    height: 16px;
    white-space: normal;
    text-align: right;
    vertical-align: text-bottom;
}

.appTileInnerBottomTileView a,
.appTileInnerBottom a {
    color: White;
}

.appTileInnerBottomTileView a:hover,
.appTileInnerBottom a:hover {
    color: #D2D5DE;
    cursor: pointer;
    text-decoration: "underline";
}


.partTileContainer
{
    border: solid 0px White;
}

.partThumbnail
{
    height: 120px;
    border: 0px;
    float: left;
    border: solid 0px White;
    border-top-width: 4px;
    border-right-width: 2px;
    color: White;
    background-color: #999999;
}

.partTileInnerThumbnail
{
    white-space:normal;
    text-align: center;
    vertical-align: middle;
}

.partTile
{
    height: 120px;
    border: 0px;
    float: left;
    border: solid 0px White;
    border-top-width: 4px;
    border-right-width: 4px;
    color: White;
    background-color: #999999;
}

.partTileInnerTop
{
    height: 92px;
    white-space:normal;
    text-align: right;
    vertical-align: text-bottom;
}

.partTileInnerBottom
{
    height: 16px;
    white-space:normal;
    text-align: right;
    vertical-align: text-bottom;
}

.partTileInnerBottom a
{
    color:White;
}

.partTileInnerBottom a:hover 	
{
    color: #D2D5DE;  
    cursor:hand; text-decoration:"underline"; 
}


.appFeatureWireless
{
    background-color: #00ADEF;
}

.appFeatureSecurity
{
    background-color: #78B442;
}

.appFeatureInfrastructure
{
    background-color: #D2232A;
}

.appFeatureDataManagement
{
    background-color: #F8871F;
}

.appFeatureNetworkServices
{
    background-color: #254290;
}

.appFeatureCommunications
{
    background-color: #852A91;
}