/* PAGE BACKGROUND */

/*
#030062  header blue 
#6289ab  medium pastel grey blue 
#6987a4  sortof the same.
#e2f0ff lightest blue
*/



/* background color for the header at the top of the page  */
.HeadBg
{
	background-color: beige;
}

.HeadBanner
{
	background-position: left top;
	background-image: url(/images/BG/mybanner2.jpg);
	background-repeat: no-repeat;
	height: 60px;
	background-color: #030062;
	/*
	background-color: #dfded0;
	*/
}

.HeadBannerBottom
{
	background-position: left top;
	background-image: url(/images/BG/mybanner2_bottom.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 230px;
	
}

.TopSlogan
{
	text-align: left;
	font-size: 11pt;
	font-weight: bold;
	font-family: Verdana;
	font-style: italic;
	color: silver;
	filter:progid:DXImageTransform.Microsoft.Alpha( Opacity=50, FinishOpacity=50,Style=1, StartX=0,  FinishX=100, StartY=0, FinishY=0) 
}

/* background color for the content part of the pages */
Body
{
    /*background-color: white;*/
    font-family: Arial, Verdana, Helvetica;
    font-size: 10pt;
    background-position: left top;
	background-image: url(/images/BG/bghoritile3.jpg);
	background-repeat: repeat-y;
	border-collapse: collapse;
    
}

.tdn
{
	padding: 0 0 0 0
}

/* Left Nav Menus */

/* Left Frame */
.LeftFrame
{
	padding-left: 5px;
	color: white;
	/*
	background-position: left top;
	background-image: url(/images/BG/bgtileline.jpg);
	background-repeat: repeat-y;
	*/
	border-collapse: collapse;
}

.LeftNavCellHead
{
	width: 180px;
	padding: 0 3 3 5;
	border: none;
	font-size: 9pt; 
	color: White;
	font-weight: bold;
	background-color: #636475;
	height: 18px;
	background-position: right bottom;
	background-image: url(/images/BG/gray_edge.jpg);
	background-repeat: no-repeat;
	border-top: 1px white solid;
	/*
	border-top: 1px navy dotted;
	border-bottom: 1px navy dotted;
	*/
	
}

.LeftNavCell
{
	width: 180px;
	padding: 0 3 3 5;
	font-size: 9pt; 
	color: White;
	border-top: 1px solid white;
}

.NavInfoHead
{
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
	color: navy;
	padding-bottom: 3px;
}
.NavInfo
{
	font-family: Arial;
	font-size: 9pt;
	color: black;
	background-position: left center;
	background-image: url(/images/fwd.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
}
.NavInfo0
{
	font-family: Arial;
	font-size: 9pt;
	color: black;
}
.NavFooter
{
	font-family: Arial;
	font-size: 8pt;
	color: dimgray;
	font-style: italic;
}

/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle {
    font-family: Arial, Verdana, Helvetica;
    font-weight: bold;
    font-size: 22px;
    font-weight: bold;
    color: White;
}

/* the dynamic menu structure */
.MenuTable
{
	padding: 0;
	border-collapse: collapse;
}

.MenuCell
{
	cursor: hand;
	background-color: silver;
	border: 1px black solid;
}

.MenuCellActive
{
	cursor: hand;
	background-color: white;
	border: 1px black solid;
	border-bottom: none;
}

.MenuNodeTop
{
	padding: 3px;
	font-size: 9pt;
	font-weight: bold;
	background-position: right center;
	background-image: url(/Mtg1Portal/images/tri_dn.gif);
	background-repeat: no-repeat;
	padding-right: 15px;
}

.MenuLinkTop
{
	padding: 3px;
	font-size: 9pt;
	font-weight: bold;
}

.MenuNode
{
	padding: 2px;
	font-size: 8pt;
	font-weight: bold;
	background-position: right center;
	background-image: url(/images/fwd.gif);
	background-repeat: no-repeat;
	padding-right: 12px;
	background-color: gainsboro;
	border: 1px black solid;
}

.MenuLink
{
	padding: 2px;
	font-size: 8pt;
	font-weight: bold;
	padding-right: 12px;
	background-color: gainsboro;
	border: 1px black solid;
}

.MenuSub
{
	background-color: gainsboro;
	position: absolute;
	border: 1px black solid;
	border-collapse: collapse;
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: white;
    border-color: black;
    border-bottom: 1px white solid;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg 
{
    background-color: gray;
    border-color: black;
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Arial, Verdana, Helvetica;
    font-size: 13px;
    color:  black /*p2*/ /*#1b7d61*/;
    font-weight: bold
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Arial, Verdana, Helvetica;
    font-size: 13px;
    color:gainsboro;
    text-decoration:none;
    font-weight: bold
}

/* 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;
}

/* TOP NAV */
TD.TopNav 
{
	padding: 1 1 1 1;
	vertical-align: top;
	background-color: gray /*#6987a4 #6a5adb*/;
	color: White;
	font-size: 8pt;
	font-weight: bold;
	filter:progid:DXImageTransform.Microsoft.Alpha( Opacity=0, FinishOpacity=100,Style=1, StartX=40,  FinishX=80, StartY=0, FinishY=0) 
}

A.NavLink
{
	text-decoration: none;
	font-size: 10pt;
	color: navy;
	font-weight: bold;
}

A.NavLink:hover
{
	text-decoration: underline;
	color: darkred;
	font-weight: bold;
}
    
/* text style for the site links (at extreme top-right of header) */
A.SiteLink 
{
    font-family: Arial, Verdana, Helvetica;
    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;
}

/* style for separator between site links */
.Accent
{
    color: black;
    font-weight:    bold;
}



/* MODULE-SPECIFIC */

.Grid
{
	font-family: Arial, Verdana, helvetica;
	font-size: 9pt;
	background-color: whitesmoke;
}

.GridHead
{
	color: White;
	font-weight: bold;
	font-size: 9pt;
	background-color:  #6289ab /*;#6987a4  gray*/;
}

.GridActiveRow
{
	background-color: #e2f0ff /*#cae2b0*/
}

.GridAltRow
{
	background-color: #dedede;
}

.GridSelect
{
	width: 20px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(images/edit.gif);
}

.GridDelete
{
	width: 20px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(images/delete.gif);
}

.GridEdit
{
	width: 20px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(images/edit.gif);
}

.GridAdd
{
	width: 20px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(images/fwd.gif);
}

.GridPageNumbers
{
	background-color: silver /*#dce2dc*/; 
	font-size: 10pt;
	font-weight: bold;
	color: White;
}

.Grid2
{
	font-family: Arial, Verdana, helvetica;
	font-size: 10pt;
	background-color: whitesmoke;
	border: 1px dimgray solid;
}

.GridHead2
{
	color: White;
	font-weight: bold;
	font-size: 11pt;
	background-color:  #6289ab /*;#6987a4  gray*/;
}

/* text style for reading messages in Discussion */    
.Message    {
    font-family: Arial, Verdana, Helvetica;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Arial, Verdana, Helvetica;
    font-size:  10pt;
    font-weight:    bold;
    color: navy /*p2*/;
}

.BoldBlue
{
	font-family: Arial, Verdana, helvetica;
	font-size: 8pt;
	font-weight: bold;
	color: navy;
}


/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Arial, Verdana, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: navy /*t*/ /*#666644*/;
}

.Head2   {
    font-family: Arial, Verdana, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: navy /*t*/ /*#666644*/;
    border-bottom: 1px dimgray solid;
    padding-bottom: 3px;
    margin-bottom: 3px;
}

/* style of line titles on loan application pages */
.LineHead
{
	font-weight: bold;
	font-size: 14px;
	color: white;
	font-family: Arial, Verdana, Helvetica;
	height: 22px;
	background-color: #6289ab;
}

/* style of item titles on edit and admin pages */
.SuperHead    {
    font-family: Arial, Verdana, Helvetica;
    font-size:  10pt;
    font-weight:    bold;
    color: black /*p2*/;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Arial, Verdana, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: black /*p2*/;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial, Verdana, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Arial, Verdana, Helvetica;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px    
}

.Normal2
{
    font-family: Arial, Verdana, Helvetica;
    font-size: 10pt;
    font-weight: normal;  
}

.NormalGray
{
    font-family: Arial, Verdana, Helvetica;
    font-size: 8pt;
    font-weight: normal;
    color: gray; 
    font-weight: bold;
}

.NormalNotice
{
    font-family: Arial, Verdana, Helvetica;
    font-size: 10pt;
    font-weight: normal;
    color: darkorange; 
    font-weight: bold;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial, Verdana, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Arial, Verdana, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Arial, Verdana, Helvetica;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Arial, Verdana, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton, A.CommandButton:link, A.CommandButton:normal, A.CommandButton:visited, A.CommandButton:active
{
	color: Navy;
	/*
	border: 1px gainsboro dotted;
	border-top: 1px whitesmoke solid;
	border-left: 1px whitesmoke solid;
	border-bottom: 1px dimgray solid;
	border-right: 1px dimgray solid;
	*/
	padding: 0 3 0 3;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
	background-color: whitesmoke;
}

A.CommandButton:hover    
{
	color: Navy;
   	text-decoration:    underline;
   	background-color: #e2f0ff;
}

/* hyperlink style for buttons and link buttons used in the portal link trail */
A.TabLinkTrail:link 
{
	font-size: 8pt;
	font-weight: bold;
    text-decoration:    underline;
    color: navy /*p2*/;
}

A.TabLinkTrail:visited  
{
	font-size: 8pt;
	font-weight: bold;
    text-decoration:    underline;
    color: navy /*p2*/;
}

A.TabLinkTrail:active   
{
	font-size: 8pt;
	font-weight: bold;
    text-decoration:    underline;
    color: navy /*p2*/;
}

A.TabLinkTrail:hover    
{
	font-size: 8pt;
	font-weight: bold;
    text-decoration:    underline;
    color: red;
}

/* GENERIC */
H1  {
    font-family: Arial, Verdana, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: navy /*t*/ /*#666644*/;
}

H2  {
    font-family: Arial, Verdana, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: navy /*t*/ /*#666644*/;
}

H3  {
    font-family: Arial, Verdana, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: black /*p2*/;
}

H4  {
    font-family: Arial, Verdana, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: black /*p2*/;
}

H5, DT  {
    font-family: Arial, Verdana, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: black /*p2*/;
}

H6  {
    font-family: Arial, Verdana, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: black /*p2*/;
}

TFOOT, THEAD    {
    font-family: Arial, Verdana, Helvetica;
    font-size:  12px;
    color: black /*p2*/;
}

TH  {
    vertical-align: baseline;
    font-family: Arial, Verdana, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: black /*p2*/;
}

A.DocLink:link,A.DocLink:visited,A.DocLink:Active
{
	color: red
}

A.DocLink:hover
{
	color: red;
	text-decoration:    underline;
	
}

A:link, A:visited, A:active  {
    text-decoration:    none;
    color: navy;   
}

A:hover {
    text-decoration:    underline;
    color: red /*#ade27b*/;
}

A.Normal:link , A.Normal:visited, A.Normal:active   {
    text-decoration:    underline;
    color: navy;
}

A.Normal:hover    {
    text-decoration:    underline;
    color: red;
}

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: dimgrey;
    height:1pt;
    text-align:left
    
}

/* COMMAND BUTTONS */
.cmdM
{
	font-family: Arial, Verdana, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: navy;
    width: 80px;
    border: 1px black solid;
    cursor: hand;
}

.cmdM:hover
{
	font-family: Arial, Verdana, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: White;
    background-color: navy;
    width: 80px;
    border: 1px black solid;
    cursor: hand;
}

.LoanPage, .LoanPage:link , .LoanPage:visited, .LoanPage:active, .LoanPage:hover
{
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: dimgray;
}

.LoanPageVisited, .LoanPageVisited:link , .LoanPageVisited:visited, .LoanPageVisited:active, .LoanPageVisited:hover
{
	font-family: Arial;
	font-size: 9pt;
	color: navy;
	font-weight: bold;
}

.LoanPageCurrent, .LoanPageCurrent:link , .LoanPageCurrent:visited, .LoanPageCurrent:active , .LoanPageCurrent:hover
{
	font-family: Arial;
	font-size: 9pt;
	color: Red;
	font-weight: bold;
}