/* infobox override */

.infoBoxWrapper {
    position: absolute;
    top: 5px;
    left: -210px;
    float: left;
    display: none;
}

.infoText {
    position: absolute;
    top: 0;
    right: 27px;
    font-size: 11px;
    color: #777;
}

.infoBoxWrapper .infoTop {
    width: 279px;
    height: 24px;
    background: url('/common/includes/m8plugin/infoBoxTop.png') no-repeat top center;
}

.infoBoxWrapper .infoMiddle {
    width: 219px !important;
    width: 279px;
    padding: 10px 20px 0 40px;
    background: url('/common/includes/m8plugin/infoBoxTop.png') no-repeat 0 -24px;
    font-size: 12px;
}

.infoMiddle strong {
    font-size: 14px;
}

.infoBoxWrapper .infoBottom {
    width: 279px;
    height: 20px;
    background: url('/common/includes/m8plugin/infoBoxTop.png') no-repeat bottom center;
}

/* plugin page general and overrides */

body#cdfplayer {
    background: url('/common/includes/m8plugin/bg_cdfplayer.gif') repeat-x 0 43px;
}

#cdfplayer #pageWrapper {
    padding-top: 20px;
}

body#m8plugin {
   /* background: url('/common/includes/m8plugin/bg_m8plugin.gif') repeat-x 0 100px;*/
    background: url('/mathematica/images/mathematica-global-header-bg.png') repeat-x scroll 0px 100px transparent;

}

#m8plugin #pageWrapper {
    padding-top: 30px;
}

div#cdfContent {
    background: #fff url('/common/includes/m8plugin/cdferror.gif') repeat-x bottom;
    width: 368px;
    height: 261px;
    border: 1px solid #ccc;
}

body#cdfplayer #cdfContent div {
    padding: 50px 0px 0 58px;
    background: url('/common/images2010/m8/moreInfoIcon.png') 8px 40px no-repeat;
}

body#m8plugin #cdfContent div {
    padding: 40px 0px 0 58px;
    background: url('/common/images2010/m8/moreInfoIcon.png') 8px 30px no-repeat;
}

#cdfContent p {
    font-size: 14px;
    line-height: 21px;
    margin: 0;
    padding: 0 0 15px;
}

table.mainContent td {
    vertical-align: top;
    padding-bottom: 5px;
}

p.big,
.bottom p.big {
    font-size: 14px;
    color: #7d7d7d;
}

div#instructionsWrap {
    position: relative;
    background: pink;
}

#instructionsWrap h1,
#instructionsWrap h2,
#instructionsWrap img {
    position: absolute;
    left: 0;
}

#instructionsWrap h1 {
    top: 30px;
    z-index: 10;
    font-size: 31px;
    padding-bottom: 10px;
}

#instructionsWrap h2 {
    top: 65px;
    line-height: 24px;
    z-index: 10;
}

#instructionsWrap img {
    top: 50px;
    left: 75px;
    z-index: 2;
}

div.bottom {
    width: 835px;
    padding: 25px 0 15px;
}

.bottom p {
    font-size: 13px;
    line-height: 19px;
}

.bottom p.short {
    padding-right: 600px;
}

.bottom p.big {
    margin: 0;
    padding: 40px 0 10px !important;
    padding: 10px 0 10px;
}

.bottom a.red,
.bottom a.red:link {
    color: #e00400;
}

.bottom a.red:hover,
.bottom a.red:link:hover,
.bottom a.red:link:hover,
.bottom a.red:visited:hover {
    color: #bb0000;
}

div.cdfcreationOuter {
    position: relative;
    height: 115px;
}

img#cdfcreationIcon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

div.cdfcreationInner {
    position: absolute;
    top: 10px;
    left: 55px;
    z-index: 2;
    background: #eee;
    border: 1px solid #ddd;
}

.cdfcreationInner table {
    margin: 5px 0 15px;
}

.cdfcreationInner p {
    padding: 10px 0 0;
    line-height: 16px;
}

.podBG {
    padding: 15px 20px 17px 30px;
}