* html body {
/*\*/
	text-align: center;
/* */
}

body {
	background: #c8c5c5 url(../images/bg2.gif) repeat-x;
	color: #999999;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	line-height: 1.6em;
	margin: 0;
	padding: 0;
}

form
{
  padding: 0;
  margin: 0;
  text-indent: 0;
}

a{
	color: #09c;
}

textarea 
{
  width: 95%;
}

a:hover{
	color: #007397;
}
#page {
	width:948px;
	margin: 16px auto 0;
	text-align:left;	
	position: relative;
}
#header {
	margin: 102px 0 0 0;	
	background: url(/images/mainTopBG.gif) no-repeat;
	height: 137px;
	position: relative;		
}

#menu {
	width: 300px;
	margin-top: 90px;
	height: 13px;
	float: right;	
	padding-right: 15px;
	text-align: right;
	text-transform: uppercase;
	margin-bottom: 0;
}
#centerContent {	
	background-color: #fff;
	padding-left: 15px;
	padding-right: 15px;
	/*position: relative;
	margin-top: 0;
	border: 1px solid blue ;*/
}

#centerContentBottom {	
	background: url(../images/mainBottomBG.gif) no-repeat;
	height: 19px;
	margin-bottom: 20px;
}

.panel
{
  border: 1px solid #888888;
}

.panel_header
{
  background-color: #888888;
  font-weight: bold;
  color: #ffffff;
  height: 18px;
  line-height: 18px;
  text-indent: 5px;
}

.panel_content
{
  padding: 3px;
}

.clearer { clear: both; }

.admin_links
{
  list-style: none;
  padding: 0;
  margin: 0;
  text-indent: 3px;
}

.question_text
{
  font-size: 1.1em;
  color: #000;
}

.answer_text
{
  font-size: 1.1em;
  color: #009;
  margin: 8px;
  padding: 4px;
  background-color: #efefef;
  
}

.order_search
{
  font-size: 1.1em;
  text-align: right;
}

.order_search input
{
  font-size: 1.1em;
}

.errors
{
  border: solid 1px #990000;
  background-color: #ffefef;
  width: 60%;
  margin: 5px auto 5px auto;
  color: #990000;
  padding: 8px;
}

.errors ul
{  
  text-indent: 0;
  margin: 0;
  padding: 0;
}

.french_question_text
{
  background-color: #ffffa0;
}

tr.total_row td
{
  border-top: solid 1px #afafaf;
  font-weight: bold;
}

.help_text
{
  font-size: 0.9em;
  font-style: italic;
  color: #afafaf;
}

.no_rows
{
  font-size: 0.9em;
  font-style: italic;
  color: #afafaf;
  text-align: center;
  padding: 4px;
}

.data_table
{
  width: 100%;
  border-collapse: collapse;
}

.data_table td, .data_table th
{
  padding: 4px;
}
