body {
    background-color: white;
    font-family: Arial;
}

li{
	line-height:15px !important;
}

#index_html5 {
    width: 1010px;
    height: 680px;
    margin: 0 auto;
    position: relative;
    font-family: Arial;
    display: none;
    top:0px;  
}

#swfObj {
    width: 1010px;
    height: 680px;
    margin: 0 auto;
    position: relative;
    font-family: Arial;
    display: none;
    top:0px;  
}

.blue_bg {
    background-image: url(../images/gradient.png);
    font-family: Arial, Verdana, Geneva, sans-serif;
    font-size: 16px;
    color: #FFF;
    font-weight: bold;
    padding-left: 200px;
    text-align: justify;
}

.link {
    font-family: Arial, Tahoma, Geneva, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #0078A6;
}
.space {
    word-spacing: 100px;
    font-family: Arial, Helvetica, sans-serif;
}


.title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    text-align: justify;
}

.content {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666;
    text-decoration: none;
    text-align: justify;
    position:absolute;
    top:130px;
    left:0px;
    width:100%
}

.content1{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666;
    text-decoration: none;
    text-align: justify;
}
.headline {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #0078A6;
    text-decoration: none;
    position:absolute;
    left:500px;
    top:80px;
    width:500px;
}

@media (max-width: 1024px) {
  .headline {
    
    left:400px;
    top:40px;
    width:400px;
	text-align:center;
}
}
.launch {
    font-family: Arial, Tahoma, Geneva, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #D6D6D6;
    /*text-decoration: underline;
    cursor:default;*/
}

#bubbleContent{
    visibility:hidden; 
    position: absolute;
    top:0; 
    left:0;
}

.titleBar{    
    width:auto; 
    height:auto; 
    border:0px double silver; 
    padding:10px 200px 10px 200px;
}

.logoImg{
    width:212px;
    height:84px
}

button{
   padding: 2px 4px;
}
/* for menu box height adjusment patch- Bhushan */
.player .menuContainer .menuListContainer{
	height: 421px !important;
	top:150px !important;
	width:378px !important;
}
.player .moduleTitle{
	width:100% !important;
}