﻿html, body
{
	font-size: small;
	font-weight: normal;
	height: 100%;
	margin: 0;
	padding: 0;
}
a, a:link, a:visited, a:hover, a:active { color: #333; }

.wrapper
{
	min-height: 100%;
	margin: 0 auto -30px 0; /* the bottom margin is the negative value of the footer's height */
	min-width: 1000px;
}
* html .wrapper
{    
	height: 100%;
	width: expression(this.clientWidth > 1000 ? "100%" : "999px");
}
div.guidebody 
{
	margin-left: 182px;
	padding: 10px 5px 10px 5px;
}
.sideNavContainer
{
	float: left;
	margin: 10px 3px 10px 3px;
	padding: 3px;
	width: 170px;
}
/* Legacy --------------- Start */
div.guidebodynsn
{
	margin: 10px 0 10px 0;
	padding: 0 0 0 1%;
	width: 98%;
}
/* Legacy ----------------- End */
div.guideBodyNSN
{
	float: left;
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}
div.guidebody form, div.guideBodyNSN form
{
	margin: 0;
	padding: 0;
}
* html div.guidebody, * html div.guideBodyNSN
{
	height: 1%;
	left: -3px;
	margin-right: -3px;
	position: relative;
}
* html div.guideBodyNSN { width: 99%; }
div.guideBodyContainer { margin: 0 0 10px 0; padding: 10px 5px 10px 5px; }
/* TopNav Start --------------*/ 
.topnavContainer 
{
	clear: both;
	float: left;
	width: 100%;
}
.topnavContainer .topnav
 {
	float: left;
	height: 66px;
	margin: 0 0 3px 0;
	width: 100%;
}
.topnavContainer .topnav .divHome
{
	float: left;
	height: 100%;
	min-width: 400px;
	width: 45%;
}
.topnavContainer .topnav .divProductHome
{
	float: right;
	height: 100%;
	position: relative;
	width: auto;
}
.topnavContainer .topnav .divProductHome .lnkProductHome 
{
	position: absolute;
	right: 0;
	bottom: 0;
}
.topnavContainer .topnav .divHome .lnkHome
{
	line-height: 66px;
}
.topnavContainer .topnav .divHome .lnkHome, .topnavContainer .topnav .divProductHome .lnkProductHome
{
	cursor: pointer;
	text-decoration: none;
}
.topnavContainer .topnav .lnkHomeImg
{
	border: none;
	vertical-align: middle;
}
.topnavContainer .topnav .divProductHome #primaNav
{
	position: absolute;
	right: 3px;
	text-align: right;
	top: 3px;
	width: 100px;
}
.navContainer 
{
	float: left;
	min-width: 700px;
	width: 100%;
}

#topnav_nav {
	float: left;
	padding: 0; 
	margin: 0; 
	list-style: none; 
	height: 30px; 
	position: relative; 
	z-index: 500; 
	width: auto;
}
#topnav_nav li {
	margin: 0;
	padding: 0;
}
#topnav_nav li.top 
{
	border-right: 1px solid #BEBEBE;
	display: block; 
	float: left;
}
#topnav_nav li a.top_link 
{
	display: block; 
	float: left; 
	height: 30px;
	line-height: 27px; 
	color: #ccc; 
	text-decoration: none; 
	font-size: 75%; 
	font-weight: bold; 
	padding: 0 0 0 0; 
	cursor: pointer;
}
#topnav_nav li a.top_link span 
{
	float: left; 
	display: block; 
	padding: 0 12px 0 12px; 
	height: 30px;
}
#topnav_nav li a.top_link span.down 
{
	float: left; 
	display: block; 
	padding: 0 15px 0 12px; 
	height: 30px; 
	background: url('/images/application/backgrounds/arrow.gif');
	background-position: right 12px;
	background-repeat: no-repeat;
	margin: 0 6px 0;

}
#topnav_nav li a.top_link:hover span.down
{
	background: url('/images/application/backgrounds/arrow_over.gif');
	background-position: right 12px;
	background-repeat: no-repeat;
}
#topnav_nav li:hover > a.top_link span.down
{
	background: url('/images/application/backgrounds/arrow_over.gif');
	background-position: right 12px;
	background-repeat: no-repeat;
}
/* Default list styling */

#topnav_nav li:hover 
{
	position: relative; 
	z-index: 1000;
}

/* keep the 'next' level invisible by placing it off screen. */
#topnav_nav ul, 
#topnav_nav li:hover ul ul,
#topnav_nav li:hover ul li:hover ul ul,
#topnav_nav li:hover ul li:hover ul li:hover ul ul,
#topnav_nav li:hover ul li:hover ul li:hover ul li:hover ul ul
{
	height: 0; 
	list-style: none;
	left: -9999px; 
	margin: 0; 
	padding: 0; 
	position: absolute; 
	top: -9999px; 
	width: 0; 
}

