﻿/* Generic Styling */
html, html body {margin: 0; background: white url("../images/page_background.gif") repeat-x; font-family: Arial, Helvetica, Sans-Serif; font-size: 12px; color: #444; line-height: 130%;}
img {border: 0px;}
blockquote {font-size: 12px; line-height: 120%;}
h1 {font-size: 22px; font-family: Arial Narrow, Arial, Helvetica, Sans-Serif;}
h2 {font-size: 16px; font-family: Arial Narrow, Arial, Helvetica, Sans-Serif; background: #CCC; border-top: 1px solid #777; border-bottom: 1px solid #777;}
h3 {font-size: 14px; font-family: Arial Narrow, Arial, Helvetica, Sans-Serif;}
#wrapper {width: 800px; margin: 0px auto;}
#header {height: 120px; border: none;}
#content_wrapper {background: white; border: none;}
#content {padding: 20px; padding-top: 0; text-align: left;}
#content a {color: rgb(31,63,127); font-weight: bold;}
#content a:hover {color: rgb(33,98,146);}
#content p {font-size: 12px; color: #444;}
#content p.required {color: rgb(31,63,255);}
#footer {height: 25px; width: 100%; background: rgb(0,0,102); clear: both;}
#footer p {position: relative; font-size: 12px; text-align: center; color: white; padding: 5px;}

/* Tables */
#content table.data {border: 1px solid #aaa; border-collapse: collapse;}
#content table.data th {color: white; background: rgb(31,63,127) url("../images/bg_table_header.gif") repeat-x; font-size: 10px; text-align: center;}
#content table.data th, #content table.data td {border: 1px solid #aaa; padding: 1px 4px; margin: 0; vertical-align: text-top;}
#content table.data td {font-size: 11px; text-align: center; vertical-align: middle;}

/* Popup Zoom */

.PZ3-l { float:left; margin-right:10px; }
.PZ3-r { float:right; margin-left:10px; direction:rtl; }
  html>/**/body .PZ3-r { position:relative; }

.PZ3zoom { border:1px solid #369; }
.PZ3zoom a,.PZ3zoom a:visited { display:block;
  padding:0; overflow:hidden; text-decoration:none;
  height:100%; width:100%; }
  html>/**/body .PZ3-r a { right:0; }

.PZ3zoom a:hover { position:absolute;
  z-index:999; padding:0; background:none; 
  cursor:default; height:auto; width:auto;
  overflow:visible; border:1px solid #369;
  margin:-1px 0 0 -1px; }
  html>body .PZ3zoom a:hover { margin:-1px -1px 0 -1px; }

.PZ3zoom a img { border:0; height:100%; width:100%; }
.PZ3zoom a:hover img { height:auto; width:auto;
  border:0; }

a:hover .PZ3cap,
a:hover .PZ31cap { display:block;
  direction:ltr; font:10pt verdana,sans-serif;
  margin-top:-3px; background:#369; color:#fff;
  text-align:left; }
a:hover .PZ3cap { padding:3px 5px; }
.PZ3inr { display:block; padding:2px 5px; }

.noCap a:hover .PZ3cap { display:none; }
.noBdr,.noBdr a:hover { border:0; }
.Lnk a:hover { cursor:pointer; }