html,body {
	margin:0px;
	padding:0px;
}

/* ---- HEADER ------------------------------------------------ */

#headerBackground {
    /*background-image: url(../images/header-bg.jpg);
	background-repeat: repeat-x;*/
    /*background-color: #F9F9F9;	*/
    width: 100%;
    /*height: 63px;*/
    /*padding-top: 10px;*/
    /*border-bottom: 1px solid #D3D3D3;*/
}


* html #headerContainer .topNavContainer{		
	margin-top: 1px;
}


* html #headerContainer .topNavContainer .topNavGlobal{
	width: 753px;
	padding-left: 8px;
}

#headerContainer .topNavContainer .topNavGlobal .globalNavDivider{
	border-left: 1px solid #333333;
	width: 5px;
	height: 10px;
	margin: 5px 0px 0px 8px;
}

#headerContainer .topNavContainer .topNavGlobal .globalNavItem.last{
	border: none;	
}

.firstCh {
    display: none;
}

#headerContainer .topNavContainer .topNavMain {
    clear: left;
    width: 100%;
    /*height: 45px;*/
}

#headerContainer .topNavContainer .topNavMain span{
	float: left;
}

#headerContainer .topNavContainer .topNavMain a{
	text-decoration: none;
}

#headerContainer .topNavContainer .topNavMain .topNavItem{
	background-image: url(../images/topnav_item_bkg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 151px;
	height: 45px;
	line-height: 45px;
	padding: 0px 0px 0px 0px;
	text-align:center;
	font-size: 14px;
	text-decoration: none;
	color: #ffffff;
	text-transform:uppercase;
}

#headerContainer .topNavContainer .topNavMain .topNavItem.selected{
	color: #FFFFFF;
	cursor:default;
}

#headerContainer .topNavContainer .topNavMain .topNavItem.selected{
	background-image:url(../images/topnav_item_hover_bkg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	color: White;
}

#headerContainer .topNavContainer .topNavMain .topNavItem.hover{
	background-image:url(../images/topnav_item_hover_bkg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	color: #FFFFFF;
}


/* ---- BODY -------------------------------------------------- */



/* ---- FOOTER ------------------------------------------------ */


#footerContentContainer .bottomNavContainer .bottomLanguage{
	width: 140px;
	height: 30px;
	float: left;
	padding: 20px 0px 0px 0px;
}

#footerContentContainer .bottomNavContainer .bottomLanguage select{ 
	background-color: #000000;
	color: #ffffff;
	font-size: 12px;
	width: 100px;
}


/* BODY: Two Column layout for body content */

/****************************Grid Page CSS - Special Case************************************************/



/*#fullWidthContainerGridPage {
    background-color: white;
    margin:85px auto 0px;
    width: 982px;
}*/

/*#fullWidthContentContainerGridPage{
    background-repeat: no-repeat;
    background-position: top right;
    margin: 0px;
    padding: 11px;
    min-height:550px;
}*/

#headerBackground .headerContainerGridPage{
	width: 1000px;
	margin: 0px auto !important;
}

#bodyLeftColumn .leftNavBodyGrid {

    width: 202px;
    background-color:#008996;
    background-color: #008996;
    background-image: linear-gradient(#00A5B4, #008996);
}
/*********************CSS for styling History Page Controls*******************************************************/

#firstValChanged {
    background: rgb(255, 255, 255);
    height: 32px;
    width: 32px;
    border-radius: 50%;
}

        /*ravi common css*/
        /*@media screen and (min-width:320px) and (max-width:1000px) {
            #bodyContainer {
                width: 100%
            }

            #headerContainer #dolbyLogoLink .logo-label {
                font-size: 24px;
            }
        }*/