*
{
	margin:0;
	padding:0;
}

HTML
{
	background: #483c2f;
	background-image: url(images/layout/bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	font-family:sans-serif;
	font-size:11px;
	/*color:#eee;*/
}

a
{
	/*color: #eee;*/
}

#html-wrapper
{
	width:960px;
	margin: 0 auto;
}

#header
{
	width:100%;
	background: url(images/layout/header_bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	height:140px;
	margin: 0 auto;
}

#header-content-container
{
	width:960px;
	margin: 0 auto;
}

#header-minimap-container
{
	height:102px;
	width:auto;
	overflow:hidden;
	position:relative;
	z-index:20;
}

#header-minimap-black-overlay
{
	width:100%;
	height:101px;
	background-color:black;
	opacity:0.4;
	position:absolute;
}

#header-minimap-selection
{
	width:40px;
	height:40px;
	background-color:white;
	opacity:0.25;
	position:absolute;
	z-index:10;
	border:1px solid black;
}

#header-hud
{
	width:160px;
	height:90px;
	padding:5px;
	background-color:#aaa;
	float:left;
	box-shadow:0px 0px 5px #000;
}

#header-minimap
{
	margin-left:0px;
	float:left;
	box-shadow:0px 0px 5px #000;
}

#header-left-container
{
	margin-left:0px;
	margin-top:30px;
	position:absolute;
	z-index:15;
}

#header-logo
{
	position:absolute;
	margin-top:20px;
	margin-left:300px;
	z-index:15;
}

#header-top-bar
{
	position:absolute;
	width:960px;
	height:18px;
	line-height:18px;
	background-image: url(images/layout/filler_trans_50.png);
	border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	border:1px solid #777;
	border-top:0px;
	color:#eee;
}

#header-top-bar ul
{
	list-style-type: none;
    margin: 0;
    padding-left: 0;
}

#header-top-bar ul li
{
	border-right: 1px solid #aaa;
    float: left;
    padding-left: 9px;
    padding-right: 9px;
	color: #eee;
    font-size: 11px;
    margin: 0;
    text-decoration: none;
}

#header-top-bar .bar-right ul li
{
	border-left: 1px solid #aaa;
	border-right:0;
}

#header-top-bar a
{
	color:inherit;
}

#header-top-bar .bar-left
{
	float:left;
}

#header-top-bar .bar-right
{
	float:right;
}

#header-char-attributes
{
	position:absolute;
	margin-left:680px;
	color:#eee;
	background-image: url(images/layout/filler_trans_50.png);
	width:280px;
	height:80px;
	margin-top:40px;
}

#header-char-attributes .avatar-thumb
{
	position:absolute;
	margin-left:238px;
	margin-top:10px;
}

#header-char-attributes .inner
{
	padding:10px;
}

#header-char-attributes .attribute-row
{
	margin-bottom:5px;
}

#header-char-attributes .attribute-row .attribute-label
{
	float:left;
	width:60px;
	font-weight:bold;
}

#header-char-attributes .attribute-row .attribute-value
{
	float:left;
}

#top-menu
{
	height:30px;
	background-color:#000;
	background-image:url(images/layout/top_menu_bg.jpg);
	width:100%;
	position:relative;
	z-index:10;
}

#top-menu-container
{
	width:960px;
	margin: 0 auto;
}

#top-menu-container-left
{
	width: 400px;
	float:left;
}

#top-menu-container-right
{
	width: 400px;
	float:right;
}

#header-divider
{
	background-image: url(images/layout/header_bar.png);
	width:100%;
	height:10px;
}

#main-content-container
{
	width:960px;
	margin: 0 auto;
}

#content-content
{
	width:690px;
	float:left;
	margin-top:20px;
}

#content-menu
{
	margin-left:30px;
	margin-top:0px;
	margin-top:0px;
	width:240px;
	float:left;
	background-image: url(images/layout/filler_trans_50.png);
}

.contentmenu-hud-header
{
	font-size:13px;
	font-weight:bold;
}

.clear-both
{
	clear:both;
}

#footer
{
	width:100%;
	background-color:#000;
	height:80px;
}

#footer-content-container
{
	width:960px;
	margin: 0 auto;
	text-align:center;
	color:grey;
}

#footer-content-container .inner
{
	padding-top:20px;
}

#footer-content-container .inner a
{
	color:grey;
	text-decoration:underline;
}

/************** TOPMENU *****************/
#top-menu-container ul
{
	list-style-type: none;
    margin-right: 26px;
    text-align: left;
	font-size:14px;
	font-weight:bold;
	margin-left:0px;
}

#top-menu-container ul li
{
	list-style-image: none !important;
    list-style-type: none;
    margin-right: 5px;
	float:left;
	height:30px;
	padding-left:10px;
	padding-right:10px;
	line-height:30px;
	color:#eee;
}

#top-menu-container-right ul
{
	margin-right:0px;
}

#top-menu-container-right ul li
{
	float:right;
}

#top-menu-container ul li a
{
	color: #ccc;
}

#top-menu-container ul li.active a
{
	color: #eee;
}

/************** CONTENT DIVS *****************/
.block-content-top
{
	height:25px;
	background-color:grey;
	border-radius: 10px 10px 0px 0px;
}

.block-content-top-title
{
	line-height:25px;
	margin-left:10px;
	font-size:14px;
}

.block-content-mid
{
	background-image: url(images/layout/black_filler_trans_70.png);
}

.block-content-mid .inner
{
	padding:10px;
}

.block-content-bottom
{
	background-color:grey;
	height:15px;
	border-radius: 0px 0px 10px 10px;
}

.menu-block-status
{
	margin:5px;
	padding:10px;
	color:#eee;
	font-size:14px;
	background-image: url(images/layout/filler_trans_50.png);
}

/************** PERCENTAGE BARS *****************/
.percentage-bar
{
	float:left;
	border: 1px solid #ccc;

	width:150px;
	border-radius:5px;
	height:15px;
	line-height:15px;
}

.percentage-bar .percentage-bar-value
{
	position:absolute;
	z-index:1;
	text-align:center;
	width:inherit;
}

.percentage-bar-label
{
	float:left;
	margin-right:10px;
	width:40px;
}

.percentage-bar .percentage-bar-inner
{
	text-align:center;
	width:100%;
	height:100%;
}

.percentage-bar.hp-bar .percentage-bar-inner
{
	padding:0 !important;
	height:15px;
	border-radius:5px 0px 0px 5px;
	text-align:center;
	background: #f3c5bd; /* Old browsers */
	background: -moz-linear-gradient(top,  #f3c5bd 0%, #e86c57 50%, #ea2803 51%, #ff6600 75%, #c72200 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3c5bd), color-stop(50%,#e86c57), color-stop(51%,#ea2803), color-stop(75%,#ff6600), color-stop(100%,#c72200)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f3c5bd 0%,#e86c57 50%,#ea2803 51%,#ff6600 75%,#c72200 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f3c5bd 0%,#e86c57 50%,#ea2803 51%,#ff6600 75%,#c72200 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f3c5bd 0%,#e86c57 50%,#ea2803 51%,#ff6600 75%,#c72200 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f3c5bd 0%,#e86c57 50%,#ea2803 51%,#ff6600 75%,#c72200 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3c5bd', endColorstr='#c72200',GradientType=0 ); /* IE6-9 */
}

.percentage-bar.energy-bar .percentage-bar-inner
{
	padding:0 !important;
	height:15px;
	border-radius:5px 0px 0px 5px;
	text-align:center;
	background: #fceabb; /* Old browsers */
	background: -moz-linear-gradient(top,  #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fceabb), color-stop(50%,#fccd4d), color-stop(51%,#f8b500), color-stop(100%,#fbdf93)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 ); /* IE6-9 */
}

.percentage-bar.radiation-bar .percentage-bar-inner
{
	padding:0 !important;
	height:15px;
	border-radius:5px 0px 0px 5px;
	text-align:center;
	background: #e6f0a3; /* Old browsers */
	background: -moz-linear-gradient(top,  #e6f0a3 0%, #d2e638 50%, #c3d825 51%, #dbf043 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6f0a3), color-stop(50%,#d2e638), color-stop(51%,#c3d825), color-stop(100%,#dbf043)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e6f0a3 0%,#d2e638 50%,#c3d825 51%,#dbf043 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e6f0a3 0%,#d2e638 50%,#c3d825 51%,#dbf043 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e6f0a3 0%,#d2e638 50%,#c3d825 51%,#dbf043 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e6f0a3 0%,#d2e638 50%,#c3d825 51%,#dbf043 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f0a3', endColorstr='#dbf043',GradientType=0 ); /* IE6-9 */

}

/************** GENERIC CLASSES *****************/
.underline
{
	text-decoration:underline;
}

/************* CONTENT TABS STYLING *************/
.block-content-tabs
{
	margin-top:-10px;
	margin-bottom:10px;
	background-color:#7c6048;
}

.block-content-tabs .tab
{
	cursor:pointer;
	float:left;
	background-color:#444;
	height:35px;
	font-size:12px;
	font-weight:bold;
	padding-left:40px;
	text-align:right;
	padding-right:20px;
	color:#eee;
	line-height:35px;
	border-radius:0px 5px 5px 0px;
	margin-left:-3px;
	position:relative;
}

.block-content-tabs .tab img
{
	vertical-align:middle;
}

.block-content-tabs .tab.first
{
	margin-left:0px;
}

.block-content-tabs .tab.active
{
	background-color:#111;
	z-index:5;
}

/************* MAIN MAP STYLE *******************/
#main-map-container
{
	width:670px;
	height:630px;
	overflow:hidden;
	border:1px solid black;
	background-color:#000;
}

#main-map-toolbar-top
{
	height:40px;
	line-height:40px;
	background:#aaa;
	width:100%;
	border:1px solid grey;
	box-shadow:0px 5px 5px #333;
	z-index:2;
	position:relative;
}

#main-map-toolbar-top .inner
{
	padding:10px;
	padding-top:0px;
}

.map-grid-container
{
	position:absolute;
}

.map-grid-coord
{
	float:left;
	width:40px;
	height:40px;
	border:1px dashed #aaa;
	margin-left:-1px;
	margin-top:-1px;
	cursor:pointer;
}

.map-grid-coord-region-next-left
{
	background-image: url(images/maps/coordinates/coordinate-region-next-left.png);
}

.map-grid-coord-region-next-right
{
	background-image: url(images/maps/coordinates/coordinate-region-next-right.png);
}

.map-grid-coord-admin-select
{
	background-color:green;
	opacity:0.3;
}

.map-grid-coord-unpassable-terrain
{
	border:0;
	width:41px;
	height:41px;
	margin:0;
	background-image: url(images/maps/coordinates/coordinate-unpassable-terrain.png);
}

.no-grid .map-grid-coord
{
	border:0px;
	width:41px;
	height:41px;
	margin:0;
}

.map-grid-coord-unpassable-terrain:hover
{
	background-color:red;
	opacity:0.3;
}

.map-grid-coord-passable-terrain:hover
{
	background-color:gold;
	opacity:0.3;
}

.map-grid-coord-user-location
{
	background-image: url(images/maps/coordinates/coordinate-user-marker.png) !important;
}

.map-grid-coord-entity
{
	background-image: url(images/maps/coordinates/coordinate-entity-marker.png);
}

.map-grid-coord-waypoint-marker
{
	background-color:white;
	opacity:0.6;
}

.ui-tooltip
{
	width:50px !important;
}

#main-map-area
{
	padding:45px;
}

#main-map-ajax-indicator
{
	display:none;
	width:670px;
	height:630px;
	background-color:black;
	background-image: url(images/ajax-loader.gif);
	background-position: center center;
	background-repeat:no-repeat;
	opacity:0.2;
	position:absolute;
	z-index:10;
}

#main-map-pan-top
{
	font-size:40px;
	position:absolute;
	z-index:3;
	cursor:pointer;
	position:absolute;
	width:670px;
	text-align:center;
	height:45px;
}

#main-map-pan-left
{
	font-size:40px;
	position:absolute;
	z-index:3;
	cursor:pointer;
	position:absolute;
	line-height:620px;
	width:45px;
	text-align:right;
	height:630px;
}

#main-map-pan-right
{
	font-size:40px;
	position:absolute;
	z-index:3;
	margin-left:625px;
	cursor:pointer;
	position:absolute;
	line-height:620px;
	width:45px;
	height:630px;
}

#main-map-pan-top:hover, #main-map-pan-right:hover, #main-map-pan-bottom:hover, #main-map-pan-left:hover
{
	text-shadow:0px 0px 5px #000;
	color:white;
	box-shadow:0px 0px 10px #000;
	background-image: url(images/layout/filler_trans_50.png);
}

#main-map-pan-bottom
{
	font-size:40px;
	position:absolute;
	z-index:3;
	margin-top:575px;
	cursor:pointer;
	position:absolute;
	width:670px;
	text-align:center;
	height:55px;
}

#main-map-region-toggle
{
	cursor:pointer;
}

#worldmap
{
	text-align:center;
}

#worldmap img
{
	border:3px solid black;
}

.ui-widget-overlay
{
	background: #000;
	opacity:0.4;
}

#dialog
{
	display:none;
}

.dialog-worldmap.ui-widget-content
{
	background: transparent !important;
	border:0px !important;
}

.ui-dialog.dialog-worldmap
{
	z-index:100;
}

.dialog-worldmap .ui-dialog-titlebar
{
	display:none;
}

/****** MAP WAYPOINT TRAILS *************/
.map-trail-straight-x
{
	width:40px;
	height:40px;
	background-image: url(images/maps/trails/map-trail-straight-x.png);
}

.map-trail-straight-y
{
	width:40px;
	height:40px;
	background-image: url(images/maps/trails/map-trail-straight-y.png);
}

.map-trail-corner-1
{
	width:40px;
	height:40px;
	background-image: url(images/maps/trails/map-trail-corner-1.png);
}

.map-trail-corner-2
{
	width:40px;
	height:40px;
	background-image: url(images/maps/trails/map-trail-corner-2.png);
}

.map-trail-corner-3
{
	width:40px;
	height:40px;
	background-image: url(images/maps/trails/map-trail-corner-3.png);
}

.map-trail-corner-4
{
	width:40px;
	height:40px;
	background-image: url(images/maps/trails/map-trail-corner-4.png);
}

.map-trail-diagonal-1
{
	width:40px;
	height:40px;
	background-image: url(images/maps/trails/map-trail-diagonal-1.png);
}

.map-trail-diagonal-2
{
	width:40px;
	height:40px;
	background-image: url(images/maps/trails/map-trail-diagonal-2.png);
}

/******* TARGETS *******/
.map-trail-target-straight-left-right
{
	width:40px;
	height:40px;
	background-image: url(images/maps/trails/map-trail-target-straight-left-right.png);
}

.map-trail-target-straight-right-left
{
	width:40px;
	height:40px;
	background-image: url(images/maps/trails/map-trail-target-straight-right-left.png);
}

.map-trail-target-straight-bottom-top
{
	width:40px;
	height:40px;
	background-image: url(images/maps/trails/map-trail-target-straight-bottom-top.png);
}

.map-trail-target-straight-top-bottom
{
	width:40px;
	height:40px;
	background-image: url(images/maps/trails/map-trail-target-straight-top-bottom.png);
}

.map-trail-target-diagonal-bottom-left
{
	width:40px;
	height:40px;
	background-image: url(images/maps/trails/map-trail-target-diagonal-bottom-left.png);
}

.map-trail-target-diagonal-top-right
{
	width:40px;
	height:40px;
	background-image: url(images/maps/trails/map-trail-target-diagonal-top-right.png);
}

.map-trail-target-diagonal-top-left
{
	width:40px;
	height:40px;
	background-image: url(images/maps/trails/map-trail-target-diagonal-top-left.png);
}

.map-trail-target-diagonal-bottom-right
{
	width:40px;
	height:40px;
	background-image: url(images/maps/trails/map-trail-target-diagonal-bottom-right.png);
}

/************* INVENTORY STYLE *******************/
.inventory-character
{
	width:250px;
	height:300px;
	background-color:gray;
	float:left;
	text-align:center;
}

.character-equipment
{
	position:absolute;
	margin-left:5px;
	padding-top:5px;
}

.character-equipment-items
{
	position:relative;
}

.character-equipment .inventory-item-grid
{
	position:absolute;
	box-shadow:0px 0px 5px #555;
	color:#333;
}

.character-equipment .slot-head
{

}

.character-equipment-items .slot-head
{
	top:-369px;
	left:5px;
}

.character-equipment .slot-body
{
	margin-top:74px;
}

.character-equipment-items .slot-body
{
	top:-299px;
	left:5px;
}

.character-equipment .slot-legs
{
	margin-top:148px;
}

.character-equipment-items .slot-legs
{
	top:-225px;
	left:5px;
}

.character-equipment .slot-feet
{
	margin-top:222px;
}

.character-equipment-items .slot-feet
{
	top:-233px;
	left:176px;
}

.character-equipment .slot-lefthand
{
	margin-left:175px;
	margin-top:70px;
}

.character-equipment-items .slot-lefthand
{
	top:-303px;
	left:176px;
}

.character-equipment .slot-righthand
{
	margin-left:175px;
	margin-top:140px;
}

.character-equipment-items .slot-righthand
{
	top:-233px;
	left:176px;
}

.inventory-attributes
{
	width:420px;
	height:300px;
	background-color:#aaa;
	float:left;
}

.inventory-inventory
{
	width:100%;
	height:406px;
	background-color:#555;
}

.inventory-items
{
	padding:7px;
	padding-top:3px;
	padding-left:3px;
	position:relative;
}

.inventory-item
{
	cursor:pointer;
	position:absolute;
	padding:2px;
	border:1px solid black;
	margin-left:4px;
	background-color:gray;
	margin-top:4px;
	width:56px;
	height:56px;
}

.inventory-item.row-first, .inventory-item-grid.row-first
{
	margin-top:4px;
}

.inventory-item.column-first, .inventory-item-grid.column-first
{
	margin-left:4px;
}

.position-static
{
	position:static;
}

.inventory-item img
{
	width:56px;
}

.inventory-grid
{
	position:absolute;
	width:670px;
	padding:7px;
	padding-top:3px;
	padding-left:3px;
}

.inventory-item-grid
{
	float:left;
	padding:2px;
	border:1px solid black;
	margin-left:4px;
	background-color:gray;
	margin-top:4px;
	height:56px;
	width:56px;
}

.inventory-categories ul
{
	list-style-type:none;
	list-style-image:none;
	overflow:hidden;
	background-color:#333;
	box-shadow: 0px 5px 5px #000;
	border-bottom:1px solid grey;
	padding-top:7px;
	padding-bottom:7px;
}

.inventory-categories ul li
{
	float:left;
	padding-left:10px;
	padding-right:10px;
	background-color:#aaa;
	height:25px;
	line-height:25px;
	margin-left:5px;
	margin-right:5px;
	border-radius:5px;
	cursor:pointer;
}

.inventory-categories ul li:hover, .inventory-categories ul li.active
{
	background-color:#eee;
}

.context-menu {
    background-color: #F2F2F2;
    border: 1px solid #999999;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.context-menu a {
    color: #333333;
    display: block;
    padding: 3px;
	padding-right:35px;
	padding-left:25px;
	height:20px;
	line-height:20px;
    text-decoration: none;
}
.context-menu a:hover {
    background-color: #666666;
    color: white;
    text-decoration: none;
}