﻿/* DMS don't want the new styles to go live. So reverting the Style changes from SVN versions 9435 to 9464 inclusive*/
body {
    background: #0857a2 url('/App_Themes/Default/images/main-bg.png') repeat-y scroll center center; 
}

/* ########################################################
   HEADER 
   ######################################################## */

#Header {
	    position: relative;
	    float: left;
	    clear: none;
	    width: 100%;
        height: 165px;	
        
        background: url('/App_Themes/Default/images/header-bg.png') repeat-x;  
        border-bottom: 1px solid #609AB9;
}

    #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: -20px 10px -12px -20px;
    width: 280px;
    background: none;
    color: #666666;
    font-family:Trebuchet MS,Lucida Grande,Arial,Helvetica,sans-serif;
    font-size:110%;
    height: 250px;
}
* html .LoginForm {
 margin: -10px 10px -12px -20px;
     width: 280px;
    background: none;
    color: #666666;
    font-family:Trebuchet MS,Lucida Grande,Arial,Helvetica,sans-serif;
    font-size: 110%;
	height: 250px;
}
#forgotenPw {
 font-family:Trebuchet MS,Lucida Grande,Arial,Helvetica,sans-serif; 
   color:#666666; 
   font-size:110%; 
   float:left; 
   margin:180px 0px 30px -280px;
}
#DivForgotPasswordMessage{
 font-family:Trebuchet MS,Lucida Grande,Arial,Helvetica,sans-serif; 
   color:#666666; 
   font-size:110%; 
   float:left; 
}
.LoginForm input {
    width: 160px;
margin-bottom: 0px;
}
.LoginForm #ctl00_cplPage_URLogin_LoginButton {
    float:right;
    color: #666666;
}
.LoginForm #ctl00_cplPage_ResetPasswordButton {
    width:auto;
    color: #666666;
}
.LoginForm td table tr td {
    padding: 4px;
}

/*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;
}