/* Leveling Bar */

#leveling-bar {
    margin-top: 10px;
}

#leveling-bar label {
    font-size: 14px;
    line-height: 18px;
    color: #666;
}

#leveling-bar #grades {
    width: 700px;
    height: 19px;
    background: url(/includes/arcsite/arcsite/images/leveling-bar.png) no-repeat 0 0;
}

#leveling-bar #books {
    clear: left;
    width: 700px;
    height: 70px;
    background: url(images/leveling-bar-books.jpg) no-repeat 0 0;
}

#leveling-bar ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 700px;
	height: 28px;
}

#leveling-bar ul li {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	width: 44px;
	height: 27px;
}

#leveling-bar ul li img.label {
    position: absolute;
	left: 0;
	top: 0;
    width: 42px;
	height: 25px;
	margin: 1px;
	z-index: 0;
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
}

#leveling-bar ul li img.shadow {
    display: none;
    position: absolute;
    left: 0;
	top: 0;
	width: 42px;
	height: 25px;
    -ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
}


/* Make adjustments for the exceptions.
 *
 * First and last have no border on the outside edge.
 * RTM is 2px shorter to make the bar fit evenly into 700px
 */

#leveling-bar ul li#button-rtm { width: 41px; }
#leveling-bar ul li#button-rtm a img.label { width: 40px; margin-left: 0; }
#leveling-bar ul li#button-rtm a img.shadow { width: 40px; }

#leveling-bar ul li#button-gl { width: 43px; }
#leveling-bar ul li#button-gl img.label { margin-right: 0;}


/* Enlarge the selected item */
#leveling-bar ul li.level-selected img.label {
    width: 64px;
    height: 38px;
    top: -7px;
    left: -11px;
}
#leveling-bar ul li.level-selected img.shadow {
    display: block;
    opacity: 1;
    top: -11px;
    left: -15px;
    width: 74px;
    height: 48px;
}
/* Enlarge the selected (small) item */
#leveling-bar ul li.level-selected-small img.label {
    width: 60px;
    height: 38px;
    top: -7px;
    left: -9px;
}
#leveling-bar ul li.level-selected-small img.shadow {
    display: block;
    opacity: 1;
    top: -11px;
    left: -15px;
    width: 70px;
    height: 48px;
}

#leveling-bar ul li.level-selected,
#leveling-bar ul li.level-selected-small {
    z-index: 8;
}

/*
#leveling-bar ul li.level-selected img.shadow {
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/leveling/images/shadow-64.png', sizingMethod='scale');
}
*/

/* IRLA */

#irla {
    position: relative;
}

#irla-intro {
    width: 340px;
}

#irla-box {
    position: absolute;
    top: 94px;   /* 36 + 18 + 40 */
    left: 380px; /* 340 + 20 + 20 */
    width: 558px;
    background: #fff5cc;
    border: 1px solid #fde59e;
}
#irla-box .inner {
    margin: 19px;
}
#irla-box .column1,
#irla-box .column2 {
    float: left;
    width: 250px;
}
#irla-box .column1 {
    margin-right: 10px;
}
#irla-box .column2 {
    margin-left: 10px;
}
#irla-box h2 {
    padding-top: 0;
}

#irla-book {
    display: block;
    margin-top: 20px;
}
#irla-sample-pages {
    display: none;
}



/* Skills Card and Example Book */

#card-and-example img {
    display: block;
    width: 160px;
    height: 120px;
}

#card-and-example .caption {
    display: block;
    text-align: center;
    font-size: 12px;
}

#card-and-example a:hover .caption {
    text-decoration: underline;
}

#card,
#example {
    float: left;
    width: 160px;
}
#card {
    margin-right: 10px;
}
#example {
    margin-left: 10px; 
}



/* Nested DLs are running, hanging */

dl dl,
dl dl dt,
dl dl dd {
    margin 0;
    padding: 0;
}

dl dl dt {
    clear: left;
    float: left;
    display: block;
}

dl dl dt,
dl dl dd {
    padding-top: 4px;
}

dl dl dt {
    padding-right: .5em;
}

dl dl dd {
    padding-left: 18px;
}


/* Color Top Boxes for Each Level */

.color-top-box-rtm { border-color: #99439E; }
.color-top-box-rtm h2 { background: #99439E;  }

.color-top-box-yellow { border-color: #FFCC00; }
.color-top-box-yellow h2 { background: #FFCC00; color: #000; }

.color-top-box-green { border-color: #39B54A; }
.color-top-box-green h2 { background: #39B54A; color: #000; }

.color-top-box-blue { border-color: #0072BC; }
.color-top-box-blue h2 { background: #0072BC; }

.color-top-box-white { border-color: #cccccc; }
.color-top-box-white h2 { background: #cccccc; color: #000; }

.color-top-box-black { border-color: #000; }
.color-top-box-black h2 { background: #000; color: #fff; }

.color-top-box-orange { border-color: #FF9900; }
.color-top-box-orange h2 { background: #FF9900; color: #fff; }

.color-top-box-purple { border-color: #663399; }
.color-top-box-purple h2 { background: #663399; color: #fff; }

.color-top-box-bronze { border-color: #C27514; }
.color-top-box-bronze h2 { background: #C27514; color: #fff; }

.color-top-box-silver { border-color: #bbbbbb; }
.color-top-box-silver h2 { background: #bbbbbb; color: #000; }

.color-top-box-gold { border-color: #FEC35A; }
.color-top-box-gold h2 { background: #FEC35A; color: #000; }

