/* Developer Styles */

.statusMessageInfo, .statusMessageSuccess, .statusMessageWarning, .statusMessageError, .statusMessageValidation {
	border: 1px solid;
	background-repeat: no-repeat;
	background-position: 10px center;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
}

.statusMessageInfo {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url(../images/status_info.png);
	margin-right: 20px;
	margin-left: 20px;
	background-repeat: no-repeat;
}

.statusMessageSuccess {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url(../images/status_success.png);
	margin-right: 20px;
	margin-left: 20px;
	background-repeat: no-repeat;
}

.statusMessageWarning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url(../images/status_warning.png);
	margin-right: 20px;
	margin-left: 20px;
	background-repeat: no-repeat;
}

.statusMessageError {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url(../images/status_error.png);
	margin-right: 20px;
	margin-left: 20px;
	background-repeat: no-repeat;
}
/*Class for main menu active state*/

#menu a.menuCur {
	color: #000;
	background-image: url(../images/menu_button_over.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../images/menu_button_over.png);
	color: #000;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	padding-right: 10px;
	padding-left: 10px;
	display: inline;
	float: left;
}

.dragPanel {
    position:fixed !Important;

}

 /*Class for wizard menu active state*/

#wizardMenu a.wizardMenuCur {
	color: #000 !important;
	background-image: url(../images/wizardButtonBg.png);
	background-repeat: no-repeat;
	background-position: 3px -42px;
	display: block;
	text-decoration: none;
	height: 21px;
	line-height: 21px;
	padding-right: 10px;
	padding-left: 10px;
}

#popupContainer1 {
	position: relative;
	left:0;
	top:0;
}