/* CSS Document */
body
{
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    color: #525252;
}
h1
{
    color: black;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
	margin-left: 40px;
}
a:link
{
    color: #ffa500;
    text-decoration: underline;
}
a:visited 
{
    color: #ffa500;
    text-decoration: underline;
}
a:hover 
{
    color: lime;
    text-decoration: none;
}
a:active 
{
    color: lime;
    text-decoration: none;
}
div#info
{
    max-width: 780px;
    max-height: 380px; 
    overflow: auto;
}
.orange
{
    color: #dc771d;
}
.black
{
    color: black;
}
.red
{
    color: red;
}
ul
{
    list-style: none;
}
.button
{
    height: 24px;
    border-style: none;
    background-color: #c1b79c;
    border-radius: 12px 12px 12px 12px;
    -moz-border-radius: 12px 12px 12px 12px;
    -webkit-radius: 12px 12px 12px 12px;
    display: table-cell;
    vertical-align: middle;
    text-align:center;
    font-family: Tahoma;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    color: white;
    background-image:url("/img/search.png");
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
}
.button_act
{
    height: 24px;
    border-style: none;
    background-color: #c1b79c;
    border-radius: 12px 12px 12px 12px;
    -moz-border-radius: 12px 12px 12px 12px;
    -webkit-radius: 12px 12px 12px 12px;
    display: table-cell;
    vertical-align: middle;
    text-align:center;
    font-family: Tahoma;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    color: white;
    background-image:url("/img/search_act.png");
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
}
input#payCard
{
    height: 24px;
    border-style: none;
    background-color: #c1b79c;
    border-radius: 12px 12px 12px 12px;
    -moz-border-radius: 12px 12px 12px 12px;
    -webkit-radius: 12px 12px 12px 12px;
    display: table-cell;
    vertical-align: middle;
    text-align:center;
    font-family: TahomaRegular;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    color: white;
    background-image:url("/img/search.png");
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
}
input#payCard:hover
{
    background-image:url("/img/search_act.png");	
}
.footer input
{
    width: 120px;
}
.line input
{
    width: 30px;
}
.del input
{
    width: 28px;
    font-weight: bold;
    color: red;
}
.header td
{
    padding-bottom: 20px;
    padding-top: 20px;
    font-weight: bold;
}
.footer td
{
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
}
.confirm td
{
    background-color: #cff97d;
    height: 36px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: gray;
}
.comment
{
    width: 400px;
}
.contact
{
    width: 300px;
}
div#info p
{
    margin-left: 40px;
}
.footer input
{
    margin-right: 50px;
}
.invisible
{
    display: none;
}
.line td
{
    height: 36px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: gray;
}
.line-warning td
{
    background-color: #fdeaa8;
    height: 36px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: gray;
}
.line-warning-bot td
{
    background-color: #fdeaa8;
    height: 36px;
}
.line-warning input
{
    width: 30px;
}
.none
{
    background-color: white;
}