/* -------------------------------------- */
/* openMII - Share your WII number        */
/* Copyright (c) PlumbR LLC.              */
/* All rights reserved                    */
/* -------------------------------------- */

/* -------------------------------------- */
/* GLOBAL                                 */
/* -------------------------------------- */

body {
	margin: 0;
	padding: 0;
	background-color: white;
	font-size: 10pt;
	font-family: Arial, Geneva, Verdana, sans-serif;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 9pt;
	color: white;
}

h2 {
	color: #aaa;
	font-size: 11pt;
	margin: 0 0 5px 0;
	padding: 0;
}

h3 {
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 10pt;
}

img { border: 0; }

form {
	margin: 0;
	padding: 0;
}

sup {
	font-size: 7px;
	vertical-align: 2px;
}

p>a:hover { text-decoration: underline; }

/* -------------------------------------- */
/* COMMON                                 */
/* -------------------------------------- */

.orange { color: #ff5800; }
.blue { color: #34beed; }

/* a href link button */
.button {
	height: 21px;
	width: 189px;
	float: left;
	display: block;
	margin-top: 10px;
	padding-top: 6px;
	text-align: center;
	color: black;
	font-weight: bold;
	text-decoration: none;
}
.button:hover { color: white; text-decoration: none; }
.bGreen { background: url('../images/button_green.png') no-repeat; }
.bGrey  { background: url('../images/button_grey.png') no-repeat; }

.left  { float: left; }
.right { float: right; }
.txtRight  { text-align: right; }
.txtCenter { text-align: center; }

.clear { clear: both; }

ul.list1 {
	list-style-image: url('../images/bullet_2.png');
}

.list1>li {}

/* -------------------------------------- */
/* TEMPLATE MAIN BLOCS                    */
/* -------------------------------------- */

#header {
	height: 21px;
	padding-top: 6px;
	background: #454545 url('../images/header_background.png') repeat-x;
	color: #fff;
	font-size: 8.5pt;
}

#main {
	background: #BAE0ED url('../images/background.gif') no-repeat;
	min-height: 460px;
	padding: 0 0 15px 0;
}

#footer {
	clear: both;
	padding-top: 2px;
	background: url('../images/footer_background.gif') repeat-x;
	color: #666;
	font-size: 7.5pt;
}

.container { width: 740px; }

#content {
	clear: both;
	margin-left: 368px;
}

#pubRight {
	z-index: 999;
	position: absolute;
	top: 124px;
	left: 780px;
	height: 560px;
	width: 160px;
	border: solid 2px #abdced;
	background-color: #fff;
}

#pubLeft {
	z-index: 999;
	position: absolute;
	top: 470px;
	left: 32px;
	height: 300px;
	width: 300px;
	border: solid 2px #abdced;
	background-color: #fff;
}

/* -------------------------------------- */
/* HEADER                                 */
/* -------------------------------------- */

#header img {
	vertical-align: -2px;
	margin: 0 5px 0 15px;
}

/* -------------------------------------- */
/* FOOTER                                 */
/* -------------------------------------- */

#containerFooter {
	width: 740px;
	padding: 70px 0 40px 0;
	min-height: 120px;
	background: url('../images/footer_logo.png') center 75px no-repeat;
	line-height: 11pt;
}

#footerLeft {
	float: left;
	width: 240px;
	margin: 10px 0 0 20px;
	color: #aaa;
}

#footerRight {
	float: right;
	width: 280px;
	margin: 10px 0 0 0;
	text-align: right;
	color: #aaa;
}

#footer a {
	text-decoration: none;
	color: #aaa;
}

#footer a:hover {
	text-decoration: underline;
	color: #ff5800;
}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer li { display: inline; }

#partners {
	clear: both;
	margin: 0 0 0 20px;
	padding-top: 30px !important;
	padding-top: 0;
	color: #666;
}
#partners a, #partners a:hover { color: #666; }

/* -------------------------------------- */
/* TABS                                   */
/* -------------------------------------- */

#menu {
	width: 745px;
	display: block;
	padding-bottom: 60px;
}

#tabs {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}

#tabs li {
	float: left;
	background: url('../images/tab_left.png') no-repeat left bottom;
	margin: 0 2px 0 0;
	padding: 0 0 0 6px;
}

#tabs a {
	float: left;
	display: block;
	background: url('../images/tab_right.png') no-repeat right bottom;
	padding: 4px 10px 6px 6px;
	font-size: 7pt;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

