label {
	cursor:pointer;
}


body {
	margin: 0 0 0 0;
	padding: 0;
	background: #FFFFFF url("/lo10/images/style/img01.gif?1274447681") repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}


body, html {
	height: 100%;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #3E3E3E;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

p, ul {
	line-height: 14pt;
	font-size: 10pt;
}

p#legal {
	margin: 0 0 2em 0;
	font-size: 10px;
}

a {
	color: #ff0088;
}

a:hover, a:active {
	text-decoration: none;
	color: #ff0088;
}

img {
	border: none;
}

/********************************* Table ********************************/

table {
	border-collapse: collapse;
}

td, th {
	padding: 5px;
}

table.withborder td, table.withborder th {
	border: 1px solid #E0E0E0;
}

.center {
	text-align: center;
}

th {
	background-color: #ff0088;
	color: white;
}

/* Form */

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	padding: 1px;
	border: 1px solid silver; /* #E0E0E0; */
}

input.checkbox {
	width: 10px;
}

input, textarea, select.country {
	width: 300px;
}

/******************************** Header and logo ********************************/

#header {
	padding-top: 100px;
	width: 850px;
	height: 82px;
	margin: 0 auto 40px auto;
	background: url("/lo10/images/style/img03.gif?1274446331") repeat-x left bottom;
}

#localeselect {
	position: absolute;
	left: 5px;
	top: 25px;
}

#wcalogo {
	position: absolute;
	top: 25px;
	right: 5px;
}

#w3c {
	position: absolute;
	left: 5px;
	bottom: 35px;
}

#logo {
	float: left;
}

#logo h1 {
	font-size: 38px;
	color: #494949;
}

#logo h2 {
	margin-top: 0px;
	font-size: 17px;
	color: #A0A0A0;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 20px;
	padding: 7px;
	text-decoration: none;
	font-size: 13px;
	color: #000000;
}

#menu .active a {
	background: url("/lo10/images/style/img02.gif?1274447681") repeat-x left bottom;
}

/********************************* Page ********************************/

#page {
	width: 850px;
	margin: 0 auto;
	padding-bottom: 100px;
}

#container {
	min-height: 100%;
	position: relative;
}

/* Post */

#page p, #page h1, #page h2, #page h3 {
	margin-bottom: 20px;
	margin-top: 5px;
	padding-bottom: 5px;
}

#page h1, #page h2, #page h3 {
	margin-top: 10px;
	background: url("/lo10/images/style/img03.gif?1274446331") repeat-x left bottom;
}


/********************************* Footer ********************************/

#footer {
/* 	height: 70px; */
/*	min-height: 100px; */
/* 	padding: 130px 0 0 0; */
	background: #003448 url("/lo10/images/style/img09.gif?1274447681") repeat-x;
	height: 100px;
	position: absolute;
	bottom: 0;
	width: 100%;
}

#legal {
	padding-top: 45px;
	text-align: right;
	color: gray;
}

#legal a {
	color: gray;
}

