﻿h2 {
	padding: 15px 0px 0px 0px;
	margin: 0px;
	font-size: 11pt;
	font-weight: bold; }
	
p {
	padding: 5px 0px 10px 0px;
	margin: 0px; }

a.button, span.button {
    color: White;
	display: block;
	height: 18px;
	padding-top: 4px;
	background-position: left top;
	background-repeat: no-repeat; }

a.button:hover {
	text-decoration: underline; }

label {
	cursor: default !important; }
	

/* simple dark box */

div.darkBigBoxTop {
	background-image: url(../Images/dark-simple-big-box-top.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #222; }

div.darkBigBoxBtm {
	background-image: url(../Images/dark-simple-big-box-bottom.png);
	background-position: left bottom;
	background-repeat: no-repeat; }


/* sorry note (DPR.Web.Controls.SorryNote) */
.sorry { position: relative; }
	.sorry .tl { position: absolute; width: 10px; height: 10px; background-position: left 0px; overflow: hidden; top: 0px; left: 0px; }
	.sorry .tr { position: absolute; width: 10px; height: 10px; background-position: right 0px; overflow: hidden; top: 0px; right: 0px; }
	.sorry .bl { position: absolute; width: 10px; height: 10px; background-position: left -10px; overflow: hidden; left: 0px; }
	.sorry .br { position: absolute; width: 10px; height: 10px; background-position: right -10px; overflow: hidden; right: 0px; }
	.sorry .icon { position: absolute; width: 20px; height: 24px; background-position: left -20px; overflow: hidden; left: 10px; top: 10px; }
	.sorry .content { margin-left: 0px; margin-right: 2em; margin-top: 0px; width: auto; }
		.sorry .content h2 { margin-top: 0px; padding-top: 0px; text-transform: capitalize; font-size: 14px; font-weight: bold; }
		.sorry .content p { margin-top: 10px; margin-bottom: 10px; padding: 0px; }
		.sorry .content a { color: #fff; text-decoration: underline; }
	.sorry .error { background: #900; padding: 1em 2em 10px 40px; color: #fff; margin: 0px; }
		.sorry .error .tl, .sorry .error .tr, .sorry .error .bl, .sorry .error .br, .sorry .error .icon { background-image: url(../Images/corners_radius10_on000_error.gif); }
		.sorry .error h2 { color: #fff; }
	.sorry .info { background: #079700; padding: 1em 2em 10px 40px; margin: 0px; }
		.sorry .info .tl, .sorry .info .tr, .sorry .info .bl, .sorry .info .br, .sorry .info .icon { background-image: url(../Images/corners_radius10_on000_info.gif); }
		.sorry .info h2 { color: #fff; }
	.sorry .warning { background: #e8bf00; padding: 1em 2em 10px 40px; color: #000; margin: 0px; }
		.sorry .warning .tl, .sorry .warning .tr, .sorry .warning .bl, .sorry .warning .br, .sorry .warning .icon { background-image: url(../Images/corners_radius10_on000_warning.gif); }
		.sorry .warning h2 { color: #000; }
		.sorry .warning a { color: #000; }
	.sorry .debug { background: #666; padding: 1em 2em 10px 40px; margin: 0px; }
		.sorry .debug .tl, .sorry .debug .tr, .sorry .debug .bl, .sorry .debug .br, .sorry .debug .icon { background-image: url(../Images/corners_radius10_on000_debug.gif); }
		.sorry .debug h2 { color: #fff; }
	.sorry .fatal { background: #a05700; padding: 1em 2em 10px 40px; margin: 0px; }
		.sorry .fatal .tl, .sorry .fatal .tr, .sorry .fatal .bl, .sorry .fatal .br, .sorry .fatal .icon { background-image: url(../Images/corners_radius10_on000_fatal.gif); }
		.sorry .fatal h2 { color: #fff; }

	
/* full screen message */

div.fullScreenMesssageOverlay {
	z-index: 100;
	background-image: url(../Images/trans-70.png);
	background-repeat: repeat; }
	
div.fullScreenMesssage {
	z-index: 101;
	width: 300px;
	background-color: White;
	color: Black;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 5px solid #CCC; }

div.fullScreenMesssage div.messageBody {
	padding: 20px 20px 10px 20px;
	min-height: 100px; }
	
div.fullScreenMesssage div.messageButtons {
	padding: 10px 20px 10px 20px;
	background-color: #EEE; }

div.fullScreenMesssage div.messageTitle {
	font-size: 12pt;
	padding-bottom: 10px; }

div.fullScreenMesssage div.messageText {
	}

div.fullScreenMesssage a {
    text-decoration: underline;
	color: #6B99EB; }
	
	
/* navigation */	
	
div.navigation {
	text-align: left;
	padding-top: 10px; }

div.navigation span.backTo {
	padding-right: 3px;	}

div.navigation a {
	padding-left: 3px;
	padding-right: 3px;	}
