/* ================================
    CSS STYLES FOR XTRANET 
    v1.0, 02/2003
	v1.1, 04/2004
   ================================
*/ 

/* background color for the content part of the pages */
body
{
	/* background-image: url(images/background.jpg);
	background-repeat: repeat; */
	background-color: #ffffff;
	margin:0px;
}
.AppBackGround
{
	background-color: #ffffff;
}
td,th{
font-family:arial,helvetica,sans-serif;
font-size: 10pt;
}

table#header {
	margin: 0px;
	padding: 0px;
	width: 100%;
	border: none;
	border-top-style: solid;
	border-top-color: White;
	border-bottom: 6px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
	background-image: url(images/logo.gif);
	background-repeat:no-repeat;
} 

table#TblPwHelp,table#TblLogin,table#TblContent
{
	width:100%;
}
td#titlebar
{
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	vertical-align: middle;
	width: 100%;
	background-color: #ffffff;
	border-bottom: #000066 1px solid;
	text-align: right;
	
}

td#emailtop {
	font-size: 1.1em;
}

td#news {
	text-align: right;
	padding-top: 7px;
	padding-right: 6px;
}

/* menu bar background */
td#menubar
{
	padding-right: 5px;
	border-top: #00286c 2px solid;
	padding-left: 5px;
	padding-bottom: 7px;
	margin: 0px;
	padding-top: 5px;
	background-color: #ffffff;
	padding-left: 2px;
	height: 74px;
}

td#menubarplaceholder
{
	padding-right: 5px;
	border-top: #00286c 2px solid;
	padding-left: 5px;
	padding-bottom: 7px;
	margin: 0px;
	padding-top: 5px;
	background-color: #ffffff;
	background-image: url(images/diamond castle pics.JPG);
	background-repeat:no-repeat;
	padding-left: 2px;
	height: 77px;
}

td#lpname
{
	font-weight: bold;
	font-size: 12pt;
	font-family: Arial, Tahoma;
	text-align:left;
}

/* hyperlink style for news item */
a.news {
	background-color: #E3D8B7;
	color: #604000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	padding: 3px;
	background-image: url(images/news.gif);
	background-repeat: repeat-x;
	border: 2px solid #7fAD72;
}

.news
{
	padding-left: 10px;
	font-size: 1em;
	font-family: Tahoma, Arial;
}

a.news:hover {
   color: #896700;
}

a.news:visited {
    color: #000000;
}

a.news:active
{
	color: #111144;
}

/* hyperlink styles */
A:link 
{
	 color: #000066;
}

A:hover {
   color: #000066;
}

A:visited {
   color: #000066;
}

A:active {
  color: #000066;
}
A.TermOfUseLink
{
	color: #000066;
}
/* hyperlink styles of the selected tab */
A.SelectedTab
{
	background-color: #1B3B0B;
  color: #FDF3CF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	padding: 2px;
	text-decoration: none;
	margin-right: 2px;
	background-image: url(images/buttondown2.gif);
	background-repeat: repeat-x;
	border-top: 1px solid #000000;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #000000;
}

A.SelectedTab:active
{
	color: #000066;
}

A.SelectedTab:hover
{
	color: #000066;
}

