/* TOPBAR */

table.topbar {
width: 100%;
font-size: 9pt;
background : url(/images/topbar.gif) top right no-repeat;
height: 40px;
}
.topbarmid {
text-align: right;
vertical-align: top;
padding: 6px 0px 0px 0px;
}
.topbarright {
text-align: right;
vertical-align: top;
padding: 2px 30px 0px 0px;
width: 230px;
}
.topbar a {
color: #666666;
text-decoration: none;
}
.topbar a.selected {
text-decoration: underline;
}
.topbar a:hover {
text-decoration: underline;
}
.searchinput {
font-size: 9pt;
width: 120px;
margin: 0px 0px 10px 0px;
padding: 0px 0px 0px 0px;
vertical-align: middle;
}
.searchbutton {
color: #333333;
background-color: #cccccc;
font-family : Arial, Helvetica, sans-serif;
font-size: 11pt;
font-weight: bold;
border: none;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
.searchbutton:hover {
cursor: pointer;
}

/* HEADER */

table.header {
width: 100%;
height: 135px;
}
td.headerleft {
background: url(/images/header-left.gif) no-repeat;
width: 272px;
}
td.headercenter {
background: url(/images/header-center.gif) repeat-x;
}
td.headerright {
background: url(/images/header-right.gif) no-repeat;
width: 44px;
}

/* LEFT - CONTENT - RIGHT */

td.lefttop {
width: 220px;
font-size: 10pt;
font-weight: bold;
padding: 10px 0px 20px 5px;
vertical-align: top;
line-height: 20px;
}
td.lefttop a {
color: #666666;
background: url(/images/li-green1.gif) no-repeat 10px 5px;
text-decoration: none;
padding: 0px 0px 0px 25px;
}
td.lefttop .depth2 a {
background: url(/images/li-green2.gif) no-repeat 10px 5px;
font-weight: normal;
}
td.lefttop .depth3 a {
background: url(/images/li-green3.gif) no-repeat 10px 5px;
font-weight: normal;
}
td.lefttop .current a {
background: url(/images/li-green3.gif) no-repeat 10px 5px;
color: #7cbe12;
font-weight: bold;
}
td.lefttop a:hover {
color: #666666;
text-decoration: underline;
}
td.leftbottom {
width: 195px;
font-size: 8pt;
padding: 10px 50px 13px 25px;
vertical-align: bottom;
}
td.content {
vertical-align: top;
padding: 0px 0px 0px 15px;
}
td.right {
width: 44px;
}

/* FOOTER */

table.footer {
background: url(/images/footer-center.gif) repeat-x;
width: 100%;
height: 95px;
}
td.footerleft {
background: url(/images/footer-left.gif) no-repeat;
width: 272px;
}
td.footercenterleft {
font-size: 8pt;
text-align: left;
vertical-align: top;
padding: 20px 0px 0px 10px;
}
td.footercenterrighttop {
font-size: 8pt;
text-align: right;
vertical-align: top;
padding: 20px 10px 10px 0px;
}
td.footercenterrightbottom {
color: #dddddd;
font-size: 7pt;
text-align: right;
vertical-align: bottom;
padding: 0px 10px 15px 0px;
}
td.footercenterrightbottom a {
color: #dddddd;
text-decoration: none;
}
td.footercenterrightbottom a:hover {
color: #ffffff;
text-decoration: underline;
}

td.footerright {
background: url(/images/footer-right.gif) no-repeat;
width: 44px;
}
td.footerright a {
color: #333333;
text-decoration: none;
}
td.footerright a:hover {
color: #333333;
text-decoration: underline;
}
