/* General CSS ------------------- */
body,th,td{
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link { text-decoration: none; color:  #23708F;  }
a:visited { text-decoration: none; color:  #23708F;	 }
a:active { text-decoration: none; color:  #23708F;  }
a:hover { text-decoration: none; color:  #E96901;  }


.login_list_ul
{
	margin: 0px 0;
	padding-left: 14px;
	list-style-type:square;
	color:#EB8810;
	line-height:16px;
	font-size:10px;
	font-family:Verdana;
}

.login_list_li:hover
{
	color:red;
}

.login_list_li#current
{
	color:red;
}

.login_list_li a:link
{
	font-weight: normal;
}

.login_list_li a:visited 
{
	font-weight: normal;
}



hr 
{
	color: #b0b0b0; 
	background-color: #ffffff; 
	border-style: none none dotted; 
}

.path_text
{
	font-size:10px;
}

.clear_style
{
	font-weight:normal;
	padding:0px;
	font-size:11px;
	border-bottom: 0px solid #FFFFFF;
	color:#000000;
}

.category_description
{

}

.main_position
{
	background: url("../images/main_pattern.gif") repeat-y;
}

.main_page
{
	width:667px;
	padding-left:26px;
	padding-right:26px;
}


.main_position_path
{
	padding-top:2px;
	padding-left:26px;
	padding-right:26px;
	padding-bottom:0px;
}

.title_category
{
	vertical-align: middle;
	padding-left:12px;
	margin-left:14px;
	padding-top:0px;
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
	line-height:24px;
	background: url("../images/main_title.gif") no-repeat;
}

.general_title
{
	vertical-align: middle;
	padding-left:12px;
	margin-left:14px;
	padding-top:0px;
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
	line-height:24px;
	background: url("../images/main_title.gif") no-repeat;
}

.footer_category
{
	line-height:20px;
	background: url("../images/main_footer.gif") no-repeat;
}


.title_date
{
	padding-left:26px;
	padding-right:26px;
	font-size:10px;
	font-weight:normal;
	color:#6D7271;
}

.print_icon_css
{
	border:0px solid #BCBCBC;
	padding-top:2px;
	/*background:#888888;*/
}
/* ---------------------------------------------- */

/* Form elements  ------------------------------- */
span.checkbox {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}

span.radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(../images/system/radio.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}

span.select {
	position: absolute;
	width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	background: url(select.gif) no-repeat;
	overflow: hidden;
}


/* -------------------------------------------------------- */

/* Button  ------------------------------------------------ */
button { 
	position: relative;
	border: 0; 
	padding: 0;
	cursor: pointer;
	overflow: visible; /* removes extra side padding in IE */
}

button::-moz-focus-inner {
	border: none;  /* overrides extra padding in Firefox */
}

button span { 
	position: relative;
	display: block; 
	white-space: nowrap;	
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	button span {
		margin-top: -1px;
	}
}


/* OPTIONAL BUTTON STYLES for applying custom look and feel: */		
button.submitBtn { 
	padding: 0 7px 0 0; 
	margin-right:2px; 
	font-size: 10px; 
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center; 
	background: transparent url(../images/general_button.gif) no-repeat right -70px; 
}
	
button.submitBtn span {
	padding: 6px 0px 0px 8px; 
	height:20px; 
	background: transparent url(../images/general_button.gif) no-repeat left top; 
	color:#fff; 
}
	
button.submitBtn:hover, button.submitBtnHover { /* the redundant class is used to apply the hover state with a script */
	background-position: right -105px; 
}
	
button.submitBtn:hover span, button.submitBtnHover span {
	background-position: 0 -35px;
}
/* ----------------------------------------- */

/* Menu horizontal  ------------------------ */
.menu_position
{
	padding-left:0px;
}

#sddm
{	margin: 0;
	padding: 0;
	z-index: 30;
}

#sddm li  /*First Menu*/
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: 11px Verdana;
}

#sddm li a  /*First Menu*/
{	display: block;
	margin: 0px;
	width: 90px;
	padding-top:12px;
	padding-bottom:12px;
	/*padding: 6px 20px;
	background: #000;
	background: url(../images/b_epilogon_up.gif) repeat-x;*/
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	font-weight: normal;

}

#sddm li a:hover  /*First Menu*/
{	
	/*background: #F8901F;*/
	background: url(../images/b_epilogon_roll.gif) repeat-x;
	color: #000000;
}

#sddm div   /*Second Menu*/
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #6D7271;
	border: 1px solid #FFFFFF;
}

#sddm div a   /*Second Menu*/
{	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #E8E8E8;
	color: #000000;
	font: 10px Verdana;
}

#sddm div a:hover   /*Second Menu*/
{	
	background: #535A64;
	color: #FFFFFF;

}

.menu_hover
{
	/*background-color: #F8901F;*/
	background: url(../images/b_epilogon_roll.gif) repeat-x;
}

/* --------------------------------------- */

/* Menu Vertical  ------------------------ */

.menu_vertical_header
{
	background:url("../images/menu_buttons_header.gif") no-repeat;
	height:28px;
	color:#D4D4D4;
	font-size:10px;
	font-weight:bold;
	padding-left:40px;
	padding-top:9px;
}

.menu_vertical_general
{
	background: url('../images/menu_buttons_up.gif') no-repeat;
	cursor:pointer;
	color:#6D7271;
	padding-left:40px;
	padding-top:7px;
	padding-bottom:6px;
	font-size: 10px;
	font-weight:bold;
}

.menu_vertical_general_up
{
	background: url('../images/menu_buttons_roll.gif') no-repeat;
	cursor:pointer;
	padding-left:40px;
	padding-top:7px;
	padding-bottom:6px;
	font-size: 10px;
	font-weight:bold;
}
/* ------------------------------------------- */

/* Sub Menu Vertical  ------------------------ */

.smenu_vertical_general
{
	background: url('../images/sub_menu_buttons_up.gif') no-repeat;
	cursor:pointer;
	color:#6D7271;
	padding-left:58px;
	padding-top:7px;
	padding-bottom:6px;
	font-size: 10px;
	font-weight:bold;
}

.smenu_vertical_general_up
{
	background: url('../images/sub_menu_buttons_roll.gif') no-repeat;
	cursor:pointer;
	padding-left:58px;
	padding-top:7px;
	padding-bottom:6px;
	font-size: 10px;
	font-weight:bold;
}
/* --------------------------------------- */

/* ----- Polls  -------------------------- */

.polls_table 
{
	border-collapse: collapse;
}
.polls_table th 
{

}
.polls_table td 
{
	padding-top: 3px;
	border-bottom:1px solid #dddddd;
}
/* --------------------------------------- */


/* ----- Login  -------------------------- */
.login_table 
{
	border-collapse: collapse;
	width:80%;
}
.login_table th 
{

}
.login_table td 
{
	border: 1px solid #dddddd;
	padding: 24px;
	background-color: #f9f9f9;
}

.login_form_input
{
	width: 90%;
}
/* --------------------------------------- */

/* ----- Register  ----------------------- */
.register_table 
{
	border-collapse: collapse;
	width:80%;
}
.register_table th 
{

}
.register_table td 
{
	border: 1px solid #dddddd;
	padding: 24px;
	background-color: #f9f9f9;
}

.register_form_input
{
	width: 260px;
}

.star_class
{
	color:#FF6600;
	font-size:14px;
}
/* --------------------------------------- */


/* ----- Module  ------------------------- */

.module_header
{
	background: url(../images/module_header.gif) no-repeat;
	height:50px;
}
.module_header_text
{
	padding-left:20px;
	padding-right:20px;
	padding-bottom:8px;
	color:#FFFFFF;
	font-weight:bold;
}

.module_pattern
{
	background: url(../images/module_pattern.gif) repeat-y;
	padding-left:38px;
	padding-right:36px;
}

.module_footer
{
	background: url(../images/module_footer.gif) no-repeat;
	height:18px;
}

/* --------------------------------------- */

/* ----- Gallery ------------------------- */

.select_gallery
{
	border:1px solid #AFAFAF;
	font-size:11px;
}

.img_general
{
	background:#FFF;
	border:1px solid  #A8B3C4;
	padding:4px;
}

.title_general
{
	background:#EFEFF1;
	border:1px solid #A8B3C4;
	margin:2px 0px 5px 0px;
	padding:4px;
}

/* --------------------------------------- */


/* Contact ----------------------------------- */
.contact_frame_left_top
{
	background-image: url(../images/contact_frame_up_left.gif);
	width:5px;
	height:5px;
	background-repeat: no-repeat;
}

.contact_frame_right_top
{
	background-image: url(../images/contact_frame_up_right.gif);
	width:5px;
	height:5px;
	background-repeat: no-repeat;
}

.contact_frame_right_bottom
{
	background-image: url(../images/contact_frame_down_right.gif);
	width:5px;
	height:5px;
	background-repeat: no-repeat;
}

.contact_frame_left_bottom
{
	background-image: url(../images/contact_frame_down_left.gif);
	width:5px;
	height:5px;
	background-repeat: no-repeat;
}

.contact_frame_main
{
	background:#E4E4E4;
	width:657px;
}

.contact_frame_bg
{
	background:#E4E4E4;
}

.contact_info_cell
{
	vertical-align:middle;
	text-align:left;
	padding-right:4px;
}
.contact_info_img
{
	text-align:right;
	vertical-align:middle;
	width:48px;	
}

.skype_bg
{
	background-image: url(../images/skype_fonto.gif);
	width:425px;
	height:62px;
	background-repeat: no-repeat;
	margin-top:8px;
}


.contact_textbox_small
{
	width:282px;
	border:1px solid #AFAFAF;
}

.contact_textbox_big
{
	width:282px;
	border:1px solid #AFAFAF;
}


.contact_form_field
{
	padding-bottom:0px;
}

.contact_textbox_captcha
{
	width:100px;
	border:1px solid #AFAFAF;
}
/* ------------------------------------------- */

/* Date -------------------------------------- */
.date_module
{
	color: #6B6D60;
	font-size:10px;
	background:url("../images/header5.gif") no-repeat;
}
/* ------------------------------------------- */

/* Other link -------------------------------- */
.footer_link:link { text-decoration: none; color:  #8F8F8F; }
.footer_link:visited { text-decoration: none; color:  #8F8F8F; }
.footer_link:active { text-decoration: none; color:  #8F8F8F; }
.footer_link:hover { text-decoration: underline; color:  #8F8F8F; }
/* ------------------------------------------- */



/* Footer sitemap link -------------------------------- */
.footer_sitemap_lev1 {
	font-size:12px;	
	font-weight:bold;
	margin-bottom:10px;
}
.footer_sitemap_lev2 {
	font-size:10px;	
	font-weight:normal;
	margin-bottom:4px;
}

.footer_sitemap_link:link { text-decoration: none; color:  #4F4F4F; }
.footer_sitemap_link:visited { text-decoration: none; color:  #4F4F4F; }
.footer_sitemap_link:active { text-decoration: none; color:  #4F4F4F; }
.footer_sitemap_link:hover { text-decoration: underline; color:  #4F4F4F; }
/* ------------------------------------------- */




/* CSS used Only by this template ------------ */
.header_pattern1 {
	background-image: url(../images/header_pattern1.gif);
	background-repeat: repeat-x;
}


.main_header{
	background: url(../images/main_header.gif) no-repeat;
	line-height:14px;
}


.middle_background{
	background-color:#E6E6E6;
}

.footer_sitemap_background{
	background-color:#C2C4C6;
}

.footer_background_1{
	background: url(../images/footer_pattern.gif) repeat-x;
}


.footer_sponsor_background{
	background-color:#AEB0B2;
}

.table_footer_sitemap{
	margin-left:24px;
}

.table_footer_sitemap_logo{
	background: url(../images/tessera_logo_footer.gif) no-repeat;
    background-position: right top;
}

.banner_position{
	padding-right:6px;
	padding-left:6px;
}


.more_position{
	margin-right:30px;
}

.menu_horizontal_pattern{
	background: url(../images/b_epilogon_up.gif) repeat-x;
}

.footer{
	background: url(../images/footer.gif) no-repeat;
	font-size:10px;
	color: #4B4B4B;
}


/* ------------------------------------------- */


/* Generic button  ----------------------- */
.generic_button_left
{
	background: url('../images/b_start.gif') no-repeat;
	width:4px;
	height:20px;	
}

.generic_button_right
{
	background: url('../images/b_end.gif') no-repeat;
	width:4px;
	height:20px;	
}

.generic_button
{
	background: url('../images/b_pattern.gif') repeat-x;
	height:20px;	
	color:#fff;
	border:0px;
	text-align:center;
	font-size:9px;
	font-weight:bold;
	padding-bottom:5px !important; /* Firefox */
	padding:2px;
	cursor:pointer;
}
/* --------------------------------------- */

/* Search  ------------------------------- */


.search_textbox
{	
	font-size:11px;
	width:150px;
	border:0px;
}

.search_button
{	
	padding-top:11px !important;
	padding-top:15px;
}

.search_input
{
	padding-top:8px !important;
	padding-top:12px;
}
/* ------------------------------------------- */

.newsletter_form_GR{
	background-image: url(../images/newsletter_banner_GR.gif);
	background-repeat: no-repeat;
	width:208px;
	height:172px;
}


.newsletter_form_EN{
	background-image: url(../images/newsletter_banner_EN.gif);
	background-repeat: no-repeat;
	width:208px;
	height:172px;
}

.newsletter_input_text{
	height:20px;
	border:0px;
	font-size:12px;	
}

/*Infokiosks */
.infokiosks_header{
	height:20px;
	background-color:#504F4F;
	color:#ffffff;
	text-align:center;
	font-weight:bold;
}

.infokiosks_td1{
	background-color:#ffffff;
	text-align:center;
	border-left:1px solid #504F4F;
	border-right:1px solid #504F4F;
}

.infokiosks_td2{
	height:25px;
	background-color:#504F4F;
	color:#ffffff;
	text-align:center;
	font-weight:bold;
}
/* ------------------ */


.admin_table {
	border-collapse: collapse;
}
.admin_table th {
	color: white;
    font-weight: bold;
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #dddddd;
	background-color: #6a6a6a;
}
.admin_table td {
	border-width: 1px;
	padding: 4px;
	border-style: solid;
	border-color: #dddddd;
	background-color: #f9f9f9;
}

/* fancy bullet list */
.bullet_orange 
{
	list-style-image: url("../images/bullet.gif");
}

.bullet_check
{
	list-style-image: url("../images/4shop_check_mark.gif");
}

.bullet_link
{
	list-style-image: url("../images/more_icon.gif");
	padding: 14px;
	line-height:20px;


}

.shop_default_table 
{
	border-collapse: collapse;
	font-size:12px;
	color:#535a64;
	text-align: center; 
}

.shop_default_table th 
{
    font-weight: bold;
	padding: 5px;
	border:1px solid #e6e6e6;
	color:#535a64;
	background-color: #e6e6e6;
}

.shop_default_table td 
{
	border:1px solid #e6e6e6;
	padding: 5px;
	
}


.shop_default_table_header1
{
	font-weight: bold;
	color:#ffffff; 
	border:1px solid #e6e6e6;
	background-color: #535a64;
	padding:5px;
}

.shop_default_table_header2
{
	font-weight: bold;
	color:#ffffff; 
	border:1px solid #e6e6e6;
	background-color: #afb0b2;
	padding:5px;
}	