/* Hack IE5-Mac \*/
#tabs a {
	float: none;
}
/* Fin du hack IE5-Mac */

#tabs a:hover { color: #333; }

#tabs #current { 
	background-image: url('../images/tab_left_active.png');
}

#tabs #current a {
	background-image: url('../images/tab_right_active.png');
	color: #333;
	font-weigth: bold;
}

/* -------------------------------------- */
/* PAGES CONTENT                          */
/* -------------------------------------- */

.bloc {
	float: left;
	width: 339px;
	min-height: 88px;
	padding: 20px 20px 0 20px;
	background: url('../images/bloc_background.png') no-repeat;
	font-size: 8.5pt;
	line-height: 12pt;
	color: #666;
}

.blocEnd {
	clear: both;
	height: 17px;
	width: 379px;
	background: url('../images/bloc_end.png');
	margin-bottom: 15px;
}

.bloc h2 {
	color: #ff5800;
}

.bloc p {
	margin: 0;
	padding: 0;
}

.bloc a {
	color: black;
	text-decoration: none;
}

.bloc ul {}
.bloc li {}

/* HOMEPAGE */
.icon {
	float: left;
	margin: 0 15px 0 0;
}

.icon2 {
	vertical-align: -2px;
	margin: 5px 5px 0 0;
}

.text {
	float: right;
	width: 260px;
	padding-bottom: 10px;
}

.loading {
	margin: 15px 0 0 10px;
}

/* CONTACT LIST */

.groups {
	margin: 20px 0 20px 0;
	padding: 0;
	list-style: none;
}

.groups h3 {
	background: #34beed url('../images/contactgroups_bg.png');
	height: 19px;
	width: 325px;
	padding: 3px 0 0 12px;
	font-size: 8.5pt;
	color: white;
}

.groups h3>a { color: white; }

.selectGroup {
	background-color: #777;
	color: #fff;
	font-size: 8pt;
}

.selectGroup>a {
	color: #fff;
}

.contacts {
	max-height: 150px;
	width: 335px;
	overflow: auto;
	padding: 0;
	margin: 0;
	border: solid 1px #ccc;
}

.contactsLarge {
	max-height: 200px;
}

.contacts table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

.contacts td  { 
	padding: 0 5px 0 5px;
	margin: 0;
	height: 19px;
}

.contacts .r0 { 
	background-color: #efefef;
	border-top: solid 1px #ccc;
}

.contacts .r1 { 
	border-top: solid 1px #ccc;
}

.contacts .wiiNumber {
	font-weigth: bold;
	color: #ff5800;
	font-size: 8pt;
}

.contacts .iconWiiNumber {
	padding-top: 5px;
}

.contacts .col1 {
	width: 25px;
}

.contacts .col2 {
	width: 18px;
}
/* -------------------------------------- */
/* FORM ELEMENTS                          */
/* -------------------------------------- */

.label {
	text-align: right;
	float: left;
	width: 100px;
	margin-right: 10px;
	padding-top: 11px;
}

.input {
	margin: 10px 5px 0 0;
	border: inset 1px;
	background-color: #daeef5;
	font-size: 8pt;
	padding: 2px 4px 2px 4px;
	height: 15px;
	color: #333;
	cursor: pointer;
}

.select {
	margin: 10px 5px 0 0;
	border: inset 1px;
	background-color: #daeef5;
	font-size: 8pt;
	padding: 2px 4px 2px 4px;
	color: #333;
	cursor: pointer;
}

fieldset {
	background-color: #efefef;
	border: 0;
	-moz-border-radius : 8px;
	margin-bottom: 10px;
}

#contact .input, #contact .select { width: 170px; }
#contact textarea {
	width: 310px;
	height: 150px;
	border: inset thin;
	background-color: #daeef5;
	font-size: 10pt;
	padding: 2px 4px 2px 4px;
	color: #333;
	cursor: pointer;
}

#contact_infos,
#contact_error {
	background-color: #C4D684;
	color: #000;
	border: 0;
	-moz-border-radius : 8px;
	padding: 10px;
	margin-bottom: 10px;
}

.wiiNumber { width: 40px; text-align: center; }
.msnDetails { width: 98px; }

#newsletter { float: left; margin-right: 10px; }
.newsletter_label {
	font-size: 7pt;
	float: right;
	width: 210px;
	margin-right: 20px;
	display: block;
	line-height: 9pt;
}