/* DYTRI WP STYLE */

@charset "utf-8";

/* CSS Document */



/*----------------------------------------------------------------------------------------------*/

/* Tags */

/*----------------------------------------------------------------------------------------------*/

.dwp_clear {

	clear:both;	

}

.dwp_left {

	float:left;

}

.dwp_right {

	float:right;

}

.dwp_center {

	text-align:center;

}

.dwp_text-left {

	text-align:left;

}

.dwp_text-right {

	text-align:right;

}

.dwp_inline {

	display:inline-block;

	*display:inline;

	vertical-align:top;

}

.dwp_inline.middle {

	display:inline-block;

	*display:inline;

	vertical-align:middle !important;

}



.dwp_move-placeholder {

	min-width:100px;

	width:inherit !important;

	min-height:10px !important;

	background:#FFFCF2;

}

.dwp_handle_icon {

	display:inline-block;

	*display:inline;

	vertical-align:middle;

	width:16px;

	height:16px;

	background:no-repeat center center url(../images/move.png);

	margin:2px;

	cursor:pointer;

}



.dwp_display_none {

	display:none;

}

.dwp_display_block, .dwp_block {

	display:block;

}

.dwp_border-white {

	border:1px solid #FFF !important;

}

.dwp_border-gray {

	border:1px solid #CCC !important;

}

.dwp_border-black {

	border:1px solid #111 !important;

}

.dwp_border-red {

	border:1px solid #900 !important;

}

.dwp_border-none {

	border:none !important;

}



.dwp_s100 {

	width:98.3%;

	padding:0.5%;

	margin:0.1%;

	border:1px solid #CCC;

}

.dwp_s75 {

	width:73.4%;

	padding:0.5%;

	margin:0.1%;

	border:1px solid #CCC;

}

.dwp_s50 {

	width:48.48%;

	padding:0.5%;

	margin:0.1%;

	border:1px solid #CCC;

}

.dwp_s33 {

	width:31.86%;

	padding:0.5%;

	margin:0.1%;

	border:1px solid #CCC;

}

.dwp_s25 {

	width:23.58%;

	padding:0.5%;

	margin:0.1%;

	border:1px solid #CCC;

}



.dwp_color-white {

	color:#fff !important;

}

.dwp_color-gray {

	color:#999 !important;

}

.dwp_color-black {

	color:#333 !important;

}

.dwp_color-blue {

	color:#0094DE !important;

}



.dwp_font-30 { font-size:3em !important; }

.dwp_font-25 { font-size:2.5em !important; }

.dwp_font-22 { font-size:2.25em !important; }

.dwp_font-20 { font-size:2em !important; }

.dwp_font-15 { font-size:1.5em !important; }

.dwp_font-12 { font-size:1.25em !important; }

.dwp_font-10 { font-size:1em !important; }

.dwp_font-09 { font-size:0.9em !important; }

.dwp_font-08 { font-size:0.8em !important; }



.dwp_help {

	color:#999 !important;

	font-size:0.85em !important;

}



.dwp_message {

	background:#FFFFF0;

	border:1px solid #333;

	color:#111;

	padding:5px;

	margin:10px 0px;

}

.dwp_message-true {

	background:#f1f1f1;

	border:1px solid #090;

	color:#111;

	padding:5px;

	margin:10px 0px;

}

.dwp_message-false {

	background:#FFFFF0;

	color:#900;

	border:1px solid #900;

	padding:5px;

	margin:10px 0px;

}



/*------------------------------------------------------------------------------------------------------*/

/* BLOCK */

/*------------------------------------------------------------------------------------------------------*/

.dwp_admin_wrap {

	width:99%;

	height:100%;

}

.dwp_admin_wrap h3 {

	padding:0px 0px;

	margin:5px 0px;

}

.dwp_admin_wrap h4 {

	padding:0px 0px;

	margin:0px 0px;

}

.dwp_admin_wrap label {

	cursor:default;

}

.dwp_admin_wrap label.dwp_block {

	padding:5px 0px;

}



.dwp_admin_wrap input[disabled=disabled] {

	background:#f1f1f1;

	color:#666;

	border:1px solid #CCC;

}



.dwp_box {

	background:#FFF;

}



.h50 {

	*height:50px;

	min-height:50px;

}

.h100 {

	*height:100px;

	min-height:100px;

}

.h200 {

	*height:200px;

	min-height:200px;

}

.h250 {

	*height:250px;

	min-height:250px;

}

.h300 {

	*height:300px;

	min-height:300px;

}

.h400 {

	*height:400px;

	min-height:400px;

}

.h500 {

	*height:500px;

	min-height:500px;

}

.h600 {

	*height:600px;

	min-height:600px;

}

.h700 {

	*height:700px;

	min-height:700px;

}

.h800 {

	*height:800px;

	min-height:800px;

}

.h900 {

	*height:900px;

	min-height:900px;

}

.h1000 {

	*height:1000px;

	min-height:1000px;

}

/*------------------------------------------------------------------------------------------------------*/

/* MODAL */

/*------------------------------------------------------------------------------------------------------*/



