/* @group http://meyerweb.com/eric/tools/css/reset */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */


/* Always show vertical scrollbar in firefox */
html {
	overflow-y: scroll;
}
body {
	background-image: url(../images/backgroundPatternStone.jpg); /* borrowed from forums-eu.ageofconan.com */
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 70%;
	line-height: 1.2em;
}
p {
	margin-bottom: 0.5em;
}
h1, h2, h3, h4, h5, h6 {
	font-family: georgia, times new roman, serif;
	margin-bottom: 10px;
	margin-top: 10px;
}
h1 {
	font-size: 3.3em;
}
h2 {
	font-size: 2.8em;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.2em;
}
a {
	color: #CC6600;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul li {
	line-height: 1.1em;
}
div.container {
	clear: both;
	margin: 20px auto 0px auto;
	width: 800px;
}
div.content {
	background-color: white;
	border: 1px outset black;
	overflow: auto;
	padding: 10px;
}
div.footer {
	clear: both;
	color: white;
	font-style: italic;
	line-height: 1.2em;
	margin: 10px auto 20px auto;
	width: 800px;
	text-align: center;
}
div.footer a.selected {
	text-decoration: underline;
}
div.footer span.stats {
	color: #006000;
	font-style: italic;
}
div.paypal {
	clear: both;
	color: white;
	font-style: italic;
	line-height: 1.2em;
	margin: 10px auto 20px auto;
	width: 800px;
	text-align: center;
}
fieldset.collapsible {
 	border: 1px outset #000000;
 	padding: 10px;
 	margin-bottom: 10px;
}
fieldset.collapsible.collapsed {
 	border-left: none; border-right: none; border-bottom: none; padding-bottom: 0;
 	margin-bottom: 0px;
}
fieldset.collapsible legend {
	padding: 0 3px;
}
fieldset.collapsible legend a {
	font-weight: bold;
 	text-decoration: none;
 	background: url('../img/expanded.png') no-repeat scroll 0 2px;
 	padding-left: 13px;
}
fieldset.collapsible.collapsed legend a {
 	background: url('../img/collapsed.png') no-repeat scroll 0 2px;
}

a.Mundane {
 	color: #8A8A89 !important;
 	font-weight: bold;
}
a.Superior {
 	color: #B7B7B7 !important;
 	font-weight: bold;
}
a.Enchanted {
 	color: #5B933D !important;
 	font-weight: bold;
}
a.Rare {
 	color: #006EA7 !important;
 	font-weight: bold;
}
a.Epic {
 	color: #8D11BE !important;
 	font-weight: bold;
}
a.Legendary {
 	color: #E38F35 !important;
 	font-weight: bold;
}

/* @group Item search form */
#itemSearch input {
	border: 1px outset black;
}
#itemSearchResult {
	display: none;
	background-color: #FFFF80;
	border: 1px dotted black;
	font-size: 0.9em;
	padding: 5px 5px 5px 15px;
	margin-top: 10px;
}
/* @end */

div.response {
	background-color: #FFFF80;
	border: 1px dotted black;
	display: inline-block;
	font-size: 0.9em;
	margin-bottom: 10px;
	min-width: 490px;
	padding: 5px;
}
div.response.error {
	color: #C00000;
}

/*----- admin ----------------------------------------------------------------*/
div.container.admin {
	width: 98%;
}
div.admin div.topmenu {
	border: 1px solid #E0E0E0;
	overflow: auto;
	margin-bottom: 10px;
	padding: 2px 5px;
}
div.admin div.topmenu ul {
	display: inline-block;
	float: left;
	margin: 0;
	overflow: auto;
	padding: 0;
}
div.admin div.topmenu ul li {
	display: inline-block;
	float: left;
	margin: 0 10px 0 0;
	padding: 2px 4px;
	text-align: center;
}
div.admin div.topmenu ul li.selected a {
	color: #202020;
}
#itemImage {
	display: inline-block;
	float: left;
	margin-left: 20px;
}

/*-END- admin ----------------------------------------------------------------*/

