body {
    background-color: #2A3A53;
    color: #CCCCCC;
    font-family: Ubuntu, Arial;
    font-size: 12px;
}

html {
    margin: 0;
    padding: 0;
    border: 0;
}

h1, h2 {
    color: #CCCCCC;
    font-weight: normal;
}

a {
    text-decoration: none;
    color: #CCCCCC;
}

a img {
   width: 80px;
}

a:hover {
    background-color: gray;
    text-decoration: none;
}

.orange {
    color: orange;
    font-weight: bold;
}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.logo {
    width: 70px;
}

div.logo {
    margin-left: 5%;
    margin-right: 5%;
}

div.header {
    border-bottom: 1px solid #949494;
    padding-bottom: 5px;
}

div.content {
    margin-left: 5%;
    margin-right: 5%;
}

table.appTable td {
    background-color: #212E41;
    text-align: center;
    display: inline-block;
    width: 150px;
    height: 150px;
    margin: 2px;
}

table.appTable td a {
    display: block;
    width: 100%;
    height: 100%;
}

.loading {
    opacity: 0.45; /* Real browsers */
    filter: alpha(opacity = 45); /* MSIE */
}
