﻿body 
{
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	margin: 0px;
	/*left: 0; */
	/* position: absolute; */
	/*top: 0; */
}

.gridHeaderAlignLeft
{
	text-align: left;
}

.gridHeaderAlignRight
{
	text-align: right;
}

.gridItemAlignCenter
{
	text-align: center;
}

.gridItemAlignRight
{
	text-align: right;
}

.tableCellSmall
{
	font-size: 11px;
	width: 120px;
}

.tableCellLeft
{
	font-size: 11px;
	font-weight: bold;
	width: 120px;
}

.tableCellRight
{
	font-size: 11px;
	width: auto;
}

.dropDownSmall
{
	border: solid 1px #999999;
	font-size: 11px;
}

.textBoxSmall
{
	border: solid 1px #999999;
	font-size: 11px;
}

.validationSummaryErrorOccured 
{
	font-size: 13px;
}

.buttonSmall
{
	border: solid 1px #999999;
	font-size: 11px;	
}

.paragraphAlignCenter
{
	text-align: center;
}

.errorMessage
{
	color: #ff0000;
}

.infoBoxFrame
{
	padding-left: 150px;
	text-align: center;
	width: 400px;
}

.infoBoxContent
{
    border-style: solid;
    border-color: #004e98;
    text-align: center;
    width: 400px;
}