﻿.AppBox {
    border: solid 1px gray;
    border-top: none;
    background-color: #d7d7d7;
    height: 65px;
    padding: 5px;
    text-align: center;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
}

.AppBoxHover {
    border: solid 1px gray;
    border-top: none;
    background-color: #c7c7c7;
    height: 65px;
    padding: 5px;
    text-align: center;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
}

.AppBoxSelected {
    border: solid 1px gray;
    border-top: none;
    background-color: #A9CEEF;
    height: 65px;
    padding: 5px;
    text-align: center;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
}

.AppBoxHeader {
    height: 18px;
    padding: 2px 5px 0 10px;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #333333;
    border: solid 1px black;
    border-bottom: none;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
}

.AppBoxHeaderSelected {
    height: 18px;
    padding: 2px 5px 0 10px;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #666666;
    border: solid 1px black;
    border-bottom: none;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
}

.AppBoxContainer {
    width: 950px;
}

.AppWrapper {
    float: left;
    width: 200px;
    margin-right: 30px;
    margin-top: 5px;
    cursor: pointer;
}
