﻿.calendar
{
    Width: 193px;
    Font-Size: 8pt;
    font-family: Verdana;
    Height: 182px;
    background-color: White;
    color: #006699;
    padding: 1;
    border-color: #006699
}

.calTitle
{
	display: none
}
	
.divDate
{
display: none; 
BORDER-RIGHT: #006699 1px solid; 
BORDER-TOP: #006699 1px solid; 
Z-INDEX: 200; 
BORDER-LEFT: #006699 1px solid; 
BORDER-BOTTOM: #006699 1px solid; 
POSITION: absolute;
}

.btn
{
	height: 20px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	color: #000000;
	background-color: #D4DEE5;
	margin: 0,0,0,0;
}

.btnOnOver
{
	height: 20px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	color: #ffffff;
	background-color: #4682B4;
	margin: 0,0,0,0;
}

.infotable
{
	border-top: solid 1px #4682B4;
	border-left: solid 1px #4682B4;
	border-right: solid 1px #4682B4;
	width: 600px;
}

.infotable1
{
	border-bottom: solid 1px #4682B4;
	border-left: solid 1px #4682B4;
	border-right: solid 1px #4682B4;
	width: 600px
}

.txtLoginB1
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	background-color: #F5F9FA;
	color: Black;
}
.txtLoginB2
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	background-color: #EDFAF7;
	color: Black;
}
.txtLoginB3
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	background-color: #F0F2F2;
	color: Black;
}

.note
{
	z-index: 250;
	position: absolute;
	display: none;
	background-color: #D7ECFC;
	color: Navy; 
	font-family: Verdana;
	font-size: 8pt;
	}
	
 /* LABELS  */
 
 .errMsg
{
	font-family: Verdana;
	font-size: 7pt;
	color: Red;
}	

.justTitle
{
	font-family: Verdana;
	font-size: 9pt;
	font-weight: 700;
	text-decoration: underline;
	color: Navy;
	}

.justRedBold
{
	font-family: Verdana;
	font-size: 9pt;
	font-weight: 700;
	color: Red;
	}
	
.whiteText
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: 700;
	color: White;
	}

.whiteTahoma
{
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: 700;
	color: White;
	}

.blackTahoma
{
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: 700;
	color: Black;
	}
	
.yellowText
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: 700;
	color: Yellow;
	}
	
.justTextMarginTopBottom
{
	font-family: Verdana;
	font-size: 8pt;
	color: Navy;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
.justTextBold
{
	font-family: Verdana;
	font-size: 8pt;
	color: Navy;
	font-weight: 700;
	}
	
.justTextWithBG
{
	font-family: Verdana;
	font-size: 8pt;
	color: Maroon;
	background-color: #f0f0f0;
	}

.justText
{
	font-family: Verdana;
	font-size: 8pt;
	color: Black;
	}

.justSmallRedText
{
	font-family: Verdana;
	font-size: 8pt;
	color: Red;
	}

.justSmallNavyText
{
	font-family: Verdana;
	font-size: 7pt;
	color: Navy;
	}

.verdanaMaroon7withGrayBG
{
	font-family: Verdana;
	font-size: 7pt;
	color: Maroon;
	background-color: #f0f0f0;
}
		
 /* END LABELS  */

 /* LINKS  */

.FooterLinks
{
	font-family: Verdana;
	font-size: 7pt;
	color: Gray;
	text-decoration: none;
	}

.TopLinks
{
	font-family: Verdana;
	font-size: 8pt;
	color: Black;
	text-decoration: none;
	}

.link
{
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: 700;
	color: Maroon;
	text-decoration: none;
	}
	
.justLink
{
	font-family: Verdana;
	font-size: 8pt;
	color: Navy;
	text-decoration: underline;
	cursor: pointer ;
	}

.justLinkOnOver
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: 400;
	color: Red;
	text-decoration: none;
	cursor: pointer;
	}

.justWhiteLink
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: 700;
	color: White;
	text-decoration: underline;
	}

 /* END LINKS  */
		
/* TEXT/DROPDOWN BOXES */

.txtBoxSmallest
{
	font-family: Verdana;
	font-size: 8pt;
	width: 40px;
	height: 12px;
	}
		
.txtBoxShort
{
	font-family: Verdana;
	font-size: 8pt;
	width: 60px;
	height: 12px;
	}

.txtBox 
{
	font-family: Verdana;
	font-size: 8pt;
	width: 120px;
	}
	
.txtBoxWithTopMargin
{
	font-family: Verdana;
	font-size: 8pt;
	width: 120px;
	height: 20px;
	margin-top: 5px;
}
	
.txtBoxLong
{
	font-family: Verdana;
	font-size: 8pt;
	width: 160px;
}

.txtBoxVeryLong
{
	font-family: Verdana;
	font-size: 8pt;
	width: 250px;
}


.noMargins
{
	margin: 0 0 0 0;
}

.topMargin
{
	display: inline;
}



/* BUTTONS */	
.button
{
	border: solid 1px navy;
	font-family: Tahoma, Verdana, Arial;
	font-weight: 400;
	font-size: 8pt;
	cursor: pointer;
	color: navy;
	background-color: #f0f0f0;
	}


/* 'GRIDVIEW STYLES */

.CSTGrid
{
	font-family: Tahoma;
	font-size: 8pt;
	color: Navy;
	border: Solid 1px Navy;
	white-space:normal !important;
	}

.CSTGrid th
{
	border: Solid 1px navy;
    background-color: #f0f0f0;
}

.CSTGrid td 
{
	border: Solid 1px Navy;
}

.CSTGrid2
{
	font-family: Verdana;
	font-size: 8pt;
	color: Navy;
	border: none;
	white-space:normal !important;
	}

.CSTGrid2 th
{
	border: none;
    background-color: #ffffff;
}



.RowStyle
{
    background-color: #FFFFFF;
}

.AlternateRowStyle
{
    background-color: AliceBlue;
}

.SelectedRowStyle
{
    background-color: #FFFFC0;
}


.scroll1 
{
	display: block;
	overflow: scroll;
	font-family: Tahoma, Verdana, Arial;
	font-size: 8.5pt;
	text-decoration: none;
    COLOR: #000000;
    height: 330px;
}

.lblInvestments
{
	width: 360px;
}

.txtInvestments
{
	height: 12px;
	width: 80px;
	text-align: right;
	font-weight: 400;
	color: Navy;
	font-family: Verdana, Tahoma, Arial;
}

.overPage
{
	position: absolute;
	left: 50px;
	top: 150px;
}

/* FRAME */
.dim
{
	width: 55px; 
	height: 55px;
}
.dim1
{
	width: 680px; 
	height: 55px;
}
.tr
{
	background-image: url(../images/EZ4UR.jpg);
	width: 55px; 
	height: 55px;
}
.ml
{
	background-image: url(../images/EZ4LEFT.jpg);
	width: 55px; 
}
.mr
{
	background-image: url(../images/EZ4RIGHT.jpg);
	width: 55px; 
}
.bl
{
	background-image: url(../images/EZ4LL.jpg);
	width: 55px; 
	height: 55px;
}
.bc
{
	background-image: url(../images/EZ4BOTTOM.jpg);
	width: 680px; 
	height: 55px;
}
.br
{
	background-image: url(../images/EZ4LR.jpg);
	width: 55px; 
	height: 55px;
}
/* FRAME */