
html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:gray;
}

td,th {
	color:#000;
	font-family: Verdana, Arial;
	font-size:10pt;
}
* {
	font-family: Verdana, Arial;
	font-size:10pt;
}


div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:100%;
	background:#fff;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
/*	background: #3A3A3A url('../image/top_back2.jpg') 0 0 repeat-x;*/
	background-color: #9fa4be;
	height: 115px;
	text-align:center;
	color:#FFF;
	margin-bottom: 10px;
}


div#content {
	padding-right:10px;
	padding:0 1em 12em; /* bottom padding for footer */
	background-color: #fff;
}
/* for Internet Explorer */
/*\*/
* html div#content {
height: 70%;
}
/**/
div#content p {
	text-align:justify;
	padding:0 1em;
}

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
/*	background: #3A3A3A url('../image/bottom_back.jpg') 0 0 repeat-x;*/
	background-color: #9fa4be;

	margin-top: 10px;
	text-align:center;
}
div#footer2 {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	padding-top:22px;
	padding-bottom:46px;
	text-align:center;
}
#header_img{
	float:left;
	width: 272px;
	padding:0;
	margin:0;
	top: 0;
}
#header_img a img {
	border: none;
	padding:0;
	margin:0;
	display:inline;
}
#header_img img {
	float:left;
	display:inline;
}


#header_title {
	margin: 0 auto;
	text-align: center;
	width:380px;
	height: 30px;
	font-size: 12pt;
	font-weight: bold;
	padding-top: 45px;
/*	background-color: #3A3A3A;*/
	color: white;
}

#header_user {
	float:right;
	text-align: right;
	font-size: 9pt;
	font-weight: bold;
	color: white;
	line-height: 20px;
}

*html #header_user {
	width: 200px;
}
#header_user i{
	font-size: 9pt;
	font-weight: bold;
	color: #E55F1C;
}
#header_user table{

}
#header_user td{

	color: #fff;
	font-weight: bold;
}
#header_user #enter{
	background-color: #8F8F8F;
	border: 1px solid #fff;
	color: #fff;
}
#header_user div{

	font-size: 9pt;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}
#header_user label{
	font-size: 9pt;

	color: #fff;
	font-weight: bold;
}




#footer_left{
	background-color: transparent;
	float: left;
	font-size: 7pt;
	width:300px;
	padding-top:4px;
}

#footer_center{
	margin-right:200px;
	background-color: transparent;
	font-size: 7pt;
}

#footer_right{
	color:#fff;
	width:240px;
	background-color: transparent;
	float: right;
	font-size: 7pt;
	padding-top:10px;
}

#footer_center a{
/*	background-color: #3A3A3A;*/
	font-size: 7pt;
	text-decoration: none;
	color: #fff;	
	padding-right:30px;
}
#footer_center a:hover{
	/*background-color: #3A3A3A;*/
	color: #F5BE1B;
}
#footer_center a:visited{
	color: #fff;	
}

#footer_left a{
	font-size: 7pt;
	text-decoration: none;
	color: #eee;	
}
#footer_left a:hover{
	color: #fff;
}
#footer_left a:visited{
	color: #fff;	
}
#overlay {
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
	top: 0px;
	background-color: #777;
	-moz-opacity: 0.4;
	z-index: 99;
}

#menu {
	margin-left:15px;
	position: relative;
	width: 98%;
	height: 24px; 
	background-color: #fff;
	border-bottom: 1px solid #3A3A3A;
	font-weight: bold;
	font-size: 10pt;
}

#menu a{
	text-decoration: none;
	color: #3A3A3A;
}
#menu a:hover{
	color: #E55F1C;
}

#menu2 {
	padding-top:5px;
	position: relative;
	width: 98%;
	height: 24px; 
	background-color: #fff;
	font-size: 10pt;
}
#menu2 div{
	border-bottom: 1px solid #3A3A3A;
	padding:4px;
	padding-left:10px;
	padding-right:10px;
}
#menu2 a{
	text-decoration: none;
	color: #3A3A3A;
}
#menu2 a:hover{
	color: #E55F1C;
}


#main {
	margin-bottom: 46px;
	height: auto;

}

#main_right_menu{
	position:relative;
	float: right;
	width: 180px;
	background: #fff url('../image/front.gif') 0 0 no-repeat;
	text-align: center;
}
.row0 td {
	padding: 4px;
	background-color: #FEFF9F;
}

