/*****************************************************************************************************************
************************************** RPX Display Infrastructure Style ******************************************
**********************************************V. 20-1-2019*******************************************************/

/***********************************************************
******************* PART 1- Environment and BGs ************
***********************************************************/

body{
	margin: 0;
	padding: 0;
}

.rounded-corners {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
    
    -webkit-box-shadow: #666 0px 2px 3px;
	 -moz-box-shadow: #666 0px 2px 3px;
	 box-shadow: #666 0px 2px 3px;
	 behavior: url(pie1/PIE.htc);
	
    margin-left:auto;
	 margin-right:auto;
	 border-color: #B4B2B2;
	 border-style: solid;
	 border-width: 0.5px;
}

.rounded-corners-noshadow {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
    
	 behavior: url(pie1/PIE.htc);
	
    margin-left:auto;
	 margin-right:auto;
}

/***********************************************************
******************* PART 2- Environment and BGs ************
***********************************************************/

#WarningTop {
	position: fixed;
	z-index: 10;
	top: 0px;
	padding-top: 39px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	height: 20px;
  	background-color: #F68B8B;
  	border-bottom-color: #AA0000;
  	border-bottom-style: solid;
}

/***HTML Elements *****************************************/
/** Article title in main page ****************************/

h1{
	/*News topics in Main page*/
	font-size: 22px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	height: 8px;
	margin-top: 0;
}

h2{
	/** Direct Sub-titles-> main page banner **/
	/*font-size: 30px;
	font-weight: bold;
	color: #675E0F;
	text-decoration: none;
	margin-bottom: -15px;
	*/
	/*News topics in Main page*/
	font-size: 22px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	height: 8px;
	margin-top: 0;
}

h3{
	/*Main page division titles*/
	font-size: 22px;
	text-align: center;
	font-weight: bold;
	/**/color: #000000;
	text-decoration: none;
	margin-top: 40px;
	margin-bottom: 40px;
}

h4{
	/*News topics in Main page*/
	font-size: 22px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	height: 8px;
	margin-top: 0;
}

a{
	text-decoration: none;
	color: #007C9E;
	cursor: pointer;
}
a:hover{
	text-decoration: underline;
}

a.whitelink{
	text-decoration: none;
	color: #FFFFFF;
	cursor: pointer;
}

p, ul, ol{
	font-size: 17px;
	
}

p{text-align: justify; text-justify: inter-word;}

font{
	font-size: 20px;
}

/***RPX Runtime Elements **********************************/
.rpx_mg{
	width:350px;
	height:100px;
	float: right;
	position: absolute;
	top: 10px;
	right:10px;
	padding: 5px;
	z-index: 3;
	text-align: center;
}

.Smallseo{
    color:#fff; 
    background-color:#8C7E7E; 
    display: inline-block;
    font-weight:bold; 
    font-size:12px;
    padding-left:5px;
    padding-right:5px;
    margin-bottom:2px;
}

.helper{
	cursor: help;
}