/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
*/
.yui-overlay {
	display:block;
	position:absolute;
}

.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;	
}

* 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 {
    display:none;
    position:absolute;
    top:0;
    background-color: #2f2f2f;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity:.50;
    filter: alpha(opacity=50);
}

.hide-scrollbars * {

}

.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:1400;
	visibility:hidden;
	overflow:visible;
	width:auto;

}

.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 {
	position:absolute;
	background-color:#000;
	top:-23px;
	left:-3px;
	width:101%;
	height:102%;
   	 -moz-opacity: 0.20;
   	 opacity:.20;
    	 filter:alpha(opacity=20);
}

.yui-panel {
	border:2px solid #1b3e2b;
	visibility:hidden;
	border-collapse:separate;
	position:relative;
	font:1em Arial;
	background-color:#FFF;
	top:-20px;
	overflow:hidden;
}

/*Changes Top Color where Close Button is Located*/
.yui-panel .hd {
	background-color:#429164;
	color:#fff;
	font-weight:bold;
	overflow:hidden;
	padding:4px;
}
/*Changes Background Color of the Main Box */
.yui-panel .bd {
	position:relative;
	z-index: 1400;
	overflow:auto;
	padding:8px;
	display: block;
	height: 375px;
	background:url(/images/textBlock_bkgd.gif) #d2ffe2 repeat-x left top;
	color: #000;
}

.yui-panel .bd p {
	margin:0 0 1em;
}

/* CLOSE BUTTON */
.yui-panel .container-close {
	position:absolute;
	top:5px;
	right:4px;
	z-index:1200;
	height:8px;
	width:216px;
	margin:0px;
	padding:0px;
	background:url(/images/close_button.gif) no-repeat;
	cursor:pointer;
	visibility:inherit;
}

.yui-panel .ft {
	padding:4px;
	overflow:hidden;
}

.yui-simple-dialog .bd .yui-icon {
	background-repeat:no-repeat;
	width:16px;
	height:16px;
	margin-right:10px;
	float:left;
}

.yui-simple-dialog .bd span.blckicon {
	background: url("blck16_1.gif") no-repeat;
}

.yui-simple-dialog .bd span.alrticon {
	background: url("alrt16_1.gif") no-repeat;
}

.yui-simple-dialog .bd span.hlpicon {
	background: url("hlp16_1.gif") no-repeat;
}

.yui-simple-dialog .bd span.infoicon {
	background: url("info16_1.gif") no-repeat;
}

.yui-simple-dialog .bd span.warnicon {
	background: url("warn16_1.gif") no-repeat;
}

.yui-simple-dialog .bd span.tipicon {
	background: url("tip16_1.gif") no-repeat;
}

.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:100 76% verdana;
	text-decoration:none;
	background-color: #E4E4E4;
	color: #333;
	cursor: hand;
	vertical-align: middle;
	border: 2px solid #797979;
	border-top-color:#FFF;
	border-left-color:#FFF;
	margin:2px;
	padding:2px;
}

.button-group button.default {
	font-weight:bold;
}

.button-group button:hover, 
.button-group button.hover {
	border:2px solid #90A029;
	background-color:#EBF09E;
	border-top-color:#FFF;
	border-left-color:#FFF;
}

.button-group button:active {
	border:2px solid #E4E4E4;
	background-color:#BBB;
	border-top-color:#333;
	border-left-color:#333;
}
