
/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: white;
}

/*Kinecta Direct Signin and User info header */
.KDirectHeader 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:  bold;
	color: White;
}

/*Define the screen position for the Login box panel, UserInfo box panel, and the rates (actuall the apply) box panel.*/
.LoginPanel 
{
	DISPLAY: block; 
	LEFT: 565px; 
	WIDTH: 215px; 
	POSITION: absolute; 
	TOP: 124px; 
	HEIGHT: 180px 
}

.FakeLink
{
	cursor:pointer;
}

.InfoPanel 
{ 
	DISPLAY: block; 
	LEFT: 565px; 
	WIDTH: 215px; 
	POSITION: absolute; 
	TOP: 164px; 
	HEIGHT: 180px 
}

.RatesPanel 
{
	DISPLAY: block; 
	LEFT: 565px; 
	WIDTH: 215px; 
	POSITION: absolute; 
	TOP: 305px; 
	HEIGHT: 180px 
}

.CertImagePanel 
{
	left: 0px;
	top: 0px;
	position:relative;
	width: 610px
}

.CertTextPanel 
{
	top: 0px;
	left: 0px;
	position:relative;
	width: 610px
}

.CertImagePanelPrint
{
	display:block;
	left: 0px;
	top: 0px;
	position:absolute;
	width: 610px;
	height: 473px;

}

.CertTextPanelPrint
{
	top: 160px;
	left: 1px;
	position:absolute;
	width: 610px;
	height: 473px	
}
/* background color for the content part of the pages */
Body
{
    background-color: #333300;
    font-size: 13px;
    font-family: Arial, Helvetica, Sans-Serif;
	color: #333333;
}


/* GENERIC */
H1  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H4  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H5, DT  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

H6  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

TABLE 
{
	padding: 0px;	
	padding-bottom: 0px;
}

TFOOT, THEAD    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    color: darkred;
}

TH  {
    vertical-align: baseline;
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: darkred;
}

TR 
{
	padding: 0px;
	padding-bottom: 0px;
}

TD {
    font-size:13px;
    padding: 0px;
    padding-bottom: 0px;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: silver;
    height:1pt;
    text-align:left
}



/* PAGE BANNER */
.SiteTitle {
    font-family: Arial Bold, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color:#cccc99;
    padding:0px;    
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: white;
    border-color: white;
    background-image: url(../../../Documents%20and%20Settings/yale/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/0BIBIPUN/images/tabs/tab_bg.gif);
    padding:0px;    
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    /*background-color: dimgray;*/
    border-color: black;
    background-image: url(/portalvbvs/images/tabs/tab_bg.gif);
    padding:0px;    
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color:DarkRed;
    font-weight: bold;
    padding:0px;    
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color:gainsboro;
    text-decoration:none;
    font-weight: bold;
    padding:0px;    
}

A:link  {
	text-decoration:    none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
    color:#AD9B18;
	font-weight: normal;

}

A:visited   {
	text-decoration:    none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
      color:#AD9B18;
	font-weight: normal;

}

A:active    {
	text-decoration:    none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
    color:red;

}

A:hover {
	text-decoration:    none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:white;
}

/* Link styles for sortable column headers */
A.SortCol:Link
{
    text-decoration:    none;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
}
A.SortCol:Active
{
    text-decoration:    none;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;	
}
A.SortCol:Visited
{
    text-decoration:    none;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;	
}
A.SortCol:Hover
{
    text-decoration:    underline;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;	
}

