body {
	margin: 10px;
	background-color: #6E513C;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #324f11;
	text-decoration: none;
}

p, ul { margin: 0; padding-bottom: 10px; }
ul { padding-left: 5px; margin-left: 5px; }
h1, h2, h3, h4, h5, h6, ul, form { margin: 0; }
a img, input[type=image] { border: none; }
pre { overflow: auto; clear: both; }

.alignRight { text-align: right; }

.clear-footer, .clear-both {
	clear: both;
	display: block;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
}

/**
 *	Wrapper
 */
#wrapper {
	width: 910px;
	margin: 0 auto;
}

/**
 *	Header
 */
#header {
    height: 364px;
    background: url("../img/structure/header.png");
}

#header table { width: 100%; }

#header h1, #header h1 a {
    display: block;
    width: 500px;
    height: 280px;
}

#header h2, #header h2 a {
    display: block;
    width: 658px;
    height: 85px;
}

#header h1 a, #header h2 a { text-indent: -10000px; }

#header .avatarLeaf {
    padding-left: 25px;
    padding-right: 43px;
    padding-top: 133px;
    padding-bottom: 57px;
    vertical-align: top;
}

#header .avatarLeaf .previewAvatar {
    border: none;
}

#header .infos {
    width: 170px;
    padding-right: 80px;
    padding-left: 3px;
    height: 180px;
    padding-top: 184px;
    
    font-size: 11px;
    color: #324F11;
}

#header .infos h4 {
    font-size:16px;
}

#header .infos h6 {
    font-size:12px;
}

#header .infos a {
    display: block;
}

#header .infos .medals {
    font-size: 10px;
    padding-right: 5px;
    border-right: 1px solid #324f11;
}

#header .infos .stats {
    font-size: 11px;
    padding-left: 5px;
}

#header .infos .logout {
    padding-top: 10px;
    text-align: right;
}

/**
 *	Menu
 */
#menu {
	height: 34px;
	background: url("../img/structure/menuBackground.png") #d2a774;
    
    padding-left: 60px;
    text-shadow: 1px 1px 1px #666666;
}
#menu .menuSuperFish, #menu .menuSuperFish * {
	margin:			0;
	padding:		0;
	list-style:		none;
	z-index:		99;
}

#menu .menuSuperFish {
	line-height: 34px;
	height: 34px;
}

#menu .menuSuperFish ul {
	position:		absolute;
	top:			-999em;
	width:			150px; /* left offset of submenus need to match (see below) */
}

#menu .menuSuperFish ul li {
	width:			100%;
}
#menu .menuSuperFish li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
#menu .menuSuperFish li {
	float:			left;
	position:		relative;
}
#menu .menuSuperFish a, #menu .menuSuperFish span {
	display:		block;
	position:		relative;
	
	height: 34px;
	line-height: 34px;
	
	border-left: 1px solid #deb68b;
	border-right: 1px solid #c49154;
	
	color: #FFFFFF;
	font-size: 13px;
	font-weight: normal;
	
	padding: 0 10px;
	
	background: none;
}
#menu .menuSuperFish a:hover,
#menu .menuSuperFish a.on {
	background: #d6af80;
}

/* sub ul */
#menu .menuSuperFish li:hover ul,
#menu .menuSuperFish li.sfHover ul {
	left:			0;
	top:			34px; /* match top ul list item height */
	z-index:		99;
    
    -moz-box-shadow: 2px 2px 4px #333333;
    -webkit-box-shadow: 2px 2px 4px #333333;
}

#menu .menuSuperFish li ul li {
	height: 30px;
	line-height: 30px;
}

#menu .menuSuperFish li ul a {
	background: #d2a774;
	height: 28px;
	line-height: 28px;
	font-size: 12px;
	
	border-top: 1px solid #deb68b;
	border-bottom: 1px solid #c49154;
}

#menu .menuSuperFish li:hover, #menu .menuSuperFish li.sfHover,
#menu .menuSuperFish a:focus, #menu .menuSuperFish a:hover, #menu .menuSuperFish a:active {
	background: #d6af80;
	outline:		0;
}

#menu .menuSuperFish #languageMenu span {
    padding-top: 11px;
    height: 23px;
    line-height: 23px;
}
#menu .menuSuperFish #languageMenu a {
    background-repeat: no-repeat;
    background-position: 6px center;
    padding-left: 30px;
}