A.SelectedTab:visited
{
	color: #000066;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs
{
	border-right: #222222 1px solid;
	padding-right: 2px;
	border-top: #555555 1px solid;
	padding-left: 2px;
	font-size: 0.85em;
	background-image: url(images/button.gif);
	padding-bottom: 2px;
	border-left: #555555 1px solid;
	color: #111144;
	margin-right: 2px;
	padding-top: 2px;
	border-bottom: #000000 1px solid;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #0a2a08;
	text-decoration: none;
}

A.OtherTabs:visited 
{
    color: #000066;
}

A.OtherTabs:active  
{
    color: #000066;
}

A.OtherTabs:hover
{
	background-image: url(images/buttonover.gif);
	color: #111144;
	background-repeat: repeat-x;
	background-color: #e7d0b7;
	text-decoration: none;
}
.a
{
	color: #003399;
	font-weight: bold;
}
/* Lables style*/
.OtherLables
{
	color:White;
	font-style:normal;
	font-weight:bold;
	background-color:#0066cc;
	border: none;
}

/* button style*/
.Button
{
	
	border-right: #222222 1px solid;
	padding-right: 2px;
	border-top: #555555 1px solid;
	padding-left: 2px;
	font-size: 0.85em;
	background-image:url(images/buttonover.gif); 
	padding-bottom: 2px;
	border-left: #555555 1px solid;
	color: #000066;
	margin-right: 2px;
	padding-top: 2px;
	border-bottom: #000000 1px solid;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-color: #33ccff;
	text-align: center;
	text-decoration: none;
}

.Button:hover
{
	background-image:url(images/button.gif); 
	color:#ffffff;
	background-repeat: repeat-x;
	background-color: #33ccff;
	text-decoration: none;
	font-weight:bold;
}

p#copyright 
{
	background-color: #000066;
	padding: 2px 5px 2px 10px;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #ffffff;
	width: 100%;
	margin-left: 0px;
}
a#copyright
{
  color:#33ccff;
	
}
p#poweredby 
{
	background-color: #000066;
	padding: 1px 5px 1px 10px;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #ffffff;
	width: 100%;
	margin-left: 0px;
}

p.contact {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	width: 40em;
	margin-left: 20px;
}

h1
{
	font-weight: bold;
	font-size: 10pt;
	/* margin-left: 10px; */
	color: #000022;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	text-decoration: none;
}

h2
{
	font-weight: bold;
	font-size: 1em;
	margin-left: 10px;
	color: #11559a;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	text-decoration: none;
}

p.news
{
	font-weight: normal;
	font-size: 1em;
	margin-left: 15px;
	width: 40em;
	color: #000000;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	text-decoration: none;
}

p.news b
{
	font-weight: bold;
	font-size: 1em;
	color: #000022;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
}

.topnews
{
	border-right: #357da0 2px solid;
	padding-right: 3px;
	border-top: #357da0 2px solid;
	padding-left: 3px;
	font-size: 0.85em;
	background-image: url(images/news.gif);
	padding-bottom: 3px;
	border-left: #357da0 2px solid;
	color: #604000;
	padding-top: 3px;
	border-bottom: #357da0 2px solid;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #e3d8b7;
}

/* Text Style */
.Text
{
	/*background-color:White;*/
	/*border-style:inset;*/
}

/* Hyperlink Style */
.LinkOut
{
	color: black;
	background-color: #FFFF99;
	cursor: hand;
	text-decoration: none;
}

.LinkOver
{
	color: black;
	background-color: #FFFF99;
	text-decoration: underline;
	cursor: hand;
}

/* Tables */
.data
{
	border-right: #222267 2px solid;
	border-top: #222267 2px solid;
	margin: 10px;
	border-left: #222267 2px solid;
	border-bottom: #222267 2px solid;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #deeded;
}

table.data td {
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-color: #222267;
	border-right-color: #222267;
	border-bottom-color: #222267;
	border-left-color: #222267;
	padding: 2px;
}

.tbheader
{
	border-right: #222267 0px solid;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
	border-top: #222267 1px solid;
	font-weight: bold;
	font-size: 12px;
	border-left: #222267 1px solid;
	color: #ffffff;
	border-bottom: #222267 2px solid;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	background-color: navy;
	text-align: left;
	text-decoration: none;
	cursor :hand;
}

.sort {
	background-color: #357da0;
}

.tbcell
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	
}

.tbodd
{
	background-color: #99ccff;
	
}

.tbeven
{
	background-color: #FFFFFF;
	
}
.tbCheckcell
{
	
}

.message
{
	font-weight: bold;
	font-size: 1.1em;
	color: #000022;
	font-style: normal;
	font-variant: normal;
}

.headmessage {
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000022;
}
.labelstrength
{
	
}
.errorlabel
{
	font-weight:bold;
	color:red;
}
.separator
{
	
}
.footer
{
	
}
.infoArea{

}
.GeneralPad
{
	padding-left:25px;
	padding-top:10px;
}
.content{
padding-left:25px;
}
.doccontent{
padding-left:25px;
}
.contentonly{
padding-left:25px;
}
.contentborder
{
	padding-left:25px;	
}
img#poweredby
{
	
}



image#logo
{
	width: 320;
	height: 62;
	text-align:left;
	margin:0px;
	padding:0px;
	
}
td#privacypolicy
{

}

td#defdefaultstmt
{
	padding-left:5px;
	padding-top:10px;	
}
td#maindata
{
	
}

td#AppNav
{
	display:none;
}




.titlebar
{
	
}

.privacypolicy
{
 
}
.menubarplaceholder
{
	
}
.defdefaultstmt
{
	padding-left:5px;	
}
.maindata
{
	
}
.logo
{
	width: 320;
	height: 62;
	text-align:left;
	margin:0px;
	padding:0px;
	
}
.checkheader
{
	width:10px;
	
}
.TermOfUseText{
}