.dwp_modal-preloader-back {

	position:fixed;

	z-index:99999 !important;

	top:0px;

	left:0px;

	background: repeat url(../images/opacity.png);

	width:100%;

	height:100%;

	display:none;

}

.dwp_modal-preloader {

	position:absolute;

	width:120px;

	height:80px;

	top:50%;

	left:50%;

	margin-left:-60px;

	margin-top:-40px;

	border:3px solid #CCC;

	background-color:#FFF !important;

	background-image:url(../images/preloader-32.gif) !important;

	background-position:center!important;

	background-repeat:no-repeat !important;

	box-shadow:2px 2px 2px #333333;

	-moz-box-shadow:2px 2px 2px #333333;

	-webkit-box-shadow:0px 1px 5px #333333;

}

.dwp_modal-window {

	display:none;

	position:absolute;

	width:250px;

	height:120px;

	top:50%;

	left:50%;

	margin-left:-125px;

	margin-top:-60px;

	border:3px solid #CCC;

	background:#FFF !important;

}

.dwp_modal-window-title {

	font-size:1.4em !important;

	color:#333 !important;

	height:22px;

	padding:10px;

}

.dwp_modal-window-close {

	z-index:99999;

	position:absolute;

	top:5px;

	right:10px;

}

.dwp_modal-window-content {

	padding:10px;

}



/*------------------------------------------------------------------------------------------------------*/

/*DSP - separators */

/*------------------------------------------------------------------------------------------------------*/

.dwp_dsp-light-h {

	display:inline-block;

	*display: inline;

	vertical-align:middle;

	width:0px;

	height:100%;

	margin:0px 3px;

	border-left:1px solid #CCC;

	border-right:1px solid #FFF;

}

.dwp_dsp-light-w {

	display:inline-block;

	*display: inline;

	vertical-align:middle;

	width:100%;

	height:0;

	margin:0px 3px;

	border-top:1px solid #CCC;

	border-bottom:1px solid #FFF;

}

.dwp_dsp-gray-h {

	display:inline-block;

	*display: inline;

	vertical-align:middle;

	width:0px;

	height:100%;

	margin:0px 3px;

	border-left:1px solid #666;

	border-right:1px solid #CCC;

}

.dwp_dsp-gray-w {

	display:inline-block;

	*display: inline;

	vertical-align:middle;

	width:100%;

	height:0;

	margin:0px 3px;

	border-top:1px solid #666;

	border-bottom:1px solid #CCC;

}

.dwp_dsp-dark-h {

	display:inline-block;

	*display: inline;

	vertical-align:middle;

	width:0px;

	height:100%;

	margin:0px 3px;

	border-left:1px solid #151515;

	border-right:1px solid #666;

}

.dwp_dsp-dark-w {

	display:inline-block;

	*display: inline;

	vertical-align:middle;

	width:100%;

	height:0;

	margin:0px 3px;

	border-top:1px solid #151515;

	border-bottom:1px solid #666;

}



/*------------------------------------------------------------------------------------------------------*/

/*ICONS SET 64*/

/*------------------------------------------------------------------------------------------------------*/

.dwp_64-plus {

	display:inline-block;

	*display: inline;

	width:64px;

	height:64px;

	background: no-repeat url(dytri-icons.png);

	background-position:0px 0px;

	cursor:pointer;

}

.dwp_64-plus:hover{ background-position:0px -64px; }



.dwp_64-minus {

	display:inline-block;

	*display: inline;

	width:64px;

	height:64px;

	background: no-repeat url(dytri-icons.png);

	background-position:-64px 0px;

	cursor:pointer;

}

.dwp_64-minus:hover{ background-position:-64px -64px; }



.dwp_64-edit {

	display:inline-block;

	*display: inline;

	width:64px;

	height:64px;

	background: no-repeat url(dytri-icons.png);

	background-position:-128px 0px;

	cursor:pointer;

}

.dwp_64-edit:hover{ background-position:-128px -64px; }



.dwp_64-copy {

	display:inline-block;

	*display: inline;

	width:64px;

	height:64px;

	background: no-repeat url(dytri-icons.png);

	background-position:-192px 0px;

	cursor:pointer;

}

.dwp_64-copy:hover{ background-position:-192px -64px; }



.dwp_64-list {

	display:inline-block;

	*display: inline;

	width:64px;

	height:64px;

	background: no-repeat url(dytri-icons.png);

	background-position:-257px 0px;

	cursor:pointer;

}

.dwp_64-list:hover{ background-position:-257px -64px; }



.dwp_64-state {

	display:inline-block;

	*display: inline;

	width:64px;

	height:64px;

	background: no-repeat url(dytri-icons.png);

	background-position:-321px 0px;

	cursor:pointer;

}

.dwp_64-state:hover{ background-position:-321px -64px; }



.dwp_64-arrow-n {

	display:inline-block;

	*display: inline;

	width:64px;

	height:64px;

	background: no-repeat url(dytri-icons.png);

	background-position:-384px 0px;

	cursor:pointer;

}

.dwp_64-arrow-n:hover{ background-position:-384px -64px; }



