﻿a
{
    text-decoration: none;
    color: blue;
}

a:hover
{
    color: #ffd700;
    text-decoration: underline;
}

body
{
    background-image: url(../images/dkgrayblk.gif);
    background: #FFFFFF;
    font-family: Arial;
    font-size: 2;
    color: black;
    font-size: 10pt;
    margin: 0;
    padding: 0;
    text-align: center;
}

table
{
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

hr
{
    border-top-width: 1px;
    border: solid #CCCCCC 0px;
    height: 0px;
}

.pagetitle
{
    color: #666666;
    font-size: 12pt;
    letter-spacing: .3em;
}

.pagesubtitle
{
    color: #B7322A;
    font-size: 10pt;
    letter-spacing: .2em;
}

.copyright
{
    color: #959595;
    font-size: 8pt;
    letter-spacing: .3em;
    padding: 8pt;
    text-align: center;
}

.table100
{
    width: 100%;
}

.accordionHeader
{
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeaderSelected
{
    cursor: pointer;
    margin-top: 5px;
    padding: 5px;
}

.accordionContent
{
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.validatorCalloutHighlight
{
    background-color: #FFFACD;
}
.StaticMenuItem
{
    cursor: hand;
    background: url(../Images/Tab_ltblue.GIF) 0 0% no-repeat;
    padding: 10px;
}

a:link.StaticMenuItem, a:visited.StaticMenuItem, a:hover.StaticMenuItem, a:active.StaticMenuItem, a:link.MenuItemStyle, a:visited.MenuItemStyle, a:hover.MenuItemStyle, a:active.MenuItemStyle
{
    color: #000000;
}

.selected
{
    background: url(../Images/Tab_blue.gif) 0 0% no-repeat;
}

.hover
{
    background: url(../Images/Tab_blue.GIF) 0 0% no-repeat;
}

.MenuItemStyle
{
    text-align: center;
    width: 150px;
}
.FooterImage
{
    display: block;
    width: 171px;
    height: 100px;
    background: url(../images/Cad_Logo.png);
    background-repeat: no-repeat;
    border-style: none;
    text-align: center;
}
.HeaderImage
{
    background: url(../images/pa_dhcc_logo.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    height: 120px;
    width: 250px;
}
.rowDotted
{
    background-image: url(../images/dot_horizontal.gif);
}
.colDotted
{
    background-image: url(../images/dot_vertical.gif);
}
#progressBackgroundFilter
{
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow: hidden;
	padding: 0;
	margin: 0; /*    background-color:#000; */
	background-color:#000;
	filter: alpha(opacity=50);
	opacity: 0.5;
	z-index: 1000;
}
#processMessage
{
	position: fixed;
	top: 30%;
	left: 43%;
	padding: 10px;
	width: 14%;
	z-index: 1001;
	background-color: #fff;
	border: solid 1px #000;
}
.PageTop
{
    background-image: url(../images/NewTop.PNG);
}
.PageTop2
{
    background-image: url(../images/top2.jpg);
}
.PageBottom
{
    background-image: url(../images/bottom.jpg);
}
.Stripe
{
    background-image: url(../images/stripe.jpg);
}