@import url("pagelayout.css");
@import url("teams.css");
@import url("person.css");
@import url("rounded.css");
@import url("teams.css");
@import url("fieldset.css");

body {
	margin: 0px 0px 0px 0px;
	font-family: arial;
	background: #f7f75e;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

indent50 {
	margin-left: 50px;
}

/* LINKS */
a {
	text-decoration: none
}
a:hover {
	color:#3F729C;
}
a:link, a:visited {
	color:#3F729C;
	text-decoration:none;
}

/* BOX ELEMENT - club info */
.box {
	background-color: #EFEFEF;
	font-size: 13px;
	border: 1px dashed gray;
	padding: 5px;
	margin-bottom: 40px;
	margin-top: 10px;
	clear: both;
}

/* LISTS */
ul.about {
	list-style: circle outside;
}

/* LOADING DIV */
div.loading {
	display: none;
}

/* P ELEMENTS */
p.smallspace {
	margin-bottom: -10px;
	margin-left: 40px;
}
p.bold {
	margin-left: 40px;
	margin-bottom: -10px;
	font-weight: bold;	
}
p.normal {	
	margin-bottom: -10px;
}
p.span {
	margin-left: 100px;
	margin-bottom: -10px;	
}
h3.span {
	margin-left: 100px;
	margin-bottom: -10px;
}

/* FOOTER */
#footer {
	clear: both;
	margin-top: 20px;
	text-align: center;
	color: #ffffff;
	font-size: 8pt;
	background: #2175bc;
	border-top: 3px solid #90bade;
	/* -- TODO -- background: url("../../images/footer.png") top left repeat-x; */ 
}



/* MESSAGES */
.infoOk {
	background-image: url(../../pictures/info_ok.gif);
	background-position: 5px 5px;
	background-repeat: no-repeat;
	background-color: #e6f8dd;
	color: #208600;
	font-size: 14px;
	border: 1px solid #009c25;
	padding: 10px 10px 10px 40px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.infoError {
	background-image: url(../../pictures/info_error.gif);
	background-position: 5px 5px;
	background-repeat: no-repeat;
	background-color: #eec8c8;
	color: #841212;
	font-size: 12px;
	border: 1px solid #bd1f1f;
	padding: 10px 10px 10px 40px;
	margin-top: 20px;
	margin-bottom: 20px;
}

