.background2Style {
	background: url("../images/background2Color.png?version=2") repeat scroll 0 0
		transparent;
	border: 1px solid #CFCFCF;
	padding: 10px;
}

.backgroundStyle {
 	background: url("../images/middle.png?version=2") repeat scroll 0 0 transparent;
	border: none;
	padding: 10px;
}

.editTrainingMenuBackground {
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin: auto;
	text-align: center;
	margin: auto;
	padding: 10px 0px;
}

.navigatorItemStyle {
	background: none repeat scroll 0 0 transparent;
	border-width: 0;
	color: #458B74;
	cursor: pointer;
	font-size: 12px;
	font-weight: normal;
	mouse: pointer;
	text-decoration: none;
	margin-left: 3px;
	margin-right: 3px;
}

.editTrainingMenuBackground a {
	text-decoration: none;
}

.menuLinkStyle {
	background: none repeat scroll 0 0 transparent;
	border-width: 0;
	color: #664141;
	cursor: pointer;
	font-size: 14px;
	font-weight: normal;
	margin: 5px 5px;
	mouse: pointer;
}

.titleSelectionTextStyle {
	font-size: 10px;
	display: block;
}

.selectionTextStyle {
	background: none repeat scroll 0 0 transparent;
	border-width: 0;
	color: #458B74;
	font-size: 14px;
	font-weight: bold;
	mouse: pointer;
	margin-left: 3px;
	margin-right: 3px;
}

.selectionTextStyle2 {
	background: none repeat scroll 0 0 transparent;
	border-width: 0;
	color: #458B74;
	font-size: 12px;
	mouse: pointer;
	margin-left: 3px;
	margin-right: 3px;
}

.menuLinkStyleHover {
	color: #66CDAA;
	cursor: pointer;
	text-decoration: underline;
}

/* here add more styles */

.iconBackgroundStyle {
	background: url('../images/icons/images/bg-icon.png?version=2') no-repeat;
	height: 125px;
	width: 140px;
	margin: auto;
	
}

.iconBackgroundStyleHover {
	background: url('../images/icons/images/bg-icon-hover.png?version=2') no-repeat;
}

.iconTextStyle {
	background-color:#CCFF99;
	text-align: center;
}

.wsnIconStyle {
	text-align: center;
	float: center;
	width: 223px;
	margin-bottom: 20px;
	margin-top: 10px;
}

.wsnIconHoverStyle {
	background-color: #789C35;
	color:#FFFFFF;
}

.formMainTableStyle td {
  padding: 5px;
}


.importantAllertStyle {
	
	width: 100%;
	background: pink;
	display: block;
	text-align: center;
	height: 20px;
	border: 1px solid red;
	padding: 10px 0px 10px 0px;
}

.importantAllertStyle label {
	color: black;
}

.icePnlCnfBody { 
	white-space: pre;/*This allows to recognize the break line*/ 
	display: inline-block; 
}