/**
 *	Sms Live
 */
#smsLive {
	height: 107px;
    background: url("../img/structure/smsLiveBackground.png");
}

#smsLive .marqueeMe {
	height: 19px;
	line-height: 19px;
	overflow: hidden;

    padding-top: 27px;
    padding-left: 115px;
    padding-right: 123px;
}

/**
 *	Content
 */
#contentWrapper1 {
    background: url("../img/structure/contentWrapper1Background.png");
}
#contentWrapper2 {
    background: url("../img/structure/contentWrapper2Background.png") top no-repeat;
}
#contentWrapper3 {
    background: url("../img/structure/contentWrapper3Background.png") bottom no-repeat;
}

#content {
    color: #535E66;
    
    padding-left: 33px;
    padding-right: 29px;
}

#alerts {
	padding: 10px;
	margin: 10px;
}

#content .block, #content .halfBlock, #content .thirdBoxedLTR, #content .mainBoxed {
	clear: both;
}

#content .thirdBoxedLTR .left {
	float:left;
	width: 614px;
}

#content .thirdBoxedLTR .right {
	float:right;
	width: 220px;
}



#content .halfBlock .halfLeft {
	float: left;
	width: 300px;
}

#content .halfBlock .halfRight {
	float: right;
	width: 300px;
}

#content .mainBoxed .halfBlock .halfLeft {
	float: left;
	width: 417px;
}

#content .mainBoxed .halfBlock .halfRight {
	float: right;
	width: 417px;
}

#content .block,
#content .mainBoxed .block, 
#content .thirdBoxedLTR .left .block, 
#content .halfBlock .halfLeft, 
#content .halfBlock .halfRight {
	margin-bottom: 14px;
}

#content .thirdBoxedLTR .left .block h3,
#content .thirdBoxedLTR .right .block h3, 
#content .mainBoxed .block h3, 
#content .halfBlock .halfLeft h3, 
#content .halfBlock .halfRight h3 {
	padding: 0px 15px;
    padding-right: 25px;
	
	height: 36px;
	line-height: 36px;
    
    padding-bottom: 1px;
	
	background-repeat:  no-repeat;
}

#content .mainBoxed .block h3 {
	background-image: url(../img/structure/mainBoxedBlockH3Background.png);
}
#content .mainBoxed .block .fakeH3 {
    padding-top: 17px;
    background: url(../img/structure/mainBoxedBlockFakeH3Background.png) top no-repeat;
}
#content .mainBoxed .halfBlock .halfLeft .fakeH3, 
#content .mainBoxed .halfBlock .halfRight .fakeH3 {
    padding-top: 17px;
    background: url(../img/structure/mainBoxedHalfBlockFakeH3Background.png) top no-repeat;
}
#content .mainBoxed .block .fakeH3 .content,
#content .mainBoxed .halfBlock .halfLeft .fakeH3 .content, 
#content .mainBoxed .halfBlock .halfRight .fakeH3 .content {
    padding-top: 0;   
}

#content .thirdBoxedLTR .left .block h3 {
	background-image: url(../img/structure/thirdBoxedLTRLeftBlockH3Background.png);
}

#content .thirdBoxedLTR .right .block h3 {
	background-image: url(../img/structure/thirdBoxedLTRRightBlockH3Background.png);
}

#content .halfBlock .halfLeft h3,
#content .halfBlock .halfRight h3 {
	background-image: url(../img/structure/halfBlockH3Background.png);
}

#content .mainBoxed .halfBlock .halfLeft h3,
#content .mainBoxed .halfBlock .halfRight h3 {
	background-image: url(../img/structure/mainBoxedHalfBlockH3Background.png);
}

#content .mainBoxed .block h3 span, 
#content .thirdBoxedLTR .left .block h3 span, 
#content .thirdBoxedLTR .right .block h3 span, 
#content .halfBlock .halfLeft h3 span, 
#content .halfBlock .halfRight h3 span {
	display: block;
	height:  36px;
	line-height: 36px;
    color: #FFFFFF;
    font-size: 18px;
}

#content .thirdBoxedLTR .left .block h4 {
	font-size: 13px;	
}

