@charset "utf-8";

*{
    box-sizing:border-box;
}

img { -ms-interpolation-mode: bicubic; }

.smaller {font-size:0.8em; }

/* Popup container - can be anything you want */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}

.activityGrid {
	width:95%;
	text-align: left;
	display: table;
}


.activityRow {
	width:100%;
	display: table-row;
}
		
.activityCell {
	display: table-cell;
	padding:5px;
	margin:3px;
}

.dt { width: 30%;
max-width: 350px;}
.pg {width:65%; text-align: left;}

.hd {font-weight: bold;}


h3 {
	font-size:0.9em;
	font-weight: bold;
	line-height: 1.1em;
	line-height: 1em;
	
	padding:8px 0;
	margin:0;
}

h5 {
	font-weight: bold;
	color:rgba(180,180,180,1.00);
	font-size: 0.7em;
	line-height: 1em;
	
	padding:8px 0;
	margin:0;
}

h6 {
	font-weight: bold;
	color:rgba(45,45,45,1.00);
	font-size: 1.1em;
	line-height: 1em;
	
	padding:8px 0;
	margin:0;
}


h4 {
	font-weight: bold;
	color:rgba(80,80,80,1.00);
	font-size: 0.9em;
	text-transform: uppercase;
	line-height: 1em;
	padding:5px 0 14px 0;
	margin:0;
}


body {
	background-color:rgba(108,108,108,1.00);
	background-image: url("../ImageFiles/tarmac.bg.jpg");
	background-repeat: repeat;
	color: black;
	font-size: 14px;
	font-family: "Verdana", "Calibri", "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	
	width:100%;
	margin:auto 0;
	padding: 0;
}

a:link, a:active, a:visited  {
	color:rgba(135,105,2,1.00);
	font-weight: bold;
	text-decoration: none;
	transition: all;
	transition-duration: 0.3s;
}

a:hover {
	color:rgba(0,0,0,1.00);
}

#newsPreview a:link, #newsPreview a:active, #newsPreview a:visited  {
	color:rgba(161,231,232,1.00);
	font-weight: bold;
	text-decoration: none;
	transition: all;
	transition-duration: 0.3s;
}

#newsPreview a:hover {
	color:rgba(0,0,0,1.00);
}


#partners_footer {
	padding:0px 10px;
	text-align: center;
	width:100%;
	overflow: hidden;
}

#partners_footer img {
	height:70px;
	display: inline-block;
	padding:10px 10px;
	border:0;
}


	.results {
		padding:4px 6px;
		display: inline-block;
		vertical-align: middle;
	}
	
	.col1 {
		width:20%;
	}
	
	.col2 {
		width:25%;
	}
	
	.col3 {
		width:10%;
	}
	
	.col4 {
		width:20%;
	}
	
	.col5 {
		width: 14%;
	}


.col7 {
		width: 30%;
	}

.col8 {
		width: 40%;
	}

.col9 {
		width: 20%;
	}

.searchresults a:link, .searchresults a:active, .searchresults a:visited {
	font-weight: normal;
}

.searchresults:hover {
	background-color:rgba(223,223,223,1.00);
}

.header {
	font-weight: bold;
}
	

#page_wrap {
	width:100%;
	margin:auto;
	text-align: center;
	min-height:800px;
}

#infobar {
	position: relative;
	height: 40px;
	line-height: 27px;
	top:0px;
	left:0;
	background-color: #fff;
	background-image: url("../ImageFiles/graynoise.jpg");
	opacity: 1;
	color:#494949;
	font-size:0.8em;
	font-weight: bold;
	width:100%;
	z-index: 100;
	
}



#infobar a:link, #infobar a:visited, #infobar a:active  {
	
	text-transform: uppercase;
	color:aliceblue;
	text-decoration: none;
	padding: 4px 0px;
	margin: 0 0 0 15px ;
	transition: all 0.6s;
}

#infobar a:hover {
	color:#002163;
	color: rgba(180,1,1,1.00);
	border-bottom: 2px solid rgba(180,1,1,1.00);
	
}





#menubar {
	position: fixed;
	height: 80px;
	top:40px;
	left:0;
	margin:0;
	padding:0;
	background-color:#EFD10A;
	background-color: #0021BF;
	background-color:rgba(180,1,1,1.00);
	opacity: 1;
	color: white;
	width:100%;
	z-index: 100;
	border:0;
	
	
}

