
* {
    padding: 0;
    margin: 0;  
}

input[type="button"] {
	padding: 1px 4px;
}

html, body {
    width: 100%;
    height: 99%;
    font-family: Verdana, Sans-serif, Arial;
}    

h1, .header1 {
	color: rgb(171, 152, 95);
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 8px;	
}

.background-color {
    background-color: #DDCC9D;
}

.error-color {
    color: #E02F3C;
}

.success-message-color {
    color: #205B08;
}

.input-label {
	color: rgb(198, 106, 2);
	display: block;
	padding: 6px 0px;
	font-family: arial,tahoma,verdana,sans-serif;
	font-size: 18px;
}

.info-label {
	color: rgb(94, 71, 40);
	font-weight: bold;
	font-style: italic;
    font-size: 15px;
}

input[type="text"], input[type="password"], select {
    padding: 7px 5px;
    font-size: 12px;
    margin: 0px;
    border: 1px solid rgb(204, 204, 204);
    background: url("/images/bg_ip.png") repeat-x scroll center top rgb(255, 255, 255);
    font-family: Arial,"helvetica neue",Helvetica,Verdana,sans-serif;
    color: rgb(102, 102, 102);
    border-radius: 5px 5px 5px 5px;
    width: 200px;
}
input[type="text"]:disabled {
	background-color: #EFEEEE;
	color: #000;
	opacity: 0.8;
}

.area {
    overflow: hidden;
    padding: 0px 10px 0px 0px;
    border: 1px solid rgb(204, 204, 204);
    position: relative;
    border-radius: 5px 5px 5px 5px;
    background: none repeat scroll 0% 0% rgb(255, 255, 255);	   	
}

.area input, .area textarea {
	padding: 5px;
	border: medium none;
	background: none repeat scroll 0% 0% transparent;
	width: 100%;
}

div#main {
    margin-left: auto;
    margin-right: auto;
    width: 1260px;
    position: relative;
}

div#background {
    margin-left: 225px;
    width: 760px;
    background-color: white;
}

div#background-top {
    height: 20px;
    position: relative;
}

div#background-center {
    /*height: 100%;*/
    position: relative;  	
}

div#background-bottom {
    height: 20px;	
    position: relative;
}

.border-corner {
    width: 20px;
    height: 20px;
    position: absolute; 
}

div#border-top-left {
    background: transparent url(/images/borders/border-top-left.png) no-repeat scroll 0 0;	
    left: -5px;
}

div#border-top-right {
    background: transparent url(/images/borders/border-top-right.png) no-repeat scroll 0 0;
    right: -5px;
}

div#border-bottom-left {
    background: transparent url(/images/borders/border-bottom-left.png) no-repeat scroll 0 0;
    left: -5px;    
}

div#border-bottom-right {
    background: transparent url(/images/borders/border-bottom-right.png) no-repeat scroll 0 0;   
    right: -5px;
}

div.border-vertical {
    position: absolute;
    width: 6px;
    /*height: 730px;*/
    height: 100%;
}

div#border-left {
    background: transparent url(/images/borders/border-left.png) repeat-y scroll 0pt 0pt;
    left: -5px;
}

div#border-right {
    background: transparent url(/images/borders/border-right.png) repeat-y scroll 0pt 0pt;
    right: -5px;
}

div.border-horizontal {
    height: 20px;
    position: absolute;
    left: 15px;
    width: 730px;
}

div#border-top {
    background: transparent url(/images/borders/border-top.png) repeat-x scroll 0pt 0pt;  
}

div#border-bottom {
    background: transparent url(/images/borders/border-bottom.png) repeat-x scroll 0pt 0pt; 
}

div#center {
    /*height: 730px;*/
}

div#footer {
	margin-left: auto;
	margin-right: auto;
	width: 330px;	
	font-size: 9pt;
	margin-bottom: 5px;
	margin-top: 5px;
}

div#footer a {
	color: rgb(109, 95, 77);
}

div#page-loading {
    font-size: 16px;
    padding-left: 10px;
    padding-top: 10px;
}

/* Misc */

.team-table-name {
    width: 200px;
}

.team-table-nick {
    font-style: italic;
    font-weight: normal !important;
}


