body, table
{
	font-family: Trebuchet MS, Verdana, Tahoma, Arial Greek, Arial, HellasArial, Helvetica;
	font-size : 10pt;
}

.m_body
{
	border:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	width:100%;
	height:100%;
	color : #777778;
	background-color:#ffffff;	
}

/* normal */
.m_n, table
{
	font-size : 10pt;
	color : #777778;
	text-decoration:none;
}

/* normal bold */
.m_nb
{
	color : #777778;
	font-weight:bold;
	text-decoration: none;
}

.m_ns
{
	font-size : 8pt;
	color : #777778;
	text-decoration: none;
}

/* input , select , textarea */
.m_tb
{
	font-size : 9pt;
	background-color : #C1C4AF;
	border : 1px solid #787878;
	color : #000000;
}

/* button */
.m_b
{
	background-color : #C1C4AF;
	background:url(images/btn2.png);
	border:none;
	color: #ffffff;
	width:125px;
	font-weight:bold;
	font-size : 9pt;
	cursor:pointer;
	/*padding-left:17px;*/
	text-align:left;
	/*text-indent:17px;*/
	padding-left:17px;
}

.m_b1
{
	background:url(images/btn.png);
	border:none;
	color: #ffffff;
	width:95px;
	font-weight:bold;
	font-size : 9pt;
	cursor:pointer;
	/*padding-left:17px;*/
	text-align:left;
	/*text-indent:17px;*/
	padding-left:17px;
}

.m_bLarge
{
	background:url(images/btn3.png);
	border:none;
	color: #ffffff;
	width:200px;
	font-weight:bold;
	font-size : 9pt;
	cursor:pointer;
	/*padding-left:17px;*/
	text-align:left;
	/*text-indent:17px;*/
	padding-left:17px;
}

/*  table border */
.m_bg
{
	background-color : #F6F7F4;
}
/*  table content */
.m_cg
{
	/*background-color : #F6F7F4;*/
}

/* table header */
.m_hg
{
	color : #ffffff;	
	font-weight: bold;
	height:22;
	background-color : #868D67;	
}

/* table normal row */
.m_ng
{
	background-color : #F6F7F4;
	color : #777778;
}
/* table alternative row */
.m_ag
{
	background-color : #FFFFFF;
	color : #777778;
}

.m_error
{
	color : #ff0000;
}

.m_red
{
	color: #FF0000;
	text-decoration:none;
}

a:link, a:visited, a:hover {
	color : #A97F24;;
	text-decoration:none;
}

hr
{
	height:1px;
}

.navigator, a.navigator:link, a.navigator:visited, a.navigator:hover {
  text-align: center;
 border: 1px double #cccccc;
  width: auto;
  background: #F5FAF7;
  padding: 0px 10px;
  line-height: 10px;
  margin: 1px;
  text-decoration:none;
}

/*  default style toy menu */
.menu5
{
	color : #646d3e;
	text-decoration:none;
	cursor:pointer;
	font-size : 12pt;
	width:100%;
	padding:0px;
	margin:0px;
}

.menu5 a:link, .menu5 a:visited
{
	padding-left:20px;
	display:block;
	width:100%;
}

.menu5 a:hover
{
	background:url(images/m_h.png);
	background-repeat:no-repeat;
	padding-left:20px;
	color : #2d2e28;
}

/* 
Kentriko menu default
*/
.MainItem
{
	text-decoration:none;
	/*color: #dddddd;*/
	/*background-color:#000000;*/
}

/* 
Kentriko menu on mouse over
*/
.MainItemHover, .MainItemActive
{
	font-weight: bold;
	/*color: #ffffff;*/
	/*background-color:#000000;*/
	/*FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#fefefe,endColorStr=#FFD69A);*/
}

/*
ipomenu gia text - xroma, gramatoseira
*/
.MenuItem .MenuFolderText, .MenuItem .MenuItemText
{
	color: #ffffff;
}

/*ipomenu background*/
.MenuItem, .MenuItem .MenuFolderLeft, .MenuItem .MenuItemLeft
{
	background-color:	#000000;
}

/* Mouse over ton ipomenou */
.MenuItemHover, .MenuItemActive
{
	background-color:	#686866;
	color: #ffffff;
}

/* title */
.title
{
	font-size : 10pt;
	color : #ffffff;
	font-weight:bold;
	text-decoration:none;
}

/* eco */
fieldset {  margin:0px 0; padding:6px; border:1px solid #888888;}
legend {
	margin-bottom: 5px;
	margin-left: -9px;
	padding-right: 5px;
	vertical-align: middle;
	padding-bottom: 3px;
}
fieldset > legend {
	margin-left: -2px;
}

.dot
{
	border-top:dotted #ADADAB 1px;
}

#facebox { position: absolute;top: 0;left: 0;  z-index: 1000;text-align: left;}
.facebox_popup, #facebox .popup{position:relative;border:10px solid rgba(82, 82, 82, 0.7); -webkit-border-radius:5px; -moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 0 28px rgba(0,0,0,0.4);  -moz-box-shadow:0 0 28px rgba(0,0,0,0.4);  box-shadow:0 0 28px rgba(0,0,0,0.4);}
#facebox .content {display:table;width:400px;padding:0px;background: #fff;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
#facebox .content > p:first-child{margin-top:0;}
#facebox .content > p:last-child{ margin-bottom:0;}
#facebox .close{position:absolute;top:5px;right:5px;padding:2px;background:#fff;}
#facebox .close img{opacity:0.3;border: 0;margin: 0;}
#facebox .close:hover img{opacity:1.0;border: 0;margin: 0;}
#facebox .loading {text-align: center;}
#facebox .image {text-align: center;}
#facebox_overlay {position:fixed;top:0px;left:0px;height:100%;width:100%;}
.facebox_hide {z-index:-100;}
.facebox_overlayBG {background-color: #000;z-index: 99;}
/*Message Box*/
h2.dialog_title {background:none repeat scroll 0 0 #878e67;color:#FFFFFF;font-size:14px;font-weight:bold;margin:0;padding:10px;}
.dialog_buttons{background:none repeat scroll 0 0 #f6f7f4;padding:8px 10px;text-align:right;z-index:200}
.clearfix {display:block;}
