﻿/***********************************/
/* MASTERPAGE                      */
/***********************************/
body
{
    background-color: #ffffff;
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
img
{
    border: 0px;
}
a
{
    text-decoration: none;
    cursor: pointer;
}
a:hover
{
    text-decoration: none;
    cursor: pointer;
}
table
{
    padding: 0px;
    margin: 0px;
    outline: 0px;
    border: 0px;
    border-collapse: collapse;
    border-spacing: 0px;
}
.aspnetForm
{
    display: none;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    width: 100%;
}
.statusbar
{
    background-image: url('images/bg_statusbar.gif');
    position: fixed;
    bottom: 0px;
    left: 0px;
    height: 22px;
    width: 100%;
    padding-top: 4px;
    color: #000000;
    font-size: 1.2em;
    text-align: center;
}
.copyright
{
    color: #000000;
    text-decoration: none;
}
.header
{
    background-image: url('images/header_top_bg.gif');
    background-repeat: repeat-x;
    height: 100px;
    padding: 0px 14px 0px 14px;
   /* border-bottom: solid 2px #3A4692; */
}
.header_container
{
    background-image: url('images/header_topImg_bg.png');
    background-repeat: no-repeat;
    background-position: top right;
    /* width: 100%; */
     margin-left: auto ;
  margin-right: auto ;
}
.container_left
{
    /* background-image: url('images/body_sx_bg.gif'); */
    background-repeat: repeat-y;
    background-position: left;
    height: 1024px;
    width: 14px;
    position: fixed;
    top: 0px;
    left: 0px;
}
.container_right
{
    /* background-image: url('images/body_dx_bg.gif'); */
    background-repeat: repeat-y;
    background-position: right;
    height: 1024px;
    width: 14px;
    position: fixed;
    top: 0px;
    right: 0px;
}
.container
{
    padding: 0px 18px 0px 18px;
}