#cursorMessageDiv {
	background-color: #FFC;
	border: 2px solid #7F6E57;
	position:absolute;
	z-index: 99999;
	color: #6D5F4D;
	padding: 10px;
	margin: 0px;
	display: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index:10000;
}
#cursorMessageDiv span {
	position:absolute;
	right:100%;
	bottom:100%;
	width:6px;
	height:6px;
	margin: 0;
	background-color: #FFC;
	border: 1px solid #7F6E57;
	border-radius: 3px;
 }
 
/* Buttons */

.download-btn {
	-moz-box-shadow:inset 0px 1px 0px 0px #fed897;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fed897;
	box-shadow:inset 0px 1px 0px 0px #fed897;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f6b33d), color-stop(1, #d29105) );
	background:-moz-linear-gradient( center top, #f6b33d 5%, #d29105 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6b33d', endColorstr='#d29105');
	background-color:#f6b33d;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #eda933;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px !important;
	text-decoration:none;
	text-shadow:1px 1px 0px #cd8a15;
}.download-btn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d29105), color-stop(1, #f6b33d) );
	background:-moz-linear-gradient( center top, #d29105 5%, #f6b33d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d29105', endColorstr='#f6b33d');
	background-color:#d29105;
}.download-btn:active {
	position:relative;
	top:1px;
}

/* Confirm */

div#outer {
	height: 500px; 
	overflow: hidden; 
	position: relative;
	margin-left: auto;
    margin-right: auto;
}

div#outer[id] {
	display: table; 
	position: static;
}

div#middle {
	position: absolute; 
	top: 50%;
} /* for explorer only*/

div#middle[id] {
	display: table-cell; 
	vertical-align: middle; 
	position: static;
}

div#inner {
	position: relative; 
	top: -50%
} /* for explorer only */

.email-confirm-panel {
    border-color: #7F6E57;
    text-align: center;
}

.email-confirmed {
    color: #205B08;
    font-size: 15px !important;
}

.email-confirm-failed {
    color: #E02F3C;
    font-size: 15px !important;
}

/* Download */


.down-version {
    font-weight: bold;
}

.down-changelog-link {
    color: #AB985F;
}

.down-changelog {
    font-size: 11px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #5E4728;
    white-space: pre-wrap;
}

.down-date {
    font-size: 11px;
    font-style: italic;
}

/* Forum */

.fcompose-modal-panel .dr-mpnl-pnl {
	background-color: #DDDDDD !important;	
}

.fcompose-modal-panel .dr-mpnl-pnl-h {
	background-color: #A3A2A2 !important;
	background-image: none !important;
}

.fwindow-error {
	font-size: 14px;
}

.ftop-panel {
    position: relative;
    height: 345px;
}

.flist-panel {
    height: 330px;
    overflow: auto;
    margin-right: 30px;
}

.flist-msg-title, .fperiod {
    font-weight: bold;
    font-size: 13px;
    margin-left: 7px;
    margin-right: 7px;
    text-decoration: underline;
    cursor: pointer;
    white-space: nowrap;   
    color: #6D5F4D;
    outline: 0;
}

.flist-msg-title-selected, .fperiod-selected {
    color: #C6960B;
}

.flist-msg-date {
	white-space: nowrap;
}

.flist-msg-title-blocked {
    margin-left: 7px;
    margin-right: 7px;
    font-weight: bold;
    font-style: italic;
    font-size: 11px;
}

.flist-msg-username {
	font-style: italic;
    margin-left: 7px;	
}

.flist-msg-replies {
	margin-left: 5px;
}

.fperiod-panel {
    position: absolute;
    right: 30px;
    top: 0;
    margin-left: 20px;
}

.fcreate-button {
    position: absolute;
    top: 0px;
    right: 20px;
}
.fcreate-button span {
    padding-left: 14px !important;
}

.fview-button {
    position: absolute;
    bottom: 24px;
    right: 20px;
}

.fcreate-button, .fview-button {
    width: 70px;
}

.fcreate-button, .fview-button, .fmessage-button {
    text-align: center;
}

.fprev-button {
	position: absolute;
	right: 30px;
	top: 30px;
}

.fnext-button {
	position: absolute;
	right: 30px;
	top: 60px;
}

.fcompose-label {
    font-size: 15px;
    font-style: italic;
    font-weight: bold;
	padding-right: 20px;    
}

.fcompose-title {
	margin-bottom: 12px;
}

.fcompose-title, .fcompose-desc {
	display: block;
    font-size: 12px;
    width: 55em;
}

.fthread-messages-panel {
	position: relative;
}