#content .sIFR-replaced object {
	margin-top: 6px;
	outline: none;
}


/**
 *	Content Blocks
 */
#content .mainBoxed .block {
    background: url(../img/structure/mainBoxedBlockFooterBackground.png) bottom no-repeat;
    padding-bottom: 24px;
}

#content .thirdBoxedLTR .right .block {
	background: url(../img/structure/thirdBoxedLTRRightBlockFooterBackground.png) bottom no-repeat;
    padding-bottom: 24px;
}

#content .thirdBoxedLTR .left .block {
	background: url(../img/structure/thirdBoxedLTRLeftBlockFooterBackground.png) bottom no-repeat;
    padding-bottom: 24px;
}

#content .halfBlock .halfLeft,
#content .halfBlock .halfRight {
	background: url(../img/structure/halfBlockFooterBackground.png) bottom no-repeat;
    padding-bottom: 24px;
}

#content .mainBoxed .halfBlock .halfLeft,
#content .mainBoxed .halfBlock .halfRight {
	background: url(../img/structure/mainBoxedHalfBlockFooterBackground.png) bottom no-repeat;
    padding-bottom: 24px;
}

#content .mainBoxed .block .content {
	padding-left: 24px;
    padding-top: 15px;
    padding-bottom: 0;
    padding-right: 30px;
    background-image: url(../img/structure/mainBoxedBlockBackground.png);
}

#content .thirdBoxedLTR .right .block .content {
    padding-left: 24px;
    padding-top: 15px;
    padding-bottom: 0;
    padding-right: 30px;
    background-image: url(../img/structure/thirdBoxedLTRRightBlockBackground.png);
}

#content .thirdBoxedLTR .left .block .content {
    padding-left: 24px;
    padding-top: 15px;
    padding-bottom: 0;
    padding-right: 30px;
    background-image: url(../img/structure/thirdBoxedLTRLeftBlockBackground.png);
}

#content .mainBoxed .halfBlock .halfLeft .content,
#content .mainBoxed .halfBlock .halfRight .content {
    padding-left: 24px;
    padding-top: 15px;
    padding-bottom: 0;
    padding-right: 30px;
    background-image: url(../img/structure/mainBoxedHalfBlockBlockBackground.png);
}

#content .halfBlock .halfLeft .content,
#content .halfBlock .halfRight .content {
    padding-left: 24px;
    padding-top: 15px;
    padding-bottom: 0;
    padding-right: 30px;
    background-image: url(../img/structure/halfBlockBlockBackground.png);
}

#content .content .metadata {
	clear: both;
	font-size: 11px;
	text-align: right;
	
	font-weight: bold;
}
#content #classement .metadata {
	padding-right: 14px;
	padding-bottom: 4px;
	line-height: 17px;
}

/**
 *	listPlayer
 */
#listPlayer h4, #content #combat h4, #faq h4 {
	font-size: 16px;
	color: #1b6c6f;
	line-height: 26px;
}

#listPlayer h5 {
	margin-top: 5px;
	font-size: 13px;
	color: #535e66;
}

/**
 *	Classement
 */

#classement .position {
	height: 40px;
	line-height: 40px;
	margin-left: 50px;
	margin-right: 5px;
	
	font-size: 13px;
	color: #324f11;
	/*font-weight: bold;*/
	
	border-bottom: 1px dotted #c3c1c1;
}

#classement span {
	float: left;
	margin-left: -50px;
	width: 40px;
	text-align: right;
	font-size: 14px;
	color: #324f11;
	font-weight: bold;
}

#classement span.puce {
	color:#FFFFFF;
	text-align: center;
	background-image:  url(../img/structure/puceClassement.png);
}

#classement b {
	text-align:right;
	float: right;
	color: #535e66;
	padding-right: 10px;
    height: 40px;
    line-height:40px;
}

/**
 *	Edit Avatar
 */
#editAvatar {
	height: 340px;
}
#editAvatar .leftEdit
{
	position: absolute;
	width: 190px;
}

#editAvatar .rightEdit
{
	position: absolute;
	margin-left: 380px;
	width: 190px;
}

#editAvatar h5
{
	margin: 0;
	padding: 0;
	
	height: 20px;
	line-height: 20px;
	
	font-size: 13px;
}

