@charset "utf-8";

/* -------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------- CLUB INFINITY CSS ----------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------- CSS DESIGN ---------------------------------- */
/* -------------------------------------------------------------------------------------------------------- */


/* ---------------------------------------------------------- BODY ----------------------------------- */

html {
/*     overflow: -moz-scrollbars-vertical;*/
     overflow: scroll;
}

body 
{
	background-image: url(../images/infinity_design/bg_color.png);
	/* background-repeat: repeat-x; */
	background-attachment:fixed;
	margin:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#fff;
	/* background-color:#9ad5f2; */
	
}

#container
{
	width:100%;
	margin: auto;
	width: auto;
	text-align:center;
	margin-left: auto ;
	margin-right: auto ;
	left:0px;
	display:none;
}

#header_gradient
{
	background-image: url(../images/infinity_design/bg_top_gradient.png);
	background-repeat: repeat-x;
	background-attachment: fixed; 
	position:fixed;
	top:0px;
	margin: 0 auto;
	width: 100%;
	height:708px;
	left:0px;
}

#bg_dancers
{
	/*background-image: url(../images/bg_dancers.png);*/
	position:fixed;
	background-repeat:repeat-x; 
	background-attachment: fixed; 
	width:100%;
	height:775px;
	bottom:0px;
	left:0px;
	
}

#content
{
	/*background-image: url(../images/bg_dancers.png);*/
	position:absolute;
	width:100%;
	height:auto;
	bottom:0px;
	top:0px;
	margin:auto;
	text-align:center;
	left:0px;
}

