body,td,th {
    font-size: 15px;
}
	#row{
		width: 100%;
	}
	.colum{
/*		padding: 5px;*/
/*		margin: 5px;*/
		border: 1px solid #000000;
/*		height:auto;*/
		margin-bottom: 5px;
		margin-top: 5px;
	}
	.menu{
		background-color: aquamarine;
/*		padding: 5px;*/
	}
	.menu:hover{
		background-color: #C8C1C1;
/*		padding: 5px;*/
	}
	ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
/*    width: 200px;*/
    background-color: #f1f1f1;
}

li a {
    display: block;
    color: #000;
    padding: 8px 0 8px 13px;
    text-decoration: none;
	border-bottom:1px dashed #999999;
	text-align: left;
}
.li{
   background-color: #F9F;
    color: white;
}

/* Change the link color on hover */
li a:hover {
    background-color: #555;
    color: white;
	}
	.headmenu{
		background-color:#055659;
		color: white;
		font-size: 1em;
		font-weight: bold;
		padding: 7px;
	}
	input[type="text"],input[type="password"],input[type="number"],input[type="date"],input[type="time"],input[type="email"],select{
		height: 32px;
/*		text-align:center;*/
		font-size: 15px;
		color: #020541;
	}
	input[type="checkbox"]{
		width: 20px;
		height: 17px;
	}
	.facebook:hover{
		color: white;
		font-weight: bold;
	}
#blox{
	width: 100%;
	padding: 5px;
}
.allbox{
	padding: 5px;
	margin: 12px;
	float: left;
	height: 140px;
	width: 353px;
	border: 1px solid #104EC6;
	box-shadow: 0 3px 3px #424040;
}
.button{
	cursor: pointer;
	color: #061A7B;
	font-weight: bold;
}
.conten{
	padding: 3px;
	margin: 7px; 
/*	background-color:#DDE3E4;*/
	background-color:#D7D2D2;
	border-radius: .3em;
	font-size: 15px;
}
.tr:hover{
	background-color: #C7C2C2;
}
input[type="radio"]{
	width: 16px;
	height: 16px;
}
.isDisabled {
cursor: default;
pointer-events: none;        
 text-decoration: none;
color: grey;
	
color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;	
}
.ttop{
	border-top: 1px solid #000000;
}
.tlef{border-left: 1px solid #000000;}
.tright{border-right: 1px solid #000000;}
.tbuttom{border-bottom: 1px solid #000000;}
.hov:hover{
		opacity: 0.4;
	}
.director{
	width: 200px;
	height: 330px;
/*
	height: 250px;
	padding: 3px;
*/
	margin: 3px;
	text-align: center;
/*	border: 1px solid #312F2F;*/
	background-color: white;
}
.underdas{
	border-bottom: 1px dashed #2C2A2A;
}