@charset "utf-8";

/* SLIMBOX (Customized version) */
#lbOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #000;
    cursor: pointer;
	z-index: 9999;
}

#lbCenter, #lbBottomContainer {
    position: absolute;
    left: 50%;
    padding: 0;
    background-color: #fff;
	z-index: 10000;
}

#lbBottomContainer {
    background: #fff url(../ajax/slimbox_ex/images/bottom.png) bottom repeat-x;
}

.lbLoading {
    background: #fff url(../ajax/slimbox_ex/images/sb_loading.gif) no-repeat center;
}

#lbCanvas {
    border: 9px solid #fff;
}

#lbCanvas iframe, #lbCanvas img {
    border: 1px solid #999;
    margin: 0;
    padding: 0;
}

#lbPrevLink, #lbNextLink {
    display: block;
    position: absolute;
    top: 10px;
    width: 370px;
    background: url(../ajax/slimbox_ex/images/sb_anchor_spacer.gif);
}

#lbPrevLink {
    left: 9px;
}

#lbPrevLink:hover {
    background: transparent url(../ajax/slimbox_ex/images/sb_prevlabel.png) left no-repeat;
}

#lbNextLink {
    right: 7px;
}

#lbNextLink:hover {
    background: transparent url(../ajax/slimbox_ex/images/sb_nextlabel.png) right no-repeat;
}

#lbBottom {
    font-size: 12px;
    font-family: Verdana, Helvetica, sans-serif;
    color: #666;
    line-height: 1.4em;
    text-align: left;
    margin: 0 0 0 10px;
    padding: 0;
}

#lbCloseLink {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: transparent url(../ajax/slimbox_ex/images/close.png) no-repeat center;
    margin: 0;
    padding: 0;
    position: absolute;
    right: -11px;
    top: -11px;
}

#lbCaption, #lbNumber {
}

#lbCaption {
    font-weight: bold;
}

/* Moviebox and Slimbox stylesheet - black theme */
/*
 
 #lbOverlay {
 position: absolute;
 left: 0;
 width: 100%;
 background-color: #000;
 cursor: pointer;
 }
 
 #lbCenter, #lbBottomContainer {
 position: absolute;
 left: 50%;
 overflow: hidden;
 background-color: #000;
 }
 
 .lbLoading {
 background: #000 url(../ajax/mootools/mediabox/mediaboximages/1_loading.gif) no-repeat center;
 }
 
 #lbImage {
 background-repeat: no-repeat;
 border: 7px solid #000;
 }
 
 #lbPrevLink, #lbNextLink {
 display: block;
 position: absolute;
 top: 0;
 width: 50%;
 outline: none;
 }
 
 #lbPrevLink {
 left: 0;
 }
 
 #lbPrevLink:hover {
 background: transparent url(../ajax/mootools/mediabox/mediaboximages/1_prev.png) no-repeat 0% 30%;
 }
 
 #lbNextLink {
 right: 0;
 }
 
 #lbNextLink:hover {
 background: transparent url(../ajax/mootools/mediabox/mediaboximages/1_next.png) no-repeat 100% 30%;
 }
 
 #lbBottom {
 font-family: Verdana, Helvetica, sans-serif;
 font-size: 10px;
 color: #666;
 line-height: 16px;
 text-align: left;
 border: 7px solid #000;
 border-top-style: none;
 }
 
 #lbCloseLink {
 display: block;
 float: right;
 width: 80px;
 height: 16px;
 background: transparent url(../ajax/mootools/mediabox/mediaboximages/1_close.png) no-repeat center;
 margin: 0px;
 }
 
 #lbCaption, #lbNumber {
 margin-right: 14px;
 }
 
 #lbCaption {
 font-weight: bold;
 }
 */
/* Tips */
.tool-tip {
    color: #fff;
    width: 139px;
    z-index: 13000;
}

.tool-title {
    font-weight: bold;
    font-size: 11px;
    margin: 0;
    color: #9FD4FF;
    padding: 16px 8px 4px;
    background: url(../ajax/mootools/tips/bubble2.png) top left;
}

.tool-text {
    font-size: 11px;
    padding: 5px 8px 8px;
    background: url(../ajax/mootools/tips/bubble2.png) bottom right;
}

.custom-tip {
    color: #000;
    width: 130px;
    z-index: 13000;
}

.custom-title {
    font-weight: bold;
    font-size: 11px;
    margin: 0;
    color: #3E4F14;
    padding: 8px 8px 4px;
    background: #C3DF7D;
    border-bottom: 1px solid #B5CF74;
}

.custom-text {
    font-size: 11px;
    padding: 4px 8px 8px;
    background: #CFDFA7;
}

.Tips2 {
    margin: 0px;
    padding: 0px;
    border: 0px;
    border-bottom: 0px none #555;
}

#wait {
    background-image: url('/_lib/ajax/mootools/mygrowl/bezel_100.png');
    color: #FFFF00;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 14px;
    height: 100px;
    width: 100px;
    z-index: 999;
    text-align: center;
}

#wait_content {
    height: 100px;
    width: 100px;
    display: table-cell;
    vertical-align: middle;
    position: static;
}

#wait_content img {
    opacity: 0.7;
    margin: 0;
    padding: 0;
}

#captcha {
	border: 5px solid #ffa500;
	background: #f3f187;
	padding: 10px;
}

.captchapict {
	float: none;
}
