﻿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: 130px; venkata 22/09/2010		*/
        background:url('/App_Themes/Default/images/header-bg.png') repeat-x;
}

    #Header #Logo {
        margin: 0px 0px -3px;
        padding: 0px 0px 0px 0px;   
    }
    
    #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: -10px 10px -0px -20px;
    width: 230px;
    height: 151px;
    background: #114782 none;
    color: #ffffff;
}
* html .LoginForm {
    margin: -10px 10px -12px -10px;
}
.ForgotPwdForm {
    margin: -10px 10px -10px -20px;
    width: 230px;
    height: 151px;
    background: #114782 none;
    color: #ffffff;
}
* html .ForgotPwdForm {
    margin: 0px;
}

/* ########################################################
   CONTENT AREA
   ######################################################## */
   
   #Content {
        background: #ffffff;
   }

/* ########################################################
   FOOTER 
   ######################################################## */

	#Footer {
	    background: #083E7A;
	}


    /* overieds */
    .LoginForm {
    margin: -10px 10px -0px -20px;
    width: 350px;
    height: 151px;
    background: #114782 none;
    color: #ffffff;
}
   