#editAvatar .accessories, #editAvatar .eyes, 
#editAvatar .mouth, #editAvatar .background 
{
	padding-top: 10px;	
}

form #editAvatar input.goLeft {
	height: 130px;
	width: 29px;
	position: absolute;
	
	background-image: url(../img/avatars/goLeft.jpg);
	
	border: none;
	padding: 0;
	margin: 0;
}

form #editAvatar input.goRight {
	height: 130px;
	width: 29px;
	position: absolute;
	margin: 0;
	margin-left: 161px;
	
	background-image: url(../img/avatars/goRight.jpg);
	
	border: none;
	padding: 0;
}

#editAvatar .pieces, #adminAvatar .pieces {
	width: 130px;
	height: 130px;
	margin-left: 29px;
	border: 1px solid #324f11;
	background-color: #f7ebd6;
}

/**
 *	Preview Avatar
 */
#editAvatar .preview {
	position: absolute;
	width: 130px;
	height: 130px;
	
	margin-left: 222px;
	margin-top: 110px;
	
	border: 1px solid #324f11;
	text-align: left;
}
.previewAvatar {
	width: 130px;
	height: 130px;
	border: 1px solid #324f11;
	
	text-align: left;
}

#content .thirdBoxedLTR .right .previewAvatar {
	margin-left: 25px;
}

#editAvatar div.previewPieces, #editAvatar .preview img, .previewAvatar img {
	position: absolute;
	border: none;
	width: 130px;
	height: 130px;
}

/**
 *	Boutique
 */
#content .mainBoxed #boutique h4 {
	font-size: 15px;
	color: #324f11;
}

#content .mainBoxed #boutique h5 {
	font-size: 12px;
	color: #324f11;
	text-align: center;
	
	background: url(../img/boutique/priceBackground.png);
	
	height: 55px;
	line-height: 55px;
	width: 112px;
}

#content .mainBoxed #boutique .buy {
	display: block;
	font-size: 12px;
	color: #324f11;
	text-align: center;
	
	background: url(../img/boutique/addBackground.png);
	
	height: 55px;
	line-height: 55px;
	width: 112px;
	text-indent: -10000px;
}

#content .mainBoxed #boutique .description {
	padding: 10px;
}

#content .mainBoxed #boutique .infos {
	color: #324f11;
	font-size: 11px;
}

#content .thirdBoxedLTR .right .buzBox {
	color: #324f11;
	font-weight: bold;
	text-align: center;
	
	height: 36px;
	line-height: 36px;
	width: 166px;
	background: url(../img/boutique/buzBackground.png);
}

/**
 * Forums
 */
#forumsIndex {
	border-collapse: collapse;
	color: #535e66;
}
#forumsIndex th, #forumsIndex td {
	padding: 5px;
	text-align: left;
	font-size: 11px;
}
#forumsIndex th {
	height: 26px;
	line-height: 26px;
	padding: 0;
	
	border: 1px solid #9b8371;
	
	background: url(../img/forums/catBackground.jpg) #783f70;
}
#content .mainBoxed .block #forumsIndex th h4 {
	height: 26px;
	line-height: 26px;

	padding-left: 40px;
	color:#6b340b;
	font-size:13px;
}

#forumsIndex .titre strong {
	font-size: 14px;
}
#forumsIndex .titre strong a {
	color: #324F11;
}
 
/**
 *	Zend Form Styling 
 */
form .fullFieldsetForm {
	padding-bottom: 20px;
	clear: both;
}

.thirdBoxedLTR form .fullForm {
	padding-top: 10px;
	padding-left: 210px;
	clear: both;
}

.thirdBoxedLTR form .fullForm label {
	margin-left: -210px;
	width: 200px;
	float: left;
}

.mainBoxed form .fullForm {
	padding-top: 10px;
	padding-left: 260px;
	clear: both;
}

.mainBoxed form .fullForm label {
	margin-left: -260px;
	width: 250px;
	float: left;
}

/*form label.required { font-weight: bold; }*/

form ul.errors li, .errors {
	margin-left: 15px;
	font-size: 11px;
	color: #AA0000;
}

form textarea, form input, form select, .inputButton {
	padding: 2px;
	border: 1px solid #cdbcac;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
    
    color: #333333;
	
	background-color: #e4cdab;
}
.inputButton {
    padding: 4px;
}

