a:link {text-decoration: underline; color: #003399;}
a:visited {text-decoration: underline; color: #003399;}
a:active {text-decoration: underline; color: #003399;}
a:hover {text-decoration: underline; color: #003399;}

.banqMention
{
	font-size:0.7em;
	font-family: "Trebuchet MS",Tahoma,Verdana,sans-serif;
	color: #6d7681;
}

div.pdp2, div.pdp2 a:link, div.pdp2 a:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	/*text-decoration:none;*/
}

/** =========================================================== */
/** For item display template                                   */
/** =========================================================== */
table.metadata
{
	border: 0px;
}

td.mdLabel
{
	padding: 1px 6px 1px 2px;
	margin: 0px;
	font: bold 11px verdana;
	white-space:nowrap;
	vertical-align: top;
}

td.mdValue
{
	padding: 1px 6px 1px 2px;
	margin: 0px;
	font-family:'verdana';
	font-size:11px;
	vertical-align: top;
}

pre
{
	white-space: pre-wrap;       /* css-3 */;
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */;
	white-space: -pre-wrap;      /* Opera 4-6 */;
	white-space: -o-pre-wrap;    /* Opera 7 */;
	word-wrap: break-word;       /* Internet Explorer 5.5+ */;
	font-family: Verdana;
	font-size: 11px;;
}

/** =========================================================== */
/** For Div popup usage (see csspopup.js)                       */
/** =========================================================== */
#blanket
{
   background-color:#111;
   opacity: 0.65;
   filter:alpha(opacity=65);
   position:absolute;
   z-index: 9001; /*ooveeerrrr nine thoussaaaannnd*/
   top:0px;
   left:0px;
   width:100%;
}

#popupDiv
{
	border: solid 2px #c0c0c0;
	padding: 6px;
	position:absolute;
	background-color:#ffffff;
	width:500px;
	height:400px;
	z-index: 9002; /*ooveeerrrr nine thoussaaaannnd*/
}


/** =========================================================== */
/** For creating boxes with rounded corners                     */
/** =========================================================== */
.bl {background: url(../image/bl.gif) 0 100% no-repeat}
.br {background: url(../image/br.gif) 100% 100% no-repeat}
.tl {background: url(../image/tl.gif) 0 0 no-repeat}
.tr {background: url(../image/tr.gif) 100% 0 no-repeat; padding:10px}
.t {background: url(../image/dot.gif) 0 0 repeat-x; width: 100%}
.b {background: url(../image/dot.gif) 0 100% repeat-x}
.l {background: url(../image/dot.gif) 0 0 repeat-y}
.r {background: url(../image/dot.gif) 100% 0 repeat-y}

/** =========================================================== */
/** For Template 3                                              */
/** =========================================================== */

#navcontainer
{
	padding: 0px 0px 5px 0px;
	width: 100%;
}

#navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font: normal 11px verdana;
}

#navcontainer li
{
	text-align: center;
	margin: 0;
	padding: 3px 0px 3px 0px;
	list-style-type: none;
	font: normal 11px verdana;
}

#navcontainer a
{
	display: block;
	padding: 6px 0px 6px 0px;
	width: 100%;
	/*background-color: #036;*/
	color: #004080;
	border-bottom: 1px solid #ffffff;
}

#navcontainer a:link, #navlist a:visited
{
	color: #004080;
	text-decoration: none;
}

#navcontainer a:hover
{
	background-color: #c0c0c0;
	color: #ffffff;
	text-decoration: none;
}

.copyright
{
  font: normal 11px verdana;
  margin-bottom: 8px;
}

.highlightRed
{
  color: red;
  font-weight:bold;
}