#logo {
	background-image:url("../ImageFiles/img_4625.png");
	background-position: center;
	background-attachment: scroll;
	background-size: cover;
	background-repeat: no-repeat;
	background-color:rgba(197,188,188,1.00);
	text-align: center;
	margin: auto;
	width:100%;
	overflow: hidden;
	border-top:1px solid black;
	border-bottom:1px solid black;
}

#logo img {
	max-width:90%;
	text-align: center;
	margin: auto;
}

#bannerAdvert {
	width:728px;
	max-width: 100%;
	overflow: hidden;
	margin:auto;
	padding: 10px 0 0 0;
	text-align: center;
}

#bannerAdvert img {
	width:100%;
}

#bannerAdvert a {
	text-decoration: none;
}

#container {
	padding:5px 25px;
	width:98%;
	max-width: 1500px;
	margin: auto;
}

#containerBody {
	padding:4px 5px 8px 5px ;
	max-width: 1500px;
	margin: auto;
	line-height: 1.4em;
	text-align: left;
}

#fixture {
	overflow: hidden;
	display: block;
	width:100%;
	margin-bottom: 5px;
	padding-bottom:5px;
	border-top:rgba(201,2,5,1.00) 4px solid;
	border-bottom:rgba(201,2,5,1.00) 4px solid;
	border-left:none;
	border-radius: 15px 15px 15px 15px;
}

#fixtureImage {
	float: right;
	width:40%;
	object-fit: cover;
}

#fImage {
	float: right;
	width:40%;
	object-fit: cover;
}



#fixtureDetails {
	width:100%%;
}

#adminlist {
	width:100%;
	
}

#adminlistrow {
	width:100%;
	display: inline-table;
}

#adminlistrow:hover {
	background-color:rgba(191,191,191,1.00);
}

#listitem {
	width:65%;
	padding:5px;
	display: table-cell;
}

#listsmall {
	width:30%;
	padding:5px;
	display: table-cell;
}


#listitem1 {
	width:80%;
	padding:5px;
	display: table-cell;
}

#listsmall1 {
	width:10%;
	padding:5px;
	display: table-cell;
}

#nhr-menu {
	background-color:rgba(231,231,231,1.00);
	display: inline-block;
	width:100%;
	padding:0px 0px;
	text-align: center;
	margin:0;
	overflow: hidden;
}

#nhr-menu a:link, #nhr-menu a:active, #nhr-menu a:visited {
	display: inline-block;
	vertical-align: middle;
	padding:10px 20px;
	border-right:1px solid rgba(132,132,132,1.00);
	border-left:1px solid rgba(132,132,132,1.00);
	transition: 1s all;
	color: rgba(31,30,30,1.00);
	margin:0;
}

#nhr-menu a:hover {
	background-color: rgba(132,132,132,1.00);
}


.fixtureImage {
	border-radius: 0px 15px 0px 15px;
	border: 1px solid black;
	box-shadow: 0px 0px 4px 4px #333;
	width:400px;
	max-width: 98%;
	padding: 5px;
	margin: 5px;
	height:275px;
	display: inline-block;
	object-fit: cover;
	object-position: center;
}

.fImage {
	border-radius: 0px 15px 0px 15px;
	border: 1px solid black;
	box-shadow: 0px 0px 4px 4px #333;
	width:500px;
	max-width:100%;
	padding: 5px;
	margin: 5px;
	height:375px;
	display: inline-block;
	object-fit: cover;
	object-position: center;
}


#topHome {
	display: inline-block;
	width:100%;
	padding:0;
	overflow: hidden;
}

#topHome h2 {
	color:rgba(63,63,63,1.00);
	text-align: center;
	
}

#news_item_preview {
	display: inline-block;
	height:340px;
	line-height: 25px;
	width:30%;
	margin-right: 2px;
	margin-bottom: 40px;
}

#news_item_preview a:link, #news_item_preview a:visited, #news_item_preview a:active {
	color:navy;
}

#news_item_preview a:hover {
	color:black;
}

#newsImage {
	height:160px;
	width:100%;
}

#newsImage img {
	  width: 100%;
  height: 160px;
  object-fit: cover;
}

#newsPreview {
	text-align: center;
	color:rgba(96,96,96,1.00);
	font-size:1em;
	height:154px;
	width:100%;
	overflow:hidden;
	text-transform: capitalize;
	margin-top:0px;
	padding:0px 10px;
	
	background-color: rgba(166,166,166,0.61);
	border-radius:0 0 20px 0 ;
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
}

#highlight_text {
	font-weight: bold;
	font-size: 1.1em;
	color: rgba(120,120,120,1.00);
}

#highlighted {
	font-weight: bold;
	font-size: 1.1em;
}

