.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;
}




.iceOutProgFill{
	background: #b4e391; /* Old browsers */
	background: -moz-linear-gradient(top,  #b4e391 0%, #61c419 50%, #b4e391 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b4e391), color-stop(50%,#61c419), color-stop(100%,#b4e391)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b4e391 0%,#61c419 50%,#b4e391 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b4e391 0%,#61c419 50%,#b4e391 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b4e391 0%,#61c419 50%,#b4e391 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b4e391 0%,#61c419 50%,#b4e391 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4e391', endColorstr='#b4e391',GradientType=0 ); /* IE6-9 */
	height: 20px;
}

.iceOutProgBg {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
	height: 20px;
	border: 1px solid #000000;
}

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

.message-users-item {
    background: #0090FC;
    display: inline-block;
    margin: 5px;
    padding: 5px;
    color: white;
    border-radius: 5px;
}

.message-users-item > .close-action {
	color: #FFF;
    text-decoration: none;
    padding: 5px 3px 5px 10px;
}

.message-users-item .hidden {
	display: none;
}

.message-users-item:hover .hidden {
	display:inline;
}

.message-users-item > span {
	padding: 3px;
}

.close-action:hover {
	font-weight: bold;
}

fieldset {
	border: none;
}

.label-column-class {
	width: 160px;
}

.content-column-class {
	
}