.dxeEditArea_xaf
{	
	font-family: Tahoma,Arial;
	font-size:11px !important;
	border: solid 1px #e2e2e6;		
}

/* -- TextBox -- */

.dxeTextBox_xaf {
	height: 21px;
}
.dxeTextBox_xaf, .dxeMemo_xaf
{
    background-color: white;
    border: solid 1px #e2e2e6;
    border-top: solid 1px #acadb2;    
}
.dxeTextBox_xaf td.dxic
{
	padding: 1px 2px;
}
.dxeTextBox_xaf td.dxic
{
	width: 100%;
}


/* -- Memo -- */
.dxeMemo_xaf
{
	padding-left: 3px;
}

.dxeMemo_xaf td
{
	width: 100%;
}


/* -- Button -- */
.dxbButton_xaf
{
  	color: #ffffff;
	font-size: 120%;
	font-family: Tahoma,Arial;
	font-weight:normal;
	vertical-align: middle;
	border: solid 1px #e2e2e6;
	background-image: url('edtButtonBack.png');
	background-repeat:repeat-x;
	background-color:#ffffff;
    padding: 0px;
	cursor: pointer;
	cursor: hand;
	height: 24px;
	height: expression("19px");
	white-space: nowrap;
}

/*
.dxbButton_xaf:hover
{	
	background-image: none;
	background-color:#F0F2F4;
	border: solid 1px #e2e2e6;
}*/

.dxbButton_xaf div span {
	font-size: 85%;
	margin-left: 2px;
}
.dxbButton_xaf div.dxb
{
    padding: 1px 5px 1px 5px;
	border: 0px;
}

/* Pozostale */
.required
{
	font-weight: bold;
}

.WebPreviewCell
{
	color: #2f4965;
}

.WebEditorCell select
{
	border: solid 1px #e2e2e6;
	border-top: solid 1px #acadb2;
}

/* jQuery button style override */
.ui-button 
{
    background-image: url('edtButtonBack.png') !important;
	background-repeat:repeat-x !important;
	background-color:#1981B7 !important;
	color: White !important;
}

