﻿body
{
    margin: 0px;
    background: url(images/bg.png) repeat-x;
}

table.maintable
{
    border: none;
    margin-top: 10px;
}

table.maintable td
{
    vertical-align: top;
}

table.maintable td.topleftcorner
{
	width: 29px;
	height: 12px;
}

table.maintable td.topborder
{
    background: url(images/topborder_bg.png) repeat-x;
	height: 12px;
}


table.maintable td.toprightcorner
{
	text-align: left;
	width: 18px;
	height: 12px;
}

table.maintable td.leftmenu
{
	width: 29px;
	height: 28px;
}

table.maintable td.menu
{
    background: url(images/menu_bg.png) repeat-x;
	height: 28px;
}


table.maintable td.rightmenu
{
	width: 18px;
	height: 28px;
}

table.maintable td.leftcontent
{
	width: 29px;
	height: 455px;
}

table.maintable td.leftcontentconti
{
	background: url(images/leftcontent_conti_bg.png) repeat-y;
	width: 29px;
}


table.maintable td.contentpane
{
    background: url(images/content_bg.png) repeat-x;
    background-color: #aab2be;
	height: 455px;
	width: 600px;
}

table.maintable td.leftpane
{
    background: url(images/content_bg.png) repeat-x;
    background-color: #aab2be;
    text-align: right;
    padding-top: 17px;
	height: 455px;
	width: 150px;
}

table.maintable td.rightcontent
{
	width: 18px;
	height: 455px;
}

table.maintable td.rightcontentconti
{
	background: url(images/rightcontent_conti_bg.png) repeat-y;
	width: 18px;
}


table.maintable td.bottomleftcorner
{
	width: 29px;
	height: 22px;
}

table.maintable td.bottomborder
{
    background: url(images/bottomborder_bg.png) repeat-x;
	height: 22px;
}


table.maintable td.bottomrightcorner
{
	text-align: left;
	width: 18px;
	height: 22px;
}

table.toptable
{
	width: 100%;
}

table.toptable td
{
	vertical-align: top;
}

table.toptable td.logopane
{
	width: 50%;
	padding-left: 7px;
}

table.toptable td.gazellepane
{
	width: 50%;
	padding-right: 11px;
}

table.bottomtable
{
	width: 100%;
}

table.bottomtable td
{
	vertical-align: top;
}

table.bottomtable td.footerpane
{
	padding-left: 25px;
	width: 80%;
font-family: verdana;
    font-size: 8px;
    color: #4f4f4f;
}

table.bottomtable td.loginpane
{
	padding-right: 15px;
	text-align: right;
	width: 20%;
}

A
{
    color: #336699;
    text-decoration: none;
}

A:Hover
{
    color: #336699;
    text-decoration: underline;
}

A.whitetext:link
{
    color: #ffffff;
    text-decoration: none;
}

A.whitetext:Hover
{
    color: #ffffff;
    text-decoration: underline;
}

A.footer:link 
{
    text-decoration: none;
    font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
    color: #4f4f4f;
}

A.footer:visited
{
    text-decoration: none;
    font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
    color: #4f4f4f;
}

A.footer:active
{
    text-decoration: none;
    font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
    color: #4f4f4f;
}

A.footer:hover
{
    text-decoration: underline;
    font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
    color: #4f4f4f;
}

HR {
	color: #CCCCCC;
	height: 1px;
	width: 100%;
}

.xsTxtSearch
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    color: #4f4f4f;
    width: 120px;
    height: 15px;
    background-color: #bababa;
}

.NormalTextBox
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    color: #4f4f4f;
    width: 200px;
}