#topnav_nav li:hover ul.sub
{
	left: -1px; 
	top: 30px; 
	background: #fff; 
	padding:3px; 
	border: 1px solid #BEBEBE;
	white-space: nowrap; 
	width: 200px; 
	height: auto; 
	z-index: 300;
}
#topnav_nav li:hover ul.sub li
{
	background-color: #EBE8E8;
	display:block; 
	height:20px; 
	position:relative; 
	float:left; 
	width: 100%; 
}
#topnav_nav li:hover ul.sub li a
{
	display:block;
	font-size: 85%;
	height:20px; 
	width:100%; 
	text-indent: 5px;
	line-height:20px; 
	color:#000; 
	text-decoration:none;
}
#topnav_nav li:hover ul.sub li a:hover 
{
	/* -- TitleBarColor
	background-color: #3994c6; 
	 */
	border: none;
    color: #fff;
    width: 100%;
}

#topnav_nav li:hover ul li:hover ul,
#topnav_nav li:hover ul li:hover ul li:hover ul,
#topnav_nav li:hover ul li:hover ul li:hover ul li:hover ul,
#topnav_nav li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul
{left:90px; top:-4px; background: #fff; padding:3px; border:1px solid #3a93d2; white-space:nowrap; width:auto; z-index:400; height:auto;}

/* IE 6*/
#topnav_nav LI.iehover {
	Z-INDEX: 1000; POSITION: relative
}
#topnav_nav LI.iehover UL UL {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; LEFT: -9999px; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none; POSITION: absolute; TOP: -9999px; HEIGHT: 0px
}
#topnav_nav LI.iehover UL LI.iehover UL UL {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; LEFT: -9999px; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none; POSITION: absolute; TOP: -9999px; HEIGHT: 0px
}
#topnav_nav LI.iehover UL LI.iehover UL LI.iehover UL UL {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; LEFT: -9999px; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none; POSITION: absolute; TOP: -9999px; HEIGHT: 0px
}
#topnav_nav LI.iehover UL LI.iehover UL LI.iehover UL LI.iehover UL UL {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; LEFT: -9999px; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none; POSITION: absolute; TOP: -9999px; HEIGHT: 0px
}
#topnav_nav LI.iehover UL.sub {
	BORDER-RIGHT: #bebebe 1px solid; PADDING-RIGHT: 3px; BORDER-TOP: #bebebe 1px solid; PADDING-LEFT: 3px; Z-INDEX: 300; BACKGROUND: #fff; LEFT: -1px; PADDING-BOTTOM: 3px; BORDER-LEFT: #bebebe 1px solid; WIDTH: 200px; PADDING-TOP: 3px; BORDER-BOTTOM: #bebebe 1px solid; WHITE-SPACE: nowrap; TOP: 30px; HEIGHT: auto
}
#topnav_nav LI.iehover UL.sub LI {
	DISPLAY: block; FLOAT: left; WIDTH: 100%; POSITION: relative; HEIGHT: 20px; BACKGROUND-COLOR: #ebe8e8
}
#topnav_nav LI.iehover UL.sub LI A {
	DISPLAY: block; FONT-SIZE: 85%; WIDTH: 100%; COLOR: #000; TEXT-INDENT: 5px; LINE-HEIGHT: 20px; HEIGHT: 20px; TEXT-DECORATION: none
}
#topnav_nav LI.iehover UL.sub LI A:hover {
	WIDTH: 100%; COLOR: #fff; BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none
}
#topnav_nav LI.iehover UL LI.iehover UL {
	BORDER-RIGHT: #3a93d2 1px solid; PADDING-RIGHT: 3px; BORDER-TOP: #3a93d2 1px solid; PADDING-LEFT: 3px; Z-INDEX: 400; BACKGROUND: #fff; LEFT: 90px; PADDING-BOTTOM: 3px; BORDER-LEFT: #3a93d2 1px solid; WIDTH: auto; PADDING-TOP: 3px; BORDER-BOTTOM: #3a93d2 1px solid; WHITE-SPACE: nowrap; TOP: -4px; HEIGHT: auto
}
#topnav_nav LI.iehover UL LI.iehover UL LI.iehover UL {
	BORDER-RIGHT: #3a93d2 1px solid; PADDING-RIGHT: 3px; BORDER-TOP: #3a93d2 1px solid; PADDING-LEFT: 3px; Z-INDEX: 400; BACKGROUND: #fff; LEFT: 90px; PADDING-BOTTOM: 3px; BORDER-LEFT: #3a93d2 1px solid; WIDTH: auto; PADDING-TOP: 3px; BORDER-BOTTOM: #3a93d2 1px solid; WHITE-SPACE: nowrap; TOP: -4px; HEIGHT: auto
}
#topnav_nav LI.iehover UL LI.iehover UL LI.iehover UL LI.iehover UL {
	BORDER-RIGHT: #3a93d2 1px solid; PADDING-RIGHT: 3px; BORDER-TOP: #3a93d2 1px solid; PADDING-LEFT: 3px; Z-INDEX: 400; BACKGROUND: #fff; LEFT: 90px; PADDING-BOTTOM: 3px; BORDER-LEFT: #3a93d2 1px solid; WIDTH: auto; PADDING-TOP: 3px; BORDER-BOTTOM: #3a93d2 1px solid; WHITE-SPACE: nowrap; TOP: -4px; HEIGHT: auto
}
#topnav_nav LI.iehover UL LI.iehover UL LI.iehover UL LI.iehover UL LI.iehover UL {
	BORDER-RIGHT: #3a93d2 1px solid; PADDING-RIGHT: 3px; BORDER-TOP: #3a93d2 1px solid; PADDING-LEFT: 3px; Z-INDEX: 400; BACKGROUND: #fff; LEFT: 90px; PADDING-BOTTOM: 3px; BORDER-LEFT: #3a93d2 1px solid; WIDTH: auto; PADDING-TOP: 3px; BORDER-BOTTOM: #3a93d2 1px solid; WHITE-SPACE: nowrap; TOP: -4px; HEIGHT: auto
}
/* IE 6 End*/
.searchContainer {
	float: right;
	margin: 4px 3px 0;
}
.searchContainer .searchBox {
	border: solid 1px #fff;
	border: solid 1px #EDEDED;
	background-color: #EDEDED;
	display: block; 
	float: left; 
	height: 16px; 
	width: 200px;
}
.watermarkText 
{
    color: #828383;
}
.searchContainer .searchBtn {
	background: url('/images/application/buttons/search.png') no-repeat;
	background-position: 3px;
	background-color: #EDEDED;
	border: none;
	cursor: pointer;
	display: block;
	float: left;
	height: 20px;
	margin: 0;
	padding: 0 5px 0;
	width: 25px;
}