/*----- belaui ---------------------------------------------------------------*/

div.container.belaui {
	margin: 20px auto 0 auto;
	width: 800px;
	border: 1px solid white;
}
div.container.belaui div.content {
	border: none;
	margin-top: -2px;
}

/*-END- belaui ---------------------------------------------------------------*/
/*----- onyx -----------------------------------------------------------------*/

div.container.onyx {
	margin: 20px 0 20px 20px;
	width: 1200px;
}
div.container.onyx div.map {
	border: 1px outset black;
	float: left;
	width: 700px;
}
div.container.onyx div.content {
	float: right;
	width: 476px;
}
div.container.onyx div.footer,div.container.onyx div.paypal {
	clear: none;
	float: left;
	width: 700px;
}
/* @group Onyx tooltip */
#onyxTooltip, .onyxTooltip {
	display: none;
	background-color: #FFFF80;
	border: 1px outset black;
	font-size: 0.9em;
	line-height: 1.1em;
	padding: 2px;
	max-width: 375px;
	position: absolute;
	z-index: 10;
}
.onyxTooltip {
	cursor: move;
}
#onyxTooltip hr, .onyxTooltip hr {
	border: none;
	border-top: 1px dotted black;
	padding: 0;
	margin: 3px 0 0 0;
}
#onyxTooltip a.close, .onyxTooltip a.close {
	float: right;
	margin-left: 10px;
}
/* @end */

/*-END- onyx -----------------------------------------------------------------*/

/*----- aoc scripts ----------------------------------------------------------*/

div.aoc-scripts code {
	background: url(../images/backgroundPatternStone.jpg); /* borrowed from forums-eu.ageofconan.com */
	border: 2px inset black;
	color: white;
	display: block;
	font: normal 11px courier new;
	padding: 5px;
	margin-bottom: 10px;
}

/*-END- aoc scripts ----------------------------------------------------------*/

/*----- rotgs factions -------------------------------------------------------*/

div.container.aoc-armory {
	margin: 20px auto 0 auto;
	width: 800px;
	border: 1px solid white;
}
/* deprecated */
div.container.aoc-armory div.content {
	background-color: white;
	border: none;
	margin-top: -2px;
	padding: 10px;
}
div.container.aoc-armory #content {
	background-color: white;
	border: none;
	overflow: auto;
	padding: 10px;
}
div.aoc-armory ul {
	margin-left: 15px;
}

