.credits-panel {
   margin: 1em;
    text-align: center;
    width:150px;
}

ul#your_keys {
    border: 1px solid #DCB96B;
    list-style: none outside none;
    margin: 0;
    padding: 1em;
    text-align: left;
}

ul#your_keys li {
    background-position: center center;
    background-repeat: no-repeat;
    height: 72px;
    line-height: 36px;
    width: 100%;
}
ul#your_keys li a {
	display: inline-block;
    font-size: 1.5em;
    font-weight: bold;
    text-shadow: 1px 1px 1px white;
    width: 100%;
}

ul#your_keys li.k0 {
	background-image: url("/images/star/key_0.png" );
}
ul#your_keys li.k1 {
	background-image: url("/images/star/key_1.png" );
}
ul#your_keys li.k2 {
	background-image: url("/images/star/key_2.png" );
}


.task_links h3 {
	font-size: 1em;
	margin-bottom: 0.2em; 
	margin-top: 1em; 
	color: #333
}
.task_links ul {
	margin: 0.1em 0.1em 0.1em 1.5em;
}
.task_links ul li a {
	text-decoration: underline;
}



.task_row {
	min-height: 120px;
	border-radius: 10px;
	border: 1px solid #B1924E;
    margin-top: 1em;
    padding: 0px;
}


.task_status_0_0,.task_status_0_1,.task_status_1_0,.task_status_1_1,.task_status_2_0,.task_status_2_1,.task_status_error {
    background-position: center top;
    background-repeat: no-repeat;
    color: #815C0E;
    float: right;
    font-size: 20px;
    font-weight: bold;
    height: 72px;
    padding-top: 12px;
    position: relative;
    text-align: center;
    top: 47px;
    width: 72px;
}




.task_status_0_0 {
	background-image: url("/images/star/key_0.png");
}

.task_status_1_0{
	background-image: url("/images/star/key_1.png");
}

.task_status_0_1 {
	background-image: url("/images/star/lock_0.png");
	cursor: pointer;
}

.task_status_1_1 {
	background-image: url("/images/star/lock_1.png");
}

.task_status_2_0,.task_status_2_1 {
	background-image: url("/images/star/lock_2.png");
}


.task_status_error {
	background-image: url("/griddlers-theme/images/messages/error.png");
}

div.task_status_loading {
	background-image: url("/griddlers-theme/images/progress_bar/loading_animation.gif");
}

.beltprogress {
   height: 23px;
    left: 155px;
    position: relative;
    text-align: center;
    top: -26px;
    width: 410px;
}

.beltprogress span {
	display: block;
	position: relative;
	top: -22px;
	font-weight: bold;
	color:black;
	font-size: 12px; 
}

.beltprogress img {
    height: 23px;
}

.aui h4.task_head {
    background-color: #F1DBAC;
    border-radius: 10px 10px 0 0;
    color: black;
    font-size: 1.3em;
    font-weight: bold;
    height: 20px;
    margin: 0;
    padding: 10px;
}

.task_body {
	padding: 10px 70px 10px 10px;
}

ul#level_track {
    margin: 0 5px;
}

#level_track li{
	display: inline-block;
    font-size: 18px;
    height: 60px;
    line-height: 38px;
    text-align: center;
    vertical-align: middle;
    width: 38px;
}

#level_track li.selected{
	background-image: url( '/images/star/marker.png');
	background-position: center bottom; 
	background-repeat: no-repeat;
}