﻿/*
  Layout Styles
  (c) 2008 eLogic.gr
  font-size: 80%; 
*/
* {
	margin:0;
	padding:0;
}
body {
	background-image: url(../images/back.jpg);
}
html,body {
	margin:0;
	padding:0;
	/* height:100%; needed for container min-height */
    font-family:verdana, arial,sans-serif;
	font-size:11px;
	color:#333230;
}
#distance { 
	width:1px;
	height:50%;
	margin-bottom:-305px; /* half of container's height */
	float:left;
}
.whitetext {
	color: #f6f6f5;
	
/* 	font-weight:bold; color: #eeeeec;*/ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: left;
}
h2{

color: #F57800;
font-weight:bold; 
	font-size: 12px;
}
h3{

color: #F57800;
font-weight:bold; 
	font-size: 10px;
}
#headerLogo {
  padding: 0px;  margin-top: 10px;margin-bottom: 5px;
 position:relative;

  z-index:20;
}
#bannerWrap {
  padding: 0px;  margin-top: 8px;margin-bottom: 5px;
  width:700px;
}
#bannerRightSideWrap {
  padding: 0px;  margin-top: 220px; float:left; /*background-color: red;*/
}
#bannerRightSide {
  padding: 0px; float:left; /*background-color: red;*/
}


.banner{
border: #abaaab 1px solid; 
margin-bottom:2px;margin-left: 3px;margin-right: 3px;
}
#footer{ 
clear:both;
	text-align:center;
  padding-top:5px;
    font-size:9px;
  color: #abaaaa; 
}
a:link {
	color: #fff;
	text-decoration: underline; 
}
a:visited {
	text-decoration: underline; 
	color: #fff;
}
a:hover {
	text-decoration: underline;
	color: #f37724;
}
a:active {
	text-decoration: underline; 
	color: #fff;
}


#membersMenu a:link                          { color:#302f2f; text-decoration: none; }
#membersMenu a:visited                          { color:#302f2f; text-decoration: none; }


#elogic a:link                          { color:#abaaaa; text-decoration: none; }
#elogic a:visited                          { color:#abaaaa; text-decoration: none; }
#elogic a:hover                          { color:#f37724; text-decoration: underline; }



.tblGrid a:link                          { color:#a3a5a6; text-decoration: underline; }
.tblGrid a:visited                          { color:#a3a5a6; text-decoration: underline; }
.tblGrid a:hover                          { color:#f37724; text-decoration: underline; }


.tblGrid table{	
padding:0px;
border-spacing: 0pt;

}

.tblGrid td{	
border-top: #abaaab 1px solid; 



}
.tblGrid th{	

font-size: 0.9em;
color:#FFFFFF;
}

.thumb{
border: #abaaab 1px solid; 
margin-bottom:2px;
}

hr {
  border: 0;
  width: 100%;
  color: #a8a3a8;
background-color: #a8a3a8;
height: 1px;

}

.main{
 width:865px; /* width:875px;*/
}

.tblProfile td
{
color:#000;
}
.tblProfile a:link                          { color:#000; text-decoration: underline; }
.tblProfile a:visited                          { color:#000; text-decoration: underline; }
.tblProfile a:hover                          { color:#f37724; text-decoration: underline; }