div.aoc-armory ul li {
	list-style-type: disc;
	margin-left: 5px;
	line-height: 1.2em;
}
div.aoc-armory ul.locations li.dungeon strong {
	color: #408040;
}
div.aoc-armory ul.locations li.merchant strong {
	color: #202080;
}
div.aoc-armory ul.locations li.raid strong {
	color: #800000;
}
div.aoc-armory ul.locations li ul.categories li a {
	color: #303030;
}
div.aoc-armory ul.locations li ul.categories li ul.sets li a {
	color: #CC6600;
}
div.aoc-armory ul.sets li, div.aoc-armory ul.items li {
	list-style-type: lower-roman;
}
div.aoc-armory fieldset.itemSearchResult ul.items li {
	list-style-type: decimal;
}
#itemSearchResult ul.items li {
	list-style-type: decimal;
}
div.aoc-armory ul.items li.hover {
	background-color: #E0E0E0;
}
div.aoc-armory ul.items li span.price {
	float: right;
}
div.aoc-armory ul.items li span.price img.coin, div.admin span.price img.coin {
	vertical-align: text-bottom;
	margin: 0 2px;
}
div.aoc-armory div.topLink {
	margin-top: 10px;
	text-align: right;
}
div.aoc-armory li.collapsible.collapsed {
	list-style-type: circle;
}
div.aoc-armory li.collapsible.collapsed ul.categories, div.aoc-armory li.collapsible.collapsed ul.sets, div.aoc-armory li.collapsible.collapsed ul.items {
	display: none;
}
div.aoc-armory div.topmenu {
	background-color: #E0E0E0;
	overflow: auto;
	padding: 2px 5px;
}
div.aoc-armory div.topmenu ul {
	display: inline-block;
	float: left;
	margin: 0;
	overflow: auto;
	padding: 0;
}
div.aoc-armory div.topmenu ul li {
	display: inline-block;
	float: left;
	margin: 0;
	padding: 2px 4px;
	text-align: center;
}
div.aoc-armory div.topmenu ul li.selected a {
	color: #202020;
}
div.aoc-armory div.topmenu div.search {
	display: inline-block;
	float: right;
	text-align: right;
}
div.aoc-armory div.topmenu div.search input {
	border: 1px solid #C0C0C0;
	font-size: 12px;
	padding: 1px 2px;
	vertical-align: bottom;
}
div.aoc-armory div.topmenu div.search input[type="submit"] {
	background-color: #FFFF80;
	font-size: 10px;
	margin-left: 5px;
}
div.aoc-armory div.mainmenu {
	background-color: #E0E0E0;
	border-bottom: 1px solid #C0C0C0;
	overflow: auto;
	margin-top: -2px;
	padding: 2px 5px;
}
div.aoc-armory div.mainmenu ul {
	display: inline-block;
	float: left;
	margin: 0;
	overflow: auto;
	padding: 0;
}
div.aoc-armory div.mainmenu ul li {
	display: inline-block;
	float: left;
	margin: 0 10px 0 0;
	padding: 2px 4px;
	text-align: center;
	white-space: nowrap;
}
div.aoc-armory div.mainmenu ul li.selected a {
	color: #202020;
}
/*
div.aoc-armory div.menu {
}
div.aoc-armory div.menu ul li {
}
*/
/*
div.aoc-armory #menu ul li.selected {
	background-image: url(../images/lgrey091.gif);
}
div.aoc-armory #menu ul li.selected a {
	color: #202020;
}
*/
/* @group Attribute Calculator */
#attrCalc {
	background-color: white;
	border: 1px outset black;
	display: none;
	position: absolute;
	height: 180px;
	width: 250px;
	z-index: 9000;
}
#attrCalc a.close {
	background-color: #404040;
	border: 1px solid #090909;
	border-top: none;
	border-right: none;
	color: white;
	float: right;
	font-weight: bold;
	padding: 2px 5px;
	text-decoration: none;
}
#attrCalc a.close img {
	vertical-align: text-bottom;
}
#attrCalc h4 {
	cursor: move;
	margin: 0 0 5px 0;
}
#attrCalc div.attrWin {
	padding: 10px;
}
#attrCalc input, #attrCalc select {
	font-size: 11px;
	padding: 2px 3px;
}
/* @end */

/* @group Tooltip */
#itemTooltip {
	display: none;
	position: absolute;
	z-index: 10000;
}
div.itemTooltip {
	display: none;
	cursor: move;
	position: absolute;
	z-index: 10;
}
div.itemTooltip a.close {
	background-color: #404040;
	border: 1px solid #090909;
	border-bottom: none;
	color: white;
	display: inline-block;
	font-weight: bold;
	padding: 2px 5px;
	text-decoration: none;
}
div.itemTooltip a.close img {
	vertical-align: text-bottom;
}

/* @end */

/* @group armorBuilder */
div.armorBuilder {
	background-color: white;
	border: 1px outset black;
	overflow: auto;
	position: absolute;
	height: 550px;
	width: 400px;
}
div.armorBuilder a.close {
	background-color: #404040;
	border: 1px solid #090909;
	border-top: none;
	border-right: none;
	color: white;
	float: right;
	font-weight: bold;
	padding: 2px 5px;
	text-decoration: none;
}
div.armorBuilder a.close img {
	vertical-align: text-bottom;
}
div.armorBuilder h4 {
	cursor: move;
	margin: 0 0 5px 0;
}
div.armorBuilder div.armorBuilderWin {
	padding: 10px;
}
div.armorBuilder td.drop-highlight {
	background-color: #FFFF80 !important;
}
div.armorBuilder td.drop-hover {
	background-color: #80FF80 !important;
}

