@charset "utf-8";
/* CSS Document */

#pDiv{
	width:140;
	height:200;
	float:left;
	border-style:double;
	border-color:#FFF;
	border-width:thin;
	margin-left:5px;
	margin-bottom:15;
	
		
}
#nDiv{
	width:140;
	height:25;
	border-bottom-style:double;
	border-color:#FFF;
	font-size:16px;
	color:#FC0;
	text-align:center;
}
#yDiv{
	width:140;
	height:25;
	border-top-style:double;
	border-color:#FFF;
	font-size:16px;
	color:#FC0;
	text-align:center;
	margin-top:5px;
}

#itu-Div
		{
		    
			
			/*/background: url("http://moc.kw/images/ITU-BG1.jpg") opacity: 0.6;
    background-size: 100% 100%;
    background-repeat: no-repeat;*/
	background-color:#233863;
	border-width:thin;
	border-color:#FFF;
	border:solid;
	padding-right:10px;
	padding-left:10px;	

		
		}
		
#relation-Div{
	background-color:#233863;
	border-width:thin;
	border-color:#FFF;
	border:solid;
	padding-right:10px;
	padding-left:10px;		
		
}
#trainigDIV
	{background-color:#233863;
	}
	
#tableips{
	background-color:#233863;
}

#tracktd{
	border:2px solid #FFFFFF;
}

#tdcait{
	border:1px #000000 solid;
		
}


.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
	padding: 6px 7px;
	font-weight: bold;
 
}


.button2 {
    background-color: white; 
    color: black; 
    border: 2px solid #008CBA;
	border-radius: 12px;

}

.button2:hover {
    background-color: #008CBA;
    color: white;
	border-radius: 12px;
	border: 2px solid #e7e7e7;

}

.input {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
	padding: 6px 7px;
	font-weight: bold;
 
}


.input2 {
    background-color: white; 
    color: black; 
    border: 2px solid #008CBA;
	border-radius: 12px;

}

.input2:hover {
    background-color: #FFFFFF;
    color: #000;
	border-radius: 12px;
	border: 3px solid #FF9900;
	
	

}



	