form input[type=text], form input[type=password] {
	width: 200px;	
}

.right form input[type=text], .right form input[type=password] {
	width: 160px;	
}

.mainBoxed form input[type=text], .mainBoxed form input[type=password] {
	width: 500px;	
}

form input[type=image] {
	background-color: transparent;
}

form .fullForm textarea {
	width: 350px;
	height: 150px;
}

.mainBoxed form .fullForm textarea {
	width: 500px;
}

form .submitValider {
	margin-top: 10px;
	margin-left: 53px;
	border: none;
	
	width: 113px;
	height: 40px;
	display: block;
}

form .envoyerSubmit {
	border: none;
	
	width: 113px;
	height: 40px;
}

/**
 *	Footer
 */
#footer {
	clear: both;
	
	background: url("../img/structure/footerBackground.png") no-repeat;
	
	color: #FFFFFF;
	text-align: center;
	font-size: 11px;
}

#footer a, #partners a {
	color: #FFFFFF;
	text-decoration: none;
}

/**
 *	Partners
 */
#partners {
    padding-top: 99px;
    height: 100px;
    padding-bottom: 179px;
}

#partners .content {
	text-align: center;
	font-size: 10px;
    background: url("../img/structure/partnersBackground.png");
    padding: 12px;
    color: #333333;
}
#partners .content a { color: #333333; }

/**
 *	Quick News ( Home Member )
 */
#quickNews h5 {
	height: 24px;
	line-height: 24px;
	font-size: 13px;
	padding-left: 10px;
}

#quickNews .metadata {
	height: 16px;
	line-height: 16px;
	
	font-size: 10px;
	border-bottom: 1px dotted #c3c1c1;
	
	text-align: right;
	padding-right: 10px;
}

/**
 * Welcome User
 */
#welcomeUser span {
	font-weight: bold;
	color: #324f11;
}

/**
 *	Tactiques
 */
#tactiques td {
	text-align: center;
	font-size: 11px;
}

#tactiques .number td {
	background-image: url(../img/structure/puceClassement.png);
	background-position: center center;
	background-repeat: no-repeat;
	
	line-height: 32px;
	
	color: #FFFFFF;
	font-weight: bold;
}

#tactiques .number td.droppable-hover, 
#tactiques .events td.droppable-hover {
	background-color: #F7EBD6;
}

#tactiques img, #boutique img {
	border: 1px solid #324f11;
	
	width: 90px;
	height: 90px;
}

#tactiquesObject .object h4 {
	font-size: 15px;
	color: #324f11;
	padding-bottom: 4px;
}

/**
 *	Listing Objets
 */
#listingObjects {
	border: 1px solid #c3c1c1;
	padding: 10px 5px 0;
	height: 200px;
	
	overflow: auto;
}

#listingObjects .object {
	float: left;	
	width: 108px;
	height: 125px;
	
	text-align: center;
	font-size: 11px;
	
	padding-bottom: 10px;
	
	background-color: #FFFFFF;
	cursor: move;
}

#listingObjects .object img {
	border: 1px solid #324f11;
	
	width: 90px;
	height: 90px;
}

/**
 *	Debug Bar
 */
#debugBarHolder {
	bottom:5px;
	display:block;
	left:5px;
	position:fixed;
	width:25px;
	height: 25px;
	z-index: 200;
}
#debugBarHolder .logo {
	width: 25px;
	height: 25px;
	background: url(../img/structure/adminDebugBar.png) no-repeat;
	padding: 0;
	float: left;
}

/*****************************************************************************
scalable Inman Flash Replacement (sIFR) version 3.

Copyright 2006 – 2008 Mark Wubben, <http://novemberborn.net/>

Older versions:
* IFR by Shaun Inman
* sIFR 1.0 by Mike Davidson, Shaun Inman and Tomas Jogin
* sIFR 2.0 by Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

See also <http://novemberborn.net/sifr3> and <http://wiki.novemberborn.net/sifr3>.

This software is licensed and provided under the CC-GNU LGPL.
See <http://creativecommons.org/licenses/LGPL/2.1/>
*****************************************************************************/

