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

/* Render */
html {
	font-family: Verdana, Arial;
	font-size: 90%;
}

body {
	font-size: 0.75em;
	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;
}

ul, li {
	margin: 0;
	padding: 0;
}
ul {
	margin-left: 20px;
}

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

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

	opacity: 0.80;
}

div#infoBulleWrap {
	padding: 5px;
	position: absolute;
	z-index: 50;
	border-radius: 5px;
}

div#errorWrap {
	background: #fcc;
	padding: 10px;
	position: absolute;
	z-index: 200;
	border-radius: 6px;
	border: 3px solid #c00;
	color: #c00;
	font-weight: bold;
}

div#okWrap {
	background: #cfc;
	padding: 10px;
	position: absolute;
	z-index: 150;
	border-radius: 6px;
	border: 3px solid #090;
	color: #090;
	font-weight: bold;
}

div#infoWrap {
	padding: 10px;
	position: absolute;
	z-index: 100;
	border-radius: 5px;
}

div#notifierWrap {
	padding: 7px;
	position: absolute;
	width: 230px;
	z-index: 250;
	border-radius: 5px;
}

div#mainWrap {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

div#headerWrap {
	width: 980px;
	height: 88px;
	margin-top: 75px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px 10px 0 0;
}

div#headerWrap div#headerLogo {
	width: 582px;
	height: 0px;
	position: relative;
	top: -70px;
	left: 75px;
	float: left;
}

div#headerWrap div#headerFacebook {
	width: 24px;
	height: 24px;
	position: relative;
	top: 5px;
	left: 5px;
	float: left;
}

div#headerWrap div#headerTwitter {
	width: 24px;
	height: 24px;
	position: relative;
	top: 5px;
	left: 10px;
	float: left;
}

div#headerWrap div#headerWeather {
	width: 150px;
	height: 75px;
	position: relative;
	top: 10px;
	right: 10px;
	float: right;
}

div#footerWrap {
	width: 980px;
	height: 15px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-radius: 0 0 10px 10px;
}

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

div#contentWrap {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

div#menuWrap {
	text-align: right;
}

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

a:hover {
	text-decoration: underline;
}

a.copyright {
	color: #d1852d;
}

div.container {
	padding: 10px;
	border-radius: 5px;
}
.container_title {
	font-size: 1.1em;
	font-weight: bold;
}
.container_ok {
	font-weight: bold;
}
.container_error {
	font-weight: bold;
}

input, select {
	font-size: 1em;
	border-radius: 3px;
}

textarea {
	font-size: 1.5em;
	border-radius: 3px;
}

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

.copyright {
	font-size: 0.9em;
}

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

h1 {
	font-size: 2.5em;
}

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

h3 {
	font-size: 1.7em;
}

h4 {
	font-size: 1.5em;
}

h5 {
	font-size: 1.3em;
}

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

.table_head {
	font-size: 1.1em;
	font-weight: bold;
}

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;
}

table.normalbar {
	border-radius: 3px;
}

/* Colors */
html {
	background-color: #a30505;
}

body {
	background-color: #a30505;
	color: #000000;
	background: url('../image/background.png') repeat-x;
	background-attachment: fixed;
}

div#infoBulleWrap {
	background: #f1f2a1;
	border: 1px solid #664;
}

div#infoWrap {
	background: #f1f2a1;
}

div#notifierWrap {
	background: #f3fdbe;
	border: 1px solid #400000;
	box-shadow: 2px 2px 1px #700202;
}

div#headerWrap {
	background-color: #f0ea8b;
	border-left: 5px solid #d1852d;
	border-top: 5px solid #d1852d;
	border-right: 5px solid #d1852d;
	box-shadow: 5px 5px 4px #700202;
}

div#footerWrap {
	background-color: #f0ea8b;
	border-left: 5px solid #d1852d;
	border-bottom: 5px solid #d1852d;
	border-right: 5px solid #d1852d;
	box-shadow: 5px 5px 4px #700202;
}

div#contentWrap {
	background-color: #f0ea8b;
	border-left: 5px solid #d1852d;
	border-right: 5px solid #d1852d;
	box-shadow: 5px 5px 4px #700202;
}

a {
	color: #a30505;
}

div.container {
	background-color: #fff;
	border: 1px solid #d1852d;
	box-shadow: 2px 2px 2px #c0b758;
}
.container_title {
	color: #d1852d;
}
.container_ok {
	color: #0c0;
}
.container_error {
	color: #c00;
}

div.container1 {
	background-color: #fff;
}

div.container2 {
	background-color: #f3fdbe;
}

div.container3 {
	background-color: #d63838;
	color: #fff;
}

input, select {
	border: 1px solid #d1852d;
}

textarea {
	border: 1px solid #d1852d;
}

h1, h2, h3, h4, h5 {
	color: #d1852d;
}

.table_head {
	color: #d1852d;
}

.table_row_1 {
	background: #f3fdbe;
}

.table_row_2 {
	background: #fff;
}

table.normalbar {
	border: 1px solid #a30505;
}

td.dashed-top-separator {
	border-top: 1px dashed #d1852d;
}