/* TopNav End --------------*/           
.footer, .push
{
	clear: both;
	float: left;
	font-size: 85%;
	height: 29px; /* .push must be the same height as .footer */
}
.footer
{
	width: 100%;
}
.footer #termsOfUse
{
	float: left;
	font-style: italic;
	padding: 5px;
}
.footer #termsOfUse a, .footer .additionalText, .footer #termsOfUse span
{
	color: #fff;
}
.footer .additionalText
{
	float: left;
	font-style: italic;
	padding: 5px;
	width: 37%;
}
.footer #copyright
{
	color: #fff;
	float: right; 
	padding: 5px;
}
h1 {
	font-weight: bold;
	font-size: 20pt;
}

h2 {
	font-weight: bold;
	font-size: 16pt;
}

h3 {
	font-weight: bold;
	font-size: 14pt;
	font-style: normal;
}

td {
	font-weight: normal;
	font-size: 10pt;
}

p.disclosure {
	font-size: 8pt;
	margin-top: 3px; 
	margin-bottom: 2px;
}

ul.bulletlist {
	font-size: 8pt;
	margin-left: 15px; 
	margin-top: 0px; 
	margin-bottom: 0px;
	line-height: 10pt;
}

li.bullet {
	margin-top: 0px; 
	margin-bottom: 0px;
}

ul.noIndent {
	font-size: 8pt;
    margin-left: 20px; 
    margin-top: 0px; 
    margin-bottom: 0px;
}

ul.noIndent li {
	font-size: 8pt;
    margin-top: 0px; 
    margin-bottom: 4px;
}

.clickable {
	cursor: hand;
	text-decoration: underline;
}

.nowrap {
    white-space: nowrap;
}

.prominentClickable {
	font-weight: bold;
	font-size: 12pt;
	cursor: hand;
	text-decoration: underline;
}

a.buttonBig, a.button
{
	display: block;
	text-decoration: none;
}

.smallClickable, .smallClickable a, .SmallClickable, input.smallClickable
{
	color: #333;
	font-weight: normal;
	font-size: 8pt;
	cursor: hand;
	text-decoration: underline;
}
input.smallClickable 
{
	background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: hand;
    margin: 0;
    padding: 0; 
}
.smallClickableDisabled {
	font-weight: normal;
	font-size: 8pt;
	cursor: default;
	text-decoration: underline;
	color: #d3d3d3;
}

.clickableDisabled {
	cursor: default;
	text-decoration: underline;
	color: #d3d3d3;
}

.prominentClickableDisabled {
	font-weight: bold;
	font-size: 12pt;
	cursor: default;
	text-decoration: underline;
	color: #d3d3d3;
}

.smallClickableDisabled {
	font-weight: normal;
	font-size: 8pt;
	cursor: default;
	text-decoration: underline;
	color: #d3d3d3;
}

a.primaAnchorImg {
	text-decoration:none; 
	border: none;	
}

a.primaAnchorImg img {
	border:none;
}      

.prominent {
	font-weight: bold;
	font-size: 12pt;
}