.fmessage-panel {
    margin-top: 15px;
    font-size: 12px;
    overflow: auto;
}

.fmessage-title {
    font-weight: bold;	
    padding-bottom: 5px;
    font-size: 14px;
}

.fmessage-text {
	white-space: pre-wrap;
}

.fmessage-buttons-panel {
	position: absolute;
	bottom: 0px;
	right: 20px;
}

.fmessage-button {
	margin-bottom: 10px;
}

.faddcomment-column1 {
	width: 120px;
}

.faddcomment-column2 {
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
}

.faddcomment-label {
	font-size: 12px;
	font-weight: bold;
}

.faddcomment-name { 
	width: 550px;
}

.faddcomment-text {
	width: 550px;
	height: 150px;
}

.fmessages-follow-panel {
	margin-top: 10px;
	font-size: 11px;
}

/* Game reports */

#gamereports-list-panel {
	float: left;
	margin-bottom: 20px;
	margin-top: 10px;
}

.gamereports-list-panel-column {
	float: left;
	margin-right: 50px;
}

.gamereports-list-panel-column-title {
	font-weight: bold;
	margin-bottom: 5px;
	margin-left: 7px;	
}

#gamereport-view-panel {
	clear: left;
}

.gamereport-comment-date, .gamereport-comment-name-prefix {
	font-size: 11px;
	font-style: italic;
}

.gamereport-comment-name {
	/*color: #C6960B;*/
	font-weight: bold;
	font-style: italic;
}

.gamereport-comment-text {
}

.gamereport-comment-column1 {
	width: 170px;
}

.gamereport-comment-column2 {
	padding-bottom: 15px;
	padding-top: 15px;
	padding-left: 10px;
}

.gamereport-newcomment-column2 {
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
}

.gamereport-newcomment-label {
	font-size: 12px;
	font-weight: bold;
}

.gamereport-newcomment-name { 
	width: 450px;
}

.gamereport-newcomment-text {
	width: 450px;
	height: 100px;
}

/* Guide */

.stack-icon {
    width: 10px; 
    height: 10px; 
    background-image: url(/images/icons.png); 
    margin-right: 50px;
 }

.icon-army-green   { background-position: 0px 0px; }
.icon-army-yellow  { background-position: -10px 0px; }
.icon-army-red     { background-position: -20px 0px; }
.icon-disease      { background-position: -30px 0px; }
.icon-invis        { background-position: -40px 0px; }
.icon-fork-white   { background-position: -50px 0px; }
.icon-fork-red     { background-position: -60px 0px; }
.icon-berserk      { background-position: -70px 0px; }
.icon-bless        { background-position: -80px 0px; }
.icon-cloak        { background-position: -90px 0px; }
.icon-hammers      { background-position: -100px 0px; }
.icon-morale-high  { background-position: -110px 0px; }
.icon-knife        { background-position: -120px 0px; }
.icon-morale-low   { background-position: -130px 0px; }
.icon-water        { background-position: -140px 0px; }
.icon-medal        { background-position: -150px 0px; }
.icon-poson        { background-position: -160px 0px; }
.icon-wings        { background-position: -170px 0px; }

/* Home */

.poll-panel, #site-links-panel {
    float: left;
}

div#news-panel {
	float: left;
	margin-right: 20px
}

#poll-panel, #site-links-panel {
	margin-top: 5px;
}

#site-links-panel {
	margin-left: 20px;
}

div#changelog-panel {
    margin-bottom: 10px;    
}

.poll-panel {
	clear: left;
}

div#news-table, .poll-inner-panel, #changelog-table, #site-links-table {
	color: #6D5F4D;
    overflow: hidden;
}

div#news-table {
    max-width: 360px;
    /* max-width hack for IE */
    width: expression(this.width > 360 ? 360: true);
}
    
.poll-inner-panel {
    font-size: 13px;
    max-width: 260px;
    /* max-width hack for IE */
    width: expression(this.width > 260 ? 260: true);
}

#changelog-table {
    max-width: 300px;
    /* max-width hack for IE */
    width: expression(this.width > 300 ? 300: true);
}

.poll-title {
	font-weight: bold;
	margin-bottom: 5px;
}

.poll-inner-panel a:link, .poll-inner-panel a:visited,
#site-links-panel a:link, #site-links-panel a:visited,
#news-panel a:link, #news-panel a:visited,
#changelog-panel a:link, #changelog-panel a:visited {
    color: #6D5F4D !important; 
}

