﻿body
{
	font-family:Tahoma;
	font-size:10pt;
	background-color:WhiteSmoke;
	margin: 0px 0px 0px 0px;
	/*background-image:url(images/logobg.jpg);*/
}

.Label
{
	font-weight:bold;
}

#tblLogIn
{
	
	border-right: gray double; 
	border-top: gray double; 
	border-left: gray double; 
	border-bottom: gray double
}

#tblMain
{
	width:100%;
	vertical-align:middle;
	height:50%;
	text-align:center;
	
}

.Button
{
	font-size:x-small;
	text-align: right;
}

.PageCaption
{
	font-weight:bolder;
	color:Black;
	font-variant:small-caps;
	font-family:Tahoma;
	font-size:medium;
}

.Numbers
{
	text-align:right;
}

.Amount
{
	text-align:right;
	
}

ol
{
	text-align:left;
	margin-top:0px;
	margin-bottom:0px;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=40);
	opacity:0.7;
}

.modalPopup {
	background-color:#006699;
	border-width:3px;
	border-style:solid;
	border-color: White;
	color: White;
	padding:3px;
	width:840px;
}


.IE8Bug
{
z-index:1000;
}