
td.headerleft
{
   width: 5px;
   height: 22px;
   background: url(../../../images/layout/top_left.gif) no-repeat top left;
}

td.headercenter
{
   height: 22px;
   vertical-align: middle;
   padding: 0px 0px 0px 5px;
   font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 120%;
   font-weight: bold;
}

td.headerright
{
   width: 5px;
   height: 22px;
   background: url(../../../images/layout/top_right.gif) no-repeat top right;
}

td.contentleft
{
   width: 5px;
   font-size: 0px;
   background: url(../../../images/layout/content_left.gif) repeat-y left;
}

td.contentcenter
{
   padding: 5px 5px 3px 5px;
}

td.contentright
{
   width: 5px;
   font-size: 0px;
   background: url(../../../images/layout/content_right.gif) repeat-y right;
}

td.footerleft
{
   width: 5px;
   height: 5px;
   font-size: 0px;
   background: url(../../../images/layout/bottom_left.gif) no-repeat bottom left;
}

td.footercenter
{
   height: 5px;
   font-size: 0px;
   background: url(../../../images/layout/bottom_center.gif) repeat-x bottom;
}

td.footerright
{
   width: 5px;
   height: 5px;
   font-size: 0px;
   background: url(../../../images/layout/bottom_right.gif) no-repeat bottom right;
}

/* -------------------------------------------------------------------------- */

td.gbheaderleft
{
   width: 5px;
   height: 22px;
   background: url(../../../images/layout/gb-top_left.gif) no-repeat left;
}

td.gbheadercenter
{
   height: 22px;
   vertical-align: middle;
   padding: 0px 0px 0px 5px;
   font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 120%;
   font-weight: bold;
   background: url(../../../images/layout/gb-top_center.gif) repeat-x top;
}

td.gbheaderright
{
   width: 5px;
   height: 22px;
   background: url(../../../images/layout/gb-top_right.gif) no-repeat right;
}

td.infocontentcenter
{
   padding: 5px 1px 3px 1px;
}

td.gbheaderleft2
{
   width: 5px;
   height: 5px;
   background: url(../../../images/layout/gb-top_left2.gif) no-repeat left;
}

td.gbheadercenter2
{
   height: 5px;
   vertical-align: middle;
   padding: 0px 0px 0px 5px;
   font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 120%;
   font-weight: bold;
   background: url(../../../images/layout/gb-top_center2.gif) repeat-x top;
}

td.gbheaderright2
{
   width: 5px;
   height: 5px;
   background: url(../../../images/layout/gb-top_right2.gif) no-repeat right;
}

/* -------------------------------------------------------------------------- */

td.darkblue
{
   color: #FFFFFF;
   background-color: #1F6CA1;
}

td.lightblue
{
   background-color: #F8F9FB;
}

td.darkorange
{
   color: #FFFFFF;
   background-color: #E25032;
}

td.lightorange
{
   background-color: #FFF5DD;
}

td.darkgrey
{
   color: #000000;
   background-color: #D3D3D3;
}

td.lightgrey
{
   background-color: #EEEEEE;
}

td.greyblue
{
   color: #000000;
   background-color: #E5EAEE;
}

/* -------------------------------------------------------------------------- */

a.blocktitle, a.blocktitle:link, a.blocktitle:visited
{
   font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-weight: bold;
   color: #FFFFFF;
}

a.blocktitle:hover, a.blocktitle:active
{
   text-decoration: underline;
}