#content_header
{
	width:600px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
 
/* ---------------------------------------------------------- LINKS ----------------------------------- */
 
a:link{
	color: #ffffff;
	text-decoration: none;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a:visited{
	color: #fff;
	text-decoration: none;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a:hover{
	color:#CB0075;
	text-decoration: none;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a:active{
	color: #fff;
	text-decoration: none;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold
} 

#h_links a:hover{
	color: #000000;
	text-decoration: none;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.text_right a:link{
	color:#F90;
	text-decoration: none;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.text_right a:visited{
	color: #fff;
	text-decoration: none;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.text_right a:hover{
	color: #fff;
	text-decoration: none;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.text_right a:active{
	color: #fff;
	text-decoration: none;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold
} 
/* ---------------------------------------------------------- HEADER ----------------------------------- */

#h_top
{
	position:relative;
	background-image: url(../images/infinity_design/h_top.png);
	background-repeat:no-repeat;
	width:955px;
	height:42px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#h_content
{
	background-image: url(../images/infinity_design/h_content.png);
	background-repeat:no-repeat;
	width:955px;
	height:254px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#h_menu
{
	width:960px;
	height:auto;
	text-align:right;
}

#h_logo
{
	width:200px;
	height:auto;
	margin-top:12px;
	margin-left:15px;
	margin-right:auto;
	text-align:left;
	float:left;
	font-size:14px;
	color:#ffffff;
	font-weight:bold;
}


#h_links
{
	width:680px;
	float:left;
	margin-top:13px;
	text-align:right;
}

#h_buttons
{
	width:50px;
	float:left;
	margin-top:8px;
}

#h_content_space
{
	width:650px;
	height:244px;
	float:left;
	margin:5px;
}

#h_member
{
	width:260px;
	height:auto;
	float:left;
	margin-left:10px;
	text-align:left;
	padding:0px;
	
	color:#F90;
	text-decoration: none;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* ---------------------------------------------------------- LOGIN ----------------------------------- */

input
{
	color: #ffffff;
	background: #882C17;
	border: 1px solid #781351;
	width:80px;
	margin:2px;
	font-size:9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

select
{
	color: #ffffff;
	background: #882C17;
	border: 1px solid #781351;
	width:80px;
	margin:2px;
	font-size:9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.submit input
{
	color: #000;
	background: #ffa20f;
	border: 2px outset #d7b9c9;

	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
} 

#LogInContainer
{
	background:url(../images/infinity_design/h_member.png);

	position:relative;
	width: 250px;
	
	margin-left:auto;
	margin-right:auto;
	
/*	opacity:0.80;*/
	border-style:solid;
	border-width:1px;
	border-color:#000;
	text-align:center;

	font-size:9px;
	
	display:none;
}

#MemberZoneContainer
{
	background:url(../images/infinity_design/h_member.png);

	position:relative;
	width: 250px;
	
	margin-left:auto;
	margin-right:auto;
	
/*	opacity:0.80;*/
	border-style:solid;
	border-width:1px;
	border-color:#000;
	text-align:center;

	font-size:9px;
	
	display:none;
}

.buttondiv {
margin-top: 10px;
}

.messagebox{
	position:relative;
	width:100px;
	border:1px solid #c93;
	background:#ffc;
	padding:3px;
}
.messageboxok{
	position:relative;
	width:230px;
	border:1px solid #349534;
	background:#C9FFCA;
	padding:3px;
	font-weight:bold;
	color:#008000;
	
}
.messageboxerror{
	position:relative;
	width:230px;
	border:1px solid #CC0000;
	background:#F7CBCA;
	padding:3px;
	font-weight:bold;
	color:#CC0000;
}

#msgbox
{
	margin: 0 auto;
	width: 240px;
	display:none;
	position:relative;
	width: 250px;
	
	margin-left:auto;
	margin-right:auto;
	
/*	opacity:0.80;*/
	border-style:solid;
	border-width:1px;
	border-color:#000;
	text-align:center;
}



/* ---------------------------------------------------------- TITLES ----------------------------------- */

#t_top
{
	background-image: url(../images/infinity_design/t_top.png);
	background-repeat:no-repeat;
	width:955px;
	height:14px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#t_content
{
	background-image: url(../images/infinity_design/t_content.png);
	background-repeat:no-repeat;
	width:955px;
	height:62px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
}

/* ---------------------------------------------------------- MAIN CONTENT ------------------------------ */

#m_content
{
	clear:both;
	background-image: url(../images/infinity_design/m_content.png);
	width:955px;
	height:auto;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.m_content_empty
{
	clear:both;
	background-image: url(../images/infinity_design/m_content.png);
	width:955px;
	height:auto;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#loading
{
	clear:both;
	background-color:#000;
	width:955px;
	height:auto;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#m_content_placeholder
{
	width:955px;
	height:auto;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	display:none;
}

#m_content_basic
{
	width:auto;
	height:auto;
	margin-left:5px;
	margin-right:5px;
	margin-top:0px;
}

.m_entry_header
{
	width:100%;

	background-color:#D70EDD;	
	font-size:10px;
	font-weight:bold; 
	color:#000;
	padding-top:1px;
	padding-bottom:1px;
}

.m_content_box
{
	background-image:url(../images/infinity_design/m_content.png);
	width:290px;
	height:auto;
	margin-left:14px;
	margin-right:auto;
	text-align:left;
	padding:5px;
	float:left;
}

.guestbook_entry_left
{	
	width:40px;
	height:100%;
	margin-left:5px;
	margin-right:5px;
	text-align:left;
	padding:2px;
	float:left;
}

.guestbook_entry_right
{
	width: 80%;
	height:auto;
	margin-left:0px;
	margin-right:auto;
	text-align:left;
	padding:0px;

}

#gb_form textarea
{
	width:400px;
}

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

#f_spacer
{
	background-image: url(../images/infinity_design/f_spacer.png);
	width:955px;
	height:1px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#f_footer
{
	width:950px;
	height:5px;
	margin-top:2px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:9px;
	text-align:right;
	color:#666;
	
}


/* -------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------- TEXT ---------------------------------------- */
/* -------------------------------------------------------------------------------------------------------- */

.text_left
{
	text-align:left;	
}


.text_right
{
	text-align:right;	
	margin-right:5px;
}

.text_right_float
{
	text-align:right;
	float:right;
}

.text_center
{
	text-align:center;	
}

.text_tab
{
	margin-left:5px;
	text-align:left;
}

.gb_img_float
{
	float:left;
	margin:5px;
}

/* -------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------- CSS PAGES ----------------------------------- */
/* -------------------------------------------------------------------------------------------------------- */


/* ---------------------------------------------------------- CSS BASIC PAGE ------------------------------ */

#t_title_basic
{
	width:auto;
	height:auto;
	margin-top:10px;
	margin-left:15px;
	margin-right:auto;
	text-align:left;
	
	font-size:14px;
	color:#ffffff;
	font-weight:bold;
	
	width:800px;
	float:left;
	margin-top:21px;
}

/* ---------------------------------------------------------- CSS HOME ----------------------------------- */

.t_title_home
{
	height:auto;
	margin-left:15px;
	margin-right:auto;
	text-align:left;
	
	font-size:14px;
	color:#ffffff;
	font-weight:bold;
	
	width:300px;
	float:left;
	margin-top:21px;
}

.m_content_box
{
	background-image:url(../images/infinity_design/m_content.png);
	width:290px;
	height:auto;
	margin-left:14px;
	margin-right:auto;
	text-align:left;
	padding:5px;
	float:left;
}

.content_default {
    /*-moz-border-radius: 10px;*/
	background-image: url(../images/infinity_design/m_content.png);
    border: 1px solid #CB0075;
    width: 90%;
	height:auto;
	
    padding: 8px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;

}

.m_content_box_gb
{
	background-image:url(../images/infinity_design/m_content.png);
	width:450px;
	height:auto;
	margin-left:14px;
	margin-right:auto;
	text-align:center;
	padding:5px;
	float:left;
}

.m_content_box_gb_entry
{
	background-image:url(../images/infinity_design/m_extra_content.png);
	width:400px;
	height:auto;
	margin:auto;
	text-align:left;
	padding:10px;
}

.m_content_box_gb_entries
{
	width:450px;
	height:auto;
	margin-left:14px;
	margin-right:auto;
	text-align:left;
	padding:0px;
	float:left;
}

.m_content_box_gb_more
{
	width:450px;
	height:auto;
	margin-left:14px;
	margin-right:auto;
	text-align:center;
	padding:0px;
	float:left;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* -------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------- GUESTBOOK ----------------------------------- */
/* -------------------------------------------------------------------------------------------------------- */

#gb_statebox {
	width:98%;
	margin-left:auto;
	margin-right:auto;
}

/* -------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------- EVENTS ------------------------------------- */
/* -------------------------------------------------------------------------------------------------------- */

.events_img {
/*    -moz-border-radius: 10px;*/
    width: auto;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.events_img_wrap {
	text-align:center;
    width: auto;
}

/* -------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------- GALLERY ------------------------------------- */
/* -------------------------------------------------------------------------------------------------------- */

.gallery {
/*    -moz-border-radius: 10px;*/
	background-image: url(../images/infinity_design/m_content.png);
    border: 1px solid #CB0075;
    width: 850px;
    padding: 10px 10px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
}

.gallery_wrap {
	text-align:left;
    width: 840px;
	margin-left:15px;
}

.gallery_thumb {
	background-image: url(../images/infinity_design/m_content.png);
	background:#FFF;
    padding: 3px 3px;
	margin:5px;
}

.gallery_links {
	background-image: url(../images/infinity_design/m_content.png);
    padding: 3px 3px;
	margin:5px;
}

.gallery_links:hover {
	background-image: url(../images/infinity_design/g_links.png);
    padding: 3px 3px;
	margin:5px;
}


/* -------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------- FORMS --------------------------------------- */
/* -------------------------------------------------------------------------------------------------------- */

ol{
	list-style:none;
	padding:10px;
}

.pageform
{
/*    -moz-border-radius: 0px;*/
	background-image: url(../images/infinity_design/m_content.png);
    border: 1px solid #CB0075;
    width: 60%;
    padding: 8px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	margin-bottom:5px;
	text-align:left;
}

.pageform #mail
{
	width:180px;	
}

.pageform #home
{
	width:180px;	
}


label {  
	float: left;  
	margin-left:25px;
	width: 210px;  
}

fieldset{
	margin-bottom:15px;	
	border-style: none;
}

fieldset.knop {  
border-style: none;
}

ul{
margin-left:40px;
}

li{
margin:5px;
padding:3px;
}

#registerForm label
{
	width: 250px;
}
#registerForm label.error
{
	width: auto;
	color:#F00;
    padding: 2px;
	margin-left: 300px;
	margin-top:2px;
	margin-bottom:3px;
	background-image: url(../images/infinity_design/m_content.png);
    border: 1px solid #45001D;
}

#registerForm label.error:before {
	content: url(../images/invalid.png);
}

#contactForm label
{
	width: 250px;
}
#contactForm label.error
{
	width: auto;
	color:#F00;
    padding: 2px;
	margin-left: 300px;
	margin-top:2px;
	margin-bottom:3px;
	background-image: url(../images/infinity_design/m_content.png);
    border: 1px solid #45001D;
}

#contactForm label.error:before {
	content: url(../images/invalid.png);
}

#updateForm label
{
	width: 250px;
}
#updateForm label.error
{
	width: auto;
	color:#F00;
    padding: 2px;
	margin-left: 300px;
	margin-top:2px;
	margin-bottom:3px;
	background-image: url(../images/infinity_design/m_content.png);
    border: 1px solid #45001D;
}

#updateForm label.error:before {
	content: url(../images/invalid.png);
}

.checking_registration
{
	display:none;
	text-align:center;
}

.checking_registered
{
	display:none;
	text-align:center;
}

textarea
{
	color: #ffffff;
	background: #882C17;
	border: 1px solid #781351;
	width:510px;
	margin:2px;
	font-size:9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.checking_name_error
{
	display:none;
	text-align:center;
	width: 60%;
	color:#F00;
    padding: 2px;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	margin-bottom:5px;
	background-image: url(../images/infinity_design/m_content.png);
    border: 1px solid #45001D;
}


.image_float_left
{
	float:left;
	margin-right:8px;
	margin-bottom:5px;
	margin-top:4px;
	margin-left:1px;
}

.image_memberzone
{
	float:left;
	margin:10px;
}

.profile_image_done
{
	display:none;	
}
