/*STYLES USED BY JAVASCRIPT*/

div.mgr-padding
{padding: 1em;}

/* collapsed boxes */
.mgr-collapsed .mgr-boxbody { display: none; }


/* Other -------------- */
.screen-cover,
.iframe-box {
  position: absolute !important;
}

.screen-cover {
  top: 0 !important;
  left: 0 !important;
  background-color: black;
  color:white;
  z-index: 1001 !important;
  opacity: 0.5 !important;
}

html.sizing,
html.sizing body,
html.sizing .screen-cover {
    height: 100%;
    width: 100%;
}

html.sizing .screen-cover { position: fixed; }

.iframe-box {
  left: 15%;
  width: 70%;
  z-index: 1002 !important;
}

/* turns off borders and background so styles from skins aren't inherited */
.box.iframe-box
{border: none !important;
background: none !important;}

.iframe-box iframe {
  display: block !important;
  height: auto;
  width: 100% !important;
  background: none !important;
}

.status-holder {
  background-color:  #5a5c9c;
  background-image: url(http://static.yuku.com/common/bypass/images/statusbar/blue-stripe-15px.gif);
  background-repeat: repeat-x;
  height: 15px;
  border: 2px solid #0a0c5c;
  color: #FFF;
}

/*PAGE SPLITTER STYLES*/
.split {
	overflow: hidden;
}
.split #splitter-wrapper-dont-use-for-styling {
    width: 100% !important;
    height: auto;
    overflow: auto !important;
    position: relative !important;
}

.split #footer,
.split #nav-holder-top,
.split #nav-sliver-dummy,
.split #nav-holder-bottom,
.split #mgr-navigation-holder-top,
.split #mgr-navigation-holder-bottom  {
	display: none !important;
}

#page-splitter-frame
{color: inherit;background-color: #FFF;}
.proxy {
	position: absolute;
	background: none;
	background-image: url(http://static.yuku.com/common/bypass/images/transparent1.gif);
	background-repeat: repeat;
}