.dwp_64-arrow-s {

	display:inline-block;

	*display: inline;

	width:64px;

	height:64px;

	background: no-repeat url(dytri-icons.png);

	background-position:-448px 0px;

	cursor:pointer;

}

.dwp_64-arrow-s:hover{ background-position:-448px -64px; }



.dwp_64-arrow-w {

	display:inline-block;

	*display: inline;

	width:64px;

	height:64px;

	background: no-repeat url(dytri-icons.png);

	background-position:-512px 0px;

	cursor:pointer;

}

.dwp_64-arrow-w:hover{ background-position:-512px -64px; }



.dwp_64-arrow-e {

	display:inline-block;

	*display: inline;

	width:64px;

	height:64px;

	background: no-repeat url(dytri-icons.png);

	background-position:-576px 0px;

	cursor:pointer;

}

.dwp_64-arrow-e:hover{ background-position:-576px -64px; }



.dwp_64-save {

	display:inline-block;

	*display: inline;

	width:64px;

	height:64px;

	background: no-repeat url(dytri-icons.png);

	background-position:-641px 0px;

	cursor:pointer;

}

.dwp_64-save:hover{ background-position:-641px -64px; }



.dwp_64-block {

	display:inline-block;

	*display: inline;

	width:64px;

	height:64px;

	background: no-repeat url(dytri-icons.png);

	background-position:-705px 0px;

	cursor:pointer;

}

.dwp_64-block:hover{ background-position:-705px -64px; }



.dwp_64-gear {

	display:inline-block;

	*display: inline;

	width:64px;

	height:64px;

	background: no-repeat url(dytri-icons.png);

	background-position:-769px 0px;

	cursor:pointer;

}

.dwp_64-gear:hover{ background-position:-769px -64px; }



.dwp_64-public {

	display:inline-block;

	*display: inline;

	width:64px;

	height:64px;

	background: no-repeat url(dytri-icons.png);

	background-position:-833px 0px;

	cursor:pointer;

}



.dwp_64-unpublic {

	display:inline-block;

	*display: inline;

	width:64px;

	height:64px;

	background: no-repeat url(dytri-icons.png);

	background-position:-833px -64px;

	cursor:pointer;

}

.dwp_64-close {

	display:inline-block;

	*display: inline;

	width:64px;

	height:64px;

	background: no-repeat url(dytri-icons.png);

	background-position:-897px 0px;

	cursor:pointer;

}

.dwp_64-close:hover{ background-position:-897px -64px; }



.dwp_64-close-round {

	display:inline-block;

	*display: inline;

	width:64px;

	height:64px;

	background: no-repeat url(dytri-icons.png);

	background-position:-961px 0px;

	cursor:pointer;

}

.dwp_64-close-round:hover{ background-position:-961px -64px; }



.dwp_64-public-round {

	display:inline-block;

	*display: inline;

	width:64px;

	height:64px;

	background: no-repeat url(dytri-icons.png);

	background-position:-1025px 0px;

	cursor:pointer;

}



.dwp_64-unpublic-round {

	display:inline-block;

	*display: inline;

	width:64px;

	height:64px;

	background: no-repeat url(dytri-icons.png);

	background-position:-1025px -64px;

	cursor:pointer;

}



.dwp_64-gear-round {

	display:inline-block;

	*display: inline;

	width:64px;

	height:64px;

	background: no-repeat url(dytri-icons.png);

	background-position:-1089px 0px;

	cursor:pointer;

}

.dwp_64-gear-round:hover{ background-position:-1089px -64px; }



.dwp_64-edit-round {

	display:inline-block;

	*display: inline;

	width:64px;

	height:64px;

	background: no-repeat url(dytri-icons.png);

	background-position:-1153px 0px;

	cursor:pointer;

}

.dwp_64-edit-round:hover{ background-position:-1153px -64px; }



.dwp_64-arrow-n-round {

	display:inline-block;

	*display: inline;

	width:64px;

	height:64px;

	background: no-repeat url(dytri-icons.png);

	background-position:-1216px 0px;

	cursor:pointer;

}

.dwp_64-arrow-n-round:hover{ background-position:-1216px -64px; }



.dwp_64-arrow-s-round {

	display:inline-block;

	*display: inline;

	width:64px;

	height:64px;

	background: no-repeat url(dytri-icons.png);

	background-position:-1280px 0px;

	cursor:pointer;

}

.dwp_64-arrow-s-round:hover{ background-position:-1280px -64px; }



.dwp_64-arrow-w-round {

	display:inline-block;

	*display: inline;

	width:64px;

	height:64px;

	background: no-repeat url(dytri-icons.png);

	background-position:-1344px 0px;

	cursor:pointer;

}

.dwp_64-arrow-w-round:hover{ background-position:-1344px -64px; }



.dwp_64-arrow-e-round {

	display:inline-block;

	*display: inline;

	width:64px;

	height:64px;

	background: no-repeat url(dytri-icons.png);

	background-position:-1408px 0px;

	cursor:pointer;

}

.dwp_64-arrow-e-round:hover{ background-position:-1408px -64px; }