.poll-options-table {
    width: 100%;
}

.poll-option-text {
    float: left;
}

.poll-option-answers {
    float: right;
}

.totals-panel {
    clear: left;
    font-style: italic;
    padding-top: 5px;                        
}                        

.news-tooltip, .changelog-tooltip {
    background-color: #FFFFCC !important;
    border: 3px solid #7F6E57 !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 10px !important;
    vertical-align: middle;
    font-size: 13px !important;
    font-weight: normal;
    white-space: normal;
}

.news-tooltip {
    width: 300px;
    text-align: center;
}

.changelog-tooltip {
    text-align: left;
    width: 400px;
}
	
.news-tooltip-title {
    font-weight: bold;
    margin-bottom: 7px;
}

.news-item-date {
    white-space: nowrap;
	display: inline-block;
	text-align: center;
	width: 70px;    
}

.news-item-title, .news-item-title-clicable {
    font-weight: bold;
    font-size: 13px;
    margin-left: 7px;
    white-space: nowrap;   
}

.news-item-title-clicable {
    text-decoration: underline;
    cursor: pointer;
}

.home-image {
    cursor: pointer;
    border: 2px solid #DDCC9D;
    -moz-border-radius: 3px;  
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.home-video {
    margin-top: 15px;
    margin-left: 50px;
}

/* Menu */

div#menu {
    float: left;
    position: relative;
    top: 20px;
    margin-left: 5px;
}

.menu-chain {
    position: absolute;
    background: transparent url(/images/chain.png) repeat-y scroll 0 0;
    width: 12px;
    height: 550px;
    top: 65px;
    z-index: -10;
}

#menu-chain-left {
    left: 9px;
}

#menu-chain-right {
    left: 189px;
}

.menu-item {
    background: transparent url(/images/menu-item.png) no-repeat scroll 0 0;
    height: 45px;
    width: 200px;
    z-index: 10;
    margin-top: 5px;
    margin-left: 5px;
    text-align: center;
    position: relative;
}

.menu-item-new {
    position: absolute;
    right: 0;
}

.menu-top {
    top: 0;
    z-index: 10;
    cursor: pointer;
    border: 0;
}

.menu-item-link {
	font-family: 'Ubuntu';
    font-size: 19px;
    font-weight: bold;
    color: #AB985F;
    font-style: italic;
    position: relative;
    top: 12px;
    text-decoration: none;
    outline: 0;
}

.menu-item-link-selected {
    background: transparent url(/images/menu-item-selected.png) no-repeat scroll 0 0;
}

.menu-item-link-mouseover {
    color: #C6960B !important;
}

.wargamopedia-menu-item-link {
	padding-left: 18px;
	font-size: 16px;
}

#wglogo {
	position: absolute;
	left: 1090px;
	top: 50px;
}

.user-menu-panel {
    position: absolute;
    top: 20px;
    left: 995px;
}

.newsletter-panel {
    position: absolute;
    top: 200px;
    left: 995px;
}

.newsletter-panel img {
	border-width: 0;
}

.newsletter-email {
	width: 170px;
}

.newsletter-title, .followus-title {
    font-size: 13px;
    font-style: italic;
}

.followus-title {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}

div#login-message-panel {
   min-height: 20px;
}

.login-message, .login-error {
    font-size: 13px;
    padding-left: 15px;
}

div#user-menu {
    height: 89px;
    background: transparent url(/images/rod.png) repeat-y scroll 0 0;
}

.user-menu-item {
    padding-top: 6px;
}

.user-menu-item-link {
	font-family: 'Ubuntu', Arial;
    font-size: 14px;
    font-weight: bold;
    padding-left: 15px;
    color: #AB985F;
    font-style: italic;
    text-decoration: none;
    outline: 0;
}