.smallProminent {
	font-weight: bold;
	font-size: 9pt;
}

.imqquestion {
	font-weight: 700;
	font-size: 10pt;
}

.small 
{
	font-weight: normal;
	font-size: 8pt;
}

.smallImportant { font-size: 8pt !important; }

.smallJustify {
	font-size: 8pt;
	text-align: justify;
	width: 100%;
	padding: 3px;
}

.alignLeftImportant { text-align:left !important; }

.alignRightImportant { text-align:right !important; }

.alignCenterImportant { text-align:center !important; }

.watermark { font-style:italic; color: gray; }

span.notSaved {
	font-weight: bold;
	font-size: 10pt;
	color: red;
	font-style: italic;
	font-family: Arial;
}

div.usageChart {
	font-weight: normal;
	font-size: 8pt;
	margin: 3px;
	border-top: #2c5663 1px solid;
	border-left: #2c5663 1px solid;
	border-right: #2c5663 1px solid;
	border-bottom: #2c5663 1px solid;
}

td.usageChart {
	font-weight: normal;
	font-size: 8pt;
}

.splashMenuItemDark {
	font-weight: bold;
	font-size: 12pt;
	cursor: hand;
	color: #2c5663;
	font-family: Arial;
}

.splashMenuItemLight {
	font-weight: bold;
	font-size: 12pt;
	cursor: hand;
	color: white;
	font-family: Arial;
}

.splashMenuItemGrey {
	font-weight: bold;
	font-size: 12pt;
	cursor: default;
	color: #d3d3d3;
	font-family: Arial;
}

.splashMenuItemSilver {
	font-weight: bold;
	font-size: 12pt;
	cursor: default;
	color: silver;
	font-family: Arial;
}

div.bgPicker {
	border-right: thin ridge;
	border-top: thin ridge;
	display: none;
	font-weight: bold;
	font-size: 10pt;
	z-index: 1000;
	left: 30px;
	overflow: auto;
	border-left: thin ridge;
	width: 400px;
	color: black;
	border-bottom: thin ridge;
	position: absolute;
	top: 30px;
	height: 300px;
	background-color: white;
}

div.datePicker {
	border-right: thin ridge;
	border-top: thin ridge;
	display: none;
	font-weight: bold;
	font-size: 10pt;
	z-index: 1000;
	overflow: auto;
	border-left: thin ridge;
	width: 280px;
	color: black;
	border-bottom: thin ridge;
	position: absolute;
	height: 260px;
	background-color: white;
}

div.colorPicker {
	border-right: thin ridge;
	border-top: thin ridge;
	display: none;
	font-weight: bold;
	font-size: 10pt;
	z-index: 1000;
	overflow: auto;
	border-left: thin ridge;
	color: black;
	border-bottom: thin ridge;
	background-color: white;
	position: absolute;
	top: 30px;
	left: 30px;
	height: 200px;
	width: 400px;
}

td.datePickerToday {
	color: navy;
	font-weight: bold;
}

tr.datePickerDays {
	font-weight: bold;
}

.prominentGrey {
	font-weight: bold;
	font-size: 12pt;
	color: #d3d3d3;
}

tr.selectedRow {
	background-color: gray;
}

tr.unselectedRow {
}

tr.freezePanes th, tr.freezePanes td { 
	position:relative; 
}

.required {
	background-position: right top;
	background-image: url(/images/application/backgrounds/required.gif);
	background-repeat: no-repeat;
}
.requiredMissing {
	background-position: right top;
	background-image: url(/images/application/backgrounds/required.gif);
	background-repeat: no-repeat;
	background-color: Yellow;
}
.dollar {
	background-position: left center;
	background-image: url(/images/application/backgrounds/dollar2.gif);
	background-repeat: no-repeat;
	text-align: right;		
}

.grey {
	color: #d3d3d3;
}

input.inactiveInput {
	border: 2px solid #d3d3d3;
	font: 8pt Arial;
	width: 110px;
	color: navy;
	height: 19px;
	background-color: #d3d3d3;
	text-align: right;
}
input.activeInput {
	border-top: 2px solid #aca899;
	border-left: 2px solid #aca899;
	border-right: 2px solid #f1efe2;
	border-bottom: 2px solid #f1efe2;
	font: 8pt Arial;
	width: 110px;
	color: black;
	height: 19px;
	background-color: white;
	text-align: right;
}
.tblInput
{
	font: 8pt Arial;
	text-align: right;
	width: 90%;
}
span.disabledInput {
	font-size: 8pt;
	width: 110px;
	height: 19px;
	text-align: right;
	padding-top: 1px;
	padding-right: 3px;
}

input.inactiveInputDollar 
{
	font: 8pt Arial;
	color: navy;
	text-align: right;
	background-position: left center;
	background-image: url(/images/application/backgrounds/dollar2.gif);
	background-repeat: no-repeat;
	width: 94%;	
}

