﻿/* Global ************************************************ */


/* Header ************************************************ */

#panel
{
    margin: 0px;
    padding: 5px 10px;
    background-color: #5184A4;
    border-bottom: 2px solid #999;
    font-size: 12px;
}


/* Editor ************************************************ */


#main
{
    margin: 0;
    padding: 10px;
    font-size: 12px;
}

#divInput
{
    margin: 0;
    padding: 0;
    width: 100%;
    height:100%;
  
}

#divOutput
{
    margin: 0;
    padding: 0;
    width: 50%;
    float: right;
    height:100%;
}

#TextBoxInput, #TextBoxOutput
{
    border: inset 1px;
    width: 99%;
    font-family: Lucida Console, Courier New, Monospace;
    font-size: 12px;
    line-height: 16px;
    padding: 2px;
    height:100%;

}

/* Loading ************************************************ */

#loading
{
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    z-index: 99;
    width:100px;
    margin-left:-50px;
    padding: 5px;
    background-color: #fff;
    border: 2px solid #999;
    -moz-border-radius: 6px;
    font-size: 12px;
}

/* Tabs & Panels  ****************************************** */


.btn2
{
    font-family: "Lucida Sans" , Arial, Sans-Serif;
    border: outset 1px;
    font-size: 11px;
    background: url(bg-btn.gif) repeat-x 0px -5px;
    color: #fff;
}

.btn:hover
{
    background: url(bg-btn.gif) repeat-x 0px -25px;
}

.btn:active
{
    border: inset 1px;
}

.ribbon
{
    font-size: 11px;
    color:#fff;
    margin: 5px 0;
    padding: 3px 3px 3px 100px;
    background-color: #ff9;
    -moz-border-radius: 3px;
    line-height: 22px;
}

#r1
{
    background: #6F9EB8 url(bg-convert.gif) no-repeat 0px 2px;
}
#r2
{
    background: #6F9EB8 url(bg-remove.gif) no-repeat 0px 2px;
}
#r3
{
    background: #6F9EB8 url(bg-encode.gif) no-repeat 0px 2px;
}
#r4
{
    background: #6F9EB8 url(bg-general.gif) no-repeat 0px 2px;
}

.tbs
{
    font-family: "Lucida Sans" , Arial, Sans-Serif;
    border: inset 1px;
    font-size: 11px;
    width: 55px;
}


