@import url('../../common/ext.css');

/*------------------------------level----------------------*/

table.detail {
  margin-left:60px;
  width:auto !important;
  table-layout:auto !important;
}

table.detail TD{
  padding-right:8px;
}

table.detail TD.number{
  text-align: right;
}

.elected TD{
  font-weight:bold;
}

/*----------------------- ensomatosi analytiki tmimaton ---------------*/

div.ensomatosi div.x-grid3-col-NumTmSrt,
div.ensomatosi div.x-grid3-col-NumTm {
 color:blue;
 cursor:pointer;
}

div.ensomatosi div.x-grid3-col-MissingSrt,
div.ensomatosi div.x-grid3-col-Missing {
 color:red;
 cursor:pointer;
}

div.tm {
  float: left;
  margin: 4px;
  padding: 4px;
  border:1px solid gray;
  width:180px;
  height:40px;
  overflow:hidden;
  white-space: normal;
  cursor:pointer;
}

div.tm span.tmDescr {
  font-size: 8pt;
}

div.noTms {
  font-size:20px;
  margin:20px 0px 0px 20px;
  color:gray;
}

#ministryMain {
  font-size:24px;
  font-weight:bold;
}

.homePage table.main {
  width:100%;
  height:100%;
}

.homePage table.legend td{
  text-align:left;
  padding-left:10px;
}

.homePage table.legend div.lcolor {
  width:10px;
  height:10px;
  border:1px solid black;
}

#west TABLE {
  width:100%;
}

#west TABLE.header tr {
  line-height:20px;
}

#west td.labl{
  font-weight:bold;
  font-size:0.9em;
}

#west td.number{
  text-align:right;
}

#west div.updated{
  text-align:center;
}

.homePage .btn {
 	height: 78px;
	width:350px;
	background-image: url(../../images/buttons.png);
	background-repeat: no-repeat;
	display:block;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	cursor:pointer;
	text-decoration:none;
	font-family:Arial, Tahoma;
}

.homePage .btn span {
	width:240px;
	text-align:center;
	padding-left:110px;
	display:block;
}

.homePage .btn.one-line span {
	padding:30px 20px 30px 100px;
}

.homePage .btn.two-lines span {
	padding:22px 20px 22px 100px;
}


.homePage .euro {
	background-position: 0px -88px;
}

.homePage .dn {
	background-position: 0px 0px;
}

.homePage .btn.euro:hover {
  background-position: 100% -88px;
}

.homePage .btn.dn:hover {
  background-position: 100% 0px;
}

.homePage .logo-wrapper {
	padding-bottom:10px;
}

.info .stirixi {
  display:none;
}