/* css mojonesfanclub */

body, p, td, th, .margin10, .margin8, .margin5, .margin0 {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

/* style 1: normaal */

.style1 {
	font-size: 14px;
}

/* style 2: vet */

.style2 {
	font-size: 14px;
	font-weight: bold;
}

/* style 3: cursief */

.style3 {
	font-size: 14px;
	font-style: italic;
}

/* style 4: cursief MINI */

.style4 {
	font-size: 10px;
	font-style: italic;
}

/* style 5: header */

.style5 {
	font-size: 20px;
	font-weight: bold;
}

/* style 6: tekst in geel */

.style6 {color: #FFCC00}


/* style 7: cursief MINI */

.style7 {
	font-size: 12px;
}

/* style 8: cursief MINI */

.style8 {
	font-size: 10px;
}

/* style 9: prijs SHOP */

.style9 {
	font-size: 42px;
	font-weight: bold;
}

/* page met tabel met tekst */

.margin10 {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
}

/* page met tabel met macstyle photobuttons */

.margin8 {
	background-color: #000000;
	margin-left: 8px;
	margin-top: 8px;
}

/* page met ... geen idee */

.margin5 {
	background-color: #000000;
	margin-left: 5px;
	margin-top: 5px;
}

/* page met tabel met artwork of modules */

.margin0 {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
}

/* uitschakeling van link-kleuren */

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}

/* table lijnen */
.balkb, .balklb {
	border-top:2px solid #333;
}

.balklb {
	border-left:2px solid #333;
	}


/* validatie classes */
.textfieldRequiredMsg, 
.textfieldInvalidFormatMsg, 
.textfieldMinValueMsg,
.textfieldMaxValueMsg,
.textfieldMinCharsMsg,
.textfieldMaxCharsMsg,
.textfieldValidMsg {
	display: none;
}

.textfieldRequiredState .textfieldRequiredMsg, 
.textfieldInvalidFormatState .textfieldInvalidFormatMsg, 
.textfieldMinValueState .textfieldMinValueMsg,
.textfieldMaxValueState .textfieldMaxValueMsg,
.textfieldMinCharsState .textfieldMinCharsMsg,
.textfieldMaxCharsState .textfieldMaxCharsMsg
{
	display: inline;
	color: #CC3333;
	border: 1px solid #CC3333;
}



.textfieldValidState input, input.textfieldValidState {
	background-color: #B8F5B1;
}

input.textfieldRequiredState, .textfieldRequiredState input, 
input.textfieldInvalidFormatState, .textfieldInvalidFormatState input, 
input.textfieldMinValueState, .textfieldMinValueState input, 
input.textfieldMaxValueState, .textfieldMaxValueState input, 
input.textfieldMinCharsState, .textfieldMinCharsState input, 
input.textfieldMaxCharsState, .textfieldMaxCharsState input {
	background-color: #FF9F9F;
}

.textfieldFocusState input, input.textfieldFocusState {
	background-color: #FFFFCC;
}

.textfieldFlashText input, input.textfieldFlashText {
	color: red !important;
}


.textfieldHintState input, input.textfieldHintState {
	/*color: red !important;*/
}

.radioRequiredMsg, .radioInvalidMsg{
	display: none;
}

.radioRequiredState .radioRequiredMsg,
.radioInvalidState .radioInvalidMsg{
	display: inline;
	color: #CC3333;
	border: 1px solid #CC3333;
}

/*
css voor de header fades
*/

#header_layer_1 {
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
	}