/* @end */

/*-END- rotgs factions -------------------------------------------------------*/

/*----- tables ---------------------------------------------------------------*/
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	border: 1px solid #808080;
	margin:0 0 10px 0;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #E6EEEE;
	/*border: 1px solid #808080;*/
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(../img/sort.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	padding-right: 17px;
}
table.tablesorter tfoot th input {
	border: 1px outset #808080;
	color: #3D3D3D;
	font-size: 8pt;
	margin: 0;
	padding: 1px 2px;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	/*vertical-align: top;*/
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter tbody td a img {
	vertical-align: bottom;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../img/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../img/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #8dbdd8;
}

table.tableedit {
	font-family:arial;
	background-color: #CDCDCD;
	border: 1px solid #808080;
	margin:0 0 10px 0;
	font-size: 8pt;
	text-align: left;
}
table.tableedit thead tr th, table.tableedit tfoot tr th {
	background-color: #E6EEEE;
	border: 1px solid #808080;
	font-size: 8pt;
	padding: 4px;
}
table.tableedit tfoot th input {
	border: 1px outset #808080;
	color: #3D3D3D;
	font-size: 8pt;
	margin: 0;
	padding: 1px 2px;
}
table.tableedit tbody th {
	background-color: #E6EEEE;
	border: 1px solid #808080;
	color: #3D3D3D;
	padding: 4px;
	vertical-align: top;
}
table.tableedit tbody td {
	background-color: #FFFFFF;
	border: 1px solid #808080;
	color: #3D3D3D;
	padding: 4px;
	vertical-align: top;
}
table.tableedit tbody td input, table.tableedit tbody td textarea, table.tableedit tbody td select {
	border: 1px inset #808080;
	color: #3D3D3D;
	font-size: 8pt;
	margin: 0;
	padding: 1px 2px;
	width: 98%;
}
table.tableedit tbody td select.empty {
	color: #CC6600;
}
table.tableedit tbody td select option {
	color: #3D3D3D;
}
table.tableedit tbody td input.attribute {
	text-align: right;
	width: 30px;
}
/*-END- tables ---------------------------------------------------------------*/

/* @group shoutbox */
#shoutbox {
	border: 1px solid #C0C0C0;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 250px;
}
#shoutbox div.header {
	background-color: #E0E0E0;
	border-bottom: 1px solid #C0C0C0;
	color: #202020;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}
#shoutboxMessages {
	color: #202020;
	padding: 5px;
}
#shoutboxMessages div.message {
	border-bottom: 1px solid #C0C0C0;
	color: #404040;
	margin-bottom: 2px;
	padding-bottom: 2px;
}
#shoutboxMessages div.message div.title {
	color: #202020;
	font-weight: bold;
}
#shoutboxMessages div.message div.author {
	font-size: 10px;
	font-style: italic;
	text-align: right;
}
#shoutboxMessages div.message div.author span.name {
	color: #408040;
}
#shoutboxMessages div.message div.author span.guild {
	color: #800000;
}
#shoutboxMessages div.message div.author span.server {
	color: #202080;
}
#shoutbox div.addLink {
	font-size: 10px;
	font-style: italic;
	padding: 0 5px 5px 5px;
	text-align: right;
}
#shoutbox div.addForm {
	padding: 5px;
}
#shoutbox div.addForm table {
	border: 1px solid #C0C0C0;
	width: 100%;
}
#shoutbox div.addForm table td {
	padding: 4px;
}
#shoutbox div.addForm label {
	display: block;
	font-weight: bold;
	margin-bottom: 4px;
}
#shoutbox div.addForm input, #shoutbox div.addForm textarea, #shoutbox div.addForm select {
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 10px;
	width: 95%;
}
#shoutbox div.addForm input.button {
	font-size: 10px;
	width: auto;
}
/* @end */

/* http://www.positioniseverything.net/easyclearing.html */
/* deprecated, use overflow:auto instead */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