.dwp_64-check {

	display:inline-block;

	*display: inline;

	width:64px;

	height:64px;

	background: no-repeat url(dytri-icons.png);

	background-position:-1472px 0px;

	cursor:pointer;

}

.dwp_64-uncheck {

	display:inline-block;

	*display: inline;

	width:64px;

	height:64px;

	background: no-repeat url(dytri-icons.png);

	background-position:-1472px -64px;

	cursor:pointer;

}



.dwp_64-question {

	display:inline-block;

	*display: inline;

	width:64px;

	height:64px;

	background: no-repeat url(dytri-icons.png);

	background-position:-1536px 0px;

	cursor:pointer;

}

.dwp_64-question:hover{ background-position:-1536px -64px; }



.dwp_64-attention {

	display:inline-block;

	*display: inline;

	width:64px;

	height:64px;

	background: no-repeat url(dytri-icons.png);

	background-position:-1600px 0px;

	cursor:pointer;

}

.dwp_64-attention:hover{ background-position:-1600px -64px; }



/*------------------------------------------------------------------------------------------------------*/

/*ICONS SET 32*/

/*------------------------------------------------------------------------------------------------------*/

.dwp_32-plus {

	display:inline-block;

	*display: inline;

	width:32px;

	height:32px;

	background: no-repeat url(dytri-icons.png);

	background-position:0px -128px;

	cursor:pointer;

}

.dwp_32-plus:hover{ background-position:0px -160px; }



.dwp_32-minus {

	display:inline-block;

	*display: inline;

	width:32px;

	height:32px;

	background: no-repeat url(dytri-icons.png);

	background-position:-32px -128px;

	cursor:pointer;

}

.dwp_32-minus:hover{ background-position:-32px -160px; }



.dwp_32-edit {

	display:inline-block;

	*display: inline;

	width:32px;

	height:32px;

	background: no-repeat url(dytri-icons.png);

	background-position:-64px -128px;

	cursor:pointer;

}

.dwp_32-edit:hover{ background-position:-64px -160px; }



.dwp_32-copy {

	display:inline-block;

	*display: inline;

	width:32px;

	height:32px;

	background: no-repeat url(dytri-icons.png);

	background-position:-96px -128px;

	cursor:pointer;

}

.dwp_32-copy:hover{ background-position:-96px -160px; }



.dwp_32-list {

	display:inline-block;

	*display: inline;

	width:32px;

	height:32px;

	background: no-repeat url(dytri-icons.png);

	background-position:-128px -128px;

	cursor:pointer;

}

.dwp_32-list:hover{ background-position:-128px -160px; }



.dwp_32-state {

	display:inline-block;

	*display: inline;

	width:32px;

	height:32px;

	background: no-repeat url(dytri-icons.png);

	background-position:-160px -128px;

	cursor:pointer;

}

.dwp_32-state:hover{ background-position:-160px -160px; }



.dwp_32-arrow-n {

	display:inline-block;

	*display: inline;

	width:32px;

	height:32px;

	background: no-repeat url(dytri-icons.png);

	background-position:-192px -128px;

	cursor:pointer;

}

.dwp_32-arrow-n:hover{ background-position:-192px -160px; }



.dwp_32-arrow-s {

	display:inline-block;

	*display: inline;

	width:32px;

	height:32px;

	background: no-repeat url(dytri-icons.png);

	background-position:-224px -128px;

	cursor:pointer;

}

.dwp_32-arrow-s:hover{ background-position:-224px -160px; }



.dwp_32-arrow-w {

	display:inline-block;

	*display: inline;

	width:32px;

	height:32px;

	background: no-repeat url(dytri-icons.png);

	background-position:-256px -128px;

	cursor:pointer;

}

.dwp_32-arrow-w:hover{ background-position:-256px -160px; }



.dwp_32-arrow-e {

	display:inline-block;

	*display: inline;

	width:32px;

	height:32px;

	background: no-repeat url(dytri-icons.png);

	background-position:-288px -128px;

	cursor:pointer;

}

.dwp_32-arrow-e:hover{ background-position:-288px -160px; }



.dwp_32-save {

	display:inline-block;

	*display: inline;

	width:32px;

	height:32px;

	background: no-repeat url(dytri-icons.png);

	background-position:-320px -128px;

	cursor:pointer;

}

.dwp_32-save:hover{ background-position:-320px -160px; }



.dwp_32-block {

	display:inline-block;

	*display: inline;

	width:32px;

	height:32px;

	background: no-repeat url(dytri-icons.png);

	background-position:-352px -128px;

	cursor:pointer;

}

.dwp_32-block:hover{ background-position:-352px -160px; }



.dwp_32-gear {

	display:inline-block;

	*display: inline;

	width:32px;

	height:32px;

	background: no-repeat url(dytri-icons.png);

	background-position:-384px -128px;

	cursor:pointer;

}

.dwp_32-gear:hover{ background-position:-384px -160px; }



.dwp_32-public {

	display:inline-block;

	*display: inline;

	width:32px;

	height:32px;

	background: no-repeat url(dytri-icons.png);

	background-position:-417px -128px;

	cursor:pointer;

}