#newstype {
	font-size:1.3em;
	text-transform: capitalize;
	color:rgba(90,90,104,1.00);
	font-weight: bold;
}

#newscover:hover {
	background-color:rgba(235,240,235,0.69);
}



.mainStory:link, .mainStory:active, .mainStory:visited {
	color:black;
	text-decoration: none;
	transition: all;
	transition-duration: 0.3s;
	overflow: hidden;
}


#newscover {
	width:100%;
	padding:2px 15px 2px 5px;;
	border:rgba(201,2,5,1.00) 8px solid;
	border-left:none;
	border-radius: 0px 15px 15px 0px;
	font-size:1.4em;
	line-height: 1.6em;
	height:650px;
	margin:0;
}

#newscoverImage {
	height:500px;
	width:100%;
	padding:10px 0px;
}

#newscoverText {
	font-size:1.3em;
	font-weight: bold;
	line-height: 1.3em;
}

#newscoverImage img {
	  width: 100%;
  height: 500px;
	padding:0;
  object-fit: cover;
}

.success {
	font-weight:bold;
	color:rgba(159,1,4,1.00);
}

.forms {
	background-color:rgba(153,227,219,1.00);
	border:1px solid black;
	box-shadow: 0px 0px 2px 2px black;
	padding:20px 10px;
	line-height: 25px;
	width:70%;
	min-width: 300px;
	margin: auto;
	overflow: hidden;
	text-align: left;
}

.forms #formleft {
	display:none;
}

input[type=text], input[type=number], input[type=email], input[type=password], input[type=date], input[type=time], input[type=file], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}


textarea {
	 width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
	line-height: 20px;
	height: 150px;
  box-sizing: border-box;
}




input[type=submit] {
  width: 100%;
  background-color:rgba(0,22,108,1.00);
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
	transition: 1s all;
}

input[type=submit]:hover {
  background-color: #E80011;
}


#panel {
	
	background-color: white;
	color:rgba(22,22,22,1.00);
	font-weight: normal;
	text-align: left;
	overflow: hidden;
}


.fa {
   padding: 15px;
  font-size: 20px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
	
}

.fa a:hover {
	text-decoration: none;
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
	text-decoration: none;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-instagram {
	background:linear-gradient(purple, rgba(51,0,81,1.00));
	color: white;
}

.fa-youtube {
  background:rgba(255,0,4,1.00);
  color: white;
}

/* Twitter */
.fa-twitter {
  background: #55ACEE;
  color: white;
}



.text_right {
	width: 100%;
	text-align: right;
	padding-right:5px;
}

.bold {
	font-weight: bold;
	font-size:1.1em;
	text-transform: uppercase;
}


a[href^="tel:"]:before {
  content: "\260e";
  margin-right: 0.5em;
	text-decoration: none;
	color:#666666;
	
}

a[href^="tel:"], a[href^="mailto"] {
	text-decoration: none;
	color:#666666;
	
}

a[href^="mailto:"]:before {
  content: "\2709";
  margin-right: 0.5em;
	text-decoration: none;
	color:#666666;;
	
}


#watermark
{
 position:fixed;
 bottom:5px;
 right:5px;
 opacity:0.5;
 z-index:99;
 color:white;
}


.menua {
  list-style: none outside none;
  text-align: center;	
	vertical-align: middle;
	
	bottom:0;
	margin: 0 15px 0 0;
	padding:0 15px 0 15px;
	height: 70px;
	border:none;
	display: table;
	border-collapse:separate;
  border-spacing: 0px;
	
}





.menu-item {
	display: table-cell;
	vertical-align: middle;
	height:70px;
	top:0;
	color:white;
	margin: 0 0px 0 0px;
	padding:0px 15px 0px 0px;   
	border-collapse:separate;
  border-spacing: 0px;
	text-decoration: none;
	border: 0;
}


.menu-item a:link, .menu-item a:visited, .menu-item a:active {
	display: table-cell;
	vertical-align: middle;
	top:0;
	height:70px;
	color:white;
	margin: 0 0px 0 0px;
	padding:0px 15px 0px 15px;   
	border-collapse:separate;
  border-spacing: 0px;
	text-decoration: none;
	border: 0;
}


.menu-item a:hover {
	background-color:rgba(0,0,0,1.00);
	border-bottom: 2px solid white;
	border-top: 2px solid white;
}

.sub-menu {
  list-style: none outside none;
  text-align: center;	

}

.sub-menu-item {
	
	list-style: none;
	  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
	color: black;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 250;
}

.sub-menu:hover .sub-menu-item {
  display: block;
}

.topnav .icon {
  display: none;
	border:1px solid white;
	border-radius: 3px;
}



.topnav {
  overflow: hidden;
	height: 75px;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	padding:0;
	margin:0;
	top:0;
	bottom:0;
	font-size: 13px;
}

.topnav a {
  display:inline-block;
  overflow: hidden;
	text-decoration: none;
  border: none;
  outline: none;
  color: white;
	line-height: 75px;
  padding: 0px 14px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}


.dropdown {
  display:inline-block;
  overflow: hidden;
}

.dropdown .dropbtn {
	
	line-height: 75px;
  padding: 0px 14px;
  border: none;
  outline: none;
  color: white;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
	
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
	line-height: 30px;
	text-transform: none;
}

.dropdown-content a {
  float: none;
	line-height: 30px;
  color: black;
  text-decoration: none;
  display: block;
	padding:5px 15px;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: black;
  color: white;
}

.dropdown-content a:hover {
  background-color: #000;
  color: ghostwhite;
}

.dropdown:hover .dropdown-content {
  display: block;
}

#smallMenu { display: none; }
.text_rightSmall { display: none; }

#half_page {
	display:inline-table;
	width:48%;
	padding:6px 0px 5px 10px;
	text-align: justify;
	vertical-align: text-top;
	overflow:hidden;
}

