﻿/* DMS don't want the new styles to go live. So reverting the Style changes from SVN versions 9435 to 9464 inclusive*/


/* ########################################################
   HEADER 
   ######################################################## */

#Header {
    position: relative;
    float: left;
    clear: none;
    width: 100%;
    height: 80px;
   
    
    z-index: 10;
}

   /*old headers #Header #Logo {
        margin: 0px;
        padding: 0px 0px 0px 20px;   
    }
     
    #Header #MainMenu {
	    position: relative;
	    clear:both;
	    float: left;
	    margin: 0px;
	    padding: 0px;
	}
	
	* html #Header #MainMenu {
	    margin-top: -3px;
	}
	
	*:first-child+html #Header #MainMenu {
	    margin-top: -3px;
	}
	
	#Header #MainMenu ul {
	    background: url('../images/topnav_bg.png') repeat-x;
        height: 35px;
        width: 964px;
        margin: 0px;
        padding: 0px 0px 0px 20px;
    }

        #Header #MainMenu ul li {
            position: relative;
            float: left;
            margin: 0px 15px 0px 0px;
            padding: 0px;
            height: 23px;
	        
            list-style: none;
        }
        
        #Header #MainMenu ul li.selected {
            background: transparent url(../images/topnav_hover.gif) no-repeat scroll center top;
        }
        #Header #MainMenu ul li.selected a {
            color: #D7DF21;
        }
        
        #Header #MainMenu ul li a {
            position: relative;
            float: left;
            color: #ffffff;
            padding: 10px 5px;
        }
        
            #Header #MainMenu ul li a:link {
                text-decoration: none;
            }
        
            #Header #MainMenu ul li a:visited {
                text-decoration: none;
            }
        
            #Header #MainMenu ul li a:hover {
                text-decoration: none;
                color: #D7DF21
            }
        
            #Header #MainMenu ul li a:active {
            }
                        
            
/* ####################################
   User Login Commponents
   ################################## */

#Login {
}

.LoginForm {
 margin: 0;
    width: 100%;
    background: #fff;
    color: #d97706;
    font-family: 'Gilroy', Arial, sans-serif;
    font-size: 1.25rem;
    border-radius: 1.2rem;
    box-shadow: 0 8px 32px rgba(255,149,0,0.10);
    padding: 2.7rem 3rem 2.2rem 3rem;
    border: 1px solid #ffd580;
    min-width: 260px;
    max-width: 420px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.LoginForm input {
    width: 100%;
    font-size: 1.18rem;
    padding: 0.7rem 1.1rem;
    border-radius: 0.5rem;
    border: 1px solid #ffd580;
    margin-bottom: 1.1rem;
    box-sizing: border-box;
    color: #d97706;
}
.LoginForm label {
    font-size: 1.18rem;
    font-weight: 600;
    color: #ff9500;
    margin-bottom: 0.3rem;
}
.LoginForm input[type="submit"], .LoginForm input[type="button"] {
    font-size: 1.18rem;
    padding: 0.7rem 2.2rem;
    border-radius: 0.5rem;
    background: #ff9500;
    color: #fff;
    font-weight: 700;
    border: none;
    box-shadow: 0 2px 8px rgba(255,149,0,0.08);
    transition: background 0.2s, box-shadow 0.2s;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    cursor: pointer;
}
.LoginForm input[type="submit"]:hover, .LoginForm input[type="button"]:hover {
    background: #ffd580;
    color: #ff9500;
    box-shadow: 0 4px 16px rgba(255,149,0,0.13);
}
#forgotenPw {
    font-family: 'Gilroy', Arial, sans-serif;
    color: #ff9500;
    font-size: 1.18rem;
    margin-top: 1.3rem;
    float: none;
    text-decoration: underline;
    transition: color 0.2s;
    display: inline-block;
}
#forgotenPw:hover {
    color: #d97706;
    text-decoration: none;
}
/* Remove old float and margin for forgotenPw */
#DivForgotPasswordMessage {
    font-family: 'Gilroy', Arial, sans-serif;
    color: #d97706;
    font-size: 1.18rem;
    float: none;
    margin: 0;
}
/* Remove old LoginForm button float and color */
.LoginForm #ctl00_cplPage_URLogin_LoginButton {
    float: none;
    color: #fff;
}
.LoginForm #ctl00_cplPage_ResetPasswordButton {
    width: auto;
    color: #fff;
}
.LoginForm td table tr td {
    padding: 8px;
}

/*Password recovery form*/
table#ctl00_cplPage_PasswordRecovery1 {
    margin: -10px 10px -12px -20px;
    width: 210px;
    height: 151px;
    background: #114782 none;
    color: #ffffff;
    float: left;  
}
*html table#ctl00_cplPage_PasswordRecovery1 {
    margin-left: -10px;
}

    table#ctl00_cplPage_PasswordRecovery1 .LoginForm {
        margin-left: 8px;
        width: 212px;   
    }
    
    *html table#ctl00_cplPage_PasswordRecovery1 .LoginForm {
        width: 190px;   
    }
    
	*html #ReportTopMenu {
         /* IE6 */
         position: relative;
         top: 0;
         left: 0;
    }
        /*avoid overlapping map dropdown in IE6*/	
        * html #ReportTopMenu-inner div#ReportTypeSelect {
            margin-left: -662px;
        }
        * html #ReportTopMenu-inner #ReportTimeframeSelect{
        	    margin-left: -536px;
            }
        * html #ReportTopMenu-inner #ReportStateSelect{
                margin-left: -408px;
            }
        *html #SiteSelector {
                margin-top: 0;
           }
        *html #ctl00_cplPage_ReportSideMenu {
           margin-top: 0;
        }
#customerWidgetsForm fieldset
{
height : 180px;
}
/* ########################################################
   CONTENT AREA
   ######################################################## */
   
   #Content {
        background: #ffffff;
   }

/* ########################################################
   FOOTER 
   ######################################################## */

	#Footer {
	    background: #083E7A;
	}
	
	/*table header background color*/
	.summaryTable th {
	    background-color: #5EADDA;
	    color: #ffffff;
	}

table.ReportKey tr, table.ReportKey th, table.ReportKey td
{
border : 1px solid #004079;
}