.dwp_32-unpublic {

	display:inline-block;

	*display: inline;

	width:32px;

	height:32px;

	background: no-repeat url(dytri-icons.png);

	background-position:-417px -160px;

	cursor:pointer;

}



.dwp_32-close {

	display:inline-block;

	*display: inline;

	width:32px;

	height:32px;

	background: no-repeat url(dytri-icons.png);

	background-position:-449px -128px;

	cursor:pointer;

}

.dwp_32-close:hover{ background-position:-449px -160px; }



.dwp_32-close-round {

	display:inline-block;

	*display: inline;

	width:32px;

	height:32px;

	background: no-repeat url(dytri-icons.png);

	background-position:-481px -128px;

	cursor:pointer;

}

.dwp_32-close-round:hover{ background-position:-481px -160px; }



.dwp_32-public-round {

	display:inline-block;

	*display: inline;

	width:32px;

	height:32px;

	background: no-repeat url(dytri-icons.png);

	background-position:-513px -128px;

	cursor:pointer;

}



.dwp_32-unpublic-round {

	display:inline-block;

	*display: inline;

	width:32px;

	height:32px;

	background: no-repeat url(dytri-icons.png);

	background-position:-513px -160px;

	cursor:pointer;

}



.dwp_32-gear-round {

	display:inline-block;

	*display: inline;

	width:32px;

	height:32px;

	background: no-repeat url(dytri-icons.png);

	background-position:-545px -128px;

	cursor:pointer;

}

.dwp_32-gear-round:hover{ background-position:-545px -160px; }



.dwp_32-edit-round {

	display:inline-block;

	*display: inline;

	width:32px;

	height:32px;

	background: no-repeat url(dytri-icons.png);

	background-position:-577px -128px;

	cursor:pointer;

}

.dwp_32-edit-round:hover{ background-position:-577px -160px; }



.dwp_32-arrow-n-round {

	display:inline-block;

	*display: inline;

	width:32px;

	height:32px;

	background: no-repeat url(dytri-icons.png);

	background-position:-608px -128px;

	cursor:pointer;

}

.dwp_32-arrow-n-round:hover{ background-position:-608px -160px; }



.dwp_32-arrow-s-round {

	display:inline-block;

	*display: inline;

	width:32px;

	height:32px;

	background: no-repeat url(dytri-icons.png);

	background-position:-640px -128px;

	cursor:pointer;

}

.dwp_32-arrow-s-round:hover{ background-position:-640px -160px; }



.dwp_32-arrow-w-round {

	display:inline-block;

	*display: inline;

	width:32px;

	height:32px;

	background: no-repeat url(dytri-icons.png);

	background-position:-672px -128px;

	cursor:pointer;

}

.dwp_32-arrow-w-round:hover{ background-position:-672px -160px; }



.dwp_32-arrow-e-round {

	display:inline-block;

	*display: inline;

	width:32px;

	height:32px;

	background: no-repeat url(dytri-icons.png);

	background-position:-704px -128px;

	cursor:pointer;

}

.dwp_32-arrow-e-round:hover{ background-position:-704px -160px; }



.dwp_32-check {

	display:inline-block;

	*display: inline;

	width:32px;

	height:32px;

	background: no-repeat url(dytri-icons.png);

	background-position:-736px -128px;

	cursor:pointer;

}

.dwp_32-uncheck {

	display:inline-block;

	*display: inline;

	width:32px;

	height:32px;

	background: no-repeat url(dytri-icons.png);

	background-position:-736px -160px;

	cursor:pointer;

}



.dwp_32-question {

	display:inline-block;

	*display: inline;

	width:32px;

	height:32px;

	background: no-repeat url(dytri-icons.png);

	background-position:-768px -128px;

	cursor:pointer;

}

.dwp_32-question:hover{ background-position:-768px -160px; }



.dwp_32-attention {

	display:inline-block;

	*display: inline;

	width:32px;

	height:32px;

	background: no-repeat url(dytri-icons.png);

	background-position:-800px -128px;

	cursor:pointer;

}

.dwp_32-attention:hover{ background-position:-800px -160px; }



/*------------------------------------------------------------------------------------------------------*/

/*ICONS SET 24*/

/*------------------------------------------------------------------------------------------------------*/

.dwp_24-plus {

	display:inline-block;

	*display: inline;

	width:24px;

	height:24px;

	background: no-repeat url(dytri-icons.png);

	background-position:0px -192px;

	cursor:pointer;

}

.dwp_24-plus:hover{ background-position:0px -216px; }



.dwp_24-minus {

	display:inline-block;

	*display: inline;

	width:24px;

	height:24px;

	background: no-repeat url(dytri-icons.png);

	background-position:-24px -192px;

	cursor:pointer;

}

.dwp_24-minus:hover{ background-position:-24px -216px; }



.dwp_24-edit {

	display:inline-block;

	*display: inline;

	width:24px;

	height:24px;

	background: no-repeat url(dytri-icons.png);

	background-position:-48px -192px;

	cursor:pointer;

}

.dwp_24-edit:hover{ background-position:-48px -216px; }



