/*     Κουμπιά  
	
	http://playground.html5rocks.com/#rounded_corners
	http://playground.html5rocks.com/#gradients
 */
 
 
 
div.button {
  margin: 1px;						/*   20px */
  border: 1px solid #000;
  display: inline-block;
  padding: 3px;				/*  Μεγεθος κουμπιού */
}


#mac {  /* Στρογγυλέμενες γωνίες  10px  */
  border-radius: 6px; /* half of button size + padding */
  -moz-border-radius: 6px;
  height: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#8cc0f6), to(#cfe4fa));
  background: -moz-linear-gradient(top, #8cc0f6, #cfe4fa);
}



#web-button { 
  border-radius: 3px;
  -moz-border-radius: 3px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
  background: -moz-linear-gradient(top, #fff, #ddd);  
  border: 1px solid #bbb;
}


/*    για τους πίνακες αρτιος */

.row:nth-child(even) {
  background: white;
}
.row:nth-child(odd) {
  background: #e1e8ee ;
}


/*  κύρια μενού */
.menulink {
	width:10%;
	background-color:#e1e8ee;
	color: #416aa3;
	font-weight: bold;
	padding:0em 0.3em;
/*	font:normal 13px tahoma,arial,helvetica;
*/	text-decoration:none;
   text-align: center;
   font: normal 13px Georgia, "Times New Roman", Times, serif;

   


}
.menulink:hover {
background-color:#0011ff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
  background: -moz-linear-gradient(top, #fff, #ddd);  

}


@import url('css/table.css') screen;