.submenu {
	width: 120px;
	margin-top: -2px;
	margin-left: 60px;
	border-bottom: 2px solid #422C13;
	position: relative;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

.submenu-item {
	height: 17px; /* for effects */
	background-color: #AB985F;
    border-bottom: 2px solid #422C13;
	text-align: left;
	padding-left: 22px;
	overflow: hidden;
	position: relative;
    display: block;
	color: #422C13;
	text-decoration: none;
	font-family: 'Ubuntu', Arial, Verdana, Sans-serif;
	font-size: 13px;
	outline: 0;
	padding-top: 5px;
	cursor: pointer;
}

.submenu-item-last {
    border-width: 0 !important;
}

.submenu-item-mouseover {
	background-color: #C6960B;
}

.submenu-item-selected {
	font-weight: bold;
    background: #AB985F url(/images/nail.png) no-repeat scroll 8px 8px;
}

.submenu-item-border-left, .submenu-item-border-right {
	background: transparent url(/images/rod.png) repeat-y scroll 0 0;
	position: absolute;
	top: 0;
	height: 100%;
	width: 8px;
	z-index: 10;
}

.submenu-item-border-left {
	left: -5px;
}

.submenu-item-border-right {
	right: -5px;
}

/* Page */

#page {
	height: 100%;
	padding-left: 20px;
    position: relative;
}

.page-title {
	font-family: 'Ubuntu';
    font-size: 22px;
   	font-style: italic;
	margin-left: 40px;
	padding-left: 140px;
	width: 100px;
	font-weight: bold;
	height: 27px;
	white-space: nowrap;
}

.page-title-image {
    position: absolute;
    top: 25px;
    left: 255px;
    width: 250px;
}

.panel-title {
	font-family: 'Ubuntu';
	font-weight: bold;
	font-style: normal;
	height: 20px;
    margin-left: 5px;
    font-size: 16px;
   	font-style: italic;
}

.gimage-panel .panel-title {
    font-size: 15px;
}

/*.sIFR-hasFlash .panel-title {
    visibility: hidden;
}*/

#page-content {
    min-height: 675px;
    /* min-height hack for IE */
    height: expression(this.height < 675 ? 675: true);	
    margin-top: 25px;
    overflow-y: auto;
	position: relative;
	padding-left: 20px;
    font-size: 13px;
    margin-right: 5px;
}

#page-content p, #page-content .paragraph {
    padding-right: 25px;
    padding-top: 15px;
    text-align: justify;
    padding-left: 5px;
}

.paragraph-title, .paragraph-title-no-sIFR {
	font-family: 'Ubuntu';
    clear: left;
    height: 18px;
    font-weight: bold;
    margin-bottom: 4px;
    padding-bottom: 2px;
   	font-size: 18px;
	font-style: italic;
}

.paragraph-title-no-sIFR {
	color: #AB985F;
	font-size: 17px;
	font-style: italic;
}

.paragraph-title-bottom, .paragraph-title-bottom-no-sIFR {
    border-bottom: 1px solid;
    margin-bottom: 5px;
}

.paragraph-title-bottom-no-sIFR {
	border-bottom-color: #AB985F;
}

/*
.sIFR-hasFlash .paragraph-title {
    visibility: hidden;
}*/

.page-end {
    margin-bottom: 30px;
}

.content-panel {
    background-color: #FDFDEF;
    border: 2px solid #7F6E57;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    font-family: Arial, Verdana, Sans-serif;
    font-size: 12px; 
}

ul.wg-list {
    margin: 5px 0 5px 30px;
}

ul.wg-list li {
    list-style-image: url(/images/bullet.png);
}

.table-list {
    margin: 5px 0 5px 10px;
}

.list-bullet {
    background-image: url(/images/bullet.png);
    height: 8px;
    width: 8px;
}	

.table-list .table-list-key {
    font-weight: bold; 
    margin-right: 10px;
    margin-left: 5px;    
}

.hor-center-panel {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

/* Units */

.units-panel {
    width: 705px;
    margin-top: 5px;
    margin-bottom: 20px;
    padding: 0px !important;
}

.unit-pic-panel, .unit-pic-placeholder {
    height: 60px;
}

.unit-pic-panel {
    width: 60px;
    display: inline-block;
}

.units-race-row-odd, .units-race-row-even {
    padding: 5px;
}

.unit-pic-placeholder {
	display: inline-block;
}

.units-race-row-even {
    border-bottom: 1px dashed #7F6E57;
    border-top: 1px dashed #7F6E57; 
}        

.unit-pic, .unit-pic-static {
	display: inline-block; 
	width: 60px; 
	height: 60px; 
	background-image: url(/images/units.png); 
    opacity: 0.5;
    filter: alpha(opacity = 50);	
    outline: none;
}

.unit-pic {
    cursor: pointer;
}

.unit-pic-selected {
    border: 1px solid rgb(198, 150, 11);
}

.unit-pic-mouseover, .unit-pic-selected {
    opacity: 1;
    filter: alpha(opacity = 100);
}

.unit-desc-panel {
    width: 598px;
    height: 300px;
    font-size: 12px;
    overflow: auto;
}

.unit-title {
    font-weight: bold;  
    text-align: center;
    padding-bottom: 5px;
    font-size: 18px;
    font-family: 'Ubuntu';
}

.unit-desc-part {
	margin-top: 5px;
	text-align: justify;
}

.unit-desc-part pre {
	white-space: pre-wrap; 
	color: rgb(94, 71, 40);
}

.unit-image {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	background-image: url(/images/unit-background.jpg);
	border: 2px solid #7F6E57;
}

#units-sides {
	margin-top: 15px;
}

