﻿
.ui-button
{
    display: inline-block;
    position: relative;
    padding: 0;
    margin-right: .1em;
    text-decoration: none !important;
    cursor: pointer;
    text-align: center;
    zoom: 1;
    overflow: visible;
    font-weight: bold;
}
/* the overflow property removes extra width in IE */

.ui-button .ui-button-text
{
    display: block;
    line-height: 1.4;
}
input.ui-button
{
    padding: .2em 1em;
  
}

.ui-button
{
    margin-left: 0;
    margin-right: -.3em;
}

.ui-corner-top10
{
    -moz-border-radius-topleft: 10px;
    -khtml-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -khtml-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
}

.ui-corner-bottom10
{
    -moz-border-radius-bottomleft: 10px;
    -khtml-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -khtml-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.error
{
    background: #FFBFBF url(images/error.png) center no-repeat;
    background-position: 15px 50%;
    text-align: left;
    font-weight: bold;
    padding: 0px 20px 5px 45px;
    border-top: 1px solid #FF2424;
    border-bottom: 1px solid #FF2424;
}



.content
{
    /*      text-align: left;*/
    vertical-align: top;
    padding: 4px 6px 10px 10px;
    line-height: 150%;
    font-size: 12px;
}

h1, h2, h3, h4, h5, h6
{
    font-weight: bold;
    padding: 0px;
}

h1
{
    font-size: 16px;
    color: #9F3430;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
}

h2
{
    font-size: 14px;
    color: #48583E;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 22px;
}

h3
{
    font-size: 12px;
    color: #9f3430;
    margin-left: 20px;
    margin-right: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 20px;
}
.cellcenter
{
    text-align: center;
}

.tablecenter
{
    margin-left: auto;
    margin-right: auto;
}


.Tbox50
{
    width: 50px;
}
.Tbox100
{
    width: 100px;
}
.Tbox200
{
    width: 200px;
}


.Tbox400
{
    width: 400px;
}

.Tbox600
{
    width: 600px;
}


ol
{
    margin: 0 40px;
}










