/*
	HUMANIZED MESSAGES 1.0
	idea - http://www.humanized.com/weblog/2006/09/11/monolog_boxes_and_transparent_messages
	home - http://humanmsg.googlecode.com
*/

html, body {
	height: 100%; /* Damn you IE! */
}

.humanMsg {
	font: normal 15px/15px Helvetica, Arial, Sans-Serif;
	letter-spacing: -1px;
	position: fixed;
	top: 0px;
	left: 0%;
	width: 100%;
	color: white;
	background-color: white;
	text-align: center; 
	display: none;
	opacity: 0;
	z-index: 100000;
	border-bottom:1px solid #264FB9;
	height:auto;
padding:0px 0px 10px 0px;
line-height:normal;
	/*margin-top:100px;*/
}

.humanMsg .round {
    border-left: solid 2px white;
	border-right: solid 2px white;
    font-size: 1px; height: 2px;
	}

.humanMsg p {
	/*padding: .1em;
	display: inline; */
	margin:0 auto;
width:980px;
	}

.humanMsg a {
	display: none;
	}
	
#humanMsgLog {
	font: normal 10px Helvetica, Arial, Sans-Serif;
	color: white;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	max-height: 200px;
	display: none;
	z-index: 10000;
	}

#humanMsgLog p {
	position: relative;
	left: 50%;
	width: 200px;
	margin: 0;
	margin-left: -100px;
	padding: 0 10px;
	line-height: 20px;
	background: #333;
	text-align: center;
	white-space: pre;
	cursor: pointer;
	}

#humanMsgLog p:hover {
	background: #222;
	}

#humanMsgLog ul {
	background: #eee url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAARCAIAAACaSvE/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAE1JREFUeNqEjVEKACAIQ516Ee//5wVNCjIjaB/iY5vC3YkoIgDkVDOjQ5pqLCI3r2bLFzNzyydvM4uKqfJPKN4vyl9LO/7o3/6PhwADAIWkFPjc5eRrAAAAAElFTkSuQmCC) repeat-x;
	margin: 0;
	padding: 0;
	position: relative;
	max-height: 180px;
	overflow: auto;
	display: none;
	}

#humanMsgLog ul li {
	color: #555;
	font-size: 12px;
	list-style-type: none;
	border-bottom: 1px solid #ddd;
	line-height: 40px;
	display: none;
	padding: 0 20px;
	position: relative;
	overflow: hidden;
	white-space: pre;
	}

#humanMsgLog ul li:hover {
	background: #f2f2f2;
	}

#humanMsgLog ul li:first-child {
	margin-top: 1px;
	}
	
#humanMsgLog ul li .error {
	color: orangered;
	}

#humanMsgLog ul li .indent {
	position: absolute;
	top: 0;
	left: 100px;
	margin-right: 200px;
	height: inherit;
	}
	/*=======================================================================*/
.message {
    width: 99%;
    float: left;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.03em;
}

.info, .success, .warning, .error, .validation {
    background-repeat: no-repeat;
    margin: 22px 0 0 12px;
    padding: 0px 0 4px 26px;
    text-align: left;
    font-weight:bold;
    font-size:20px;
}

.pageinfomsg
{
	color: #3399CC;
    background-image: url('../App_Themes/default/images/info.png' );
	background-repeat: no-repeat;
    margin: 0px 0 0 12px;
    padding: 0px 0 4px 26px;
    text-align: left;
    font-weight:bold;
}

.info label, .success label, .warning label, .error label, .validation label .info span, .success span, .warning span, .error span, .validation span {
    float: none !important;
}
.info {
    color: #00529B;
    /*background-color: #BDE5F8;*/
    background-image: url('../App_Themes/default/images/info.png' );
}

.success {
    color: #4F8A10;
    /*background-color: #DFF2BF;*/
    background-image: url('../App_Themes/default/images/success.png' );
}

.warning {
    color: #9F6000;
    /*background-color: #FFCC66;*/
    background-image: url('../App_Themes/default/images/warning.png' );
}

.error {
    color: #D8000C;
    /*background-color: #FFBABA;*/
    background-image: url('../App_Themes/default/images/error.png' );
}

.validation {
    color: #D63301;
    /*background-color: #FFCCBA;*/
    background-image: url('../App_Themes/default/images/validation.png' );
}

.margin1 {
    margin-bottom: 0px;
}
.padding4 {
    padding-left: 8px;
}

/* ------------------ */