.no_border{
	border: 0px;	
}

.hidden{
	display:none;	
}

.bold{
	font-weight:bold;	
}


.italic{
	font-style: italic;	

}

.Y_BORDER_DARK_TRANSPARENT_8PX{
	-moz-box-shadow   : inset 0 0 0px 8px rgba( 0, 0, 0, .2);
	-webkit-box-shadow: inset 0 0 0px 8px rgba( 0, 0, 0, .2);
	-o-box-shadow     : inset 0 0 0px 8px rgba( 0, 0, 0, .2);
	box-shadow        : inset 0 0 0px 8px rgba( 0, 0, 0, .2);	
	
}

.Y_BORDER_DARK_TRANSPARENT_4PX{
	-moz-box-shadow   : inset 0 0 0px 4px rgba( 0, 0, 0, .2);
	-webkit-box-shadow: inset 0 0 0px 4px rgba( 0, 0, 0, .2);
	-o-box-shadow     : inset 0 0 0px 4px rgba( 0, 0, 0, .2);
	box-shadow        : inset 0 0 0px 4px rgba( 0, 0, 0, .2);	
	
}

.Y_BORDER_DARK_TRANSPARENT_2PX{
	-moz-box-shadow   : inset 0 0 0px 2px rgba( 0, 0, 0, .2);
	-webkit-box-shadow: inset 0 0 0px 2px rgba( 0, 0, 0, .2);
	-o-box-shadow     : inset 0 0 0px 2px rgba( 0, 0, 0, .2);
	box-shadow        : inset 0 0 0px 2px rgba( 0, 0, 0, .2);	
	
}

.Y_BORDER_LIGHT_TRANSPARENT_8PX{
	-moz-box-shadow   : inset 0 0 0px 8px rgba( 255, 255, 255, 0.3);
	-webkit-box-shadow: inset 0 0 0px 8px rgba( 255, 255, 255, 0.3);
	-o-box-shadow     : inset 0 0 0px 8px rgba( 255, 255, 255, 0.3);
	box-shadow        : inset 0 0 0px 8px rgba( 255, 255, 255, 0.3);	
	
}

.Y_BORDER_LIGHT_TRANSPARENT_4PX{
	-moz-box-shadow   : inset 0 0 0px 4px rgba( 255, 255, 255, 0.3);
	-webkit-box-shadow: inset 0 0 0px 4px rgba( 255, 255, 255, 0.3);
	-o-box-shadow     : inset 0 0 0px 4px rgba( 255, 255, 255, 0.3);
	box-shadow        : inset 0 0 0px 4px rgba( 255, 255, 255, 0.3);	
	
}

.underline{
	text-decoration: underline;	
}

.line_through{
	text-decoration: line-through;	
}

.transparent{
	background: transparent;	
}

.SHADOW-RB{
    -moz-box-shadow:     4px 4px 4px rgba( 0, 0, 0, .3);
    -o-box-shadow:       4px 4px 4px rgba( 0, 0, 0, .3);
    -webkit-box-shadow:  4px 4px 4px rgba( 0, 0, 0, .3);
    box-shadow:          4px 4px 4px rgba( 0, 0, 0, .3);
}
.SHADOW-FULL{
    -moz-box-shadow:     0px 0px 8px rgba( 0, 0, 0, .4);
    -o-box-shadow:       0px 0px 8px rgba( 0, 0, 0, .4);
    -webkit-box-shadow:  0px 0px 8px rgba( 0, 0, 0, .4);
    box-shadow:          0px 0px 8px rgba( 0, 0, 0, .4);
}

.SHADOW-RB-DARK{
    -moz-box-shadow:     4px 4px 3px rgba( 0, 0, 0, .2);
    -o-box-shadow:       4px 4px 3px rgba( 0, 0, 0, .2);
    -webkit-box-shadow:  4px 4px 3px rgba( 0, 0, 0, .2);
    box-shadow:          4px 4px 3px rgba( 0, 0, 0, .2);
}

.shadow{
    -moz-box-shadow:     0px 0px 4px rgba( 0, 0, 0, .3);
    -o-box-shadow:       0px 0px 4px rgba( 0, 0, 0, .3);
    -webkit-box-shadow:  0px 0px 4px rgba( 0, 0, 0, .3);
    box-shadow:          0px 0px 4px rgba( 0, 0, 0, .3);	
}

.shadow_left{
	box-shadow:-3px 0px 2px -2px rgba(0, 0, 0, .4);
	background: #ffcc00;
}