.row1 td {
	padding: 4px;
	background-color: #fff;
}

.rowSelected0 td {
	padding: 4px;
	background-color: #ddd;
}

.rowSelected1 td {
	padding: 4px;
	background-color: #ddd;
}

.form_element{
	width: 100%;
}

.form_element label {
	display: block;
	font-weight: bold;
	float: left;
	width: 10em;
	padding: 3px;
	margin: 3px;
	text-align: right;
}
label {
	display: block;
	font-weight: bold;
	float: left;
	width: 12em;
	padding-right: 5px;
	text-align: right;
}
.form_element .input {
	display: block;
	float: left;
	padding: 3px;
	margin: 3px;
}

.form_element .input .comment {
	font-size: 9pt;
	color: #888;
	text-align: left;
	font-style: italic;
}
.comment {
	font-size: 9pt;
	color: #888;
	font-style: italic;
}
.form_element .input .autocomplete {
	background-color: transparent;
}
.flash {
	margin-top:10px;
}
#flash_info {
	padding: 5px;
	border: 1px solid #282;
	padding-left: 25px;
	width: 95%;
	background: #cfb url('../image/information.png') 5px 50% no-repeat;
}

#flash_error {
	padding: 5pt;
	border: 1px solid #822;
	padding-left: 25px;
	width: 95%;
	background: #fdd url('../image/exclamation.png') 5px 50% no-repeat;
}




.popup{
	position: fixed;
	display: block;
	margin: auto;
	left: 20%;
	top: 5%;
	z-index: 100;
	height: 90%;
	width: 700px;
}

.popup .header {
	position: relative;
	display: block;
	margin: 0px;
	cursor: default;
	background: #eee url('../image/menu_button_bg.png') 0 0 repeat-x;
	height: 40px;
	margin: 0;
	padding: 0;
	width: 700px;
}

.popup .header h1 {
	font-size: 14pt;
	color: #444;
	line-height: 30pt;
	padding-left: 12px;
}
.popup .body h1 {
	display: none;
}

.popup .icon {
	position: absolute;
	right: 0px;
	top: 0px;
}

.popup .body {	
	position: relative;
	display: block;
	width: 100%;
	font-weight: normal;
	background-color: #eee;
	overflow: auto;
	max-height: 90%;
	height: auto;
	border: 0;
	border: 1px solid white;
}

.addresses_tab_button {
	border: 1px solid gray; 
	background-color: white; 
	border-bottom: none; 
	float: left; 
	padding: 3px; 
	margin-left: 2px; 
	color: gray;
	cursor: pointer;
}

.addresses_tab_button_selected {
	border: 1px solid gray; 
	background-color: #DFDFDF; 
	float: left; 
	padding: 3px; 
	margin-left: 2px; 
	color: black;
}

.addresses_tabPane {
	border: 1px solid gray; 
	background-color: white;
}

.addresses_tab_button2 {
	border: 1px solid gray; 
	background-color: white; 
	border-bottom: none; 
	float: left; 
	padding: 3px; 
	margin-left: 2px; 
	color: gray;
	cursor: pointer;
}

.addresses_tab_button2_selected {
	border: 1px solid gray; 
	background-color: #DFDFDF; 
	float: left; 
	padding: 3px; 
	margin-left: 2px; 
	color: black;
}

.addresses_tabPane2 {
	border: 1px solid gray; 
	background-color: white;
}

.addresses_tab_button3 {
	border: 1px solid gray; 
	background-color: white; 
	border-bottom: none; 
	float: left; 
	padding: 3px; 
	margin-left: 2px; 
	color: gray;
	cursor: pointer;
}

.addresses_tab_button3_selected {
	border: 1px solid gray; 
	background-color: #DFDFDF; 
	float: left; 
	padding: 3px; 
	margin-left: 2px; 
	color: black;
}

.addresses_tabPane3 {
	border: 1px solid gray; 
	background-color: white;
}

.addresses_tab_button4 {
	border: 1px solid gray; 
	background-color: white; 
	border-bottom: none; 
	float: left; 
	padding: 3px; 
	margin-left: 2px; 
	color: gray;
	cursor: pointer;
}

.addresses_tab_button4_selected {
	border: 1px solid gray; 
	background-color: #DFDFDF; 
	float: left; 
	padding: 3px; 
	margin-left: 2px; 
	color: black;
}

.addresses_tabPane4 {
	border: 1px solid gray; 
	background-color: white;
}

