﻿html, body{ min-height: 100%; width: 100%; height: 100%;}
.RightAlignedTextBox
{
	text-align: right;
}

.TinyText
{
	font-size: 10px;
}

.TinyText:hover
{
	font-size: 10px;
}

.Invisible
{
    display:none;
    visibility:hidden;
}
 
/* Modal Popup */
.UpdatePanelBackground
{
    background-color:white;
	filter: alpha(opacity : 50);
	opacity: 0.5;
}

.ProgressPanel
{
	border: solid 2px #000000;
	background-color: White;
	color: Black;
}

.ModalFieldHeader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.ModalText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.ModalNavigationButtonNormal
{
	background-color: #1C3882;
	border-color: #5881EE;
	border-style: outset;
	border-width: 4px;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
.ModalNavigationButtonNormal:hover
{
	background-color: #1C3882;
	border-color: #5881EE;
	border-style: inset;
	border-width: 4px;
	color: #299E2C;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.ModalScrollable
{
	scrollbar-3dlight-color: Gray;
	scrollbar-arrow-color: White;
	scrollbar-dark-shadow-color: Black;
	scrollbar-face-color: Black;
	scrollbar-highlight-color: Black;
	scrollbar-shadow-color: Black;
	scrollbar-track-color: White;
}