/*body {*/
/*    font-family: "Shadows Into Light", cursive;*/
/*    font-weight: 200;*/
/*    font-style: normal;*/
/*    font-size: 14px;*/
/*    src: url('/staticfiles/fonts/ShadowsIntoLight-Regular.ttf');*/
/*}*/

.ccssTab {
    height: 40px;
    line-height: 40px;
    width: 90px;
    border: 1px #EFEFEF solid;
    margin: 1px;
    text-align: center;
    vertical-align: middle;
    float: left;
}

.ccssTab:hover {
    border-color: pink;
}

.ccssTabActive {
    border-color: greenyellow;
    background: green;
}


.ccssTabWP {
    background: #B474B3;
}

.tabRow {
    height: 50px;
}

.tabWrapper {
    height: 60px;
    width: 500px;
    overflow-x:auto;
    overflow-y:hidden;
}

.tabContainer{
    width:2000px;
}


.winWrapper {
    height: 60px;
    width: 500px;
    overflow-x:auto;
    overflow-y:hidden;
}

.winContainer{
    width:2000px;
}

.tabContent {
    vertical-align: top;
}

.tabCloseButton {
    position: relative;
    left: 66px;
    bottom: 40px;
    padding: 0;
    margin: 0;
    width: 24px;
    height: 24px;
    background: url("/staticfiles/gfx/buttonClose.png");
}

.ccssMinimizedWin {
    height: 40px;
    line-height: 40px;
    width: 40px;
    border: 1px red solid;
    margin: 1px;
    text-align: center;
    vertical-align: middle;
    float: left;
    border-radius: 5px;
}

.ccssWPIcon {
    height: 60px;
    width: 80px;
    margin: 0px;
    text-align: center;
    vertical-align: middle;
    border:1px #007fff solid;
    border-radius: 5px;
    overflow: hidden;
}

.chatMsgMe {
    margin: 10px 25px 0px 0px;
    padding: 5px;
    border: #000000 solid 1px;
    border-radius: 5px;
    background: #B474B3;
    max-width:700px;
    overflow-x:hidden;
    font-size: 24px;
}

.chatMsgOthers {
    margin: 10px 0px 0px 25px;
    padding: 5px;
    border: #000000 solid 1px;
    border-radius: 5px;
    background: #f1a899;
    max-width:700px;
    overflow-x:hidden;
}