body {
	background-color:white;
	font-size:12px;
	font-family:'font-book', Helvetica, Arial, sans;
}

::selection {
	background:#009E95;
	color:white;
}
a, .a {
	text-decoration:underline;
	cursor:pointer;
}
a img {
	text-decoration:none;
}
.p, p {
	line-height:16px;
	font-size:12px;
	font-family:'font-book', Helvetica, Arial, sans;
	margin:0;
}
.inside-col p {
	text-align:left;
}
em {
	font-style:normal;
}
input, textarea {
	font-size:14px;
	font-family:"Lucida Grande","Trebuchet MS",Arial,sans;
}

input[disabled=disabled] {
	color:#222 !important;
	background-color:#f0f0f0 !important;
}

option {
	font-size:14px;
}
select {
	font-size:18px;
}

#language_selector {
	position:absolute;
	top:-3px;
	right:6px;
	display:none !important
}

.edition_selector .button {
	margin-bottom: 5px;
}

.edition_selector .button.selected , .edition_selector .button:hover{
	background: #009e95;
}

#language_selector > a {
	font-size:9px;
	text-decoration:none;
	padding:2px 4px;
	background-color:black;
	color:white;
	margin-right:1px;
}

.hidden {
	display:none;
}

label:hover {
	outline:1px gray dotted;
	cursor:pointer;
}
input[type=checkbox],
input[type=radio] {
	cursor:pointer;
}
textarea,
input[type=text],
input[type=password]
{
	display:block;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px #aaa solid;
	padding:4px;
	-webkit-box-shadow:inset 0 0px 2px #888888;
	-moz-box-shadow:inset 0 0px 2px #888888;
}
textarea {
	width:90%;
	height:36px;
}


.boxshadow textarea,
.boxshadow input[type=text],
.boxshadow input[type=password]
{
	border:0;
	box-shadow:inset 0 1px 2px #888888;
}
textarea {
	height:140px;
}

textarea:focus,
input[type=text]:focus,
input[type=password]:focus
{
	border-color:#009E95;
	background-color:#eaf9ff;
}
input[type=submit],
button, .button {
	background-color:#009E95;
	color:white;
	font-size:11px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	cursor:pointer;
	text-transform:uppercase;
	margin-right:8px;
	padding:6px;
	border:0;
	text-decoration:none;
}
button.disabled, .button.disabled {
	background-color:#cccccc;
}


input[type=submit]:hover,
button:hover, .button:hover {
	color:white;
	background-color:black;
	text-decoration:none;
}
button.disabled:hover, .button.disabled:hover {
	background-color:#cccccc;
	cursor:default;
}

form {
	width: 600px;
}
form.scope {
	width:auto;
	padding:0;
	margin:0;
	display:inline;
}
form textarea,
form input[type=text],
form input[type=password] 
{
	display:block;
	width:100%;
	margin-bottom:10x;
}
label {
/*	font-variant:small-caps; */
	display:block;
	padding:0;
	margin-top:5x;
	color:#111 !important;
	font-size:12px !important;
	letter-spacing:0px;
}
strong,b {
	font-weight:bold;
}

#fancybox-wrap {
	z-index:1000000;
	position:relative;
}

.errors {
	background-color:#F28C00;
	color:white;
	padding:8px;
	margin-top:20px;
	font-size:14px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
}

.big {
	font-size:15px;
}
ul.bullets {
	list-style-type:disc;
}

.orange {
	color:#F28C00;
}
.violet {
	color:#3f2682;
}

.bgblue {
	background-color:#009E95 !important;
}
.bgdarkblue {
	background-color:#492B7C;
	color:white;
	padding:2px 4px 0px 4px;
}

.layer-behind {
	position:absolute;
	top:7px;left:8px;width:773px;height:40px;
	background:url(images/white75.png) top left repeat;
}

.rgba .layer-behind {
	background-image:none;
	background-color:rgba(255,255,255,.75);
}

.uppercase {
	text-transform:uppercase;
}

.gray {
	color:#666;
}

ul {
	list-style: none; 
}
ol {
	list-style: numeric;
	list-style-position:inside;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}


/* SHORTCUTS */

.m2t {
	margin-top:2px;
}
.m4 {
	margin:4px;
}
.m4t {
	margin-top:4px;
}
.m4b {
	margin-bottom:4px;
}
.m4r {
	margin-right:4px;
}
.m4l {
	margin-left:4px;
}
.m8t {
	margin-top:8px;
}
.m8b {
	margin-bottom:8px;
}
.m8l {
	margin-left:8px;
}
.m8r {
	margin-right:8px;
}
.m16t {
	margin-top:16px;
}
.m16b {
	margin-bottom:16px;
}
.m16l {
	margin-left:16px;
}
.m16r {
	margin-right:16px;
}
.m24 {
	margin:24px;
}
.m24t {
	margin-top:24px;
}
.m24b {
	margin-bottom:24px;
}
.m24l {
	margin-left:24px;
}
.m24r {
	margin-right:24px;
}
.p4 {
	padding:4px;
}
.p6 {
	padding:4px;
}
.p4b {
	padding-bottom:6px;
}
.p8 {
	padding:8px;
}
.p8l {
	padding-left:8px;
}
.p8r {
	padding-right:8px;
}
.p8t {
	padding-top:8px;
}
.p8b {
	padding-bottom:8px;
}
.p12l {
	padding-left:12px;
}
.p16 {
	padding:16px;
}
.p16t {
	padding-top:16px;
}
.p16b {
	padding-bottom:16px;
}
.p16l {
	padding-left:16px;
}
.p16r {
	padding-right:16px;
}
.p24 {
	padding:24px;
}
.p24t {
	padding-top:24px;
}
.p24b {
	padding-bottom:24px;
}
.p24l {
	padding-left:24px;
}
.p24r {
	padding-right:24px;
}
.p32l {
	padding-left:32px;
}
.p32 {
	padding:32px;
}
.p48l {
	padding-left:48px;
}
.p72 {
	padding:72px;
}
.hidden {
	display:none;
}
.invisible {
	visibility:hidden;
}

