/*
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: #425054;
	background-color:#ffffee;
	font-family:arial,helvetica,verdana,sans-serif;
	padding:2px;
	border:1px solid #f6a565;
	font-size: 0.8em;
	width:auto;
	z-index: 9999;
	overflow: auto;
	// overflow: visible;
	word-wrap: break-word;

}

* html .yui-tt {
	width: 50%;
}

* 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;
	margin-bottom: -1000px;
    -moz-opacity: 0.7;
    opacity:.70;
    filter: alpha(opacity=70);
    background-color:#CCC;
}

.hide-scrollbars * {
	overflow:hidden;
}

.hide-scrollbars textarea, .hide-scrollbars select {
	overflow:hidden;
	display:none;
}

.show-scrollbars textarea, .show-scrollbars select {
	overflow:visible;
}

div.yui-panel-container {
	position: absolute;
	background-color: transparent;
	z-index:20;
	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 {
	visibility:inherit;
	position:absolute;
	background-color:#000;
	top:3px;
        left:3px;
	z-index:0;
	width:100%;
	height:100%;
        -moz-opacity: 0.12;
        opacity: .12;
        filter:alpha(opacity=12) !important;
	zoom: 1;
}

.yui-panel {
	visibility:hidden;
	border-collapse:separate;
	position:relative;
	left:0px;top:0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#fff;
	border:1px solid #9faaad;
	z-index:1;
	overflow:hidden;	
}
* + html #previewPanel {
        padding-bottom: 50px;
}
.yui-panel .hd {
	font-size: 1em;
	font-weight:bold;
	overflow:hidden;
	padding: 12px 0 0 10px;
	color: #003471;
	text-align: left;
	/*/float: left;/*/
	/*/clear: both;/*/
}

.yui-panel .bd {
	font-size: 0.75em;
	clear: both;
	overflow:hidden;
	/*/float: left;
	clear: both;
	width: 96%;/*/
	padding: 5px 10px 15px 10px;
	text-align: left;
	
	
}
/*/
.yui-panel .bd p {
	margin:0 0 1em;
}/*/

.yui-panel .container-close {
	position:absolute;
	top:5px;
	right:4px;
	z-index:6;
	cursor:pointer;
	/*height:12px;
	width:12px;
	margin:0px;
	padding:0px;
	background: url(close12_1.gif) no-repeat;
	
	visibility:inherit;*/
	
	display: block;
	/*/float: right;/*/
	margin: 5px 5px 0 0;
	/*/padding: 0;/*/
	background-image: url(/images/pu-close.gif);
	background-position: right top;
	background-repeat: no-repeat;
	width: 12px;
	height: 12px;
	/*/clear: both;/*/
}

.yui-panel .ft {

	clear: both;
	overflow:hidden;

	width: 100%;
	float: right;
	padding: 10px 0 9px 0;
	background-color: #fafafa;	
	border-top: 1px solid #666;	
	
}
/*/marina's styles/*/
.yui-panel input, .yui-panel textarea, .yui-panel select  {
	width: 100%;
}

/*/marina's styles/*/
.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;
}
.tr { 
font-size:1px;
height:1px;
}
/*/
.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;
}/*/

/*SM*/
/*/
.bd {
	float: left;
	clear: both;
	width: 100%;
	padding: 0;
	text-align: left;
}/*/
/*/
.bd label {
	font-weight: bold;
	font-size: 0.8em;
	color: #333;
}/*/
/*/
.bd span {
	color: #666;
}/*/
/*/
.bd .co-orange {
	color: #f60;	
}/*/
/*/
.bd table {
	width: 100%;
}


.bd table.znbList tr td {
	font-size: 1em;
}

.bd .znbRight {
	float: right;
}

.bd table tr td a.znbMoreLink {
	padding-right: 30px;
	float: right;
} 

.co-buttons-pannel-pop {
	width: 100%;
	float: right;
	padding: 10px 0 9px 0;
}

.co-buttons-pannel-pop div {
	padding-left: 50%;
}

.co-buttons-pannel-pop div div {
	padding-left: 3px;
	margin-right: 0;
	float: left;
}/*/

/*SM*/
