div.Panel {
	display: block;
	padding-right: 4px;
	margin-left: 5px;
	margin-top: 5px;
}

div.Panel div.separator {
	border-bottom: 1px solid #4e7cb7;
	display: block;
	font-size: 1px;
	height: 1px;
	overflow: hidden;
	margin: 4px;
}

div.Panel .Top {
	background-color: #103580;
	border: 0px solid #103580;
	outline: 0px solid #103580;
	display: block;
	font-size: 1px;
	height: 1px;
	overflow: hidden;
	margin: 0px 1px;
}

div.Panel .Caption {
	background-color: #103580;
	background-image: url(../img/be_images/uiCaptionBkActive.gif);
	height: 22px;
	line-height: 22px;
	color: #C0E0F5;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 1px 2px 0px 4px;
	font-weight: bold;
	border-left: 1px solid #103580;
	border-right: 1px solid #103580;
}

div.Panel .Caption a.Collapse,a.Expand {
	color: #C0E0F5;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../img/be_images/uiCaptionCollapseInActive.gif);
	background-repeat: no-repeat;
	background-position: right;
	display: block;
	text-decoration: none;
}

div.Panel .Caption a.Collapse:hover {
	color: #fff;
	background-image: url(../img/be_images/uiCaptionCollapseActive.gif);
}

div.Panel .Caption a.Expand {
	background-image: url(../img/be_images/uiCaptionExpandInActive.gif);
}

div.Panel .Caption a.Expand:hover {
	color: #fff;
	background-image: url(../img/be_images/uiCaptionExpandActive.gif);
}

div.Panel .Content {
	background-color: #fff;
	color: #002580;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border-left: 1px solid #103580;
	border-right: 1px solid #103580;
	border-bottom: 1px solid #103580;
}

a.PanelMenuItem {
	color: #002580;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	text-decoration: none;
	height: 18px;
	text-indent: 20px;
	margin-bottom: 2px;
}

a.PanelMenuItem:hover {
	text-decoration: underline;
	color: #3070C0;
}

div.WxGroup {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	cursor: default;
}

div.WxGroup a.expand,a.collapse {
	background-image: url(../img/be_images/uiExpand.gif);
	background-repeat: no-repeat;
	background-position: right;
	display: block;
	color: #777777;
	text-decoration: none;
	font-weight: bold;
}

div.WxGroup a.collapse {
	background-image: url(../img/be_images/uiCollapse.gif);
}

div.WxGroup div.header,div.footer {
	border: 0px solid white;
	outline: 0px solid white;
	display: block;
	font-size: 1px;
	height: 1px;
	overflow: hidden;
	background-color: #4e7cb7;
}

div.WxGroup div.footer {
	background-color: #add1ff;
}

div.WxGroup a.link {
	background-image: url(../img/be_images/uiLink.gif);
	background-repeat: no-repeat;
	display: inline-block;
	color: #3070C0;
	text-decoration: none;
	vertical-align: middle;
	text-indent: 16px;
}

div.WxGroup table tr.odd {
	background-color: #FAFAFA;
}

div.WxGroup table tr.even {
	background-color: #F8F8F8;
}

div.WxListView {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	cursor: default;
}

div.WxListView p {
	padding-bottom: 10px;
}