input.activeInputDollar {
	border: solid 1px #969696;
	font: 8pt Arial;
	color: black;
	background-color: #FBFBA6;
	text-align: right;
	background-position: left center;
	background-image: url(/images/application/backgrounds/dollar2.gif);
	background-repeat: no-repeat;
}
input.inactiveInputPrelim {
	border: 2px solid #d3d3d3;
	font: 8pt Arial;
	width: 110px;
	color: navy;
	height: 19px;
	background-color: #d3d3d3;
	text-align: right;
	background-position: left top;
	background-image: url(/images/application/backgrounds/prelim.gif);
	background-repeat: no-repeat;
}

input.activeInputPrelim {
	border-top: 2px solid #aca899;
	border-left: 2px solid #aca899;
	border-right: 2px solid #f1efe2;
	border-bottom: 2px solid #f1efe2;
	font: 8pt Arial;
	width: 110px;
	color: black;
	height: 19px;
	background-color: white;
	text-align: right;
	background-position: left top;
	background-image: url(/images/application/backgrounds/prelim.gif);
	background-repeat: no-repeat;
}
input.formInput {
	background-color: white;
	border: none; 
	color: black;
	font: 8pt Arial;
	height: 19px;
	text-align: right; 
    width: 95%;	    
}
input.formInputDollar {
	background-color: white;
	background-image: url(/images/application/backgrounds/dollar2.gif);	
	background-position: left center;
	background-repeat: no-repeat;	
	border: none;
	color: black;
	font: 8pt Arial;
	height: 19px;
	text-align: right;
	width: 95%;
}
.disabled { 
	color: #d3d3d3 ! important; 
}

.highlightDiff {
	background-color: Aqua;
}

/* Html edit control styles */
table.coolbar { 
	background-color: threedface; 
	padding: 1px; 
	color: menutext; 
	border-width: 1px; 
	border-style: solid; 
	border-color: threedhighlight threedshadow threedshadow threedhighlight;
}

.coolbutton {
	height: 18; 
	border: threedface 1px solid;
}

.txtbutton {
	font-family: tahoma; 
	font-size: 70%; 
	color: menutext;
}

/* Text Icons */
.iconSmallClick {
	font-family: wingdings; 
	font-size: 8pt; 	
	cursor: pointer; 
}

span.circle { 
	font-family: wingdings; 
	font-size: 8pt; 	
	color: green; 
	cursor: default; 
}

span.square { 	
	font-family: wingdings; 
	font-size: 8pt; 
	color: blue; 
	cursor: default; 
}

span.diamond { 
	font-family: wingdings; 
	font-size: 8pt; 	
	color: black; 
	cursor: default; 
}

.expandablePlus { 	
	display: inline;
	width: 13px;
	margin-right: 3px; 	
	text-align: center; 	
	cursor: pointer;
}

.passCheck {
	font-family: wingdings; 	
	font-size: 11pt; 			
	padding-left: 5px;
	color: green; 
}

.failX {
	font-family: Tahoma; 
	font-size: 14px; 
	font-weight: 700;			
	padding-left: 5px;
	color: red; 
}

.warning {
	font-family: Tahoma; 
	font-size: 12px; 
	font-weight: 700;			
	padding: 0px 5px 0px 5px;
	color: black; 
	background-color: yellow;
}

.notAvail {
	font-family: Tahoma; 
	font-size: 10px; 
	font-weight: 700;			
	padding-left: 5px;
	color: #696969; 
}

/* FDIC Disclosure Styles */
table.fdicBulletTable {
    border:solid 1px black;
    border-collapse:collapse;
    padding:0px 15px 0px 15px;
    text-align:center;
    text-transform:uppercase;    
}

table.fdicBulletTable td {
	font-weight:700;
    padding-top: 1px;
    padding-bottom: 1px;
} 

span.fdicBullet {
	/*
    font-family:Wingdings;
*/
    padding:0px 5px 0px 5px;
}

table.fdicBoxTable {
    width:100%;
    border-collapse:collapse;
    font-weight:700;
    text-align:center;
    text-transform:uppercase;
}

table.fdicBoxTableTop td {
    border-bottom:none !important;
}

table.fdicBoxTable td {
	font-weight:700;
    border:solid 1px black;
    padding:2px 5px 2px 5px;
}
.clear 
{
	clear: both;
} 

.modalBackground, #simplemodal-overlay, .ui-widget-overlay 
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.ui-widget-overlay
{
    left: 0;
	position: absolute;
	top: 0;
} 
.modalPopup, #simplemodal-container, .ui-dialog
{
	background-color:#ffffdd;
	border: solid 3px Gray;
	padding: 3px;
}
.modalPopup
{
	width: 250px;
}
:focus {
	outline: 0;
}

