﻿* html .centered { position:absolute }
.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  /*margin-top: -7px;
  margin-left: -40px;*/
  margin: auto;
}

p.FAQContent
{	
	
}
/*-----------Votes------------------*/
.VotesColumnMini
{
	font-weight:bold; 
	font-size : smaller;
	height: 15px; 
	background-color: #ff9966; 
	text-align: right; 
	
border-bottom-width: 2px;
border-bottom-style:solid;
border-bottom-color:#666666;
border-right-width : 2px;
border-right-style:solid;
border-right-color:#666666;

}
.VotesQuestion
{
	margin-left:2px;
	margin-right:2px;
	
	
}
.VotesQuestion hr
{
	padding:0px;
	margin:0px;
	
}