.dwp_24-copy {

	display:inline-block;

	*display: inline;

	width:24px;

	height:24px;

	background: no-repeat url(dytri-icons.png);

	background-position:-72px -192px;

	cursor:pointer;

}

.dwp_24-copy:hover{ background-position:-72px -216px; }



.dwp_24-list {

	display:inline-block;

	*display: inline;

	width:24px;

	height:24px;

	background: no-repeat url(dytri-icons.png);

	background-position:-96px -192px;

	cursor:pointer;

}

.dwp_24-list:hover{ background-position:-96px -216px; }



.dwp_24-state {

	display:inline-block;

	*display: inline;

	width:24px;

	height:24px;

	background: no-repeat url(dytri-icons.png);

	background-position:-120px -192px;

	cursor:pointer;

}

.dwp_24-state:hover{ background-position:-120px -216px; }



.dwp_24-arrow-n {

	display:inline-block;

	*display: inline;

	width:24px;

	height:24px;

	background: no-repeat url(dytri-icons.png);

	background-position:-144px -192px;

	cursor:pointer;

}

.dwp_24-arrow-n:hover{ background-position:-144px -216px; }



.dwp_24-arrow-s {

	display:inline-block;

	*display: inline;

	width:24px;

	height:24px;

	background: no-repeat url(dytri-icons.png);

	background-position:-168px -192px;

	cursor:pointer;

}

.dwp_24-arrow-s:hover{ background-position:-168px -216px; }



.dwp_24-arrow-w {

	display:inline-block;

	*display: inline;

	width:24px;

	height:24px;

	background: no-repeat url(dytri-icons.png);

	background-position:-192px -192px;

	cursor:pointer;

}

.dwp_24-arrow-w:hover{ background-position:-192px -216px; }



.dwp_24-arrow-e {

	display:inline-block;

	*display: inline;

	width:24px;

	height:24px;

	background: no-repeat url(dytri-icons.png);

	background-position:-216px -192px;

	cursor:pointer;

}

.dwp_24-arrow-e:hover{ background-position:-216px -216px; }



.dwp_24-save {

	display:inline-block;

	*display: inline;

	width:24px;

	height:24px;

	background: no-repeat url(dytri-icons.png);

	background-position:-240px -192px;

	cursor:pointer;

}

.dwp_24-save:hover{ background-position:-240px -216px; }



.dwp_24-block {

	display:inline-block;

	*display: inline;

	width:24px;

	height:24px;

	background: no-repeat url(dytri-icons.png);

	background-position:-264px -192px;

	cursor:pointer;

}

.dwp_24-block:hover{ background-position:-264px -216px; }



.dwp_24-gear {

	display:inline-block;

	*display: inline;

	width:24px;

	height:24px;

	background: no-repeat url(dytri-icons.png);

	background-position:-288px -192px;

	cursor:pointer;

}

.dwp_24-gear:hover{ background-position:-288px -216px; }



.dwp_24-public {

	display:inline-block;

	*display: inline;

	width:24px;

	height:24px;

	background: no-repeat url(dytri-icons.png);

	background-position:-312px -192px;

	cursor:pointer;

}



.dwp_24-unpublic {

	display:inline-block;

	*display: inline;

	width:24px;

	height:24px;

	background: no-repeat url(dytri-icons.png);

	background-position:-312px -216px;

	cursor:pointer;

}



.dwp_24-close {

	display:inline-block;

	*display: inline;

	width:24px;

	height:24px;

	background: no-repeat url(dytri-icons.png);

	background-position:-336px -192px;

	cursor:pointer;

}

.dwp_24-close:hover{ background-position:-336px -216px; }



.dwp_24-close-round {

	display:inline-block;

	*display: inline;

	width:24px;

	height:24px;

	background: no-repeat url(dytri-icons.png);

	background-position:-360px -192px;

	cursor:pointer;

}

.dwp_24-close-round:hover{ background-position:-360px -216px; }



.dwp_24-public-round {

	display:inline-block;

	*display: inline;

	width:24px;

	height:24px;

	background: no-repeat url(dytri-icons.png);

	background-position:-384px -192px;

	cursor:pointer;

}



.dwp_24-unpublic-round {

	display:inline-block;

	*display: inline;

	width:24px;

	height:24px;

	background: no-repeat url(dytri-icons.png);

	background-position:-384px -216px;

	cursor:pointer;

}



.dwp_24-gear-round {

	display:inline-block;

	*display: inline;

	width:24px;

	height:24px;

	background: no-repeat url(dytri-icons.png);

	background-position:-408px -192px;

	cursor:pointer;

}

.dwp_24-gear-round:hover{ background-position:-408px -216px; }



.dwp_24-edit-round {

	display:inline-block;

	*display: inline;

	width:24px;

	height:24px;

	background: no-repeat url(dytri-icons.png);

	background-position:-432px -192px;

	cursor:pointer;

}

.dwp_24-edit-round:hover{ background-position:-432px -216px; }



.dwp_24-arrow-n-round {

	display:inline-block;

	*display: inline;

	width:24px;

	height:24px;

	background: no-repeat url(dytri-icons.png);

	background-position:-456px -192px;

	cursor:pointer;

}