/* Table Sorter Styles - (jquery-tablesorter.min.js) */
table thead tr .tableSorterHeader { padding-right: 15px; cursor: pointer; }
table thead tr .tableSorterHeader:hover { text-decoration: underline; }
table thead tr .tableSorterHeaderDesc {
    background-image: url(/images/application/icons/arrow_desc.gif);
    background-repeat: no-repeat;
    background-position: 95% 55%;
}
table thead tr .tableSorterHeaderAsc {
    background-image: url(/images/application/icons/arrow_asc.gif);
    background-repeat: no-repeat;
    background-position: 95% 55%;
}

/* Research Element Styles */
.elementSettingsBorder { border: solid 1px #bebebe; }

.standardTextBold { font-weight:bold; font-family:Arial; font-size:10pt; }
.standardText { font-weight:normal; font-family:Arial; font-size:10pt; }
.analystUpdateSectionCell { padding-bottom: 16px; text-align:justify; }
.AUTable td { white-space:nowrap; }

/* Risk Reward Table */
.riskRewardTableElementDiv .columnHeadingCell { text-align:right; width:20%; vertical-align:bottom; font-weight:bold; }
.riskRewardTableElementDiv .asOfDateCell { width:60%; font-weight:bold; vertical-align:bottom; text-align:left; }
.riskRewardTableElementDiv .valueCell { text-align:right; }
.riskRewardTableElementDiv  tr.standardRow td { background-color:white; font-size:10pt;  }
.riskRewardTableElementDiv tr.alternatingRow td { background-color:white; font-size:10pt;   }

.assetAllocChartElementDiv .simBenchmarkTable { margin-top:15px; }

.alignRight { text-align: right; }

/* Product Composition */
.productOverviewPropertyCell { width: 30%; }
.productOverviewValueCell { width: 70%; }
.contactInfoPropertyCell { vertical-align:top; }


/* Portfolio Characteristics */
.portfolioCharacteristicsTableElementDiv table { table-layout: auto; }
.portfolioCharacteristicsTableElementDiv .propertyCell { width: 50%; padding-left:3px; }
.portfolioCharacteristicsTableElementDiv .valueCell { text-align:right; }
.portfolioCharacteristicsTableElementDiv  .asOfDateCell { text-align:center; font-weight:bold; } 
.portfolioCharacteristicsTableElementDiv .columnHeadingCell { font-weight: bold; text-align: right; }

/* Top Portfolio Holdings */
.portfolioHoldingsTableElementDiv  .asOfDateCell { text-align:center; font-weight:bold; }
.portfolioHoldingsTableElementDiv  .propertyCell { padding-left:3px; }
.portfolioHoldingsTableElementDiv  .valueCell { text-align:right; }

/* Performance Table */

.horizontalPerformanceTableElementDiv table  { width:100%; table-layout:auto; }

.performanceTableDiv .trailingPeriodSubHeading { width: 25%;  }
.performanceTableDiv .standardCell { width: 6.8%;  }
.performanceTableDiv .lastQtrCell { width: 7%;  }

.etfPerformanceTableDiv .trailingPeriodSubHeading { width: 40%;  }

.innerPadding
{
    padding: 3px;
}
/* Modal */
.modal
{
    display: none;
    float: left;
    height: 100%;
    width: 100%;
}
.modal .container .innerPadding
{
    padding: 3px;
}
.modal .container .innerPadding p
{
    margin: 3px 0 3px 0;
    padding: 0;
}
.modal .container .innerPadding ul
{
    list-style: none; 
    margin: 0; 
    padding: 0;
}
.modal .container .innerPadding ul li 
{
    display: block;
    margin: 0;
    padding: 0 0 5px 0;
}
.modal .container .innerPadding ul li .errorMessage
{
    color: Red;
}
.modal .container .innerPadding ul li label
{
    display: block;
    width: 100%;
}
.modal .container .innerPadding ul li input[type="text"]
{ 
    width: 90%; 
}
.modal .container .innerPadding ul li label.clearLabel 
{ 
    display: inline; 
}
.modal .container .innerPadding .modalNav
{
	clear: both;
	float: left;
	margin: 0;
	padding: 5px 0 5px 0;
	width: 100%;
}
.modal .container .modalErrorHidden
{
    display: none;
} 
.modal .container .modalError ul li,
.modal .container .modalErrorHidden ul li
{
    background-color: #F1F1F1;
    border: solid 1px #A5A5A5;
    color: Red;
    margin: 5px 0 5px 0;
    padding: 3px;
} 
/* Growl */
div.jGrowl {
	padding: 			10px;
	z-index: 			9999;
	color: 				#fff;
	font-size: 			12px;
}

/** Special IE6 Style Positioning **/
div.ie6 {
	position: 			absolute;
}

div.ie6.top-right {
	right: 				auto;
	bottom: 			auto;
	left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
  	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.top-left {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-right {
	left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-left {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.center {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
	width: 				100%;
}

/** Normal Style Positions **/
body > div.jGrowl {
	position:			fixed;
}

body > div.jGrowl.top-left {
	left: 				0px;
	top: 				0px;
}

body > div.jGrowl.top-right {
	right: 				0px;
	top: 				0px;
}

body > div.jGrowl.bottom-left {
	left: 				0px;
	bottom:				0px;
}

body > div.jGrowl.bottom-right {
	right: 				0px;
	bottom: 			0px;
}

body > div.jGrowl.center {
	top: 				0px;
	width: 				50%;
	left: 				25%;
}

/** Cross Browser Styling **/
div.center div.jGrowl-notification, div.center div.jGrowl-closer {
	margin-left: 		auto;
	margin-right: 		auto;
}

div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
	background-color: 		Gray;
	zoom: 					1;
	width: 					235px;
	padding: 				10px;
	margin-top: 			5px;
	margin-bottom: 			5px;
	font-family: 			Arial
	font-size: 				1em;
	text-align: 			left;
	display: 				none;
	-moz-border-radius: 	5px;
	-webkit-border-radius:	5px;
}

div.jGrowl div.jGrowl-notification {
	min-height: 			40px;
}

div.jGrowl div.jGrowl-notification div.header {
	font-weight: 			bold;
	font-size:				.85em;
}

div.jGrowl div.jGrowl-notification div.close {
	z-index:				99;
	float: 					right;
	font-weight: 			bold;
	font-size: 				1em;
	cursor:					pointer;
}

div.jGrowl div.jGrowl-closer {
	padding-top: 			4px;
	padding-bottom: 		4px;
	cursor: 				pointer;
	font-size:				.9em;
	font-weight: 			bold;
	text-align: 			center;
}
/* Form */
.formContainer
{
    padding: 5px;
}
.formContainer legend 
{
    font-family: Arial;
    font-weight: bold;
    color: Black;
}
.formContainer ul, ul.formContainer
{
    list-style: none; 
    margin: 0; 
    padding: 0;
}
.formContainer ul li, ul.formContainer li 
{
	display: block;
	margin: 0;
    padding: 0 0 5px 0;
}
.formContainer ul li label, ul.formContainer li label
{
	display: block;
	width: 100%;
}

.formContainer ul li label.clearLabel { display: inline; }
.formContainer ul li input[type="text"], .formContainer ul li textarea { width: 90%; }
.formContainer legend { color: #333; }

fieldset legend 
{
    font-family: Arial;
    font-weight: bold;
    color: Black;
} 

.bottomBorder
{
	border-bottom: solid 1px #2F4F4F;
}  

/* holds save cancel, delete */
#pageActionsContainer
{
    float: left;
    margin: 5px 0;
    width: 100%;
}
#pageActionsContainer .btn
{
    float: left;
    margin: 0 3px 0 0;
}

.matchedSearchText
{
    background-color: Yellow;
    font-weight: bold;
}

.cbLabel
{
    display: block;
    margin: 3px 0; 
    padding: 2px 0 2px 20px;
    position: relative;
}
.cbLabel:hover
{
    background-color: #e6e6df;
}
.cbWithLabel 
{
    width: 15px;
    height: 15px;
    left: 0px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 1px;
}
* html .cbLabel
{
    display: block;
    padding-left: 15px;
    text-indent: -15px;
}
* html .cbWithLabel 
{
    vertical-align: bottom;
    position: relative;
    top: -1px;
    overflow: hidden;
}        
#filterContainer
{
    background-color: #EDEDED;
    border: solid 1px #BEBEBE;
	float: left; 
	margin: 10px 0 0 0;
	padding: 3px;
	width: 272px;
} 
#filterContainer #searchBoxContainer
{
	margin: 0 0 5px 0; 
	width: 272px;
} 
#filterContainer #searchBoxContainer .searchBox 
{
    width: 243px;
}
#filterContainer #searchBoxContainer a
{
    border: none;
}
#filterContainer #searchBoxContainer a img
{
    background-color: transparent;
    border: none;
}                      
#filterContainer #filterHeaderContainer
{
	width: 272px;
}
#filterContainer #filterHeaderContainer .titleHeader  
{
	background: url('/pg/src/images/topnavbg.ashx?imageName=bg') top left repeat-x;
	border-bottom: solid 1px #2F4F4F;
	color: #ffffff;
	height: 14px; 
	margin: 0;
	padding: 3px 0 3px 0;
}
#filterContainer #filterHeaderContainer .titleHeader div 
{
    float: left;
	font-weight: bold;
	margin: 0 0 0 3px;
	padding: 0;
} 
#filterContainer #filterHeaderContainer .titleHeader .lnkBtn
{
    color: #fff;
    float: right;
    height: 17px;
    margin: 0 3px 0 0;
	padding: 0;
	width: 70px;
}
#filterContainer #filterSections
{
    background-color: #fff;
	border: solid 1px #004972; 
	border-top: none;
	margin: 0;
	padding: 3px;
	height: 100%; 
	width: 264px;
}
#filterContainer #filterSections .collapsibleHeader, #filterContainer #filterSections .nonCollapsibleHeader
{
    background-image: url(/images/application/misc/navBk.jpg);
    background-repeat: repeat-x;
    border: solid 1px #2F4F4F;
    cursor: pointer;
    font-weight: bold;
    height: 25px;
    margin: 5px 0 0 0;
}
#filterContainer #filterSections .collapsibleHeader .showHide, #filterContainer #filterSections .nonCollapsibleHeader .showHide
{
    padding: 3px;
}
#filterContainer #filterSections .collapsibleBody 
{
    border-left: solid 1px #2F4F4F;
    border-right: solid 1px #2F4F4F;   
    margin: 0;
    padding: 0;
}
#filterContainer #filterSections .collapsibleBody ul
{
    list-style: none; 
    margin: 0; 
    padding: 0;
}
#filterContainer #filterSections .collapsibleBody ul li 
{
    padding: 2px;
}
#filterContainer .btnSearch 
{
    margin: 5px 0 0 0;
}        
#filterResultsContainer
{
	margin: 10px 0 0 288px;
}  
#filterResultsContainer #toolbarContainer
{
    float: left; 
    margin: 0 0 5px 0;
    width: 100%;
}
#filterResultsContainer #toolbar 
{
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}
#filterResultsContainer #toolbar .listItem
{
    border-right: 1px solid #BEBEBE;
	display: block; 
	float: left;
	height: 25px;
	margin: 0;
	padding: 3px 5px;
}

#filterResultsContainer #toolbar .noBorder
{
    border: none;
}
#filterResultsContainer #toolbar .btn
{
    margin: 0 !IMPORTANT;
}
#filterResultsContainer #toolbar .listItem #memberTagSelectContainer
{
	background-color: #f3f3ee;
	border: solid 1px #939494; 
	float: left;
	height: 23px; 
	margin: 0 5px 0 0;
	padding: 0;
	position: relative;
	width: 85px; 
}   
#filterResultsContainer #toolbar .listItem #memberTagSelectContainer #memberTagSelect
{
    position: relative;   
}  
#filterResultsContainer #toolbar .listItem #memberTagSelectContainer #memberTagSelect label
{
    font-weight: bold;
    position: absolute;
    left: 4px;
    top: 3px;
}
#filterResultsContainer #toolbar .listItem #memberTagSelectContainer #memberTagSelect #imgToggleTags
{
	position: absolute;
	right: 2px;
	top: 5px;
}
#filterResultsContainer #toolbar .listItem #memberTagSelectContainer #memberTagsContainer
{
    background-color: #EDEDED; 
    border: solid 1px #2F4F4F; 
	display: none;
	max-height: 200px;
	position: absolute; 
	top: 25px; 
	right: -1px; 
	width: 250px;
} 
* html #filterResultsContainer #toolbar .listItem #memberTagSelectContainer #memberTagsContainer
{
    height: 200px;
} 
#filterResultsContainer #toolbar .listItem #memberTagSelectContainer #memberTagsContainer #memberTags
{
    max-height: 190px; 
    overflow: auto; 
    position: relative;    
}
* html #filterResultsContainer #toolbar .listItem #memberTagSelectContainer #memberTagsContainer #memberTags
{
    height: 190px;
}
#filterResultsContainer #toolbar .listItem #memberTagSelectContainer #memberTagsContainer .innerPadding .cbLabel
{
    float: left;
    width: 70%;
}
#filterResultsContainer #toolbar .listItem #memberTagSelectContainer #memberTagsContainer .innerPadding .tagPreviewContainer
{
    float: right;
}
#filterResultsContainer #toolbar .listItem #memberTagSelectContainer #memberTagsContainer .innerPadding .tagPreviewContainer .tag
{
    height: 20px; 
    margin: 0 2px 0 0;
    text-align: center;
    width: 20px; 
}  
#filterResultsContainer #toolbar .listItem #memberTagSelectContainer #memberTagsContainer .innerPadding .tagPreviewContainer .tag .tagSymbol
{
    height: 100%;
    margin: auto 0; 
}         
#filterResultsContainer #resultsCount      
{
    float: left;
    text-align: right;
    width: 100%;
}              
#filterResultsContainer #gridContainer
{
    float: left;
    width: 100%;
}
#filterResultsContainer #gridContainer .descriptionLink
{
    display: block;
    float: left;
    width: 70%;
}
#filterResultsContainer #gridContainer .tagContainer
{
    float: right;
}
#filterResultsContainer #gridContainer .tagContainer .tag
{
    float: left;
    height: 20px; 
    margin: 0 2px 0 0;
    text-align:center;
    width: 20px;   
}
#filterResultsContainer #gridContainer .tagContainer .tag .tagSymbol
{
    height: 100%;
    margin: auto 0;   
}  
#filterResultsContainer #gridContainer .tagContainer .tag .tagSymbol a
{
    font-size: 12pt;
    text-decoration: none;
}