﻿body
{
    border: 0;
    padding: 0;
    margin: 0;
	line-height: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
    background-color: #eeebe7;
    background-image: url('images/BG.jpg');
    background-position: left top;
    background-repeat: repeat-x;
    width: 100%;
    height: 100%;
}

form
{
    border: 0;
    padding: 0;
    margin: 0;
}

table
{
    border-collapse: collapse; 
    border: 0;
    padding: 0;
    margin: 0;
    empty-cells: show;
}

TD
{
    border: 0;
    padding: 0;
    margin: 0;
}

select
{
    font-size: 9px;
}

H3
{
    margin-top: 1em;
}

#page
{
	width: 913px;
	margin: 0 auto;
	height: 100%;
	text-align: left;
}

#page-header
{
    margin: 10px auto 0 auto;
    width: 899px;
    height: 45px;
    color: White;
    padding: 0 7px;
    color: Black;
    font-size: 9px;
}

.links a
{
    color: Black;
}

#page-border-top
{
    background-image: url('images/main_panel_top.png');
    width: 913px;
    height: 24px;
}

#page-border-bottom
{
    background-image: url('images/main_panel_bottom.png');
    width: 913px;
    height: 24px;
}

#page-center-area
{
    background-image: url('images/main_panel_side.png');
    background-position: top left;
    background-repeat: repeat-y;
    width: 913px;
}

#page-center-area-content
{
    width: 873px;
    margin: auto;
}

.application-logon-button
{
    font-size: 10px;
    background-repeat: no-repeat;
    color: White;
    text-align: center;
    vertical-align: middle;
    width: 90px;
    height: 18px;
    display: table-cell;
}

.application-links
{
    font-size: 10px;
    color: Black;
    text-decoration: underline;
}

#bottom-links
{
    width: 900px;
    margin: auto;
	color: black;
	padding-top: 2px;
	height: 35px;
	font-family: Arial;
	font-size: 9px;
	vertical-align: bottom;
}

#bottom-links a
{
	color: black;
}

#top-banner-area
{
    margin: 0 auto 10px auto;
}

#left-area-container
{
    width: 226px;
}

.shadow-rounded-top-left
{
    background-image: url(images/shadow_box_top_left.png);
    width: 19px;
    height: 19px;
}

.shadow-rounded-top
{
    background-image: url(images/shadow_box_top.png);
    height: 19px;
}

.shadow-rounded-top-right
{
    background-image: url(images/shadow_box_top_right.png);
    width: 19px;
    height: 19px;
}

.shadow-rounded-left
{
    background-image: url(images/shadow_box_left.png);
    width: 19px;
}

.shadow-rounded-right
{
    background-image: url(images/shadow_box_right.png);
    width: 19px;
}

.shadow-rounded-bottom-left
{
    background-image: url(images/shadow_box_bottom_left.png);
    width: 19px;
    height: 19px;
}

.shadow-rounded-bottom
{
    background-image: url(images/shadow_box_bottom.png);
    height: 19px;
}

.shadow-rounded-bottom-right
{
    background-image: url(images/shadow_box_bottom_right.png);
    width: 19px;
    height: 19px;
}

#menu-container
{
    margin-bottom: 10px;
}

.textAlignCenter
{
	text-align: center;
}

.textAlignRight
{
	text-align: right;
}

.textAlignLeft
{
	text-align: left;
}

.contact-container
{
    padding-bottom: 10px;
}
.contact-table
{
}
.contact-country
{
    font-weight: bold;
    line-height: 2em;
}
.contact-title
{
    padding-right: 10px;
    vertical-align: top;
}
.contact-text
{
}
.tophint
{
    color: Gray;
    font-style: italic;
}