/**
 * /common.css
 *
 * Dragonea (http://www.dragonea.com)
 *
 * @author Jejem <jejem@phyrexia.org>
 * @copyright Jérémy 'Jejem' Desvages
**/

html {
	background-color: #a30505;
	font-family: Verdana, Arial;
	font-size: 90%;
}

body {
	background-color: #a30505;
	font-size: 0.75em;
	color: #000000;
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}

img {
	border: 0;
	vertical-align: middle;
}

div, p, td {
	font-size: 1em;
}

div.spacer {
	clear: both;
}

p {
	margin: 0;
	padding: 0;
}
p.small {
	font-size: 0.9em;
}

div#lockWrap {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;

	background: #000;
	position: absolute;
	z-index: 50;

	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}

div#infoBulleWrap {
	background: #f1f2a1;
	border: 1px solid #664;
	padding: 5px;
	position: absolute;
	z-index: 50;
}

div#errorWrap {
	background: #ffcccc;
	padding: 10px;
	position: absolute;
	z-index: 200;
}

div#okWrap {
	background: #ccffcc;
	padding: 10px;
	position: absolute;
	z-index: 150;
}

div#infoWrap {
	background: #f1f2a1;
	padding: 10px;
	position: absolute;
	z-index: 100;
}

div#mainWrap {
	background-color: #a30505;
	width: 998px;
	margin-left: auto;
	margin-right: auto;
}

div#headerWrap {
	background-color: #a30505;
	background: url('../image/header.png') no-repeat;
	width: 998px;
	height: 177px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

div#headerWrap div#headerImg {
	/*background: url('../image/header-dragon.png') no-repeat;*/
	width: 175px;
	height: 175px;
	position: relative;
	top: 0px;
	right: 100px;
	float: right;
}

div#footerWrap div#footerImg {
	/*background: url('../image/footer-dragon.png') no-repeat;*/
	width: 175px;
	height: 175px;
	position: relative;
	top: 0px;
	left: 100px;
	float: left;
}

div#footerWrap {
	background-color: #a30505;
	background: url('../image/footer.png') no-repeat;
	width: 998px;
	height: 177px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

div#copyrightWrap {
	color: #fff;
	width: 998px;
	text-align: center;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

div#contentWrap {
	background-color: #f0ea8b;
	border-left: 10px solid #d1852d;
	border-right: 10px solid #d1852d;
	width: 936px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
}

div#menuWrap {
	text-align: right;
}

a {
	color: #a30505;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.copyright {
	color: #d1852d;
}

div.container {
	background-color: #fff;
	padding: 10px;
}
/*div.container */.container_title {
	color: #d1852d;
	font-size: 1.1em;
	font-weight: bold;
}
div.container .container_ok {
	color: #05a305;
	font-weight: bold;
}
div.container .container_error {
	color: #a30505;
	font-weight: bold;
}

input, select {
	border: 1px solid #d1852d;
	font-size: 1em;
}

textarea {
	border: 1px solid #d1852d;
	font-size: 1.5em;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

.copyright {
	font-size: 0.9em;
}

h1, h2, h3, h4, h5 {
	background: transparent;
	color: #d1852d;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 2.5em;
}

h2 {
	margin: 5px;
	font-size: 2em;
}

h3 {
	font-size: 1.7em;
}

h4 {
	font-size: 1.5em;
}

h5 {
	font-size: 1.3em;
}

.disabled {
	text-decoration: line-through;
}

tr .table_head {
	color: #d1852d;
	font-size: 1.1em;
	font-weight: bold;
}

tr .table_row_1 {
	background: #f3fdbe;
}

tr .table_row_2 {
	background: #fff;
}

div#exploreWrap {
	width: 800px;
	height: 450px;
	margin-left: auto;
	margin-right: auto;
}

div#exploreWrap div {
	visibility: hidden;
	position: absolute;
	width: 20px;
	height: 20px;
	margin: auto;
	text-align: center;
	vertical-align: middle;
}

#msg_to_list {
	background: #fff;
	text-align: left;
	overflow: hidden;
}

#msg_to_list {
	position: absolute;
	width: 500px;
	background-color: white;
	margin: 0px;
	padding: 0px;
}

#msg_to_list ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	max-height: 10em;
	overflow: auto;
	border: 1px solid #d1852d;
}

#msg_to_list ul li {
	display: block;
	margin: 0;
	padding: 2px;
	cursor: pointer;
}

#msg_to_list ul li.selected {
	background: #f0ea8b;
}