/* Hyperlink Styles for the footer nav section */
A.FooterLink:Link
{
    text-decoration:    none;
    color: #3178BF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
A.FooterLink:Active
{
    text-decoration:    none;
    color: #3178BF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;	
}
A.FooterLink:Visited
{
    text-decoration:    none;
    color: #3178BF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
A.FooterLink:Hover
{
    text-decoration:    underline;
    color: #3178BF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
	background-color: #ECE9D8;
}

.SubSubNav
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
      color:#0000CC;
}


/* Hyperlink Styles for the sub nav section */

A.SubNavLink:Link
{
    text-decoration:    none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    color:#FFFFFF;

}
A.SubNavLink:Active
{
    text-decoration:    none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color:#FFFFFF;
    font-weight: normal;	
}
A.SubNavLink:Visited
{
    text-decoration:    none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color:#FFFFFF;
    font-weight: normal;
}
A.SubNavLink:Hover
{
    text-decoration:    underline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color:#FFFFFF;
    font-weight: normal;
}

/* Hyperlink Styles for the sub nav section */
A.BolSubNavLink:Link
{
    text-decoration:    none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    color:#0000CC;

}
A.BolSubNavLink:Active
{
    text-decoration:    none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color:#0000CC;
    font-weight: normal;	
}
A.BolSubNavLink:Visited
{
    text-decoration:    none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color:#0000CC;
    font-weight: normal;
}
A.BolSubNavLink:Hover
{
    text-decoration:    underline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color:#0000CC;
    font-weight: normal;
}

/* Hyperlink Styles for the sub sub nav section */
A.SubSubNav:Link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
    color:#0000CC;
	line-height: 14px;
}
A.SubSubNav:Active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
    color:#0000CC;
	line-height: 14px;
}
A.SubSubNav:Visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
    color:#0000CC;
	line-height: 14px;
}
A.SubSubNav:Hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
    color:#0000CC;
	line-height: 14px;
}

/* Hyperlink Styles for the sub sub nav section */
A.CrossSellHeader:Link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
    color:#FFFFFF;
	line-height: 14px;
}
A.CrossSellHeader:Active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
    color:#FFFFFF;
	line-height: 14px;
}
A.CrossSellHeader:Visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
    color:#FFFFFF;
	line-height: 14px;
}
A.CrossSellHeader:Hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
    color:#FFFFFF;
	line-height: 14px;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:hover   {
    text-decoration:    underline;
    color:white;
}

  
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:white;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:white;
}

A.SmallBlueLink:link
{
    text-decoration:    none;
    color:#929BA0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
	
}
A.SmallBlueLink:visited
{
    text-decoration:    none;
    color:#929BA0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;	
}
A.SmallBlueLink:active
{
    text-decoration:    none;
    color:#929BA0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;	
}
A.SmallBlueLink:hover
{
    text-decoration: underline;
    color:#929BA0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;	
}

/* hyperlink styles of the search results */
A.SearchResults:link    {
    text-decoration:    none;
	color:  #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 22px;
}

A.SearchResults:visited {
    text-decoration:    none;
	color:  #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 22px;
}

A.SearchResults:active  {
    text-decoration:    none;
	color:  #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 22px;
}

A.SearchResults:hover   {
    text-decoration:    underline;
	color:  #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 22px;
}

/* style of the paging elements on the search results */
.SearchResultsPaging {
    text-decoration:    none;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 13px;
	font-weight: normal;
	line-height: 25px;
}

.SmallBlue
{
    text-decoration:    none;
    color:#929BA0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
	
}
/* style for separator between site links */
.Accent
{
    color: red;
    font-weight:    bold;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

.SigninTitle 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: white;
	
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: normal
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

.NormalWhite
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: White;
}

.uploadedText
	{
		color: #000000;
		font-size: 8pt;
	}
	
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: red;
}

/* hyperlink style for link buttons used in the Online Banking headers */
A.SortableHeader:link {
    font-weight: bold;
    color: #666666;
    text-decoration: none;
}

A.SortableHeader:visited  {
    font-weight: bold;
    color: #666666;
    text-decoration: none;
}

A.SortableHeader:active   {
    font-weight: bold;
    color: #666666;
    text-decoration: none;
}

A.SortableHeader:hover    {
    font-weight: bold;
    color: #666666;
    text-decoration: underline;
}

/* Link Style for Announcement links  */
A.Announcement:link
{
    font-weight: bold;
    color: #D98000;
    text-decoration: none;
}

A.Announcement:visited
{
    font-weight: bold;
    color: #D98000;
    text-decoration: none;
}