#full_page {
	display:inline-table;
	width:98%;
	padding:6px 0px 5px 10px;
	text-align: center;
	vertical-align: text-top;
	overflow:hidden;
}


#homePage {
	
}

#newsImages {
	width:100%;
	text-align: center;
}

.articleImage {
	border-radius: 0px 15px 0px 15px;
	border: 1px solid black;
	box-shadow: 0px 0px 4px 4px #333;
	width:350px;
	max-width: 98%;
	padding: 5px;
	margin: 5px;
	height:275px;
	display: inline-block;
	object-fit: cover;
	object-position: center;
}

.articleImageWide {
	border-radius: 0px 15px 0px 15px;
	border: 1px solid black;
	box-shadow: 0px 0px 4px 4px #333;
	width:100%;
	max-width: 98%;
	padding: 5px;
	margin: 5px;
	height:275px;
	display: inline-block;
	object-fit: cover;
	object-position: center;
}




#containerBody {
	padding:15px 25px;
	max-width: 1500px;
	margin: auto;
	line-height: 1.7em;
	text-align: left;
}
#containerBody  a.textlink:link {
	color:#C3E3FF;
	text-decoration: none;
}

#containerBody  a.textlink:visited {
	color:#C3E3FF;
	text-decoration: none;
}

#containerBody  a.textlink:active {
	color:#C3E3FF;
	text-decoration: none;
}

#containerBody  a.textlink:hover {
	text-decoration: underline;
	color: white;
}



#footertab {
	text-align: left;
	width:23%;
	min-width:250px;
	padding:3px 10px;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	margin:auto;
}

#footertab a , #footertab a:active , #footertab a:visited {
	color: rgba(206,234,248,1.00);
	text-decoration: none;
}

#footertab a:hover {
	color:white;
	text-decoration: underline;
}


#sitemap {
	text-align: left;
	width:23%;
	min-width:250px;
	padding:3px 15px;
	float:left;
	overflow: hidden;
}

#sitemap a , #sitemap a:active , #sitemap a:visited {
	color: rgba(3,3,3,1.00);
	text-decoration: none;
	font-weight: bold;
	
	border-spacing: 4px;
	border-bottom:0px solid rgba(3,3,75,1.00);;
}

#sitemap a:hover {
	color:rgba(75,75,75,1.00);
	border-spacing: 4px;
	border-bottom:2px solid rgba(75,75,75,1.00);;
}



#panel6 {
	background-color: royalblue;
	background-image: url("../site_images/darknoise.jpg");
	background-repeat: repeat;
	color:rgba(173,173,173,1.00);
	font-size:0.6em;
	font-weight: bold;
	overflow: hidden;
	min-height: 50px;
	text-align: center;
}

#panel6 #containerBody{
	text-align: center;
}

#panel5 {
	/*background-color: royalblue; */
	background-image: url("../ImageFiles/darknoise.jpg");
	background-repeat: repeat;
	color:white;
	font-size:0.7em;
	font-weight: normal;
	overflow: hidden;
	margin: auto;
	text-align: center;
	width: 100%;
}

#panel7 {
	background-color: royalblue;
	background-image: url("../ImageFiles/graynoise.jpg");
	background-repeat: repeat;
	color:white;
	font-size:0.7em;
	font-weight: normal;
	text-align: left;
	overflow: hidden;
}

