.headerSearchContainer{display: none;}
body {background-color:#C8C8C8; font-size: 10pt;font-family: Arial;}
a:link {text-decoration:none;}
.mainPanel {background-color:#FFFFFF; width:50%;padding:10px;border-spacing:10px;}
.topMenuLinkPanel{float:right;}
.caeLogo {float:left;}
.topMenuLink {color: #808080;}
.detailPanel{Border: Solid 1px #C8C8C8;width:100%;border-spacing:10px;}
a.detailLink {color:#0000FF;}
.mainPageTitle {font-size: 40pt; color:#9b9a9a;}
.pageDesc {text-align:justify;}
.rowCenter {text-align:center;}
.terms{font-weight:bold;text-align:left;}
.ButtonLink{background:#0000FF; color:white; width:100px;padding:10px;}
.required{color:red; font-weight:bold; font-size:10pt;}
.input{width:200px;border:solid 1px #C8C8C8;}
.imageLink {Border: Solid 1px #C8C8C8;}
.detailPanelLeft {border-spacing:10px;vertical-align:top;}
.detailPanelRight {border-spacing:10px;vertical-align:top;}
.inputLabel{font-weight:bold;}
.ErrorDiv{backgrund-color:#FFFFCC;color:red;font-weight:bold;}
td {vertical-align:top;}
table.Footprint td{border-bottom:solid 1px #000000;border-right:solid 1px #000000;border-spacing:0px;padding:5px;}
.Footprint{border-left:solid 1px #000000;border-top:solid 1px #000000;border-spacing:0px;width:495px;font-size:8pt;}
table.InnerGrid td{Border:none;}
.ActivePageTitle{color:#888888;font-weight:bold;font-size:10pt;}
.Buttons{width:100px;}
.pbSubheader{background-color:#0E4F90;}
a img {border:none;}





.custPopup{
            background-color: white;
            border-width: 2px;
            border-style: solid;
            z-index: 9999;
            left: 50%;
            padding:10px;
            position: absolute;
            /* These are the 3 css properties you will need to change so the popup 
            displays in the center of the screen. First set the width. Then set 
            margin-left to negative half of what the width is. You can add 
            the height property for a fixed size pop up if you want.*/
            width: 500px;
            margin-left: -250px;
            top:100px;
        }
        .popupBackground{
            background-color:#888888;
            opacity: 0.20;
            filter: alpha(opacity = 20);
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: 9998;
        }





/*End Custom Element Styles*/