/* =================================================
	General definitions
   ================================================= */
body {
    margin: 0px;
    padding: 0px;
    text-align: center;
	font-family: helvetica, verdana, arial, sans-serif;
	font-weight: normal;
	font-size: 1em;
	background: #336666;
}
form
{
	margin: 0;
	padding: 0;
}
img
{
	border: none;
}
a
{
	color: blue; /* #999966; */
	text-decoration: none;
}
a:hover
{
	color: #000000;
}

/* =================================================
	Menu bar
   ================================================= */
div#toppagebar
{
    margin: 0 auto;
    font-size: 1px;
    width: 800px;
    height: 10px;
    background: url(../images/toppagebar.gif);
}
div#menubar
{
    margin: 0 auto;
    width: 800px;
    height: 28px;
    text-align: left;
}
div#menubar ul
{
	padding-left: 0;
	margin: 0;
	background: url("../images/menubar.gif");
	color: White;
	float: left;
	width: 100%;
	height: 27px;
	font-weight: bold;
	font-size: 0.7em;
}
#menubar ul li
{
    display: inline;
}
#menubar ul li a
{
	padding: 0.6em 0.5em;
	color: #999966;
	text-decoration: none;
	float: left;
	border-right: 1px solid #999966;
}
#menubar ul li a:hover
{
	color: #000000;
}
#menubar ul li img
{
	padding: 0px;
	color: #999966;
	float: left;
	border-right: 1px solid #999966;
}
/* =================================================
	Working area formats
   ================================================= */
div#workingarea_home
{
    margin: 0 auto;
    width: 800px;
    text-align: left;
    color: #ffffff;
    height: 384px;
    background: url(../images/home_image.gif);
    border-bottom: solid 1px gray;
}
div#pageheader
{
    margin: 0 auto;
    width: 800px;
    text-align: left;
    color: #ffffff;
    height: 90px;
    background: url(../images/home_image.gif);
    border-bottom: solid 1px gray;
}
div#pagetitlebar
{
	margin: 0 auto;
	width: 800px;
	height: 30px;
	background: #ded6b5;
	font-size: 0.8em;
	border-bottom: solid 1px gray;
}
div#pagetitlebar div#item	/* This is the same as 'div#pagetitlebar div#item_left' */
{
	float: left;
	padding: 6px 10px;
	color: #2a424e;
}
div#pagetitlebar div#item_left
{
	float: left;
	padding: 6px 10px;
	color: #2a424e;
}
div#pagetitlebar div#item_right
{
	float: right;
	padding: 6px 10px;
	color: #2a424e;
}
div#workingarea
{
    margin: 0 auto;
    padding: 0px;
    width: 800px;
    min-height: 430px;
    height: auto ! important;
    height:430px;
    text-align: left;
    background: #ffffff;
    font-size: 0.9em;
}
div#workingarea p
{
    padding-left: 10px;
    padding-right: 10px;
}
div#workingarea h3
{
    margin-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
}
div#workingarea h4
{
    margin-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
}
div#workingarea table
{
    margin-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
}
/* =================================================
	footer
   ================================================= */
div#footer
{
    margin: 0 auto;
    padding: 0px;
    width: 800px;
    height: 70px;
	background: #ded6b5;
    border-bottom: solid 1px gray;
}
div#footeritem
{
	float: left;
	/* width: 20%; */
	text-align: center;
	padding-top:10px;
	padding-left:28px;
	padding-right:28px;
    /* border: solid 1px gray; */
}
/* =================================================
	Additional partner logos
   ================================================= */
div#addPartnerLogos
{
    margin: 0 auto;
    padding: 0px;
    width: 800px;
    height: 60px;
	background: #ffffff;
}
div#addPartnerLogosItem
{
	float: left;
	/* width: 20%; */
	text-align: center;
	padding-top:10px;
	padding-left:28px;
	padding-right:28px;
    /* border: solid 1px gray; */
}
/* =================================================
	Tables
   ================================================= */
.DefaultTable
{
    border: 0;
    margin: 0px;
    padding: 0px;
    width: 100%;
    font-weight: normal;
    font-size: 0.9em;		/* 1.0 as the font-size is controlled by WorkingAreaBody */
    border-left: solid 1px #F5F6E7;
    border-bottom: solid 1px #F5F6E7;
    /* border-left: solid 1px #A7A875;
    border-bottom: solid 1px #A7A875; */
    background-color: #E8E9DB;
    color: #333333;
}
.DefaultTable td
{
    vertical-align: top;
    padding: 4px;
    border-right: solid 2px #F5F6E7;
    border-top: solid 2px #F5F6E7;
    /* border-right: solid 1px #A7A875;
    border-top: solid 1px #A7A875; */
}
.DefaultTable td label
{
    font-weight: bold;
}
.DefaultTable td .TextAccountDisplay
{
	margin: 5px 5px 5px 15px;	/* Top Right Bottom Left */
}
.DefaultTable th
{
    vertical-align: top;
    text-align: left;
    padding: 3px;
    border-right: solid 2px #F5F6E7;
    border-top: solid 2px #F5F6E7;
    /* border-right: solid 1px #A7A875;
    border-top: solid 1px #A7A875; */
}
.DefaultTable tr#TitleBar
{
    /* background-image: url('../images/3dbar.gif');
    background-repeat: repeat-x; */
    background-image: url('../images/table_header.gif');
    background-repeat: no-repeat;
	border: 0;
}
.DefaultTable tr#TitleBar td
{
	padding: 0;
	margin: 0;
	border: 0;
	vertical-align: middle;
}
.DefaultTable tr#HighlightRow
{
	background-color: #dcddc8;
}
.DefaultTable td a
{
    color: #333333;
	text-decoration: none;
}
.DefaultTable td a:hover
{
	text-decoration: none;
	color: #AE8A43;
}
.DefaultTable td#TableFooter
{
    background: #A8A975;
	height: 5px;
}
/* ---------------------------------------------- */
table.DocList
{
    border: 0;
    margin: 0px;
    padding: 0px;
    width: 60%;
    font-weight: normal;
    font-size: 0.9em;		/* 1.0 as the font-size is controlled by WorkingAreaBody */
}
/* ---------------------------------------------- */
p.EntryField
{
	width:600px;
}
p.EntryField label
{
	width:200px;
}