div.WxListView table {
	border: 1px solid #6f9dd9;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

div.WxListView table td {
	padding: 4px;
	color: #555555;
	border-bottom: 1px solid #c4ddff;
}

div.WxListView table a {
	color: #154090;
	text-decoration: none;
}

div.WxListView table a:hover {
	color: #154090;
}

div.WxListView table tr.columns {
	height: 26px;
}

div.WxListView table tr.columns td {
	color: #154090;
	background: url(../img/be_images/uiLvCaption.gif) repeat-x #D9EAFF;
}

div.WxListView table tr.group td {
	color: #154090;
	font-weight: bold;
	padding: 4px;
}

div.WxListView table tr.group td div {
	border: 0px solid white;
	outline: 0px solid white;
	display: block;
	font-size: 1px;
	height: 1px;
	overflow: hidden;
	background-color: #6f9dd9;
}

div.WxListView table tr.columns td a,a.asc,a.desc {
	color: #154090;
	text-decoration: none;
	display: inline-block;
	padding: 0px 16px;
}

div.WxListView table tr.columns td a.asc,a.desc {
	font-weight: bold;
	background-image: url(../img/be_images/uiOrderAsc.gif);
	background-repeat: no-repeat;
	background-position: right;
}

div.WxListView table tr.columns td a.desc {
	background-image: url(../img/be_images/uiOrderDesc.gif);
}

div.WxListView table tr.filter,tr.paging {
	height: 22px;
	background-color: #f2f2f2;
}

div.WxListView table tr.filtertop {
	background-color: #ddecff;
}

div.WxListView table tr.filtertop td {
	color: #777777;
	padding: 4px;
}

div.WxListView table tr.filtertop td div.header {
	color: #154090;
	font-size: 14px;
	font-weight: bold;
}

div.WxListView table tr.filtertop td div.filter {
	padding: 8px;
	float: left;
}

div.WxListView table tr.filter td {
	color: #777777;
	border-bottom: 1px solid #999;
}

div.WxListView table tr.paging td {
	color: #777777;
	border-top: 1px solid #e0e0e0;
}

div.WxListView table tr.paging td a.normal,a.active {
	color: #777777;
	text-decoration: none;
	margin: 0px 2px;
	text-decoration: none;
	display: inline-block;
	float: left;
	height: 21px;
	line-height: 21px;
	padding: 0px 2px;
	text-align: center;
}

div.WxListView table tr.paging td div.activeL,div.activeR,div.sep {
	margin-left: 2px;
	height: 21px;
	line-height: 21px;
	width: 5px;
	background-image: url(../img/be_images/uiPagingALinkL.gif);
	background-repeat: no-repeat;
	display: inline-block;
	float: left;
}

div.WxListView table tr.paging td div.activeR {
	margin-left: 0px;
	margin-right: 2px;
	background-image: url(../img/be_images/uiPagingALinkR.gif);
}

div.WxListView table tr.paging td div.sep {
	margin-left: 2px;
	margin-right: 2px;
	background-image: none;
	width: auto;
}

div.WxListView table tr.paging td a.prev,a.next {
	text-decoration: none;
	margin: 0px 2px;
	text-decoration: none;
	display: inline-block;
	float: left;
	height: 21px;
	line-height: 21px;
	text-align: center;
	width: 10px;
	background-image: url(../img/be_images/uiNaviL.gif);
	background-repeat: no-repeat;
}

div.WxListView table tr.paging td a.next {
	background-image: url(../img/be_images/uiNaviR.gif);
}

div.WxListView table tr.paging td a.active {
	color: #e0e0e0;
	background-color: #464646;
	margin: 0px;
}

div.WxListView table tr.filter td input,select {
	font-size: 11px;
}

div.WxListView table tr.normal {
	background-color: inherit;
}

div.WxListView table tr.row {
	background-color: #f9f9f9;
}

table.WxForm {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
}

table.WxForm td.separate {
	height: 2px;
	background-image: url(../img/be_images/uiFormSeparate.gif);
	background-repeat: repeat-x;
	font-size: 1px;
}

table.WxForm td.group {
	background-color: #fff;
	padding: 4px;
}

table.WxForm td.fields {
	background-color: #ebf3ff;
	padding: 8px;
}

table.WxForm td.fields div.cell {
	vertical-align: middle;
	text-align: left;
	float: left;
	margin-right: 8px;
	margin-bottom: 2px;
}

table.WxForm td.fields div.cell input.default,select.default {
	font-size: 12px;
	min-width: 170px;
}

div.wxInfoBar {
	border: 1px solid #6f9dd9;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #15428B;
	vertical-align: top;
	padding: 4px;
	background-image: url(../img/be_images/infobarhdr.png);
	background-repeat: repeat-x;
}

div.wxIcon,div.wxIconError,div.wxIconInfo,div.wxIconWarning,div.wxIconSecure,div.wxIconSuccess,div.wxIconHelp
	{
	width: 32px;
	height: 32px;
	line-height: 32px;
	float: left;
}

div.wxIconError {
	background: url(../img/be_images/error.icon.png) no-repeat;
}

div.wxIconInfo {
	background: url(../img/be_images/info.icon.png) no-repeat;
}

div.wxIconWarning {
	background: url(../img/be_images/warning.icon.png) no-repeat;
}

div.wxIconSecure {
	background: url(../img/be_images/secure.icon.png) no-repeat;
}

div.wxIconSuccess {
	background: url(../img/be_images/success.icon.png) no-repeat;
}

div.wxIconHelp {
	background: url(../img/be_images/help.icon.png) no-repeat;
}

.sortingDragHandler {
	cursor: move;
}

.ui-draggable-dragging .sortingDragHidden {
	display: none;
}

.ui-droppable.sortingDropHere td {
	background-color: #F9D5B1 !important;
}

.ui-draggable-dragging.normal td {
	background-color: #C4DDFF;
}

.profile-table {
	margin-bottom: 15px;
	display: block;
	/*border: 1px solid #103580;*/
	width:auto;
	max-width: 830px;
}
.profile-table-line {
	max-width: 830px;
    padding-bottom: 5px;
}
.profile-table-line-desk {
	width: 150px;
	margin-right: 5px;
	float: left;
}

.profile-table-line-value {
	width: 250px;
	margin-right: 5px;
	float: left;
}

.profile-table-line-error {
	width: 400px;
	color: red;
	font-weight: bold;
	float: left;
}

.profile-table-line-header {
	margin-bottom: 15px;
	width: 405px;
	background-color: #103580;
	background-image: url("../../../img/be_images/uiCaptionBkActive.gif");
	border-left: 1px solid #103580;
	border-right: 1px solid #103580;
	color: #C0E0F5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 22px;
	line-height: 22px;
	padding: 1px 2px 0 4px;
}

.clear {
	clear: both;
}