.Title{
font-size: 12pt;
font-weight: bold;
}
.SubTitle{
font-size: 12pt;
font-weight: bold;
}
.ButtonLeft
{
	padding-left:13px;
	padding-top:10px;
}
.ButtonRight
{
	padding-right:13px;
	padding-bottom:10px;
}
img#MenuBannerPlaceHolder
{
	width:0px;
}
.UploadLayer
{
	background-color: #99ccff;
}
.ErrorRow
{
	color:Maroon;
	font-weight:bold;
}
.ReadOnly
{
	color:Maroon;
	font-weight:bold;
}
/*Styles for View Partner Dropdown*/
.PartnerWebCombo
{
	border-style:solid;
	border-width:1px;
	border-color:"LightSteelBlue";
	width:300px;
	height:22px;
	background:white;
	color:Black;	
}
/*Styles for displaying the list of dropdown items in frame*/
.PartnerFrameStyle
{
	border-style:ridge;
	border-width:1px;
	border-color:"LightSteelBlue";
	background:White;	
	width:auto;
	height:auto;	
}
/*Styles for Sorted by Dropdown*/
.SortWebCombo
{
	border-style:solid;
	border-width:1px;
	border-color:"LightSteelBlue";
	width:131px;
	height:22px;
	background:white;
	color:black;	
}
/*Styles for displaying the list of dropdown items in frame*/
.SortFrameStyle
{
	border-style:ridge;
	border-width:1px;
	border-color:"LightSteelBlue";
	background:White;	
	width:auto;
	height:auto;
}
/*After click on dropdown list, styles for mouse hover on list of dropdown*/
.SelectedRowStyle
{
	background:"RoyalBlue";
	color:"White";
}td#defaultShowLeftLogin
{

}
td#defaultShowLeft
{

}
.VerticalLine
{
border-right: 1px solid #000000;
}
.SelectedFundStyle
{
font-weight:bold;
}
.FundListHeaderStyle
{
height:4px;
font-weight:bold;
background:blue;
color:White;
font-size:small;
}
.FundListHeaderTop
{
height:4px;
background:blue;
}
.FundListHeaderBottom
{
height:2px;
background:blue;
}
.FundListStyle
{
}
a.FundList
{
}
td#Fundmenubar
{
border-top: #00286c 0px solid;
padding-bottom: 7px;
margin: 0px;
padding-top: 5px;
background-color: #357da0;
}
td#Bannermenubar
{
}
Table#defControlData
{
width:401px;
height:152px;
}
.DefaultTextBox
{
width:264px
}
td#OddRow
{
background:Gray;
}
td#EvenRow
{
}
td#AVROddRow
{
background:Gray;
}
td#AVREvenRow
{
}
td#CSOddRow
{
background:Gray;
}
td#CSEvenRow
{
}
table#YQ
{
width:100px;
}
table#fielddesc
{
width:220px;
}
table#main
{
margin-left:200px;
}
.centbheader
{
border-right: #222267 0px solid;
padding-right: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-top: 3px;
border-top: #222267 1px solid;
font-weight: bold;
font-size: 12px;
border-left: #222267 1px solid;
color: #ffffff;
border-bottom: #222267 2px solid;
font-style: normal;
font-family: Arial, Helvetica, sans-serif;
background-color: navy;
text-align: center;
text-decoration: none;
cursor :hand;
}
.tbCellAmt
{
border-top-style: none;
border-right-style: none;
border-left-style: none;
border-bottom-style: none;
text-align: right;
}
tr#copyright
{
background-color: #9abed3;
padding: 2px 5px 2px 10px;
vertical-align: middle;
font-family: Arial, Helvetica, sans-serif;
font-size: 0.8em;
color: #000000;
width: 100%;
margin-left: 0px;
}
td#TopPaneLogin
{
}
td#DefaultTopPane
{

}
table#tblBannerBar
{
}
tr#trContentFundName
{

}
a.TermOfUseLink
{
}
a.TermOfUseLink:hover
{
}
a.TermOfUseLink:visited
{
}
a.TermOfUseLink:active
{
}
a.PasswordHelpLink
{
}
a.PasswordHelpLink:hover
{
}
a.PasswordHelpLink:visited
{
}
a.PasswordHelpLink:active
{
}
.tbCellAmt1
{
border-top-style: none;
border-right-style: none;
border-left-style: none;
border-bottom-style: none;
text-align: left;
}
