/* Default CSS */

body
{
  font-family:verdana, san-serif;
  font-size:10pt;
  background-color:#DFEAF3;
  padding-bottom:30px;
}

table
{
  font-size:10pt;
}

a
{
  color:#0061AA;
  text-decoration:none;
}

a:hover
{
  color:#003454;
  text-decoration:underline;
}

h1
{
  font-size:18pt;
}

hr
{
  height:3px;
  border:none;
  background-color:#956F3A;
  margin:18px 0;
}

.inpText
{
  border:1px solid #666666;
  background-color:#F9E7A2;
}

.inpButton
{
  color:#FFFFFF;
  font-weight:bold;
  background-color:#0061AA;
  border:1px solid #666666;
}

/* MAIN BORDER */

.tblBorder
{
  width:920px;
}

.tblBorder .tl
{
  height:10px;
  width:10px;
  background-image: url('../images/BWR.layout.module.border.gif');
}

.tblBorder .t
{
  height:10px;
  width:900px;
  background-image: url('../images/BWR.layout.module.border.gif');
}

.tblBorder .tr
{
  height:10px;
  width:10px;
  background-image: url('../images/BWR.layout.module.border.gif');
}

.tblBorder .l
{
  height:10px;
  width:10px;
  background-image: url('../images/BWR.layout.main.border.l.gif');
}

.tblBorder .m
{
  width:900px;
}

.tblBorder .r
{
  height:10px;
  width:10px;
  background-image: url('../images/BWR.layout.main.border.r.gif');
}

.tblBorder .bl
{
  height:22px;
  width:22px;
  background-image: url('../images/BWR.layout.main.border.bl.gif');
}

.tblBorder .b
{
  height:22px;
  width:876px;
  background-image: url('../images/BWR.layout.main.border.b.gif');
}

.tblBorder .br
{
  height:22px;
  width:22px;
  background-image: url('../images/BWR.layout.main.border.br.gif');
}




/* BODY */

.tblMain
{
  width:900px;
}

.tdHeader
{
  width:900px;
  height:108px;
  background-image: url('../images/BWR.layout.header.png');
  text-align:right;
  vertical-align:bottom;
}

.tblNav
{
  padding:0 10px 5px 0;
}

.tdBody
{
  background-color:#FFFFFF;
  padding-bottom:20px;
}

.tdLeftContent
{
  width:180px;
  vertical-align:top;
  padding-top:18px;
}

.tdRightContent
{
  width:720px;
  vertical-align:top;
  padding-left:18px;
}

.tblHome
{
  width:702px;
  font-size:10pt;
}

.tdLeftHome
{
  width:509px;
  vertical-align:top;
  padding:18px 18px 0 0;
}

.tdRightHome
{
  width:175px;
  vertical-align:top;
  background-image: url('../images/BWR.layout.rightcolumn.gradient.gif');
  background-repeat:repeat-x;
  padding:18px 0 0 18px;
}

.tdBottomSpacer
{
  height:18px;
  width:900px;
  background-color:#956F3A;
}

.tdFooter
{
  width:900px;
  background-color:#FFFFFF;
}

.tdFooter a
{
  color:#956F3A;
  font-weight:bold;
  text-decoration:none;
}

.tdFooter a:hover
{
  text-decoration:underline;
}

/* MODULE */

.tblModule
{
  width:180px;
  background-image: url('../images/BWR.layout.leftcolumn.gradient.gif');
  background-repeat:repeat-x;
}

/*.tblModule .tl
{
  width:1px;
  height:23px;
  background-image: url('../images/BWR.layout.module.border.gif');
}*/

.tblModule .t
{
  width:179px;
  height:18px;
  background-color:#0061AA;
}

.tblModule .tr
{
  width:1px;
  height:18px;
  background-image: url('../images/BWR.layout.module.border.gif');
}

/*.tblModule .l
{
  width:1px;
  background-image: url('../images/BWR.layout.module.border.gif');
}*/

.tblModule .m
{
  padding:18px 18px 0 18px;
  border-right:1px solid #0061AA;
}

.tblModule .r
{
  width:1px;
  background-image: url('../images/BWR.layout.module.border.gif');
}

/*.tblModule .bl
{
  width:1px;
  height:1px;
  background-image: url('../images/BWR.layout.module.border.gif');
}

.tblModule .b
{
  width:178px;
  height:1px;
  background-image: url('../images/BWR.layout.module.border.gif');
}

.tblModule .br
{
  width:1px;
  height:1px;
  background-image: url('../images/BWR.layout.module.border.gif');
}*/