﻿body
{
	font-family: Arial;
	font-size: 11px;
	margin: 0px;
	background-color: #faf7f2;
	height: 100%;
}
 a
{
    color: #000080;
    text-decoration: none;
}
a:hover
{
    text-decoration: overline;
    color: #0000FF;
}
input
{
    BORDER-RIGHT: #bcd6ff 1px solid;
    BORDER-TOP: #bcd6ff 1px solid;
    FONT-SIZE: 10px;
    BORDER-LEFT: #bcd6ff 1px solid;
    BORDER-BOTTOM: #bcd6ff 1px solid;
}
.button
{
    border-style: none;
    border-color: inherit;
    border-width: 1px;
    FONT-WEIGHT: bold;
        FONT-SIZE: 9px;
    BACKGROUND-IMAGE: url('images/butimg.gif');
    WIDTH: 92pt;
        COLOR: darkblue;
        HEIGHT: 20px;
        TEXT-ALIGN: center
}
.blutext
{
    COLOR: #0099ff
}
.tboxbig
{
    BORDER-RIGHT: #bcd6ff 1px solid;
    BORDER-TOP: #bcd6ff 1px solid;
    FONT-SIZE: 10px;
    BORDER-LEFT: #bcd6ff 1px solid;
    BORDER-BOTTOM: #bcd6ff 1px solid
}
.border
{
    border: 1px solid #000099;
}
.botborder
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #000099;
}
.msg
{
    color: #FF0000;
    font-size: large;
    font-weight: bold;
}
.heading
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 14px;
    FONT-FAMILY: Verdana
}
.subheading
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 12px;
    FONT-FAMILY: Arial,Verdana
}
h1
{
    font-size: 16px;
    font-weight: bold;
}
/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#faf7f2;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}
.popupControl{
	background-color:White;
	position:absolute;
	visibility:hidden;
}

/*Modal Popup*/
.TransparentGrayBackground 
{
	position: fixed;
	top: 0;
	left: 0;
	
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
	
	height: 100%;
	width: 100%;
	min-height: 100%;
	min-width: 100%
	
}
.Sample6PageUpdateProgress
{
	background-color:#CF4342;
	color:#fff;
	width: 150px;
	text-align: center;
	vertical-align: middle;
	position: fixed;
	bottom: 50%;
	left: 45%;
}
