/*
9pt  -> 0.6em
10pt -> 0.7em
11pt -> 0.8em
14pt -> 1.2em
16pt -> 1.3em
22pt -> 1.6em
*/

body, html {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

body, input, textarea, select, option {
	font-family: arial;
	font-size: 1em;
}

div {
	/*
	border-color: black;
	border-width: 1;
	border-style: solid;
	*/
}

a {
	font-size: 0.7em;
	font-weight: bold;
	color: #555555;
  text-decoration: none;
}

a.little_button {
	font-size: 0.9em;
	font-weight: bold;
	background-color: #04A6DA;
	border: 1px solid #1e71ce;
	margin: 2px;
	padding: 2px;
	color: white;
}

a.little_button:hover {
	font-size: 0.9em;
	font-weight: bold;
	color: white;
}

a:hover {
	font-size: 0.7em;
	font-weight: bold;
	color: #555555;
  text-decoration: underline;
}

#body {
	width: 1068px;
	height: 800px;
	margin: auto;
	background-image: url(/private/include/espgg/images/background_page.gif);
  background-repeat: repeat-x;
}
#header {
	position: relative;
	width: 100%;
	height: 160px;
  background-image: url(/private/include/espgg/images/header.gif);
  background-repeat: no-repeat;
}
#center {
	text-align: left;
	margin: 0 auto;
	clear: both;
}
#left {
	float: left;
	width: 220px;
	height: 100%;
}
#content {
	position: relative;
	float: left;
	width: 780px;
	margin-left: 5px;
	height: 100%
}
#top {
	padding-top: 26px;
	padding-bottom: 26px;
}
#top.left {
	float: left;
}
#top.right {
	float: right;
}

#bottom {
	float: right;
	padding-top: 25px;
}
#bottom.left {
	float: left;
}
#bottom.right {
	float: right;
}

#list {
	clear: both;
}
#view {
	clear: both;
}
#edit {
	clear: both;
}

#right {
	float: right;
	width: 20px;
	height: 100%;
}

#footer {
	display: none;
	width: 100%;
	height: 40px;
}

#login {
	width: 240px;
	height: 180px;
	margin-top: 15%;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	background-color: #EAF3FA;
	font-size: 1.1em;
}

div#login form input {
	width: 240px;
}
div#login form a {
	background-color: #CEE1EF;
	font-size: 1em;
	border: 2px solid #89BAD4;
	padding: 4px 6px 4px 6px;
	float: right;
}

#disconnect {
	position: absolute;
	top: 0px;
	right: 14px;
	background-image: url(/private/include/espgg/images/bt_disconect.gif);
  background-repeat: no-repeat;
  width: 116px;
  height: 29px;
}

#disconnect {
	float: right;
	margin: 7px 5px 0 0;
}

#disconnect a {
	display: block;
	font-size: 0.7em;
	font-weight: bold;
	padding-top: 8px;
	padding-left: 32px;
	color: #048FC0;
  text-decoration: none;
}
#disconnect a:hover {
	font-size: 0.7em;
	font-weight: bold;
	color: #048FC0;
	text-decoration: underline;
}

#home {
	position: absolute;
	left: 10px;
	bottom: 38px;
}

#home a:hover {
	text-decoration: none;
}

#today {
	position: absolute;
	right: 14px;
	bottom: 15px;
	font-size: 0.8em;
	font-weight: bold;
	color: #1E71CE;
}

.header .authent {
	text-align: right;
	vertical-align: bottom;
	margin: 0px 8px 0px 0px;
}

tr {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#leftmenu {
	width: 180px;
	margin: 100px auto 10px auto;
}
#leftmenu a {
	display: block;
	vertical-align: middle;
}

table {
	border-collapse:collapse;
	width: 100%;
}

.pair {
	background-color: white;
}
.imp {
	background-color: #dddddd;
}

.field {
	color: #1E71CE;
	font-size: 0.93em;
	font-weight: bold;
	padding: 8px;
	vertical-align: top;
}
.value {
	font-size: 0.92em;
	padding: 8px;
}

