﻿body
{
    margin: 0 auto;
    background-color: #ebb96b;
    font-family: Verdana, Arial;
    font-size: 10px;
    color: #000000;
}
.shadow_left, .shadow_right
{
    background-image: url('images/img_shadow_left.gif');
    background-repeat: repeat-y;
    width: 8px;
    padding: 0px;
    height: 100%;
}
.shadow_right
{
    background-image: url('images/img_shadow_right.gif');
}
.header_logo
{
    width: 654px;
    height: 64px;
    background-color: #cb7134;
    background-image: url('images/logo_header.gif');
    background-repeat: no-repeat;
}
.center
{
    width: 654px;
}
.header_gradient_bar
{
    background-image: url('images/img_gradient_bar.gif');
    background-repeat: repeat-x;
    height: 23px;
    vertical-align: middle;
}
.content_main
{
    background-color: #ffed99;
}
.menu, A.menu
{
    font-family: Verdana, Arial;
    font-size: 10px;
    color: #000000;
    text-decoration: none;
}
INPUT
{
    font-family:Verdana, Arial;
    font-size: 10px;
}
.error_message
{
    font-family: Verdana, Arial;
    font-size: 10px;
    color: #ff0000;
    text-decoration: none;
}
.text_bar, .text_bar:Active, .text_bar:hover, .text_bar:Link, .text_bar:Visited,
A
{
    font-family: Verdana, Arial;
    font-size: 10px;
    color: #000000;
    text-decoration:none;
    vertical-align: middle;
}
h1
{
    font-size:10px;
    font-weight:bold;
}
.table_gradient_bar
{
    background-image: url('images/img_gradient_bar.gif');
    background-repeat: repeat-x;
    height: 20px;
    vertical-align: middle;
}

/* ----------------------------------------------------------------------------
   Container
   --------------------------------------------------------------------------*/
.container_tl
{
    background-image: url('images/01_tl.gif');
    width:10px;
    height:29px;
}
.container_tm
{
    background-image: url('images/01_tm.gif');
    background-repeat:repeat-x;
    height:26px;
    font-family: Verdana, Arial;
    font-size: 8pt;
    font-weight: bold;
    vertical-align:top;
    padding-top:2px;
    color: #ffffff;
}
.container_t_curvy
{
    background-image: url('images/01_t_curvy.gif');
    width:51px;
    height:29px;   
}
.container_t_curvy_r
{
    background-image:url('images/01_t_curvy_r.gif');
    background-repeat:repeat-x;
    height:29px;
}
.container_tr
{
    background-image: url('images/01_tr.gif');
    background-repeat:no-repeat;
    width:4px;
    height:29px;
}
.container_m
{
    background-color:#ffffff;
    /*font-family: Verdana, Arial;
    font-size: 10pt;
    padding-left:10px;*/
}
.container_bl
{
    background-image: url('images/01_bl.gif');
    width:2px;
    height:25px;
}
.container_bm
{
    background-image: url('images/01_bm.gif');
    height:25px;
}
.container_b_curvy
{
    background-image: url('images/01_b_curvy.gif');
    height:25px;
}
.container_b_curvy_r
{
    background-image: url('images/01_b_curvy_r.gif');
    background-repeat: repeat-x;
    height:25px;
    text-align:right;
}
.container_br
{
    background-image: url('images/01_br.gif');
    background-repeat:no-repeat;
    width:4px;
    height:25px;
}
.container_base_space
{
    background-color: #ffffff;
}
.container_title
{
    color:#ffffff;
    vertical-align:top;
    font-weight:bold;
    font-size:10px;
    font-family: Verdana, Arial;
}
.container_valign_top
{
    vertical-align:top;
}