﻿body {
}

h1
{
    padding-bottom:20px;
}

ul
{
    margin-top:5px; margin-bottom:0px;
}

ul.NoTopMargin
{
    margin-top:0px; margin-bottom:0px;
}

/* MessageBox */
.Error, .Warning, .Ok
{
	top: 0px;
	left: 3px;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 10px;
	background-color: #ffffff;
}
.ErrorText, .WarningText, .OkText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100%;
}
.ErrorImage, .WarningImage, .OkImage
{
	width: 40px;
	/* white-space: nowrap; */
	text-decoration: none;
	border-collapse: collapse;
	padding-left: 10px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #ffffff;
}
.Error
{
	border: solid 1px #FF0000;
}
.ErrorText
{
	color: #FF0000;
}
.Warning
{
	border: solid 1px #FF9900;
}
.WarningText
{
	color: #FF9900;
}
.Ok
{
	border: solid 1px #009D4F;
}
.OkText
{
	color: #009D4F;
}

/*Modal Popup*/

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.DisableAfterPostButton 
{
	padding-top: 5px;
	border-width: 0px;
	background-color: Transparent;
	text-decoration: underline;
	cursor: pointer;
	border-spacing:0px;
}

/* CSS fuer progressBar */
.updateProgressDiv
{
    display: none;
    text-align:center;
    height: 50px;
    width: 150px;
    position: absolute;
    left: 45%;
    top: 35%;
    background-color:White;
}

/* */