.dwp_24-arrow-n-round:hover{ background-position:-456px -216px; }



.dwp_24-arrow-s-round {

	display:inline-block;

	*display: inline;

	width:24px;

	height:24px;

	background: no-repeat url(dytri-icons.png);

	background-position:-480px -192px;

	cursor:pointer;

}

.dwp_24-arrow-s-round:hover{ background-position:-480px -216px; }



.dwp_24-arrow-w-round {

	display:inline-block;

	*display: inline;

	width:24px;

	height:24px;

	background: no-repeat url(dytri-icons.png);

	background-position:-504px -192px;

	cursor:pointer;

}

.dwp_24-arrow-w-round:hover{ background-position:-504px -216px; }



.dwp_24-arrow-e-round {

	display:inline-block;

	*display: inline;

	width:24px;

	height:24px;

	background: no-repeat url(dytri-icons.png);

	background-position:-528px -192px;

	cursor:pointer;

}

.dwp_24-arrow-e-round:hover{ background-position:-528px -216px; }



.dwp_24-check {

	display:inline-block;

	*display: inline;

	width:24px;

	height:24px;

	background: no-repeat url(dytri-icons.png);

	background-position:-552px -192px;

	cursor:pointer;

}

.dwp_24-uncheck {

	display:inline-block;

	*display: inline;

	width:24px;

	height:24px;

	background: no-repeat url(dytri-icons.png);

	background-position:-552px -216px;

	cursor:pointer;

}



.dwp_24-question {

	display:inline-block;

	*display: inline;

	width:24px;

	height:24px;

	background: no-repeat url(dytri-icons.png);

	background-position:-576px -192px;

	cursor:pointer;

}

.dwp_24-question:hover{ background-position:-576px -216px; }



.dwp_24-attention {

	display:inline-block;

	*display: inline;

	width:24px;

	height:24px;

	background: no-repeat url(dytri-icons.png);

	background-position:-600px -192px;

	cursor:pointer;

}

.dwp_24-attention:hover{ background-position:-600px -216px; }



/*------------------------------------------------------------------------------------------------------*/

/*ICONS SET 16*/

/*------------------------------------------------------------------------------------------------------*/

.dwp_16-plus {

	display:inline-block;

	*display: inline;

	width:16px;

	height:16px;

	background: no-repeat url(dytri-icons.png);

	background-position:0px -240px;

	cursor:pointer;

}

.dwp_16-plus:hover{ background-position:0px -256px; }



.dwp_16-minus {

	display:inline-block;

	*display: inline;

	width:16px;

	height:16px;

	background: no-repeat url(dytri-icons.png);

	background-position:-16px -240px;

	cursor:pointer;

}

.dwp_16-minus:hover{ background-position:-16px -256px; }



.dwp_16-edit {

	display:inline-block;

	*display: inline;

	width:16px;

	height:16px;

	background: no-repeat url(dytri-icons.png);

	background-position:-32px -240px;

	cursor:pointer;

}

.dwp_16-edit:hover{ background-position:-32px -256px; }



.dwp_16-copy {

	display:inline-block;

	*display: inline;

	width:16px;

	height:16px;

	background: no-repeat url(dytri-icons.png);

	background-position:-48px -240px;

	cursor:pointer;

}

.dwp_16-copy:hover{ background-position:-48px -256px; }



.dwp_16-list {

	display:inline-block;

	*display: inline;

	width:16px;

	height:16px;

	background: no-repeat url(dytri-icons.png);

	background-position:-64px -240px;

	cursor:pointer;

}

.dwp_16-list:hover{ background-position:-64px -256px; }



.dwp_16-state {

	display:inline-block;

	*display: inline;

	width:16px;

	height:16px;

	background: no-repeat url(dytri-icons.png);

	background-position:-80px -240px;

	cursor:pointer;

}

.dwp_16-state:hover{ background-position:-80px -256px; }



.dwp_16-arrow-n {

	display:inline-block;

	*display: inline;

	width:16px;

	height:16px;

	background: no-repeat url(dytri-icons.png);

	background-position:-96px -240px;

	cursor:pointer;

}

.dwp_16-arrow-n:hover{ background-position:-96px -256px; }



.dwp_16-arrow-s {

	display:inline-block;

	*display: inline;

	width:16px;

	height:16px;

	background: no-repeat url(dytri-icons.png);

	background-position:-112px -240px;

	cursor:pointer;

}

.dwp_16-arrow-s:hover{ background-position:-112px -256px; }



.dwp_16-arrow-w {

	display:inline-block;

	*display: inline;

	width:16px;

	height:16px;

	background: no-repeat url(dytri-icons.png);

	background-position:-128px -240px;

	cursor:pointer;

}

.dwp_16-arrow-w:hover{ background-position:-128px -256px; }



.dwp_16-arrow-e {

	display:inline-block;

	*display: inline;

	width:16px;

	height:16px;

	background: no-repeat url(dytri-icons.png);

	background-position:-144px -240px;

	cursor:pointer;

}

.dwp_16-arrow-e:hover{ background-position:-144px -256px; }



