@CHARSET "UTF-8";
#feedInput .activeTab{
    float: left;
    background: url("../../images/tabs-small.png") repeat-x scroll center top transparent;
    color: #333333;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin: 0 5px 0 0;
    text-align: center;
    padding:0px 10px;
    -moz-border-radius:5px 5px 0px 0px;
    -webkit-border-radius:5px 5px 0px 0px;
    border-radius:5px 5px 0px 0px;
}
#feedInput .inactiveTab{
    float: left;
    background: url("../../images/tabs-small.png") repeat-x scroll center -40px transparent;
    color: #CCCCCC;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 5px 0 0;
    padding:0px 10px;
    -moz-border-radius:5px 5px 0px 0px;
    -webkit-border-radius:5px 5px 0px 0px;
    border-radius:5px 5px 0px 0px;
}
#feedInput .textTop{
    clear: both;
    width: 100%;
    height: 17px;
    background: url("../../images/tab-body-up-long-ex.png") no-repeat;
}
#feedInput .text{
    background: url("../../images/tab-body-middle-long-ex.png") repeat-y transparent;
    width: 100%;
    clear: both;
}
#feedInput .textBottom{
    width: 100%;
    height: 20px;
    background: url("../../images/tab-body-down-long-ex.png") no-repeat;
}

#sendStatusForm, #sendPhotoStatusForm{
    width: 99%;
    margin: 0;
    padding: 0;
}
#sendStatusForm{
    padding-left: 3%;
}

#feedInputField, #feedPhotoInputField{
    background: url("../../images/v_arrow.png") no-repeat right top;
    background-color: #fff;
    border: 1px solid #aaa;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #666666;
    font-family: arial;
    font-size: 13px;
    height: 24px;
    padding: 10px 0 0 10px;
    width: 83% !important;
    float: left;
    overflow: hidden;
}

#feedInput .text input[type="submit"]{
    background: url("../../images/save.png") no-repeat scroll center top transparent;
    border: medium none;
    cursor: pointer;
    height: 37px;
    width: 14%;
    position: relative;
    margin-left: 5px;
    float: left;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}

#feedInput #photoUploadDiv{
    display: none;
    padding: 0 15px;
}


#feedInput label{
    clear: none !important;
}

#feedInput .shareOnFacebook label{
    width: 70% !important;
    line-height: 13px !important;
    clear: none !important;
}

#feedInput .shareOnFacebook{
    float: left;
    width: auto;
    margin: 0;
    padding: 0;
}

#feedInput #editStatusPermissions, #feedInput #editPhotoStatusPermissions{
    float: right;
    text-align: right;
    font-size: 10px;
    padding: 10px 20px 10px 0;
    width: 170px;
}

#feedInput #statusPermissions, #feedInput #photoStatusPermissions{
    float: right;
    display:none;
}

#feedInput .list{
    width: 230px;
    height: 25px;
    float: left;
}

#feedInput #statusPermissions .clubList, #feedInput #photoStatusPermissions .clubList{
    width: 145px;
    height: 25px;
    float: left;
}

#feedInput #statusPermissions .list label, #feedInput #statusPermissions .list input,
#feedInput #photoStatusPermissions .list label, #feedInput #photoStatusPermissions .list input,
{
    float: left;
}
#feedInput #statusPermissions .clubList label, #feedInput #photoStatusPermissions .clubList label{
    float: left;
    clear: none;
    line-height: 18px;
    width: auto;
    padding: 0 0 0 2px;
}

#sendStatusForm textarea {
    background: url("/images/v_arrow.png") no-repeat scroll right top #FFFFFF !important;
    border: 1px solid #AAAAAA !important;
    border-radius: 3px 3px 3px 3px !important;
    color: #666666 !important;
    float: left !important;
    font-size: 13px !important;
    height: 24px;
    overflow: hidden !important;
    padding: 10px 0 0 10px !important;
    width: 83% !important;
}

#sendStatusForm .volte-rank-stars
{
    display: block;
    float: left;
    margin-left: 3px;
    margin-right: 12px;
    margin-top: 5px;
}

#membersTabInput, #archersTabInput, #competitionsFutureTabInput, #competitionsPastTabInput, #statsTabInput ,  #newsTabInput, #clubStatsTabInput{
    display: none;
    padding: 0 0 2% 3%;
}

#feedInput select{
    width: 100%;
}

#statsTabInput select {
    float: left;
    width: 20%;
}

#feedInput #galleryTabInput{
    padding: 0 20px 0 20px;
    display: none;
}