@CHARSET "UTF-8";

.yul_mouseover_css {
    opacity:0.7 ;
    filter:Alpha(Opacity=70);
}
.yulSetSendData{
    display:none;
}
.yul-show {
    display:block;
}
.yul-hide {
    display:none;
}
/*
************  login ************
*/
#loginPopTitle{ width: 200px;height: 15px;position: absolute;left: 20px;top: 18px;text-align: left;line-height: 0px;overflow: hidden;}
.loginPopTitleBox{width:122px}
.loginPopTitleBox img{float:left}
/*
************  modal ************
*/
.yul_overlay_white, .yul_overlay_black {
    display:block;
    position:fixed !important;
    position:absolute ;
    z-index: 99998;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    height:100%;
    opacity:.7;
    filter:Alpha(Opacity=70);
    background-color:#000000;
    _height:expression(parentNode.offsetHeight);
    }
.yul_overlay_white {
    background-color:#ffffff;
}   
     
.yul_modal_main_contain {
    display:block;
    position:absolute;
    position:fixed ;
    left:20px;
    top:20px;
    color: #808080;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    background-color: #FFFFFF;
/*  
    border: 1px solid #EAEEFA;
    border: 1px solid rgba(234, 238, 250, 0.6);
    border-radius: 13px;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
*/
    box-shadow:         0 0 3px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
    -moz-box-shadow:    0 0 3px rgba(0, 0, 0, 0.6);
    opacity : 0;
    z-index:99999;
}
.yul_modal_hadder {
    text-align:center;
    line-height: 53px;
    width:100%;
/*    
    border-radius: 13px 13px 0px 0px;
    -moz-border-radius: 13px 13px 0px 0px;
    -webkit-border-radius: 13px 13px 0px 0px;
*/
    height: 53px;
    border-bottom: 2px solid #EF4123;
}

.yul_modal_hadder .img_title{
    position:absolute;
    left: 43px;
    top:20px;
}

.yul_modal_hadder h1 {
    color: #404040;
    font-size: 18px;
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;    
}
.yul_modal_hadder a {
    position: absolute;
    right: 15px;
    top: 18px;
    display:block;
    width : 23px;
    height: 23px;
    cursor:pointer;
    background: url(/resources/img/information/close.png) no-repeat;
}
.yul_modal_body {
    padding: 0px;
}
.yul_modal_body .contents {
}

.yul_modal_body .yul_alert_content{
    padding:15px;
}

