﻿html, body, form
{
	margin: 0px;
	font-family: Arial;
	font-size: 11px;
	color: black;
	height: 100%;
	text-align: center; 
}
html 
{
}
body /* Internet Explorer */ 
{ 
	text-align: center; 
} 

body /* Mozilla Firefox alignment */ 
{ 
	text-align: -moz-center; 
} 
table
{
	 text-align:left;
}
table
{
	text-align: -moz-left; 
}
table.centered
{
	 text-align:center;
}
table.centered
{
	text-align: -moz-center; 
}

td.label
{
	width: 150px;
	text-align: right;
	vertical-align: middle;
    white-space: nowrap;
}
td.controls
{
	width: 173px;
	text-align: -moz-right;
	vertical-align: middle;
}
hr
{
	color: #8CA2BD;
}
.mainArea
{
	text-align: left;
	width: 1000px;
	background-color: white;
	min-height:100%;
    margin-left: auto;
    margin-right: auto;

}
.mainArea  /* Mozzila Firefox */ 
{
	text-align: -moz-left; 
	width: 1000px; 
	background-color:white;   
	min-height:100%;
    margin-left: auto;
    margin-right: auto;

}
.subtitleBar 
{
    padding: 5px;
    margin: 0px;
    background-color: #DEEBF7;
    width: 1000px;
    height: 18px;
    text-align: left;
}
input.fileupload
{
	font-family: Arial;
	font-size: 11px;
}
.headerWithThickRightBorder
{
    border-right: 2px solid black;
}
a.dxeHyperlink
{
    color:#5555ff;
}
a:visited.dxeHyperlink
{
    color:#5555ff;
}
.dxgvControl_Office2010Blue a
{
    color:#5555ff;
}