
html
{
}
.menuBar_PSCHome {
	font-size: 1.6em;
	font-weight:bold;
}
.menuBar_PSCHome_PSC 
{
	font-size: .9em;
	font-family: Arial, Helvetica, sans-serif;
}	
.menuBar_MyChoices
{
	BACKGROUND-COLOR: #99CC99;
	font-size:smaller;
	color:Black;
	margin-top:4px;

}
a.Toc
{
	z-index:500;
}
.refcol { DISPLAY: none; WIDTH: 0% }
.rightaligncol { WIDTH: 100%; TEXT-ALIGN: right }
.leftaligncol { WIDTH: 100%; TEXT-ALIGN: left }
.smallerFont { FONT-SIZE: smaller }

.TableHeader{background:midnightblue;color:snow;font-weight:bold;}
.TableHeaderTan{/*background:tan; rem ldm2013 */
                background:midnightblue;color:snow;
                font-weight:bold}
.TableBorderTan{border:solid thin tan}
.TableRow1{ /*background: cornsilk; rem ldm2013*/
            background:#F0F0F0;}
.TablePanel{ /*background: cornsilk; rem ldm2013*/
             background:#F0F0F0;
             border:midnightblue thin solid;}
.TableRow2{ /*background: blanchedalmond; rem ldm2013*/
            background:#B5B5B5;}
.TableRow1_Conf{/*background: cornsilk; rem ldm2013*/
            background:#F0F0F0; border: red thin solid}
.TableRow2_Conf{/*background: blanchedalmond; rem ldm2013*/
            background:#B5B5B5; border: red thin solid}
.CenterItem{text-align: center;}
.LeftShift{text-align: left;}
.Rightshift{text-align: right;}
.RightshiftRed{text-align: right; color: crimson;}
.SubTitle
{
	border: midnightblue thin solid;
	font-weight: bold;
	font-size: larger;
	/*background: blanchedalmond; rem ldm2013*/
            background:#B5B5B5;
	text-align: center;
}
.NoteTxt
{
	border: midnightblue thin solid;
	padding-left: 10px;
	/*background: blanchedalmond; rem ldm2013*/
            background:#B5B5B5;
	text-align: left;
}
.LblTxt{text-align: left;font-weight:bold;}
.LblLCDate{font-style:italic;}
.HeaderLblTxt{  background-color: #003366;color:snow;font-weight:bold;}
.BTNcls{font-size:smaller;background:midnightblue;color:snow;font-weight:bold;}
.HotBtn
{
	border-right: cornsilk thin solid;
	border-top: peru thin solid;
	font-weight: bold;
	font-size: small;
	/*background: cornsilk; rem ldm2013*/
    background:#F0F0F0;
	border-left: peru thin solid;
	color: red;
	border-bottom: peru thin solid;
}
.HotHorizBtn
{
	border-right: peru thin solid;
	border-top: peru thin solid;
	font-weight: bold;
	font-size: small;
	background: navajowhite;
	border-left: peru thin solid;
	color: red;
	border-bottom: navajowhite thin solid;
}

.ColdBtn
{
	border-right: peru thin solid;
	border-top: peru thin solid;
	font-weight: bold;
	font-size: small;
	background: burlywood;
	border-left: peru thin solid;
	color: black;
	border-bottom: peru thin solid;
}
.OuterBody
{
	border-right: peru thin solid;
	border-left: peru thin solid;
	border-bottom: peru thin solid;
	background-color: navajowhite;
}
.DarkerBody
{
	background-color:Tan;
}
.FadeIntoBody{background: navajowhite;color:black;font-size:small;font-weight:bold}
.TopSecret
{
	border-right: #ff0000 thin solid;
	border-top: #ff0000 thin solid;
	border-left: #ff0000 thin solid;
	color: #ffcc00;
	border-bottom: #ff0000 thin solid;
	font-family: 'Comic Sans MS';
	background-color: #000033;
}
.Secure
{
	color: #ffcc00;
	background-color: midnightblue;
	font-family: 'Comic Sans MS';
	border-right: #ffcc00 thin solid;
	border-top: #ffcc00 thin solid;
	border-left: #ffcc00 thin solid;
	border-bottom: #ffcc00 thin solid;
}
.hidden
{
	display:none
}
.btnBox { 
	BORDER-RIGHT: tan thin solid; BORDER-TOP: tan thin solid; BACKGROUND: tan; BORDER-LEFT: tan thin solid; BORDER-BOTTOM: tan thin solid;text-decoration:none;color:Black;font-size:smaller
}
.btnBox:hover {
	CURSOR:pointer;
}
.yellowTblRow1 {
	background-color:#FFFFCC;
	color: #000000;	
}
.content
{
    border: thin solid #B5B5B5;
    border-radius: 15px;
    padding:20px;
}
.loading
{
    color: #B5B5B5;
    font-style:italic;
    
}

@media print
{
	div.noPrint,td.noPrint 
	{display:none;}
	
	div.expandOnPrint,
	td.expandOnPrint
	{width:100%}

}

