*+html #content ol li {
	list-style-type:expression(
		function(t){
			t.runtimeStyle.listStyleType = 'none';
			t.insertAdjacentHTML('afterBegin','<span class="list-item-before">' + (++t.parentNode.IEcounter || (t.parentNode.IEcounter = 1)) + '. </span>');
		}(this)
	);
}
.nav-holder{
	zoom:1;
}
.btn-add{
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=0 );
}
.btn-add:hover{
	filter: progid:DXImageTransform.Microsoft.gradien t( startColorstr='#ffffff', endColorstr='#ececec',GradientType=0 );
}
.btn-main{
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62cafc', endColorstr='#06a1ec',GradientType=0 );
}
.btn-main:hover{
	background:#029fed !important;
	filter: progid:DXImageTransfo rm.Microsoft.gradient( startColorstr='#62cafc', endColorstr='#16a6ee',GradientType=0 );
}
.login-form .btn-main:hover{
	background:#16a6ee;
	filter: progid:DXImageTransfo rm.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#16a6ee',GradientType=0 );
}
*+html .widget-holder .holder{
	margin-top:expression(this.parentNode.offsetHeight > this.offsetHeight ? ((this.parentNode.offsetHeight-this.offsetHeight)/2 + 'px') : '0');
}

#nav .drop .holder{
    border:4px solid #bfbfbf;
    border-top:none;
    margin-left:-4px;
}
#nav .last-child .drop .holder{
    float:right;
    margin-right:-4px;
}
.add-nav .drop{
    /* border:3px solid #bfbfbf; */
    top: 24px;
}
.btn-set-option .drop{
    top:15px;
}
.btn-set-option .drop .holder{
    border:3px solid #bfbfbf;
}
.nav-holder .btn-set-option .drop{
	top:32px;
    right:-3px;
}
.nav-holder .btn-set-option .drop .holder{
    border:4px solid #bfbfbf;
    border-top:0;
}

.widecolumn-area {
	*margin:0px 0px 20px -10px;
}

.formCustomFileUploadContainer {
	display: none;
}

.formFileUploadNoDisplay {
	z-index: 0;
	position: relative;
}