#latestNewsText{
	margin-left: 16px;
	margin-top:5px;
	padding-right: 5px;
	padding-bottom: 2px;
	background: transparent url(images/sidebar_list_border.gif) 4% 0 repeat-y;
}
#latestNewsText h2{
	float: left;
	font-size: 7pt;
	color: #3A3A3A;
	padding-left: 13px;
	padding-right: 30px;
	padding-bottom: 4px;
}
#latestNewsText p{
	float: left;
	font-size: 8pt;
	padding-left: 20px;
	padding-bottom: 10px;
}
#latestNewsText p a{
	font-size: 8pt;
	color: #8F8F8F;	
	text-decoration: none;
}
#latestNewsText p a:hover{
	text-decoration: underline;
}


input[type="submit"],input[type="reset"],input[type="button"]{
	margin: 2px;
	padding: 2px;
	background-color: #8F8F8F;
	border: 1px solid black;
	color: white;
	font-weight: bold;
}
input[type=submit]:hover,input[type=reset]:hover,input[type=button]:hover{
	padding: 2px;
	margin: 2px;
	background-color: #513379;
	border: 1px solid black;
	color: white;
	font-weight: bold;
}

input{
	background-color: #ffffff;
}
input.submit{
	background-color: #8F8F8F;
	border: 1px solid black;
	color: white;
	font-weight: bold;
}

input.submit:hover{
	padding: 2px;
	margin: 2px;
	background-color: #513379;
	border: 1px solid black;
	color: white;
	font-weight: bold;
}

input[type=text],textarea,select,input[type=password]{
	border: 1px solid black;
	background-color: #ffffff;
}

#content h1{
	color: #3A3A3A;
	font-size: 12pt;
}

#content h2{
	color: #8F8F8F;
	font-size: 8pt;
	text-align: left;
}

#content form{
	border-left: 2px solid #3A3A3A;
	border-right: 2px solid #3A3A3A;
	padding: 10px;
	background-color: #DFDFDF;
}	
#nostyle form{
	border-left: 2px solid transparent;
	border-right: 2px solid transparent;
	padding: 10px;
	background-color: transparent;
}
.zebraTable th{
	color: white;
	padding: 4px;
/*	background-color: #3A3A3A;*/
	background-color: #9fa4be;
}

.zebraTable th a{
	color: white;
	text-decoration: none;
/*	background-color: #3A3A3A;*/
	background-color: #9fa4be;
}

.zebraTable th a:hover{
	text-decoration: none;
	color: #513379;
}

#latestNewsText{
	margin-left: 16px;
	margin-top:5px;
	padding-right: 5px;
	padding-bottom: 2px;
	background: transparent url(images/sidebar_list_border.gif) 4% 0 repeat-y;
}
#NewsText h2{
	float: left;
	font-size: 8pt;
	color: #3A3A3A;
	padding-left: 13px;
	padding-right: 30px;
	padding-bottom: 4px;
}
#NewsText p{
	float: left;
	width: 100%;
	font-size: 10pt;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#NewsText p a{
	font-size: 10pt;
	color: #3A3A3A;	
	text-decoration: none;
}
#NewsText p a:hover{
	color: #E55F1C;	
	text-decoration: underline;
}
#NewsText a{
	font-size: 10pt;
	color: #8F8F8F;	
	text-decoration: none;
}
#NewsText a:hover{
	color: #8F8F8F;	
	text-decoration: underline;
}

#links{
	width: 85%;
	height: 30px;
	text-align: right;
}

#links a{
	color: #3A3A3A;
	text-decoration: none;
	padding-bottom: 5px;
}

#links a:hover{
	text-decoration: none;
	color: #513379;
}
fieldset{
	background-color: #DFDFDF; 
}
legend{
	font-weight: bold; 
}
.letter_button{
	background-color: #8F8F8F;
	border: 1px solid black;
	color: white;
	font-weight: bold;
}
.letter_button_selected{
	padding: 2px;
	margin: 2px;
	background-color: #E55F1C;
	border: 1px solid black;
	color: white;
	font-weight: bold;
}
#letterbar_greek{
	text-align: center;
}
#letterbar_english{
	text-align: center;
}
.date_field{
	background: #fff url("../image/calendar.png") 99% 50% no-repeat;
}
.return_link{
	color: #3A3A3A;
	text-decoration: none;
	margin: 5px;
	padding: 5px;
}

.return_link:hover{
	text-decoration: none;
	color: #513379;
}
