body{
margin: 0px;
}

.bigwhite {
	font-family: Arial;
	font-size: 14px;
	color: white;

	font-weight: bold;
}

.tableheader {
	font-family: Arial;
	font-size: 11px;
	color: white;

	font-weight: bold;
}

.sponsorheader {
	font-family: Arial;
	font-size: 12px;
	color: white;

	font-weight: bold;
}

.tablebody {
	font-family: Arial;
	font-size: 11px;
	color: black;

	font-weight: normal;
}

.tekst {
	font-family: Arial;
	font-size: 11px;
	color: black;

	font-weight: normal;
}

td {
	font-family: Arial;
	font-size: 11px;
	color: black;

	font-weight: normal;
}

.white {
	font-family: Arial;
	font-size: 11px;
	color: white;

	font-weight: bold;
}

.black {
	font-family: Arial;
	font-size: 11px;
	color: black;

	font-weight: bold;
}

.bigtext {
	font-family: Arial;
	font-size: 18px;
}

.pageheader {
	font-family: Arial;
	font-size: 24px;
	color: #00B0F0;
	font-weight: bold;
}

.blackbig {
	font-family: Arial;
	font-size: 14px;
	color: #000000;

	font-weight: bold;
}



.sponsorachildname_normal {
	font-family: Arial;
	font-size: 11px;
	color: black;

	font-weight: normal;
	cursor: 'hand';
}

.sponsorachildname_over {
	font-family: Arial;
	font-size: 11px;
	color: white;

	font-weight: normal;
	cursor: 'hand';
}

.bottomborder{
	border-bottom: #00B0F0 1px solid; 
}

a:visited {  font-family: Arial; font-size: 12px; color: #00B0F0; text-decoration: none;}
a:link {  font-family: Arial; font-size: 12px; color: #00B0F0; text-decoration: none;}
a:active {  font-family: Arial; font-size: 12px; color: #00B0F0; text-decoration: none;}
a:hover {  font-family: Arial; font-size: 12px; color: #000000; text-decoration: none;}

a.link:visited {  font-family: Arial; font-size: 11px; color: #00B0F0; text-decoration: none;}
a.link:link {  font-family: Arial; font-size: 11px; color: #00B0F0; text-decoration: none;}
a.link:active {  font-family: Arial; font-size: 11px; color: #00B0F0; text-decoration: none;}
a.link:hover {  font-family: Arial; font-size: 11px; color: #000000; text-decoration: none;}

a.mainmenu {  font-family: Arial; font-size: 12px; color: #FFFFFF; text-decoration: none;}
a.mainmenu:hover {  font-family: Arial; font-size: 12px; color: #FFFFFF; text-decoration: none;}


.input {
	font-family: Arial;
	font-size: 11px;
	
	color: #000000;
	background-color: #FFFFFF;

	border-bottom: #000000 1px solid;
    border-left: #000000 1px solid;
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    
    height: 18px;
    padding-bottom: 1px;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 1px;

	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr='#ffffff', EndColorStr='#F6F6F6');
}

.button {
	font-family: Arial;
	font-size: 11px;

	color: #FFFFFF;
	background-color: #00AEEF;

    border-bottom: #00AEEF 1px solid;
    border-left: #00AEEF 1px solid;
    border-right: #00AEEF 1px solid;
    border-top: #00AEEF 1px solid;

    cursor: hand;
    
    height: 20px;
    padding-bottom: 0px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 0px;
    text-align: center;
}

.button2 {
	border : solid 1px #cccccc;
	background: #E9ECEF;
	color : #666666;
	font-weight : bold;
	font-size : 11px;
	padding: 4px;
}


.menu {
	border : solid 1px #cccccc;
	background: #E9ECEF;
	color : #666666;
	font-weight : bold;
	font-size : 10px;
	padding: 1px;
}

.login {
	margin-left: auto;
	margin-right: auto;
	margin-top: 6em;
	padding: 15px;
	border: 1px solid #cccccc;
	width: 429px;
	background: #F1F3F5;
}

.normal {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	padding: 5px;
	border: 1px solid #cccccc;
	width: 429px;
	background: #F1F3F5;
}

.block {
	border: 1px solid #cccccc;
	background: #E9ECEF;
}

.inputlabel {
	font-weight: bold;
	text-align: left;
	}

.inputbox {
	border: 1px solid #cccccc;
	}
	
.admin {
	padding: 4px;
	border: 1px solid #cccccc;
	width: 230px;
	background: #F1F3F5;
}

.table {
	border: 1px solid #00B0F0;
	background: #FFFFFF;
}

/* Fix for MS Office style paragraphs (MsoNormal) */
p {
	margin: 0;
	padding: 0;
}

/* Fix for MS Office unindeted lists */
.unIndentedList {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

.unIndentedList li {
	padding: 0;
}

/* Fix for MS Office UL lists */
ul {
	margin-top: 0;
	margin-bottom: 0;
}