#panel7 #containerBody {
	padding-top:5px;
	top:0;
}


#containerBody  a.textlink:link {
	color:#C3E3FF;
	text-decoration: none;
}

#containerBody  a.textlink:visited {
	color:#C3E3FF;
	text-decoration: none;
}

#containerBody  a.textlink:active {
	color:#C3E3FF;
	text-decoration: none;
}

#containerBody  a.textlink:hover {
	text-decoration: underline;
	color: white;
}




#panel5 {
	background-color: royalblue;
	background-image: url("../ImageFiles/darknoise.jpg");
	background-repeat: repeat;
	color:white;
	font-size:0.7em;
	font-weight: normal;
	overflow: hidden;
	margin: auto;
}

#panel5 #containerBody{
	width:100%;
	text-align: center;
	margin: auto;
}

.latest_home{
line-height: 30px;
}




@media screen and (max-width: 1000px) {
	.topnav a {
		font-size: 12px;
		padding: 0px 5px;
		
	}
	
	.dropdown .dropbtn {
  font-size: 12px; 
		padding: 0px 5px;
	}
}

@media screen and (min-width:850px) {
	#smallMenu {display:none;}
}

@media screen and (max-width: 850px) {
	
	#fixtureImage {
	float: none;
	width:96%;
	object-fit: cover;
}
	
	.forms {
		width:95%;
		padding:10px 5px;
	}
	
	#nhr-menu a:link, #nhr-menu a:active, #nhr-menu a:visited {
	font-size:0.8em;
	padding:10px 10px;
	border-right:1px solid rgba(200,200,200,1.00);
	border-left:1px solid rgba(200,200,200,1.00);
	transition: 1s all;
	color: rgba(31,30,30,1.00);
	margin:0;
}
	
	#container {
		padding-left:0px;
		padding-right:0px;
		margin-left:0px;
		margin-right:0px;
	}
	
	#newscover {
		width:100%;
	border:0;
	height:500px;
}
	
	#news_item_preview {
		width:100%;
		padding:0;
		margin:0;
		line-height: 70px;
	}
	
	#containerBody {
		text-align: justify;
	}

#newscoverImage {
	height:350px;
}

	#newscoverImage img {
		height:350px;
	}
		#half_page {
	display:inline-table;
	width:100%;
	padding:5px 0px;
	margin:0;
	text-align: justify;
}
	
	.topnav a, .dropdown .dropbtn {
    display: none;
  }
  .topnav .icon {
    float: right;
    display: block;
	  cursor: pointer;
	  padding: 0px 10px;
	  line-height: 65px;
	  height:70px;
	  margin:0;
	  font-size: 2.25em;
	  transition-duration: 1s;
	  transition-property: all;
  }
	
	.topnav .icon:hover {
		background-color:rgba(66,66,66,1.00);
	  transition-duration: 1s;
	  transition-property: all;
	}
	
	#smallMenu {
		position: absolute;
		font-size: .8em;
		overflow: scroll;
		top:115px;
		z-index: 102;
		width:100%;
		padding:0px;
		line-height: 25px;
		border-top:solid 1px white;
	}
	
	#smallMenu #nolink {
		width:100%;
		background-color:rgba(111,111,111,1.00);
		color:aliceblue;
		display: inline-block;
		text-decoration: none;
		padding: 2px 0px;
		border-bottom: solid black 1px;
	}
	
	#smallMenu #sublink {
		width:100%;
		background-color:rgba(50,50,50,1.00);
		color:aliceblue;
		display: inline-block;
		text-decoration: none;
		padding: 2px 0px;
		border-bottom: solid black 1px;
	}
	
	#smallMenu #sublink:hover{
		background-color: rgba(15,15,15,1.00);
	}
	
	#smallMenu a:first-child {
  background-color: royalblue;
}
	
	#smallMenu a{
		width:100%;
		background-color:rgba(67,67,67,1.00);
		color:aliceblue;
		display: inline-block;
		text-decoration: none;
		padding: 2px 0px;
		border-bottom: solid black 1px;
	}
	
	#smallMenu a:hover {
		background-color: rgba(1,1,1,1.00);
		
	}
	
	#fixture {
		border:none;
	}
	
	.fImage {
	width:100%;
	max-width:100%;
}

	
	.text_rightSmall {
		display: block;
	width: 100%;
	text-align: center;
	padding:0;
		margin:0;
		font-size: 0.9em;
}
	
	.text_right
	{
		display: none;
	}

}