.dwp_16-save {

	display:inline-block;

	*display: inline;

	width:16px;

	height:16px;

	background: no-repeat url(dytri-icons.png);

	background-position:-160px -240px;

	cursor:pointer;

}

.dwp_16-save:hover{ background-position:-160px -256px; }



.dwp_16-block {

	display:inline-block;

	*display: inline;

	width:16px;

	height:16px;

	background: no-repeat url(dytri-icons.png);

	background-position:-176px -240px;

	cursor:pointer;

}

.dwp_16-block:hover{ background-position:-176px -256px; }



.dwp_16-gear {

	display:inline-block;

	*display: inline;

	width:16px;

	height:16px;

	background: no-repeat url(dytri-icons.png);

	background-position:-192px -240px;

	cursor:pointer;

}

.dwp_16-gear:hover{ background-position:-192px -256px; }



.dwp_16-public {

	display:inline-block;

	*display: inline;

	width:16px;

	height:16px;

	background: no-repeat url(dytri-icons.png);

	background-position:-208px -240px;

	cursor:pointer;

}



.dwp_16-unpublic {

	display:inline-block;

	*display: inline;

	width:16px;

	height:16px;

	background: no-repeat url(dytri-icons.png);

	background-position:-208px -256px;

	cursor:pointer;

}



.dwp_16-close {

	display:inline-block;

	*display: inline;

	width:16px;

	height:16px;

	background: no-repeat url(dytri-icons.png);

	background-position:-224px -240px;

	cursor:pointer;

}

.dwp_16-close:hover{ background-position:-224px -256px; }



.dwp_16-close-round {

	display:inline-block;

	*display: inline;

	width:16px;

	height:16px;

	background: no-repeat url(dytri-icons.png);

	background-position:-240px -240px;

	cursor:pointer;

}

.dwp_16-close-round:hover{ background-position:-240px -256px; }



.dwp_16-public-round {

	display:inline-block;

	*display: inline;

	width:16px;

	height:16px;

	background: no-repeat url(dytri-icons.png);

	background-position:-256px -240px;

	cursor:pointer;

}



.dwp_16-unpublic-round {

	display:inline-block;

	*display: inline;

	width:16px;

	height:16px;

	background: no-repeat url(dytri-icons.png);

	background-position:-256px -256px;

	cursor:pointer;

}



.dwp_16-gear-round {

	display:inline-block;

	*display: inline;

	width:16px;

	height:16px;

	background: no-repeat url(dytri-icons.png);

	background-position:-272px -240px;

	cursor:pointer;

}

.dwp_16-gear-round:hover{ background-position:-272px -256px; }



.dwp_16-edit-round {

	display:inline-block;

	*display: inline;

	width:16px;

	height:16px;

	background: no-repeat url(dytri-icons.png);

	background-position:-288px -240px;

	cursor:pointer;

}

.dwp_16-edit-round:hover{ background-position:-288px -256px; }



.dwp_16-arrow-n-round {

	display:inline-block;

	*display: inline;

	width:16px;

	height:16px;

	background: no-repeat url(dytri-icons.png);

	background-position:-304px -240px;

	cursor:pointer;

}

.dwp_16-arrow-n-round:hover{ background-position:-304px -256px; }



.dwp_16-arrow-s-round {

	display:inline-block;

	*display: inline;

	width:16px;

	height:16px;

	background: no-repeat url(dytri-icons.png);

	background-position:-320px -240px;

	cursor:pointer;

}

.dwp_16-arrow-s-round:hover{ background-position:-320px -256px; }



.dwp_16-arrow-w-round {

	display:inline-block;

	*display: inline;

	width:16px;

	height:16px;

	background: no-repeat url(dytri-icons.png);

	background-position:-336px -240px;

	cursor:pointer;

}

.dwp_16-arrow-w-round:hover{ background-position:-336px -256px; }



.dwp_16-arrow-e-round {

	display:inline-block;

	*display: inline;

	width:16px;

	height:16px;

	background: no-repeat url(dytri-icons.png);

	background-position:-352px -240px;

	cursor:pointer;

}

.dwp_16-arrow-e-round:hover{ background-position:-352px -256px; }



.dwp_16-check {

	display:inline-block;

	*display: inline;

	width:16px;

	height:16px;

	background: no-repeat url(dytri-icons.png);

	background-position:-368px -240px;

	cursor:pointer;

}

.dwp_16-uncheck {

	display:inline-block;

	*display: inline;

	width:16px;

	height:16px;

	background: no-repeat url(dytri-icons.png);

	background-position:-368px -256px;

	cursor:pointer;

}



.dwp_16-question {

	display:inline-block;

	*display: inline;

	width:16px;

	height:16px;

	background: no-repeat url(dytri-icons.png);

	background-position:-384px -240px;

	cursor:pointer;

}

.dwp_16-question:hover{ background-position:-384px -256px; }



.dwp_16-attention {

	display:inline-block;

	*display: inline;

	width:16px;

	height:16px;

	background: no-repeat url(dytri-icons.png);

	background-position:-400px -240px;

	cursor:pointer;

}

.dwp_16-attention:hover{ background-position:-400px -256px; }