@media screen {
  .sIFR-flash {
    visibility: visible !important;
    margin: 0;
    padding: 0;
  }
  
  .sIFR-replaced, .sIFR-ignore {
    visibility: visible !important;
  }
  
  .sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
  }
  
  .sIFR-replaced div.sIFR-fixfocus {
    margin: 0pt; 
    padding: 0pt; 
    overflow: auto; 
    letter-spacing: 0px; 
    float: none;
  }
}

@media print {
  .sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
  }
  
  .sIFR-alternate {
    visibility : visible !important;
    display    : block   !important;
    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
  }
}

/**
 *	ClueTip
 */
#cluetip-close img {
  border: 0;
}
#cluetip-title {
  overflow: hidden;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
#cluetip-waitimage {
  width: 16px;
  height: 16px;
  position: absolute;
  background-image: url(../img/cluetip/wait.gif);
}
#cluetip-extra {
  display: none;
}
/***************************************
   =cluetipClass: 'default' 
-------------------------------------- */

.cluetip-default {
  background-color: #d9d9c2;
}
.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #d9d9c2;
}
.cluetip-default h3#cluetip-title {
  margin: 0 0 5px;
  padding: 8px 10px 4px;
  font-size: 1.1em;
  font-weight: normal;
  background-color: #87876a;
  color: #fff;
}
.cluetip-default #cluetip-title a {
  color: #d9d9c2;
  font-size: 0.95em;
}  
.cluetip-default #cluetip-inner {
  padding: 10px;
}
.cluetip-default div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/**
 * @copyright  Copyright (c) 2005-2010 Anthor.Net (http://www.anthor.net)
 * @version    $Id: achievements.css 45 2010-07-31 11:46:51Z anthor $
 */
 
#Achievements_Wrapper {
    position: fixed;
    bottom: 5px;
    right: 5px;
    
    z-index: 999;
}
#Achievements_Wrapper .flashMessenger {
    padding: 10px;
    margin: 3px;
    width: 230px;
    
    background-color: #373534;
    background-image: -moz-linear-gradient(100% 100% 90deg, #1a1918, #373534);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#373534), to(#1a1918));
    
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    
    color: #FFFFFF;
    font-family: Arial,Helvetica,Garuda,sans-serif;
    font-size: 11px;
    
    -moz-box-shadow: 2px 2px 4px #111111;
    -webkit-box-shadow: 2px 2px 4px #111111;
    
    border: 1px solid #1a1918;
    border-right-color: #373534;
    border-bottom-color: #373534; 
    
    filter : alpha(opacity=90);
    -moz-opacity : 0.9;
    opacity : 0.9;
    
    min-height: 50px;
    
    padding-left: 72px;
}

#Achievements_Wrapper .flashMessenger a {
    color: #FFFFFF;
    text-decoration: none;
}

#Achievements_Wrapper .flashMessenger h5,
#Achievements_Wrapper .flashMessenger p {
    margin: 0; padding: 0;
    text-shadow: 1px 1px 1px #111111;
}
#Achievements_Wrapper .flashMessenger h5 {
    font-size: 14px;
    padding-bottom: 5px;
    text-shadow: 1px 1px 1px #111111;
    
    margin-left: -62px;
}
#Achievements_Wrapper .flashMessenger .content {
    font-size: 11px;
    text-align: justify;  
}
#Achievements_Wrapper .flashMessenger h6 {
    font-size: 12px;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #111111;
}
#Achievements_Wrapper .flashMessenger .icon {
    float: left;
    border: 1px solid #FFFFFF;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-right: 10px;
    
    margin-left: -62px;
}

#Achievements_Wrapper .flashMessenger .progressBar {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
    position: relative;
    background-color: #FFFFFF;
    border-color: #000000;
    color: #333333;
    height: 16px;
    
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#Achievements_Wrapper .flashMessenger .progressBar .text {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 16px;
    font-size: 10px;
}

#Achievements_Wrapper .flashMessenger .progressBar .progress {
    position: absolute;
    width: 50%;
    height: 100%;
    overflow: hidden;
    background-color: #999999;
    
    filter : alpha(opacity=60);
    -moz-opacity : 0.6;
    opacity : 0.6;
}

#Achievements_Wrapper .flashMessenger .copyright {
    text-align: right;
    font-size: 10px;
    clear: both;
}
#Achievements_Wrapper .flashMessenger .copyright a {
    color: #FFFFFF;
}