﻿.aboutContentContainer {
    width: 92%;
    height: 600px;
    margin: 0 auto 0 auto;
    overflow: hidden;
    font-family: Verdana;
    display: none;
}

.aboutContentInnerContainerStyle {
    width: 870px;
    margin: 0 auto 0 auto;
    margin-top: 10px;
}

.aboutContentCenterStyle {
    width: 720px;
    height: 100%;
    margin: 0 auto 0 auto;
}

.aboutTitleStyle {
    font-size: 32px;
}

.aboutInfoContainerStyle {
    float:left;
    width: 45%;
    min-width: 700px;
    height: 80%;
    min-height: 500px;
    overflow: hidden;
}

.aboutDescriptionRowStyle {
    width: 90%;
    color: #ffffff;
}

.aboutDescriptionRow2Style {
    width: 90%;
    color: #ffffff;
    margin-top: 16px;
}

.aboutImaginationContainer {
    float: left;
    width: 15%;
    min-width:267px;
    height: 50%;
    min-height:301px;
    background-color: #000000;
    border-top: 1px solid #dddddd;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    margin: 20px 0px 0px 0px;
}

.aboutImaginationImage {
    width: 100%;
    height: 100%;
    background-image: url("../images/imagination.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size:cover;
    margin: 0 auto 0 auto;
}

.aboutImaginationTextContainer {
    width: 100%;
    color: #ffffff;
    font-size: 18px;
    margin-top: 8px;
    text-align: center;
}

.aboutContentInnerTableStyle {
    width: 100%;
    height: 100%;
}

.aboutContentTabPageContainerStyle {
    width: 100%;
    height: 435px;
}

/* contribution list */
.aboutContributorListContainerStyle{
    width: 100%;
    height: 320px;
    overflow: auto;
    margin-top: 20px;
}

.aboutContributorRowStyle {
    width: 96%;
    height: 48px;
    line-height: 48px;
    border-radius: 4px;
    border-top: 1px solid #888888;
    border-left: 1px solid #888888;
    border-right: 1px solid #444444;
    border-bottom: 1px solid #444444;
    overflow: hidden;
    margin-bottom: 4px;
}

.aboutContributorNameColumnStyle {
    float: left;
    width: 37%;
    height: 100%;
    color: white;
    vertical-align: middle;
    background-image: url("../images/stealRepeatTexture2.png");
    background-repeat: repeat-x repeat-y;
    padding-left: 6px;
    overflow: hidden;
}

.aboutContributorLinkColumnStyle {
    float: left;
    width: 60%;
    height: 100%;
    overflow: hidden;
    padding-left: 10px;
}
