/* Buttons */
input.i-button 
{
    background: #d56a72 url(button.gif) repeat-x center center;
    color: #ffffff;
    font-size: 11px;
    height: 20px;
    padding-left: 5px;
    padding-right: 5px;
    border: solid 0px;
}


input.i-text {
    border: solid 1px #cacaca;
    background-color: #a4a0a0;
    padding: 1px;
    width: 130px;
}


textarea 
{
    border: solid 1px #cacaca;
    background-color: #a4a0a0;
    padding: 2px;
}



/* ~ H styles ~ */
h1 {
    margin-top: 4px;
    margin-bottom: 30px;
    padding-bottom: 6px;
    font-size: 15px;
    text-transform: uppercase;
    color: #d6d3d3;
    font-weight: bold;
}

h2 
{
    color: #f2818a;
    font-size: 16px;
    font-weight: bolder;
    margin-top: 10px;
    margin-bottom: 5px;
}
h3 
{
    color: #1a1919;
    font-size: 14px;
    font-weight: bolder;
    border-bottom: 1px dotted #403d3d;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
}
h4 
{
    color: #f4eeee;
    font-size: 11px;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e0dbdb;
}
h5 
{
    color: #aba5a5;
    font-size: 12px;
    font-weight: weight;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 0px;
    margin-bottom: 4px;
}





/* ~ List styles ~ */
ul {
    list-style-type: disc;
    list-style-image: url(list_style.gif);
    list-style-position: outside;
    margin-top: 1em;
    margin-bottom: 25px;
    margin-left: 15px;
    padding: 0px;
}
ul li {
    line-height: 13px;
    padding-bottom: 3px;
}





/* ~ Table style ~ */
table.tb-style td 
{
    padding: 2px;
    vertical-align: middle;
    border: solid 1px #ffffff;
}

table.tb-default td 
{
    border: solid 0px;
    padding: 0px;
}


/* ~ new ~ */
table.tb-style td.text, 
table.tb-style tr.text 
{
    background-color: #edf0f3;
}
table.tb-style tr.title td 
{
    background: #97b0bb url(turnpanel/turn_off.gif) repeat-x center bottom;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    font-size: 10px;
    height: 22px;
}

table.tb-style td.text div 
{
    font-style: italic;
    font-family: Arial;
    white-space: normal;
    font-size: 11px;
    color: #95a1a7;
}
