<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* body {font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;} */
.normalRed { color: Red; font-weight: bold;}
.normalBold { font-weight: bold; }
.moduleTitleBg {background-color: #298B91; border-bottom: Black 1px solid;}
.whiteBold {font-size: 10px; COLOR: white; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold;}
a.whiteBold:link,a.whitebold:visited,a.whitebold:active,a.whitebold:hover { color: white; }
.itemStyle {background-color: #324E70; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: small;}
.alternatingItemStyle {background-color: #213C5C; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: small;}
.editItemStyle input{ width: 90px; font-family: Arial, Calibri; font-size: small; }
.headerStyle {background-color: Black; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: small; color: White; font-weight: bold; text-align: center;}
.gridHover {background-color: #d4b62b;}
/* TD {font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; font-size : 11px;} */
#galleryDiv 
{
    margin-left: 0px; 
    margin-top: 0px; 
    margin-right: 0px; 
    margin-bottom: 0px; 
    /* background-image: url(BACKG.jpg);  */
    background-color: White;
    width: 900px; 
    text-align: center;}
#galleryDiv ul li { list-style-type: none; float: none;}
#galleryDiv a { text-decoration: underline; }

#teamAreaDiv ul li { list-style-type: none; float: none; }

/************ PasswordStrength Related Styles ***********************/
.TextIndicator_TextBox1
{
     background-color:Gray;
     color:White;
     font-family:Arial;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
}

.BarIndicator_TextBox2_weak
{
    color:Red;
    background-color:Red;
}
.BarIndicator_TextBox2_average
{
    color:Blue;
    background-color:Blue;
}
.BarIndicator_TextBox2_good
{
    color:Green;
    background-color:Green;
}

.BarBorder_TextBox2
{
    border-style:solid;
    border-width:1px;
    padding:2px 2px 2px 2px;
    width:200px;
    vertical-align:middle;
}

.TextIndicator_TextBox3
{
     background-color:Blue;
     color:Yellow;
     font-size:small;
     font-variant:small-caps;
     padding: 2px 3px 2px 3px;
}

.TextIndicator_TextBox3_Handle
{
	width:16px;
	height:14px;
	background-image:url(images/Question.png);
	overflow:hidden;
	cursor:help;
}

.TextIndicator_TextBox1_Strength1
{
     background-color:Gray;
     color:White;
     font-family:Arial;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
     font-weight:bold;
}
.TextIndicator_TextBox1_Strength2
{
     background-color:Gray;
     color:Yellow;
     font-family:Arial;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
     font-weight:bold;
}
.TextIndicator_TextBox1_Strength3
{
     background-color:Gray;
     color: #FFCAAF;
     font-family:Arial;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
     font-weight:bold;
}
.TextIndicator_TextBox1_Strength4
{
     background-color:Gray;
     color:Aqua;
     font-family:Arial;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
     font-weight:bold;
}
.TextIndicator_TextBox1_Strength5
{
     background-color:Gray;
     color: #93FF9E;
     font-family:Arial;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
     font-weight:bold;
}



.dynamicPopulate_Normal
{
	border:silver 1px inset;
	padding:2px;
	text-align:center;
	height:2em;
	margin:5px;
	width:200px;
}

.dynamicPopulate_Updating 
{
	background-image:url(images/loading.gif);
	background-repeat:no-repeat;
	border:silver 1px inset;
	text-align:center;
	padding:2px;
	height:2em;
	margin:5px;
	width:200px;
}
.newsHeadTitleBg 
{
    background-color:Silver;
}
.newsHeadTitle
{
    font-size:13px;
    font-weight:bold;

}
.newsItemTable
{
width: 100%;
}
.newsItemTitle 
{
    font-weight:bold; 
    font-size:13px;
}
.newsItemContent 
{
    font-size:11px;
}
.newsContentDiv 
{
    display:none; 
    border: solid 1px black;
}</pre></body></html>