
.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 {
    display:none;
    position:absolute;
    top:0;
    left:0;
    -moz-opacity: 0.75;
    opacity:.75;
    filter: alpha(opacity=75);
    background-color:#000;
    z-index:1 !important;
}

.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: 10 !important;
  *z-index: 0 !important;
  _z-index: 0!important; /*this needs to be here for slide decks to work in IE6 */
  z-index: 10 !important;
  *z-index: 0 !important;
  _z-index: 0 !important;
	visibility:hidden;
	overflow:visible;
	width:auto;
}

.yui-panel-container.focused {
}


.yui-panel-container.matte {
	padding:3px;
	background-color:transparent;
}

.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:#CCC;
	top:3px;left:3px;
	z-index:0;
	width:100%;
	height:100%;
  -moz-opacity: 0.7;
  opacity:.70;
  filter:alpha(opacity=70);
	zoom:1;
}

.yui-panel {
	visibility:hidden;
	border-collapse:separate;
  position: relative;
	left:0px;top:0px;
	font:1em Arial;
	background-color:transparent;
	z-index:10 !important;
	overflow:hidden;
}

.yui-panel .hd {
	background-color:transparent;
	color:#FFF;
	font-size:100%;
	line-height:100%;
	font-weight:bold;
	overflow:hidden;
	padding:4px;
}

.yui-panel .bd {
  font-size: 1.1em;
	font-weight: bold;
	overflow:hidden;
	padding:4px;
}

.yui-panel .bd p {
  font-weight: normal;
	margin:.3em 0 1em -40px;
}

.yui-panel .bd div.warning {
  font-weight: normal;
}

.yui-panel .container-close {
	position:absolute;
  top:24px ;
  right:8px !important;
  height:15px !important;
  width:35px !important;
	z-index:11;
  margin:0px;
	padding:0px;
  background:url(../images/ybox-close.gif);
	cursor:pointer;
	visibility:inherit;
}

.yui-panel .ft {
	padding:0px;
	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(../images/blck16_1.gif) no-repeat;*/
}

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

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

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

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

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

.yui-dialog .ft, .simple-dialog .ft {
	padding-bottom:5px;
	padding-right:5px;
	margin: 0 auto;
}

.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 #ccc;*/
	background-color:#ccc;
	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;
}

/* Custom skinning for SlideDeck Module */

.slidedeck {
  background: none;
  display: none;
  overflow:visible;
  padding: 0;
  width: 442px;
}

.slidedeck .container-close {
  background:url(../images/btn-close.jpg);
  position: absolute;
  top:6px !important;
  *top: 26px !important;
  right:20px !important;
  height:25px !important;
  width:75px !important;
}

.slidedeck .close.nonsecure {
  background-image:url(../images/ybox-close.gif) !important;
}

.slidedeck .close.secure {
  background-image:url(../images/ybox-close.gif) !important;
}

.slidedeck .hd {
  background: url(../images/multimedia-header.gif) no-repeat 0 0;
  color: #696B6C;
  font-size: 1.2em;
  height: 24px;
  margin: 20px auto 0;
  padding: 12px 0 0 23px;
  width: 419px;
}

.slidedeck .hd span {
  vertical-align:middle;
  line-height:15px;
}

.slidedeck .bd  {
  background: url(../images/multimedia-body.gif) repeat-y 0 0;
  height: 311px;
  padding-top: 11px;
  text-align: center;
}

.slidedeck .bd img {
  border:none;
  padding: 0 !important;
  *margin-bottom: -18px !important;
  width: 400px;
}

.slidedeck .ft {
  background: url(../images/multimedia-footer.gif) no-repeat 0 0;
  height: 35px;
}

.slidedeck .ft a {
  color:#000;
}

.slidedeck .ft .nav-container {
  background: url(../images/nav-controls-bg.gif) repeat-x 0 0;
  float: left;
  height: 35px;
  width: 220px;
}

.slidedeck .ft .nav-controls { 
  height: 21px;
  margin: 7px auto 0 auto;
  width: 138px;
  position: relative;
}

.slidedeck .ft .btn-slide-left { 
  background: url(../images/btn-slide-left-off.gif) no-repeat 0 0;
  display: block;
  float: left;
  height: 21px;
  text-decoration: none;
  text-indent: -9999px;
  width: 37px;
}

.slidedeck .ft a.btn-slide-left:hover { 
  background: url(../images/btn-slide-left-on.gif) no-repeat 0 0;
}

.slidedeck .ft .btn-slide-right { 
  background: url(../images/btn-slide-right-off.gif) no-repeat 0 0;
  display: block;
  float: left;
  height: 21px;
  text-decoration: none;
  text-indent: -9999px;
  width: 37px;
}

.slidedeck .ft .paging { 
  background: url(../images/paging-bg.gif) repeat-x 0 0;
  border-right: 1px solid #A9A8AD;
  border-left: 1px solid #A9A8AD;
  float: left;
  height: 13px;
  padding: 4px 9px 4px 8px;
}

.slidedeck .ft .button-left { 
  border-right: 1px solid #A4A5A6;
  float: left;
  height: 35px;
  text-align: center;
  width: 110px;
}

.slidedeck .ft .button-left a { 
  display: block;
  margin-top: -4px;
  padding-top: 0;
}

.slidedeck .ft .button-right { 
  border-left: 1px solid #A4A5A6;
  float: left;
  height: 35px;
  text-align: center;
  width: 110px;
}

.slidedeck .ft .button-right a { 
  display: block;
  padding-top: 0px;
}