.box_judoka {
	margin-bottom: 10px; /******/
/*	background-color: #FFFFFF;*/
/*	border-top-width: 20px;*/
	border-top-width: 1px;
/*	border-right-width: 1px;*/
	border-bottom-width: 1px;
/*	border-left-width: 1px;*/
	border-top-style: solid;
/*	border-right-style: solid;*/
	border-bottom-style: solid;
/*	border-left-style: solid;*/
/*	border-top-color: #1b5c9d;*/
/*	border-top-color: #8c98bd;*/
	border-top-color: #DDDDDD;
	border-right-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
	border-left-color: #DDDDDD;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 475px;
}

.box {
	margin-bottom: 10px; /******/
/*	background-color: #FFFFFF;*/
/*	border-top-width: 20px;*/
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
/*	border-top-color: #1b5c9d;*/
/*	border-top-color: #8c98bd;*/
	border-top-color: #DDDDDD;
	border-right-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
	border-left-color: #DDDDDD;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

	.box input.inactive {
		border: none;
		margin: 0 0 5px 15px;
		padding: 6px 4px 5px 8px;
	    vertical-align: middle;
	    background-position: left;
		background-repeat: no-repeat;
		width: 50%;
		color: #848484;
		font-size: 11px;
		background-color: white;
		display: inline;
	}
	
	.box input.active {
		border: none;
		margin: 0 0 5px 15px;
		padding: 6px 4px 5px 8px;
	    vertical-align: middle;
	    background-position: left;
		background-repeat: no-repeat;
		width: 50%;
		color: #000;
		font-size: 11px;
		background-color: white;
		display: inline;
	}
	
	.box input.submit {
	    vertical-align: middle;
		border: 0px;
		margin: 0 0 5px;
		padding: 0;
		display: inline;
	}	

.boxtitle { 	
	position: relative;
	top: -20px; 
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	margin: 0px;
}


.boxcontent { 	
	position: relative;
	top: -5px; 
	font-size:11px;
	color: black;	
	text-align: left;
}        

.boxcontent .title {
	font-size: 11px;
}


.boxcontent a:link {
	font-size: 11px;
}

.boxcontent a:visited {
	font-size: 11px;
}

.boxcontent a:hover {
	font-size: 11px;
	text-decoration: underline;
}

.boxcontent ul {
	list-style-type: none;
	text-align: left;
	padding: 0px;
	margin: 5px 0px 5px 10px;
	background-position: top;

}
.boxcontent ol {
	list-style-type: none;
	text-align: left;
	padding: 0px;
	background-position: top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.boxcontent li {
	margin-top: 2px;
	margin-left:15px;
}

.boxcontent li a:link {
	text-decoration: none;
}
.boxcontent li a:visited {
	text-decoration: none;
}
.boxcontent li a:hover {
	text-decoration: underline;
}
.boxcontent img {
	/*display: none;*/

}



.boxcontent .divider {
	border-top:1px solid #DDDDDD;
	margin: 5px -5px 5px -5px;
	margin-left:-5px;
	margin-right:-5px;
}

.boxcontent .categoryheader {
	margin: 0px 0px 5px 10px;
	font-weight: bold;
}
