/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.1
*/
.yui-overlay {
	position:absolute;
	display:block;
}

.yui-tt {
	visibility:hidden;
	position:absolute;
	color:#333;
	background-color:#FDFFB4;
	font-family:arial,helvetica,verdana,sans-serif;
	padding:2px;
	border:1px solid #FCC90D;
	font:100% sans-serif;
	width:auto;
}

* html body.masked select {
	visibility:hidden;
}

* html div.yui-panel-container select {
	visibility:inherit;
}

* html div.drag select {
	visibility:hidden;
}

* html div.hide-select select {
	visibility:hidden;
}

.mask {
    z-index:0;
    display:none;
    position:absolute;
    top:0;
    left:0;
    -moz-opacity: 0.4;
    opacity:.40;
    filter: alpha(opacity=40);
    background-color:#fff;
}

.hide-scrollbars * {
	overflow:hidden;
}

.hide-scrollbars textarea, .hide-scrollbars select {
	overflow:hidden;
	display:none;
}

.show-scrollbars textarea, .show-scrollbars select {
	overflow:visible;
}

.yui-panel-container {
	position:absolute;
	background-color:transparent;
	z-index:6;
	visibility:hidden;
	overflow:visible;
	width:auto;
	text-align:left;
}

.yui-panel-container.focused {
}


.yui-panel-container.matte {
	padding:3px;
	background-color:#FFF;
}

.yui-panel-container.matte .underlay {
	display:none;
}

.yui-panel-container.shadow {
	padding:0px;
	background-color:transparent;
}

.yui-panel-container.shadow .underlay {
	visibility:inherit;
	position:absolute;
	background-color:#000;
	top:3px;left:3px;
	z-index:0;
	width:100%;
	height:95%;
    -moz-opacity: 0.12;
    opacity:.12;
    filter:alpha(opacity=12);
	zoom:1;
}

.yui-panel {
	visibility:hidden;
	border-collapse:separate;
	position:relative;
	left:0px;top:0px;
	font:11px Arial;
	background-color:#FFF;
	/*border:1px solid #C8C8C8;*/
	z-index:1;
	overflow:hidden;
}

.yui-panel .hd {
	background-color:#E2E2E2;
	color:#666;
	font-size:12px;
	line-height:100%;
	border:0px solid #FFF;
	font-weight:bold;
	overflow:hidden;
	padding:2px 4px;
	background:url(../img/hf-sprite.png) repeat-x 0 0 #EDEDED;
	padding:7px;
	font-size:14px;
	font-weight:bold;
	height:15px;
	border-left:1px solid #C8C8C8;
	border-right:1px solid #C8C8C8;
	border-top:1px solid #C8C8C8;
}
.yui-panel .hd .tl {
	width:8px;
	height:8px;
	position:absolute;
	top:0px;
	overflow:hidden;	
	background:transparent url(../img/box-corners.gif) no-repeat 0 -10px;
	left:0px;
}
.yui-panel .hd .tr {
	width:8px;
	height:8px;
	position:absolute;
	top:0px;
	overflow:hidden;	
	background:transparent url(../img/box-corners.gif) no-repeat 0 0;
	right:0px;
}

.yui-panel .bd {
	overflow:hidden;
	padding:4px;
	border-left:1px solid #C8C8C8;
	border-right:1px solid #C8C8C8;
}

.yui-panel .bd p {
	margin:0 0 1em;
}

.yui-panel .container-close {
	position:absolute;
	top:5px;
	right:4px;
	z-index:6;
	height:22px;
	width:62px;
	margin:0px;
	padding:0px;
	background:url(close_x.gif) no-repeat;
	cursor:pointer;
	visibility:inherit;
}

.yui-panel .ft {
	padding:4px;
	overflow:hidden;
	border-left:1px solid #C8C8C8;
	border-right:1px solid #C8C8C8;
	border-bottom:1px solid #C8C8C8;
}

.yui-simple-dialog .bd .yui-icon {
	background-repeat:no-repeat;
	width:76px;
	height:50px;
	margin-right:0px;
	margin-left:-20px;
	float:left;
}

.yui-simple-dialog .bd span.blckicon {
	background: url(../img/box-icons.gif) 0px -350px;
}

.yui-simple-dialog .bd span.alrticon {
	background: url(../img/box-icons.gif) 0px -350px;
}

.yui-simple-dialog .bd span.hlpicon {
	background: url(../img/box-icons.gif) 0px -350px;
}

.yui-simple-dialog .bd span.infoicon {
	background: url(../img/box-icons.gif) 0px -350px;
}

.yui-simple-dialog .bd span.warnicon {
	background: url(../img/box-icons.gif) 0px -350px;
}

.yui-simple-dialog .bd span.tipicon {
	background: url(../img/box-icons.gif) 0px -350px;
}

.yui-dialog .ft, 
.yui-simple-dialog .ft {
	padding-bottom:5px;
	padding-right:5px;
	text-align:right;
}

.yui-dialog form, 
.yui-simple-dialog form {
	margin:0;
}

.button-group button {
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	background-color: #fff;
	color: #fff;
	cursor: hand;
	vertical-align: middle;
	/*border: 1px solid #3C3616;*/
	margin:2px;
	/*padding:2px;*/
	border: 0px solid #3C3616;
	width:69px;
	height:20px;
	background:url(../img/hf-sprite.png) no-repeat 0 -150px;
}

.button-group button.default {
	font-weight:bold;
}

.button-group button:hover, 
.button-group button.hover {
/*	border:1px solid #5AC8CF;*/
/*	background-color:#fff;*/
	background:url(../img/hf-sprite.png) no-repeat 0 -175px;
}

.button-group button:active {
/*	border:1px solid #5AC8CF;*/
/*	background-color:#BBB;*/
}