.yul_modal_body .not_found {
    text-align: center;
    line-height: 140px;
    height: 150px;
}
.yul_modal_body .contents .loading_icon {
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-22px;
    margin-top:-22px;
    height: 55px;
    width: 55px;
    border:1px solid white;
    text-decoration: none;
    background-image: url('/resources/img/common/loading_round.gif');
}
.yul_modal_body .contents .loadingBox {
    height:150px;
}
.yul_modal_footer {
    display:block;
    padding: 14px 15px 15px;
/*    
    background-color: #F5F5F5;
    border-top: 1px solid #EEEEEE;
    border-radius: 0px 0px 13px 13px;
    -moz-border-radius: 0px 0px 13px 13px;
    -webkit-border-radius: 0px 0px 13px 13px;
    -webkit-box-shadow: inset 0 1px 0 #FFF;
    -moz-box-shadow:    inset 0 1px 0 #FFF;
    box-shadow:         inset 0 1px 0 #FFF;
*/    
    zoom: 1;
    margin-bottom: 0;
    text-align:center;  
}
.yul_modal_footer a {
    text-decoration:none;
    cursor: pointer;
    display: inline-block;
    border: 1px solid #BEBEBE;
    padding: 5px 14px 6px;
    color: #333;
    font-size: 13px;
    line-height: normal;
    /*
    border: 1px solid transparent;
    */
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-transition: 0.2s linear all;
    -moz-transition: 0.2s linear all;
    transition: 0.2s linear all;
    rounded-corners :3px;   
    background:#FDFDFD;
  
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FDFDFD), to(#F8F8F8));
    background-image: -moz-linear-gradient(top center, #FDFDFD, #F8F8F8);
    background-image: -o-linear-gradient(top, #FDFDFD, #F8F8F8); /*uniquement en mode linear*/
}
.yul_modal_footer .primary {
    margin-right:15px;  
}
.yul_modal_footer .secondary {
}
.yul_modal_footer a:hover{
    /*  
    border: 1px solid #444;
    background-color: #444;
    */
    background:#F25818;
    color:#fff;
    border: 1px solid #fff;
}


/*
************  loading ************
*/

div.yul_loading_body {
    display:block;
    position:fixed !important;
    position:absolute ;
    z-index: 44448;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    height:100%;
    _height:expression(parentNode.offsetHeight);
}
div.yul_loading_body .loading_img {
    position:fixed !important;
    position:absolute ;
    top:50%;
    left:50%;
    z-index: 10;
}
div.yul_loading_body .loading_back_black, div.yul_loading_body .loading_back_white{
    position:fixed !important;
    position:absolute ;
    z-index: 1;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    height:100%;
    opacity:.7;
    filter:Alpha(Opacity=70);
    background-color:#000000;
    _height:expression(parentNode.offsetHeight);
}
div.yul_loading_body .loading_back_white{
    background-color:#ffffff;
}


div.yul_loading_container {
    display:block;
    z-index: 44448;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
div.yul_loading_container .loading_img {
    position:absolute ;
    top:50%;
    left:50%;
    margin: -25px;
    z-index: 10;
}
div.yul_loading_container .loading_back_black, div.yul_loading_container .loading_back_white{
    position:absolute ;
    z-index: 1;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity:.7;
    filter:Alpha(Opacity=70);
    background-color:#000000;
}
div.yul_loading_container .loading_back_white{
    background-color:#ffffff;
}


/*
************  tip ************
*/

div.yul_tip_container{
    display:none;
    position:absolute;
    z-index: 120;
    opacity:0;
    
}
div.yul_tip_base{
    margin: 1px 9px;
}
div.yul_tip_item{
    padding: 4px;
    font-size: 10px;
    border: 1px solid #FFFFFF;
    background-color: #FFFFFF;
    /* background: -webkit-gradient(linear, left top, left bottom, color-stop(14%, #d0cbcb), color-stop(100%, #e9e5e5));
    background: -moz-linear-gradient(top, #d0cbcb 14%, #e9e5e5 100%);
    background: -ms-linear-gradient(top, #d0cbcb 14%,#e9e5e5 100%);
    background: linear-gradient(to bottom, #d0cbcb 14%,#e9e5e5 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0cbcb', endColorstr='#e9e5e5',GradientType=0 );
    */
    border-radius: 5px;
    box-shadow: 0px 0px 15px #706F6F;
}
div.yul_tip_arrow_top, div.yul_tip_arrow_bottom, div.yul_tip_arrow_left, div.yul_tip_arrow_right{
    position: relative;
    width:11px;
    height:11px;
    background: url(/resources/img/lib/yul/tip_arrow.gif);
}
div.yul_tip_arrow_top{
    top: -1px;
    left: 50%;
    margin-left: -6px;
}
div.yul_tip_arrow_bottom{
    top: 1px;
    margin-left: -6px;
    left: 50%;
    background-position-y: 33px;
}
div.yul_tip_arrow_left{
    top: 5px;
    right: -10px;
    background-position-y: 11px;
    float: right;
}
div.yul_tip_arrow_right{
    top: 18px;
    margin-left: -10px;
    background-position-y: 21px;
}
span.yul_tip_cell_down, span.yul_tip_cell_left{
    display:block;
    padding: 3px;
}
span.yul_tip_cell_left{
    display:inline-block;
}
    
div.yul_tip_item a.yul_btn{
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 2px 11px;
}
div.yul_tip_item a.yul_btn:hover{
    background-color: #D5D5D5;
}

/*
************ page navigation ************
*/
/* basic */
div.yul-navi-container.basic { text-align: center; padding:20px 0; }
div.yul-navi-container.basic span{ color: #EEEEEE;}
div.yul-navi-container.dot span{ color: #EEEEEE;}
div.yul-navi-container.basic .arrow-left, div.yul-navi-container.basic .arrow-right{ display:inline-block; width: 20px; height: 18px; border-radius:3px; border:solid 1px #d4d4d4;}
div.yul-navi-container.basic .arrow-left { background: url(/resources/img/common/paging_left.png) center center no-repeat; }
div.yul-navi-container.basic .arrow-right { background: url(/resources/img/common/paging_right.png) center center no-repeat; }
div.yul-navi-container.basic .link { display:inline-block; padding: 0px 5px; font-size:13px; border-radius:3px; border:solid 1px #efefef; }
div.yul-navi-container.basic .select { border:solid 1px #d4d4d4; color: rgb(255, 58, 58); font-weight: bold;}
cdiv.yul-navi-container.basic a.lnum.select { border:solid 1px #d4d4d4; color:#ef5d9b; font-weight: bold;}

/* search1 */
div.yul-navi-container.search1 { text-align: center; padding: 0; }
div.yul-navi-container.search1 span{ }
div.yul-navi-container.search1 .arrow-left, div.yul-navi-container.search1 .arrow-right{display: inline-block;padding: 0;width: 20px;}
div.yul-navi-container.search1 .arrow-left { background: url(/resources/img/btn/btn_pre_.png) center center no-repeat; }
div.yul-navi-container.search1 .arrow-right { background: url(/resources/img/btn/btn_next_.png) center center no-repeat; }
div.yul-navi-container.search1 .link { display: inline-block;padding: 2px 7px;color: #999;}
div.yul-navi-container.search1 .select { color: #DC2000;}
cdiv.yul-navi-container.search1 a.lnum.select { }

/*
************ right click ************
*/

div.yul-rightClick-wrapper {display:none;position: absolute; background: white; border: 1px solid #AAA; border-radius: 3px; z-index: 100;opacity:0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 0 28px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 0 28px rgba(0, 0, 0, 0.7);
    -moz-box-shadow:    0 0 28px rgba(0, 0, 0, 0.7);
    text-align: left;
}
div.yul-rightClick-wrapper a{   display:block;  font-size: 11px;    color: #424242; padding: 6px 12px; width: 170px;}
div.yul-rightClick-wrapper div.subject{height: 16px;font-size: 12px;    color: #424242; padding: 6px 12px; background-color: rgb(240, 240, 240);}
div.yul-rightClick-wrapper div.title{}
div.yul-rightClick-wrapper a:hover{ background : #666666;   color : #ffffff;}
div.yul-rightClick-wrapper .bar{    height: 1px !important; padding: 0px;   background-image: url("/resources/img/myedit/webhard/dot_line.png");}


div.yul-rightClick-wrapper2 {display:none;position: absolute; background: black; border: 1px solid #DAC4C4; border-radius: 3px; z-index: 100;opacity:0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 0 28px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 0 28px rgba(0, 0, 0, 0.7);
    -moz-box-shadow:    0 0 28px rgba(0, 0, 0, 0.7);
}
div.yul-rightClick-wrapper2 a{  display:block;  font-size: 11px;    color: #FFFFFF; padding: 6px 12px; width: 170px;}
div.yul-rightClick-wrapper2 div.subject{height: 16px;font-size: 12px;   color: #424242; padding: 6px 12px; background-color: gray;}
div.yul-rightClick-wrapper div.title{}
div.yul-rightClick-wrapper2 a:hover{    background : #fff;  color : #000;}
div.yul-rightClick-wrapper2 .bar{   height: 1px !important; padding: 0px;   background-image: url("/resources/img/myedit/webhard/dot_line.png");}

/* photobook.thumb */
.yul-thumb-navi{}
.yul-thumb-navi img{   margin-right: 5px;  cursor: pointer;}


/* color*/
.yulc-gray{color:#BBB !important}





/************ new modal ************/

.yul_modal2_main_contain {
	position: fixed;
	overflow-y: scroll;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}
.yul_modal2_main_closebtn {
	background-color: #F5F5F5;
	background: -webkit-linear-gradient( #FFF, #EBEBEB);
	background: linear-gradient( #FFF, #EBEBEB);
	border-radius: 0 0 3px 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.34),1px 0 0 rgba(255, 255, 255, 0.9) inset;
	cursor: pointer;
	display: block;
	height: 44px;
	right: 14px;
	width: 44px;
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	transition-delay: 0.3s;
	-webkit-transition-duration: 0.35s;
	-moz-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-webkit-transition-property: -webkit-transform,-moz-transform,-o-transform,-webkit-transform;
	-moz-transition-property: -webkit-transform,-moz-transform,-o-transform,-moz-transform;
	transition-property: -webkit-transform,-moz-transform,-o-transform,transform;
	padding-left: 2px;
	position: fixed;
	top: 0;
	z-index: 12;
}
.yul_modal2_main_closebtn img{
	margin:10px;
}