/*******************************HOME SCREEN*****************************/

.roomBtn
{
    cursor: pointer;
    font-weight: bold;
    margin: 5px 0px 5px 0px;
    padding-left: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 243px;
    color: #FFFFFF;
}

#roomListContainer
{
    clear: both;
    margin: 5px;
    width: 300px;
    height:350px; /* 210px; */
    overflow: hidden;
}

#roomList
{
    position: relative;
    top:0px;
}

#welcomeHomeText
{
    float: left;
    width: 275px;
    padding: 15px;
    line-height: 25px;

}

#middleCol{
    float: left;
    width: 280px;
}



#btn_down{
    clear: both;
   /* margin-left: 100px; Centre the div*/

}

#btn_up
{
    clear: both;
       /* margin-left: 100px; Centre the div*/

}

#houseIcon
{

    margin: 0px auto 5px auto;
    width: 106px;
    height: 106px;
    background-image: url("../images/icons/house.png");
    background-repeat: no-repeat;
}

#rightCol{
    color: #FFFFFF;
    float: left;
    width: 387px; /* 387 x 510*/
    height: 510px;
    background-color: #000000;
    overflow: auto;
}
#rightColInner{
    padding: 15px;
}

#addItemFormContainer{
    /*padding: 15px;*/
    display: none;
}

#addItemForm{
    margin-top : 15px;
}



.addItemQuantityBtn{
    cursor: pointer;
    margin-top : 15px;
    margin-right: 3px;
    float: right;
    width: 30px;
    height: 30px;
    background-color: #01497a;
}
.addItemQuantityText{
    font-size: 15px;
    text-align: center;
    padding: 5px 5px 5px 5px;
}

#addItemFormStatusMsg{
    margin-top: 30px;
    text-align: center;
}

#addItemText{
    margin-top: 4px;
    margin-right: 10px;

    float: left;
}

#addItemBtn{
    margin-bottom: 10px;
    background-image: url("../images/add_item.png");
    background-repeat: no-repeat;
    width: 29px;
    height: 29px;
    float: left;
    cursor: pointer;
}

#addRoomText{
    margin-top: 4px;
    margin-right: 10px;

    float: left;
}

#addRoomBtn{
        margin-bottom: 10px;
    background-image: url("../images/add_item.png");
    background-repeat: no-repeat;
    width: 29px;
    height: 29px;
    float: left;
    cursor: pointer;
}

#inventory{

    /*padding: 15px;*/
}

.roomName{
    color: #666666;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 5px;
}

.inventoryItem{
    float: left;
    cursor: pointer;
    width: 195px; /*was 188*/
    height: 30px;
    overflow: hidden;
    margin-bottom: 5px;
    margin-right: 5px;

    color: #ffffff;
}
.inventoryItemText{
    font-size: 10px;
    padding: 8px 5px 5px 5px;
}

.inventoryQuantityText{
    color: #ffffff;
    text-align: center;
    width: 30px;
    padding-top: 5px;
}

.inventoryRemoveItemText{
    color: #000000;
    font-weight: bold;
    text-align: center;
    width: 30px;
    padding-top: 5px;
}

.inventoryBtn{
    float: left;
    cursor: pointer;
    overflow: hidden;
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.noItems{
    color: #555555;
    font-size: 10px;

}