th {
	border: 0px;
	padding: 0px;
	margin: 0px;
	font-size: 0.93em;
	color: #1E71CE;
}
td {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

th.left {
	width: 6px;
	height: 35px;
	background-image: url(/private/include/espgg/images/tablo_coin_h_g.gif);
  background-repeat: no-repeat;
}
th.inner {
	height: 35px;
	background-image: url(/private/include/espgg/images/tablo_raccord.gif);
  background-repeat: repeat-x;
}
th.right {
	width: 6px;
	height: 35px;
	background-image: url(/private/include/espgg/images/tablo_coin_h_d.gif);
  background-repeat: no-repeat;
}

th.title, td.title {
	text-align: left;
}

th.image, td.image {
	width: 50px;
	text-align: center;
}

th.active, td.active {
	width: 30px;
	text-align: center;
}

th.actions, td.actions {
	width: 30px;
	text-align: center;
}

.bt {
	border-top: 1px solid #aaaaaa;
}
.br {
	border-right: 1px solid #aaaaaa;
}
.bb {
	border-bottom: 1px solid #aaaaaa;
}
.bl {
	border-left: 1px solid #aaaaaa;
}

td.left {
	width: 5px;
}
td.inner {
	width: 168px;
}
td.inner:hover {
	background-color: #01B5E2;
}
td.right {
	width: 5px;
}

td.left_section {
	width: 5px;
	height: 35px;
	background-color: #e7e7e7;
}
td.inner_section {
	width: 168px;
	height: 35px;
	background-color: #e7e7e7;
	color: #1E71CE;
	font-size: 0.95em;
	font-weight: bold;
}
td.right_section {
	width: 5px;
	height: 35px;
	background-color: #e7e7e7;
}

td.left_bottom {
	width: 6px;
	height: 8px;
	background-image: url(/private/include/espgg/images/tablo_coin_b_g.gif);
  background-repeat: no-repeat;
}
td.inner_bottom {
	width: 168px;
	height: 8px;
	background-image: url(/private/include/espgg/images/tablo_bas.gif);
  background-repeat: repeat-x;
}
td.right_bottom {
	width: 6px;
	height: 8px;
	background-image: url(/private/include/espgg/images/tablo_coin_b_d.gif);
  background-repeat: no-repeat;
}


.left ul {
	font-weight: bolder;
	background-color: #dadada;
	padding: 4px 1px 2px 1px;
	margin: 0;
}

.left li {
	font-weight: normal;
	background-color: #ececec;
	list-style: none;
	padding-left: 8px;
	border-bottom-color: #dadada;
	border-bottom-style: solid;
	border-bottom-width: thin;
}

a.button {
	background: transparent url( /private/include/espgg/images/bt_d.gif ) no-repeat scroll top right;
	display: block;
	height: 47px;
	float: right;
	padding-right: 8px;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	color: white;
}

a.button.left {
	margin-left: 0px;
	margin-right: 12px;
}
a.button.right {
	margin-left: 12px;
	margin-right: 0px;
}

a.button span {
	background: transparent url( /private/include/espgg/images/bt_left.gif ) no-repeat;
	display: block;
	line-height: 37px;
	padding: 5px 0 5px 8px;
}
a.button:hover span{
	text-decoration:none;
}

#leftmenu a:hover
{
  text-decoration: none;
}

img
{
  border: 0px
}

/*
table th {
	background-color: #efefef;
}

td .integer {
	text-align: right;
}

table
{
  padding: 0px
}

img
{
  border: 0px
}

.little
{
	font-size: 9pt;
	font-weight: bold;
	color: #69001e
}

a
{
	font-size: 10pt;
	font-weight: bold;
	color: #69001e;
  text-decoration: underline
}
a:hover
{
	font-size: 10pt;
	font-weight: bold;
	color: #69001e;
  text-decoration: none
}

a.little
{
	font-size: 9pt;
	font-weight: bold;
	color: #69001e;
  text-decoration: none
}
a.little:hover
{
	font-size: 9pt;
	font-weight: bold;
	color: #69001e;
  text-decoration: underline
}

table.border_grey
{
  border-color: #c5c5c5;
  border-style: solid;
  border-width: 1px;
}

tr.red
{
	font-size: 9pt;
	font-weight: bold;
	color: white;
  background-color: #69001e;
  text-transform: uppercase
}

td.bl
{
  border-left-color: #e5e5e5;
  border-left-style: solid;
  border-left-width: 2px;
}
td.bt
{
  border-top-color: #e5e5e5;
  border-top-style: solid;
  border-top-width: 2px;
}
td.br
{
  border-right-color: #e5e5e5;
  border-right-style: solid;
  border-right-width: 2px;
}
td.bb
{
  border-bottom-color: #e5e5e5;
  border-bottom-style: solid;
  border-bottom-width: 2px;
}

.titre {
	color: #69001e;
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
}

.black {
	font-size: 9pt;
  color: black;
	font-weight: bold;
}

.mentions {
	font-size: 7pt;
}
*/
