/* Mis estilos JAF
-----------------------------------------------------------------------------*/

/* Inicio editor de pinyin
************************************/

.borderbgtop{
        border-top: 6px solid black;
        background-image: url("linea1.png");
        background-repeat: repeat-x;
        height: 15px;
        padding-bottom: 15px;
    }
    .textareabg{
        background : url("editorbg.png") no-repeat;
        padding: 10px;
        height: 215px;
        width: 410px;
    }
    .pinyintextarea{
        margin: 0 auto;
        border: 0;
        /* IE sucks */
        overflow: auto;
        height: 182px;
        width: 385px;
        font-size: 14px;
    }
   // textarea { overflow: auto; }
    .borderbgbot{
        border-bottom: 6px solid black;
        background-image: url("linea1.png");
        background-repeat: repeat-x;
        height: 15px;
        padding-top: 15px;
    }
    #converterbutton{
        background: url("converter.png") no-repeat scroll 0 0 transparent;
        width: 120px;
    }
    #selecterbutton{
        background: url("selecter.png") no-repeat scroll 0 0 transparent;
        width: 158px;
    }
    
    #deleterbutton{
        background: url("deleter.png") no-repeat scroll 0 0 transparent;
        width: 113px;
    }
    .pyeditor button{
        height: 31px;
        width: 110px;
        border: none;
        margin-right:9px;
    }
    .pyeditor{
        margin: 0 auto;
        width: 850px;
        background-color: #777777;
    }
    .divcontainer{
        padding: 10px;
        float:left;
        margin-right: 65px;
        margin-left:10px;
    }
    .buttoneditorpinyin{
        border: none;
    }
    .vowelsTable{
        border-collapse: collapse;
    }
    .vowelsTable td{
        width: 44px;
        height: 40px;
        text-align:center;
        background: url("rectangle.png") no-repeat center;
    }
    .vowelsTable input{
        cursor:pointer;
        background-color: transparent;
        width:35px;
        height: 27px;
    }
    td.tableheader {
        font-size: 20px;
        font-weight: bold;
        background: url("buttonnumb.png") no-repeat center;
    }
    .buttons{
        margin-top: 20px;
    }

/* Fin editor de pinyin
************************************/