#units-sides a {
	color: #6D5F4D;
	font-size: 18px;
	margin-right: 20px;
}

#units-sides a.selected {
	color: #c6960b !important;
}

.u-human-hero1 {			background-position: -60px 0px; }
.u-human-hero2 {			background-position: -120px 0px; }
.u-human-knight {			background-position: -180px 0px; }
.u-human-cavalry { 			background-position: -240px 0px; }
.u-human-light-cavalry {	background-position: -300px 0px; }
.u-human-merc-sword {		background-position: -360px 0px; }
.u-human-merc-pike {		background-position: -420px 0px; }
.u-human-merc-archer {		background-position: -480px 0px; }
.u-human-merc-cross {		background-position: -540px 0px; }
.u-human-kneht {			background-position: -600px 0px; }
.u-human-swordsman {		background-position: -660px 0px; }
.u-human-pikeman {			background-position: -720px 0px; }
.u-human-archer {			background-position: -60px -60px; }
.u-human-militia {			background-position: -120px -60px; }
.u-hawk {				    background-position: -180px -60px; }
.u-pegas {			        background-position: -240px -60px; }
.u-human-hero3 {		    background-position: -300px -60px; }
.u-dog { 				    background-position: -360px -60px; }
.u-mage { 				    background-position: -420px -60px; }
.u-squire {				    background-position: -480px -60px; }

.u-dwarf-hero1 {			background-position: -60px -120px; }
.u-dwarf-hero2 {			background-position: -120px -120px; }
.u-dwarf-champion {			background-position: -180px -120px; }
.u-dwarf-guard {			background-position: -240px -120px; }
.u-dwarf-axeman {			background-position: -300px -120px; }
.u-dwarf-maceman {			background-position: -360px -120px; }
.u-dwarf-pikeman {			background-position: -420px -120px; }
.u-dwarf-cross {			background-position: -480px -120px; }
.u-griffon {    			background-position: -540px -120px; }
.u-shaman {    				background-position: -600px -120px; }
.u-dwarf-elder {			background-position: -660px -120px; }
.u-royal-griffon {			background-position: -720px -120px; }

.u-troll {                  background-position: -60px -180px; }
.u-commander {              background-position: -120px -180px; }
.u-uruk-double {            background-position: -180px -180px; }
.u-uruk-shielded {          background-position: -240px -180px; }
.u-uruk-pikeman {           background-position: -300px -180px; }
.u-wolfrider {              background-position: -360px -180px; }
.u-orc {                    background-position: -420px -180px; }
.u-orc-pikeman {            background-position: -480px -180px; }
.u-orc-archer {             background-position: -540px -180px; }
.u-wolf {                   background-position: -600px -180px; }
.u-orc-slaver {             background-position: -660px -180px; }

.u-ambassador {             background-position: -60px -240px; }
.u-dark-knight {            background-position: -120px -240px; }
.u-blood-demon {            background-position: -180px -240px; }
.u-gargoyle {               background-position: -240px -240px; }
.u-dark-mage {              background-position: -300px -240px; }
.u-ghost {                  background-position: -360px -240px; }
.u-zomby {                  background-position: -420px -240px; }
.u-spider {                 background-position: -480px -240px; }
.u-spider-spawn {           background-position: -540px -240px; }
.u-skeleton-archer {        background-position: -600px -240px; }
.u-skeleton-swordsman {     background-position: -660px -240px; }

.u-human-priest {			background-position: -60px -300px; }
.u-human-bandit {           background-position: -120px -300px; }
.u-halfling {               background-position: -180px -300px; }
.u-necroman {            	background-position: -240px -300px; }
.u-lich {  		            background-position: -300px -300px; }
.u-crow {                   background-position: -360px -300px; }
