@charset "utf-8";
/* CSS Document */

/*.no-cssgradients body{*/
.no-multiplebgs body{
background:url(../images/grey-white-back.png) repeat-x #ffffff;
}
.no-boxshadow #wrapper{
margin-left:12px;
margin-right:12px;
}
#wrapper-L{
background:url(../images/wrapper-left.png) repeat-y left;
}
#wrapper-R{
background:url(../images/wrapper-right.png) repeat-y right;
}

#wrapper-Out{
margin:0 auto;
width:886px;
position:relative;
z-index:3;
}
#wrapper-B{
height:11px;
margin-left:12px;
margin-right:12px;
background:url(../images/wrapper-bottom.png) repeat-x;
}
#wrapper-BL{
height:11px;
background:url(../images/wrapper-BL.png) no-repeat left;
}
#wrapper-BR{
height:11px;
background:url(../images/wrapper-BR.png) no-repeat right;
}
/*******************************mineral background*******************************/
.no-boxshadow #backgroundSection{
position:absolute;
width:100%;
top:0px;
left:0px;
z-index:1;
height:429px;
padding:0;
overflow:hidden;
background:none;
}
/*.no-cssgradients #backgroundSection*/
.no-multiplebgs #backgroundSection
{
background:url(../images/top-back.png) repeat-x;
}
/*.no-cssgradients #mainHead*/
.no-multiplebgs #mainHead
{
background:url(../images/header-back.png) repeat-x #ffffff;
}

.no-boxshadow #goldBar{
display:none;
}
.no-boxshadow #mineral-back{
position:relative;
z-index:2;
width:860px;
margin:0 auto;
padding:0;
}
.no-boxshadow #mineral-left, .no-boxshadow #mineral-right{
position:absolute;
top:0px;
padding:0;
}
.no-boxshadow #mineral-left{
left:-484px;
}
.no-boxshadow #mineral-right{
left:860px;
}
.no-boxshadow #mineral-left-pic{
background:url(../images/mineral-noboxshadow-left.jpg) no-repeat right top;
height:420px;
width:484px;
}
.no-boxshadow #mineral-right-pic{
background:url(../images/mineral-noboxshadow-right.jpg) no-repeat left top;
height:420px;
width:484px;
}
.no-boxshadow #mineral-bottom
{
height:11px;
background:url(../images/wrapper-bottom.png) repeat-x;
width:100%;
display:block;
position:absolute;
bottom:0;
left:0;
z-index:2;
}

.no-borderradius .module h3{
background:url(../images/mod-head-back.png);
}
.no-borderradius #mainContent a.goldButton
{
background:url(../images/gold-button.png) no-repeat #ffffff;
}
.no-borderradius #mainContent a.goldButton:hover
{
background:url(../images/gold-button-on.png) no-repeat #ffffff;
}
.no-borderradius #mainContent .gridPager a.prev, .no-boxshadow #mainContent .gridPager a.next{
background:url(../images/small-gold-button.png) no-repeat #ffffff;
}
.no-borderradius #mainContent .gridPager a.prev:hover, .no-boxshadow #mainContent .gridPager a.next:hover{
background:url(../images/small-gold-button-on.png) no-repeat #ffffff;
}
.no-borderradius #mainContent .quick-action a{
background:url(../images/mod-head-back.png) no-repeat;
}
/*.no-cssgradients #mainContent .quick-action a{*/
.no-multiplebgs #mainContent .quick-action a{
background:url(../images/mod-head-strip.png) repeat-x #8d7c01;
}

.no-cssgradients #contentHead h1{background:url(../images/content-header-back.png) repeat-y;}