.center{
	margin-left:auto; 
    margin-right:auto;
    text-align: center;
}
.radius-3PX{
	border-radius:          3px;
        -o-border-radius:       3px;
        -moz-border-radius:     3px;
        -webkit-border-radius:  3px;
}
.radius{
    border-radius: 8px;
    -o-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.radius_top{
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	border-bottom-right-radius: 0px 0px;
	border-bottom-left-radius: 0px 0px;	
}

.insetFont{
	text-shadow: 0 1px 0 rgba( 255, 255, 255, .5);
}

.insetFont_dark{
	text-shadow: 0 1px 0 rgba( 0, 0, 0, .5);
}

.shadowFont_Light{
	text-shadow: 2px 2px 10px rgba( 0, 0, 0, 1);
}



.darkOpacity{
	background: url('images/darkOpacity.png');
}

.plus{
	background: url('images/plus.png');
        width      : 20px;
        height     : 20px;
}

.minus{
	background: url('images/minus.png');
        width      : 20px;
        height     : 20px;
}

.gray_border{
	border: 1px solid #d9d9d9;
}

.Y_MODAL_LOADER, .Y_MODAL_LOADER{
    width: 126px;
    height: 22px;
    background: url('images/loader.gif');
    display: none;
}

.Y_PUB_TREE_EXPANDING_SHOW_ICON{	
    background: url('images/plus.png');
    overflow: hidden;
    background-repeat: no-repeat;    
    background-position: center center;  
    cursor: pointer;
    width: 20px;
    height: 20px;
}

.Y_PUB_TREE_EXPANDING_HIDE_ICON{
    background: url('images/minus.png');
    overflow: hidden;
    background-repeat: no-repeat;    
    background-position: center center;  
    cursor: pointer;
    width: 20px;
    height: 20px;
}

.Y_COMMON_TREE_EXPANDING_SHOW_ICON{	
    background: url('images/plus.png');
    overflow: hidden;
    background-repeat: no-repeat;    
    background-position: center center;  
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.Y_COMMON_TREE_EXPANDING_HIDE_ICON{
    background: url('images/minus.png');
    overflow: hidden;
    background-repeat: no-repeat;    
    background-position: center center;  
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.Y_PUB_TREE_ROOT_NODE_ARROW{
	width: 18px;
	height: 18px;
	display:block;
	float: left;
	margin-right: 4px;
	background: url('images/tree_root_item_arrow.png');	
	background-repeat: no-repeat;
}

.Y_PUB_TREE_ATTRIBUTES{
	width: 18px;
	height: 18px;
	display:block;
	float: left;
	margin-right: 4px;
	background: url('images/tree_attributes.png');	
	background-repeat: no-repeat;
}

.Y_PUB_TREE_SUB_NODE_ARROW{
	width: 16px;
	height: 16px;
	display:block;
	float: left;
	margin-right: 6px;
	background: url('images/tree_sub_item_arrow.png');	
	background-repeat: no-repeat;
}		

.Y_PUB_TREE_NODE_DRAG_ICON{
	width: 20px;
	height:20px;	
        background: url('images/drag.png');
        overflow: hidden;
        background-repeat: no-repeat; 
        background-position: center center;  
        cursor: move;
}

.Y_PUB_TREE_NODE_DROPTARGET{
	width: 100%;
	height:20px;
}

.Y_PUB_TREE_NODE_DROPTARGET_ACTIVE{
	
	background: url('images/drop_active_bg.png');
	background-color: #ffcc00;
	
}


.Y_PUB_TREE_NODE_DROPTARGET_HOVER{
	background: #ccff00;
	
}


.Y_PUB_TREE_DRAG_HELPER{
	width: 20px;
	height: 20px;
	border: 1px dotted #bb0000;
	position: relative;	
	z-index: 9999999999;
}

.Y_PUB_TREE_DRAG_HELPER div{
	
	border: 1px dotted #bb0000;
	position: absolute;
	left: 40px;	
}

form{
	margin: 0px;
	padding: 0px;
}

.Y_PUB_TREE_ATTRIBUTES_BUTTON{
	display:inline-block;
	cursor:pointer;
	float:right;
	line-height:18px;
	color:#AFAFAF;
	font-weight:normal;
	padding: 0px 6px 0px 6px;
	 border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.Y_PUB_TREE_ATTRIBUTES_BUTTON:hover{
	border-left: 4px solid #AFAFAF;
	border-right: 4px solid #AFAFAF;
	padding: 0px 2px 0px 2px;
}

.Y_PUB_TREE_ATTRIBUTES_ICON{
	display:inline-block;
	line-height:18px;
	color:#AFAFAF;
	font-weight:normal;
	padding: 0px 6px 0px 6px;
	background: url('images/tree_attributes.png');	
	background-repeat: no-repeat;
	text-indent: 20px;
}

.Y_PUB_TOOLTIP_ICON{
	display: inline-block;
	width: 16px;
	height: 16px;	
	background: url('images/help.png');	
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px 4px 0px 4px;
	vertical-align: middle;
	cursor: pointer;
	
}

.Y_PUB_TOOLTIP_ICON_WARN{
	display: inline-block;
	width: 18px;
	height: 18px;	
	background: url('images/message_warn.png');	
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px 4px 0px 4px;
	vertical-align: middle;
	cursor: pointer;
	
}

.Y_PUB_TOOLTIP_BUTTON {position: relative;}
.Y_PUB_TOOLTIP_BUTTON div.Y_PUB_TOOLTIP_TEXT{display: none}

.Y_PUB_TOOLTIP_BUTTON div.Y_PUB_TOOLTIP_TEXT *{color: #333;font-size: 11px;padding: 0px;text-indent: 0px;}
.Y_PUB_TOOLTIP_BUTTON div.Y_PUB_TOOLTIP_TEXT ul{
	padding-left: 20px;
}
.Y_PUB_TOOLTIP_BUTTON:hover div.Y_PUB_TOOLTIP_TEXT{
    background-color:  #333;
    display:inline-block;
    position:absolute;
    top: 30px; 
    left: 0px;    
    border: 0px solid #888;
    color: #333;
    text-align: left;
    padding: 10px;
    font-size: 11px;
    z-index: 11111;
    background: rgba(255, 255, 255, 1);
    
    -moz-box-shadow   : 0px 0px 0px 10px rgba( 255, 255, 255, 0.5);
    -webkit-box-shadow: 0px 0px 0px 10px rgba( 255, 255, 255, 0.5);
    -o-box-shadow     : 0px 0px 0px 10px rgba( 255, 255, 255, 0.5);
    box-shadow        : 0px 0px 0px 10px rgba( 255, 255, 255, 0.5);
    
    border-radius: 0px;
    -o-border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.Y_30PX_TRANSPARENT_BOX_SHADOW{
    -moz-box-shadow   : 0px 0px 0px 30px rgba( 255, 255, 255, 0.3);
    -webkit-box-shadow: 0px 0px 0px 30px rgba( 255, 255, 255, 0.3);
    -o-box-shadow     : 0px 0px 0px 30px rgba( 255, 255, 255, 0.3);
    box-shadow        : 0px 0px 0px 30px rgba( 255, 255, 255, 0.3);
}

.Y_MODAL_DIALOG_MASK{
    background: #000000 url('images/strips_bg.png');
    position: fixed;
    /*
    -moz-opacity: 0.85;
    opacity:.85;
    filter: alpha(opacity=85);
    */
    top: 0px;
    left: 0px;
    z-index: 99999998;
    display: none;
}

.Y_MODAL_DIALOG{
    background: rgba(255, 255, 255, .4);
    position: fixed;
    border: 0px solid #D9D9D9;
    padding: 30px;
    z-index: 99999999;
    display: none;
    color:#000;
    -moz-box-sizing   : content-box;
    -webkit-box-sizing: content-box;
    -o-box-sizing:      content-box;
    box-sizing:         content-box;
    
}
.Y_MODAL_DIALOG_HOVER{
    background: rgba(255, 255, 255, .6);
}
.Y_MODAL_DIALOG_INNER{
    background: #EBEBEB;
    border: 1px solid #C5C5C5;
    padding: 10px;   
    display: block;
    color:#000;
    width: 100%;
    height: 100%;
    
    overflow: auto;
    cursor: default;
}

div.Y_MODAL_DIALOG_CLOSE{
    width: 22px;
    height: 22px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #bb0000;
    background: transparent url('images/close.png') center center no-repeat;
    position: absolute;
    right: 4px;
    top: 4px;
    cursor: pointer;
    border: 0px outset #AAAAAA;
    display: block;
    line-height: 24px;
}



.vLine{
	background: #000;	
	width: 2px;
	height: 100%;
	min-height: 14;
	border-right: 1px solid #555;
	display: inline-block;
	margin: 0px 8px 0px 8px;
}

.Y_PUB_OBJ_STATUS_AV{
    width: 16px;
    height: 16px;
    display: block;
    border: 1px inset #000;
    margin: 0px 4px 0px 2px;
    float: left;
    
    background: #00C900;
}


.Y_PUB_OBJ_STATUS_OO{
   width: 16px;
    height: 16px;
    display: block;
    border: 1px inset #000;
    margin: 0px 4px 0px 2px;
    float: left;
    background: #f79621;
}

.Y_TICK_100X100PX{
	
	width: 100px;
	height: 100px;	
	background: url('images/tick_100x100.png');	
	background-repeat: no-repeat;
	background-position: center center;	
	
}