/**
 * Add border box sizing in all browsers to remove inconsistency .
 * Added by Azad
 */
 *,
 ::before,
 ::after {
   box-sizing: border-box;
 }
/**
 * 1. Add text decoration inheritance in all browsers to remove inconsistency.
 * 2. Add vertical alignment inheritance in all browsers to remove inconsistency.
 * Added by Azad
 */
 ::before,  
 ::after {
   text-decoration: inherit; 
   vertical-align: inherit; 
 }
 /**
 * 1. Use the default cursor in all browsers .
 * 2. Change the line height in all browsers .
 * 3. Use a 4-space tab width in all browsers .
 * 4. Remove the grey highlight on links in iOS .
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers .
 */

 /**
 *Added by Azad
 */

 html {
   cursor: default; 
   line-height: 1.5; 
   -moz-tab-size: 4; 
   tab-size: 4; 
   -webkit-tap-highlight-color: transparent ;
   -ms-text-size-adjust: 100%; 
   -webkit-text-size-adjust: 100%; 
   word-break: break-word; 
 }
body
{
	margin: 0;
	padding: 0;
	font-family: 'Helvetica',sans-serif;
}



/**
 * Remove the border on images within links in IE 10-.
 */
 /**
 *Added by Azad
 */
 img {
	border-style: none;
  }





#downtime-announcement
{
	float: left;
	width: 100%;
}



#downtime-announcement h2
{
	color: #333;
	font-size: 20px;
	background: #f99c1c;
	border-radius: 5px 5px 0px 0px;
	margin: 0;
	padding: 15px 15px;
}
.downtime-content {
	background-color: #fff8cf;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.downtime-content .draft1{
	margin: 0px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 71px;
    line-height: 32px;
}

.downtime-content .draft2{
	margin: 0px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    line-height: 32px;
}
.downtime-content .links {
	margin: 0px;
	padding: 0px 15px 43px 15px;
	text-decoration: none;
}
.downtime-content .links a{
	text-decoration: none;
	color: #0C4C7C;
}


/*
@media only screen and (max-width: 270px)
{
	#release-announcement ul li a
	{
		padding: 10px 15px; 
	}
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	
	p.report-library{
		margin-top: 4.5px;
	  }
	#release-announcement ul li a {
		padding-top: 7px!important;
		padding-bottom: 7px!important;
	}
	
  }*/