.center, .acenter {
	text-align:center !important;
}
.left, .aleft {
	text-align:left !important;
}
.right, .aright {
	text-align:right !important;
}
.justify {
	text-align:justify !important;
}
.atop {
	vertical-align:top;
}
.amiddle {
	vertical-align:middle;
}
.abottom {
	vertical-align:bottom;
}
.fleft {
	float:left !important;
}
.fright {
	float:right !important;
}
.clr, .clear, .clears {
	clear:both;
}
.inline {
	display:inline;
}
.relative {
	position:relative;
}
.absolute {
	position:absolute;
}
.mauto {
	margin:0 auto;
}
.block {
	display:block;
}
.no-overflow {
	overflow:hidden;
}
.bound {
	top:0;
	bottom:0;
	left:0;
	right:0;
}
.white {
	color:white !important;
}
.gray {
	color:#999;
}
.red {
	color:#f00;
}
.blue {
	color:#009E95;
}
.underline {
    text-decoration: underline;
}
.small, small {
	font-size:11px;
}
.wide {
	width:100%;
}
.pointer, .pointer:hover {
	cursor:pointer;
}
.missing {
	background-color:rgba(255,255,0,.2)!important;
}
.placeholder {
	color:#ccc;
}

/* collectors participations to events */
div.collector_event_block {
	display: block;
	width: 100%;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border: thin solid hsl(193, 80%, 80%);
	background-color: hsl(193, 80%, 90%);
	color: black;
	margin-bottom: 20px;
	height: auto;
}

div.collector_event_block.closed {
	border: thin solid hsl(193, 10%, 70%);
	background-color: hsl(193, 10%, 80%);
	color: #666;
}

div.collector_event_block > * {
	padding: 10px;
}

div.collector_event_block > h4.date_title {
	float: left;
	margin: 0;
}

div.collector_event_block > div.available_seats {
	float: right;
	width: 200px;
	text-align: center;
}

div.collector_event_block > div.description {
	clear: both;
	margin: 10px;
}


div.collector_event_block > div.participation_choice {
	margin: 10px;
	padding : 0;
}

#vip_event_registration > label {
	width: 33%;
	float: left;
}

#vip_event_registration input[type=text] {
	width: 90%;
}

#vip_event_registration_done {
	display: none;
	width: 90%;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border: thin solid hsl(120, 100%, 80%);
	background-color: hsl(120, 100%, 90%);
	color: black;
	padding: 20px;
}

#vip_event_registration_error {
	display: none;
	width: 90%;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border: thin solid hsl(225, 60%, 80%);
	background-color: hsl(258, 60%, 90%);
	color: black;
	padding: 20px;
	cursor: pointer;
}

#register_to_events {
	width: 120px;
	text-align:center;
	margin-right: auto;
	font-weight: bold;
	font-size: 120%;
}

div.collector_event_block > div.participation_choice label {
	display: inline-block;
	width: auto;
	margin-right: 20px;
}

/* Admin : table displaying collectors registered to events */
table#participations td {
	padding: 5px;
}


.file-icon {
	width:200px;
	height:260px;
	float:left;
	margin:0px 8px 8px 0;
}
.file-icon a, .file-icon:hover a {
	text-decoration:none !important;
}
.file-icon-image {
	padding:8px;
	width:180px;
	height:180px;
	text-align:center;
	border:2px white solid;
}
.file-icon.selected .file-icon-image {
	background-color:#eee;
	border:2px #f8f8f8 solid;
}
.rgba .file-icon:hover .file-icon-image {
	background-color:rgba(0,0,0,.1);
	border:2px rgba(240,240,240,.9) solid;
}
.borderradius .file-icon:hover .file-icon-image {
	border-radius: 9px;
}
.file-icon-image img {
	border:1px #ccc solid;
}

.boxshadow .file-icon-image img {
	border: 0;
	box-shadow: 0px 4px 8px #aaa;
	max-height: 100%;
}

.file-icon-name {
	text-align:center;
	font-weight:bold;
	margin-top:4px;
	background-color:#f8f8f8;
}
.borderradius .file-icon-name {
	border-radius: 9px;
}
.file-icon:hover .file-icon-name {
	background-color:#009E95;
	color:white;
}

table#order {
	width: 100%;
	font-size: 12px;
}