A.Announcement:active
{
    font-weight: bold;
    color: #D98000;
    text-decoration: none;
}

A.Announcement:hover
{
    font-weight: bold;
    color: #D98000;
    text-decoration: none;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.Underlined:link {
    text-decoration:    underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
      color:#0000CC;
	font-weight: normal;
}

A.Underlined:visited  {
    text-decoration:    underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
      color:#0000CC;
	font-weight: normal;
}

A.Underlined:active   {
    text-decoration:    underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
      color:#0000CC;
	font-weight: normal;
}

A.Underlined:hover    {
    text-decoration:    underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
      color:#0000CC;
	font-weight: normal;
}


/* text style for header table in online banking*/
/* Right Left Top Bottom */
.HeaderTableRLTB
{
    border-right: 1px solid #868F98;
    border-left: 1px solid #868F98;
    border-top: 1px solid #868F98;
    border-bottom: 1px solid #868F98;
}

/* Right Left Top */
.HeaderTableRLT
{
    border-right: 1px solid #868F98;
    border-left: 1px solid #868F98;
    border-top: 1px solid #868F98;
}

/* Right Left Top Bottom */
.HeaderTableLTB
{
    border-left: 1px solid #868F98;
    border-top: 1px solid #868F98;
    border-bottom: 1px solid #868F98;
}

/* Right Left Bottom */
.HeaderTableRLB
{
	border-right: 1px solid #868F98;
    border-left: 1px solid #868F98;
    border-bottom: 1px solid #868F98;
}

/* Right Left */
.HeaderTableRL
{
	border-right: 1px solid #868F98;
    border-left: 1px solid #868F98;
}

/* Right Top */
.HeaderTableRT
{
	border-right: 1px solid #868F98;
    border-top: 1px solid #868F98;
}

/* Right */
.HeaderTableR
{
    border-right: 1px solid #868F98;
}

/* Left */
.HeaderTableL
{
    border-left: 1px solid #868F98;
}

/* Right Bottom */
.HeaderTableRB
{
	border-right: 1px solid #868F98;
    border-bottom: 1px solid #868F98;
}

/* Top Bottom */
.HeaderTableTB
{
	border-top: 1px solid #868f98;
    border-bottom: 1px solid #868F98;
}

/* Bottom */
.HeaderTableB
{
    border-bottom: 1px solid #868F98;
}

/* Leader Right Left Top Bottom */
.HeaderTableLeaderRLTB
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-right: 1px solid #868F98;
	border-left: 1px solid #868F98;
	border-top: 1px solid #868F98;
    border-bottom: 1px solid #868F98;
}

/* Leader Right Left Top  */
.HeaderTableLeaderRLT
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-right: 1px solid #868F98;
    border-left: 1px solid #868F98;
    border-top: 1px solid #868F98;
}

/* Leader Right Top Bottom */
.HeaderTableLeaderRTB
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-right: 1px solid #868F98;
    border-top: 1px solid #868F98;
    border-bottom: 1px solid #868F98;
}

/* Leader Left Top Bottom */
.HeaderTableLeaderLTB
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-left: 1px solid #868F98;
	border-top: 1px solid #868F98;
    border-bottom: 1px solid #868F98;
}

/* Leader Top Bottom */
.HeaderTableLeaderTB
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top: 1px solid #868F98;
    border-bottom: 1px solid #868F98;
}

.FooterTableBoldB
{
	font-weight: bold;	
    border-bottom: 1px solid #868F98;
}

.FooterTableBoldRB
{
	font-weight: bold;	
	border-right: 1px solid #868F98;
    border-bottom: 1px solid #868F98;
}

.ItemStyleL
{
	border-left:1px solid #C4C7CC
}

.smallblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.smallblackLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:underline;
	cursor: pointer;
	color:Blue;
	
}

.normalblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.leader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.description 
{
	/* line-height: 20px; */
	padding-top: 3px;
	padding-bottom: 3px;
	text-transform: uppercase;
}

.textboxCaps
{
	text-transform: uppercase;
}	