/*ap-dist*/
.apdist_container {
	/*border:1px solid #aaaaaa;*/
	margin-bottom: 20px;
}
.playertitle {
	color: #444444;
	font-size: 12px;
	font-weight: bold;
}
.numplayers {
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	padding-left: 0px;
	padding-right: 0px;
	width: 142px;
}


/*TRANSLATOR*/
.translatorbox_container {
	background-color: #dfdac0;
	border: 1px solid #aaaaaa; /*FIX THIS*/
	/*margin: -1px;*/
	width: 352px;
	/*padding: 10px 10px;*/
}
.translatorbox_contents {
	background-color: #dfdac0;
	font-weight: bold;
	font-size: 10px;
	color: #444444;
	width: 334px;
	float:left;
}
.asmoelyosmenu {
	width: 334px;
	margin-top: 5px;
	margin-bottom: 15px;
}
.asmoload {
	width: 167px;
	height: 25px;
	background: url('../img/334_sprite_asmoelyos.png') no-repeat 0px 0px;
	float: left;
	cursor:auto;
}
.asmoload:hover {
	background-position: 0px -25px;
}
.elyosload {
	width: 167px;
	height: 25px;
	background: url('../img/334_sprite_asmoelyos.png') no-repeat -167px 0px;
	float: left;
	cursor:pointer;
}
.elyosload:hover {
	background-position: -167px -25px;
}

.my_clip_button { 
	width:334px;
	height: 25px;
	cursor:default;
	margin-bottom: 5px;
	background: url('../img/334_sprite_copybig.png') 0px 0px;
}
.my_clip_button.hover {
	background-position: 0px -25px;
}
.my_clip_button.active {
	background-position: 0px -50px;
}


#textInput {
	padding: 5px 5px;
	width: 322px;
	height: 100px;
	border: 1px solid #7f9db9;
}
#textOutput {
	padding: 5px;
	width: 322px;
	height: 100px;
	border: 1px solid #aaaaaa;
	background-color: #eeeeee;
	margin-bottom: 10px;
}
#cmd2 {
	border-color: #aaaaaa;
	color: #aaaaaa;
}

/*Translation Saving Functions*/
.savetransmenu {
	width: 354px;
	margin-bottom: 20px;
}
#savetrans {
	width: 270px;
	height: 25px;
	background: url('../img/354_sprite_savetranslation.png') no-repeat 0px 0px;
	float: left;
	cursor:pointer
}
#deletetrans {
	width: 84px;
	height: 25px;
	background: url('../img/354_sprite_savetranslation.png') no-repeat -270px 0px;
	float: left;
	cursor:pointer
}
.transentry_container {
	font-weight: bold;
	font-size: 10px;
	color: #444444;
}
.transentry_left {
	/*background-color: green;*/
	float:left;
	width: 259px;
}
.transentry_right {
	width: 85px;
	/*background-color: red;*/
	margin-left: 10px;
	float:left;
	text-align: center;
}
.savedtrans {
	margin-bottom:10px;
	background-color: #eee;
}
.savedtranshr {
	margin: 0px;
	margin-bottom: 15px;
}

.my_clip_button_small { 
	width:85px;
	height: 25px;
	background-color:#ffffff; 
	padding:0px; 
	cursor:default;
	margin-bottom: 5px;
	background: url('../img/85_sprite_copysmall.png') 0px 0px;
}
.my_clip_button_small.hover {
	background-position: 0px -25px; 
}
.my_clip_button_small.active {
	background-position: 0px -50px; 
}