@charset "UTF-8";

@font-face{font-family : "Gotham"; src : url('../fonts/Gotham.eot'); font-weight:normal; font-style:normal; font-variant:normal;}@font-face{font-family : "Gotham"; src : local("Gotham"), url('../fonts/Gotham.ttf') format("truetype"); font-weight:normal; font-style:normal; font-variant:normal;}
/* CSS Document */


/* All our sites meet the structure of header, content, footer. Each of these basic sections may have subsections. Our main rules is met at the body tag or any other possibles. */
#safari_bug{}

/* Main Rules */
body
{
/*	height:100%;
	background-image:url(../images/main_bg.png);
	background-repeat:repeat;
	background-position:left top;
	background-attachment:fixed;	
	color:#ececec;
	font-size:12px;
	line-height:16px;
	word-spacing:0;
	letter-spacing:0;
	overflow:hidden;*/
}

body {
/*	width:100%;
	height:100%;
	margin:0;
	padding:0;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	position:fixed;
	border:hidden;
	overflow:hidden;*/
}

div.ui-datepicker {
    font-size: 75%;
}

#browser
{
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	position:fixed;
	background-image:url(../images/main_bg.png);
	background-repeat:no-repeat;
	background-color:#1267a2;
	/*background-color:#333333;*/
	background-position:center;
	background-attachment:fixed;	
	color:#291b6e;
	font-size:12px;
	/*line-height:16px;*/
	line-height:150%;
	word-spacing:0;
	letter-spacing:0;
	font-family: 'Ubuntu', Helvetica, Tahoma, Arial, Geneva;
	overflow:hidden;
}


a { text-decoration:none; display:inline; color:#291b6e;
 }
form { display:inline; }
.custom_scroll { padding-right:12px; }

#preloader_frame{
	width:100%;
	height:100%;
	/*background-color:#FFFFFF;*/
	background-image:url(../images/preloader_bg.png);
	background-repeat:repeat;
	background-position:top left;
	/*background-color:#ECECEC;*/
	/*background-image:url(../images/header_bg_gr.png);*/
	/*background-image:url(../images/logo_gr.png);*/
	color:#FFFFFF;
	background-attachment:fixed;	
	top:0;
	left:0;
	position:absolute;
	z-index:10000000;
}


#preloader{
	width:300px;
	height:420px;
	margin-left:-150px;
	margin-top:-210px;
	top:50%;
	left:50%;
	position:absolute;
	text-align:center;
	/*color:#000;*/
}

#site_js_disabled
{
	width:960px;
	height:600px;
	margin-top:  -300px;/* the half of the total height */
	margin-left:  -480px;/* the half of the total width */
	top:50%; /* the middle pixel of browser */
	left:50%; /* the middle pixel of browser */
	position:absolute;
	visibility:hidden;
}



#site
{
	width:960px;
	height:100%;
	margin-left:  -480px;/* the half of the total width */
	top:0;
	left:50%; /* the middle pixel of browser */
	position:absolute;
}

/* Header Section */
#header
{
	width:100%;
	height:120px;
			margin: 0px 0px 0px 0px;
	background-image:url(../images/header_bg_gr.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	background-color:transparent;
	text-align:right;
	position:absolute;
	top:0;
	left:0;
	right:0;
}

	#language
	{
		width:auto;
		height:auto;
		padding: 0px 0px 0px 0px;
		margin:0px 0px 0px 0px;
		/*
		border-radius:20px;		*/
		background-color:#FFFFFF;
		position:absolute;
		right:35px;
		bottom:0px;
		background-repeat:no-repeat;
		display:inline-block;		/*white-space:nowrap;*/
		font-size:11px;
		line-height:11px;
		text-align:right;
		float:right;
	}


	#logo
	{
		width:96px;
		height:96px;
		border-radius:48px;		/*background-image:url(../images/logo_gr.png);
		background-position:center center;
		background-repeat:no-repeat;*/
		position:absolute;
		bottom:5px;
		left:40px;
		display:block;	}
	
		#map
		{
			width:auto;
			height:25px;
			margin:0px;
			padding:5px 15px 0px 5px;
			/*
			Add by Alex
			border-bottom:solid 1px #1267a2;
			*/
						font-size:12px;
			line-height:20px;
			text-align:left;
			color:#291b6e;
			/*vertical-align:middle;*/
			position:absolute;
			top:5px;
			left:20px;
			right:20px;
			/*border-bottom:1px solid #291b6e;*/
			/*white-space:nowrap;*/
			/*font-weight:bold;*/
			display:inline;			/*bottom:0;
			right:0;
			background-color:#FFAA00;*/
		}		

		#map_item_parent{
			width:auto;
			height:auto;
			color:#291b6e;
			position:relative;
			font-size:16px;
			line-height:20px;
			white-space:nowrap;
			display:inline;			transition:all 0.5s ease-in-out 0s;		}

		#map_item_parent:hover{
			color:#ff7f01;
		}


		#map_item_current{
			width:auto;
			height:auto;
			color:#1267a2;
			position:relative;
			font-size:16px;
			line-height:20px;
			white-space:nowrap;
			display:inline;			transition:all 0.5s ease-in-out 0s;		}
		
		#map_item_current:hover{
			color:#ff7f01;
		}

		#group_item{
			border-bottom:solid 1px #ff7f01;
			font-size:15px;
			line-height:23px;
			text-align:left;
		}
		

		#menu_description{
			width:201px;
			height:auto;
			margin:10px;
			position:fixed;
			top:190px;
			bottom:40px;
			left:0px;
			text-align:left;
			color:#291b6e;
		}

#search_tool{
	height:20px;
	margin:0px 0px;
	padding:0px 0px 0px 0px;
	top:60px;
	right:45px;
	position:absolute;
	line-height:20px;
	color:#FFFFFF;
	background-color:#291b6e;
	border-radius:20px;}

#search_tool_input{
	height:20px;
	margin:0px 0px;
	padding:0px 0px 0px 0px;
	top:0px;
	right:20px;
	position:absolute;
	line-height:20px;
	color:#FFFFFF;
	background-repeat:no-repeat;
	border-radius:20px;}

#search_tool_input input{
	height:18px;
	line-height:18px;
	text-indent:3px;
	border-width:1px; 
	border-style:solid;
	border-radius:20px;}


#search_tool_input:hover{
}


#search_tool_submit{
	width:20px;
	height:20px;
	margin:0px 0px;
	padding:0px 0px;
	top:0px;
	right:0px;
	bottom:0px;
	position:absolute;
	line-height:20px;
	color:#FFFFFF;
	background-image:url(../php/TimThumb.php?src=../images/system/search_normal.png&h=20&w=20);
	background-repeat:no-repeat;
}

#search_tool:hover #search_tool_submit{
	background-image:url(../php/TimThumb.php?src=../images/system/search_over.png&h=20&w=20);
}

#search_results_toolbar{
	height:20px;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	left:0;
	right:0;
	border-bottom:1px solid #291b6e;
	line-height:20px;
}

#search_results_container{
	margin:0;
	padding:0;
	position:absolute;
	top:25px;
	bottom:0;
	left:0;
	right:0;
}

#search_results_frame{
	margin:0px 12px 20px 0px;
}

#search_results_title{
	font-weight:bold;
}

#search_results_description{
	
}


#search_results_marked_keywords{
	background-color:#FF9;
	font-weight:bold;
}

#facebook_share_tool{
	width:56px;
	height:20px;
	margin:0px 0px;
	padding:0px 0px;
	top:0px;
	right:0px;
	position:absolute;
	line-height:20px;
	color:#FFFFFF;
	/*background-color:#291b6e;*/
	background-image:url(../php/TimThumb.php?src=../images/tools/facebook_normal.png&h=20&w=56);
	background-repeat:no-repeat;
	}

#facebook_share_tool:hover{
	background-image:url(../php/TimThumb.php?src=../images/tools/facebook_over.png&h=20&w=56);
}

#twitter_share_tool{
	width:58px;
	height:20px;
	margin:0px 0px;
	padding:0px 0px;
	top:0px;
	right:0px;
	position:absolute;
	line-height:20px;
	color:#FFFFFF;
	/*background-color:#291b6e;*/
	background-image:url(../php/TimThumb.php?src=../images/tools/twitter_normal.png&h=20&w=58);
	background-repeat:no-repeat;
	}

#twitter_share_tool:hover{
	background-image:url(../php/TimThumb.php?src=../images/tools/twitter_over.png&h=20&w=58);
}

#font_size_tool{
	border-top-right-radius:20px;	border-bottom-right-radius:20px;	border-top-left-radius:20px;	border-bottom-left-radius:20px;	
	width:86px;
	height:20px;
	margin:0px 0px;
	padding:0px 10px;
	top:0px;
	right:0px;
	position:absolute;
	background-color:#1267a2;
	/*
	border-radius:20px;	*/
}

#font_size_shrink{
	width:22px;
	height:100%;
	position:absolute;
	top:0px;
	right:74px;
	background-image:url(../images/system/font_size_shrink_normal.png);
	background-position:center center;
	background-repeat:no-repeat;
	
}

#font_size_shrink:hover{
	background-image:url(../images/system/font_size_shrink_over.png);
	background-position:center center;
	background-repeat:no-repeat;
	
}

#font_size_reset{
	width:22px;
	height:100%;
	position:absolute;
	top:0px;
	right:42px;
	background-image:url(../images/system/font_size_reset_normal.png);
	background-position:center center;
	background-repeat:no-repeat;
}

#font_size_reset:hover{
	background-image:url(../images/system/font_size_reset_over.png);
	background-position:center center;
	background-repeat:no-repeat;
}


#font_size_grow{
	width:22px;
	height:100%;
	position:absolute;
	top:0px;
	right:10px;
	background-image:url(../images/system/font_size_grow_normal.png);
	background-position:center center;
	background-repeat:no-repeat;
}

#font_size_grow:hover{
	background-image:url(../images/system/font_size_grow_over.png);
	background-position:center center;
	background-repeat:no-repeat;
}

.jfontsize-disabled, .jfontsize-disabled:hover {
	display:none;
}

	
	#mainmenu
	{
		width:auto;
		height:30px;
	    /*
	    border-radius:20px;		*/
		background-color:#FFFFFF;
		line-height:15px;
		position:absolute;
		bottom:0px;
		left:180px;
		display:block;		text-align:left;
	}

	

			#submenu{
				width:150px;
				height:auto;
				margin:0px 15px;
				padding:0px 0px;
				border-top:solid 1px #291b6e;
				text-align:left;
				/*
								
								*/
				position:absolute;
				top:30px;
				left:0;
				bottom:60px;
				display:inline-block;
				/*display:block;*/
				/*white-space:nowrap;*/
			}



/* Main Subject Section */

#mainsubject{
	width:100%;
	height:auto;	
	border-top-right-radius:20px;	border-bottom-right-radius:20px;	border-top-left-radius:20px;	border-bottom-left-radius:20px;	top:120px; 
	bottom:80px;
	left:0px;
	right:0px;
	position:absolute;
	background-color:#FFFFFF;
}

#sidebar{
	width:200px;
	height:100%;
	background-color:#FFFFFF;			position:absolute;
	top:0px; 
	bottom:0px;
	left:0px;
}

#content
{
	height:auto;
	margin:0;
	padding:30px 20px 20px 20px;
	border-top-right-radius:20px;	border-bottom-right-radius:20px;	border-top-left-radius:20px;	border-bottom-left-radius:20px;	/*
	border: 1px solid #FFFFFF;
	*/
	top:0px; 
	bottom:0px;
	left:180px;
	right:0px;
	position:absolute;
	background-color:#ececec;
}

	

/* Footer Section */
#footer
{
	width:100%;
	height:80px;
	padding:0px;
	background-image:url(../images/footer_bg_gr.png);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:transparent;
	font-size:12px;
	line-height:12px;
	color:#291b6e;	
	text-align:right;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
}

#footer a 
{
	display:inline;	margin:2px 5px;
	color:#333;
	text-decoration:none;
		color:#291b6e;	

}

#footer a img 
{
	border:none;
}

#sponsors 
{
	width:970px;
	height:55px;
	margin-bottom:5px;
	padding:0px 15px;
	background-color:#291b6e;}

/***********************************************************/
/* MapMenu Section******************************************/
/***********************************************************/

#mapmenu {
			width:625px;
			height:auto;
			font-size:12px;
			line-height:12px;
			text-align:right;
			position:absolute;
			font-weight:bold;
			bottom:0;
			right:0;
}

#mapmenu_parent_frame {
	display:block;	
}

#mapmenu_parent_item {
	padding:2px 12px;
	background-color:#ff7f01;	color:#FFFFFF;
	display:inline-block;
	font-size:13px;
	line-height:13px;
}

#mapmenu_parent_item:hover {
	color:#FFFFFF;
}

#mapmenu_current_frame {
	display:block;
}

#mapmenu_current_item {
	padding:4px 12px;
	background-color:#5E6645;	color:#1267a2;
	display:inline-block;
	font-size:28px;
	line-height:28px;
}

#mapmenu_current_item:hover {
	color:#FFFFFF;
}

#mapmenu_children_frame {
	padding:2px 6px;
	background-color:#FFAA00;	display:block;
}

#mapmenu_children_item {
	padding:0px 6px;
	background-color:#FFAA00;	color:#CC4400;
	font-size:13px;
	line-height:13px;
	display:inline-block;
}

#mapmenu_children_item:hover {
	color:#000000;
}


/***********************************************************/
/***********************Menu Section************************/
/***********************************************************/

/***********************Menu Showways***********************/

/***********************Simple Text*************************/

#simple_text_frame {
	margin: 5px 5px 5px 5px;
	padding: 3px 9px;
	background-color:#FFFFFF;	/*
	border:solid 1px #291b6e;
	border-radius:10px;	*/
			/*text-shadow: 1px 1px 1px #FFAA00;*/
	color:#291b6e;
	font-weight:bold;
	white-space:nowrap;
	width:auto;
	position:relative;
	float:left;
	display:inherit;
	font-size:15px;
	/*display:inline;*/
	transition:all 0.5s ease-in-out 0s;}


#simple_text_frame:hover {
    /* 
	background-color:#291b6e;;
	border:solid 1px #291b6e;
	*/
	color:#ff7f01;
}

#simple_text_frame_selected {
	margin: 5px 5px 5px 5px;
	padding: 3px 9px;
	/*
	border:solid 1px #ff7f01;
	
	
	border-radius:10px;	
			/*text-shadow: 1px 1px 1px #1267a2;*/
	*/
	background-color:#FFFFFF;	color:#ff7f01;
	white-space:nowrap;
	width:auto;
	float:left;
    
    font-size:15px;
	font-weight:bold;

	/*display:inline;*/
}

.simple_text_single{
	/*border-left:20px solid #1267a2;*/
	}

.simple_text_first{
	/*border-left:20px solid #1267a2;*/
			}

.simple_text_last{
			}

.simple_text_middle{
		
}


/***********************Language Selector*********************/

#language_selector_frame {
	margin: 0px 3px;
	color:#000000;
	width:auto;
	display:inline;}


#language_selector_frame:hover {
	color:#FF6600;
	/*background-image:url();
	background-repeat:no-repeat;*/
}

#language_selector_frame_selected {
	margin: 0px 3px;
	color:#FF6600;
	width:auto;
	display:inline;}



/***********************Image Only**************************/

#image_only_frame {
	margin: 5px 5px 5px 5px;
	padding: 2px 3px;
	/*border:1px solid #1267a2;*/
	/*box-shadow: 5px 5px 0px #000;*/
	border-radius:10px;	float:left;
	display:block;
	transition:all 0.5s ease-in-out 0s;	background-position:center center;
}


#image_only_frame:hover {
	/*border:1px solid #FFFFFF;*/
}

#image_only_frame_selected {
	margin: 5px 5px 5px 5px;
	padding: 2px 3px;
	/*background-color:#ff7f01;
	border:1px solid #1267a2;*/
	/*box-shadow: 5px 5px 0px #000;*/
		float:left;
	display:block;
	background-position:center center;
}


#image_only_frame_selected:hover {
	/*border:1px solid #1267a2;*/
}


/**************************Tabs*****************************/

#tabs_frame {
	width:130px;
	margin: 10px 10px 0px 10px;
	padding:2px 0px;
	background-color:#FFFFFF;	color:#291b6e;
	/*border:1px solid #ececec;
	box-shadow: 5px 5px 0px #000;*/
	border-radius:10px;	position:relative;
	display:inherit;	float:left;
    text-align:right;
	cursor:pointer;
	font-size:13px;
	transition:all 0.5s ease-in-out 0s;}

#tabs_frame:hover {
		color:#ff7f01;
	/*border:1px solid #5E6645;*/
}

#tabs_frame_selected {
	width:130px;
	margin: 10px 10px 0px 10px;
	padding:2px 0px;
	/*
	background-color:#ff7f01;	*/
	position:relative;
	color:#ff7f01;
	/*border:1px solid #ececec;
	box-shadow: 5px 5px 0px #000;*/
	/*
		*/
	display:inherit;	float:left;
	text-align:right;
	cursor:pointer;
	font-size:13px;
}

#tabs_frame_selected:hover {
		/*color:#1267a2;*/
	/*border:1px solid #5E6645;*/
}

.tabs_frame_single{
	}

.tabs_frame_first{
				/*border-right:1px solid #291b6e;*/
}

.tabs_frame_last{
			}

.tabs_frame_middle{
		/*border-right:1px solid #291b6e;*/	
}



#tabs_title {
	/*margin: 0px 5px 10px 5px;*/
	/*border:1px solid #ececec;*/
	/*box-shadow: 5px 5px 0px #000;*/
	/*border-radius:10px;*/
}


/***********************Image Lezanted**********************/

#image_lezanted_frame {
	margin-bottom:8px;
	border:1px solid #ececec;
	/*box-shadow: 5px 5px 0px #000;*/
	border-top-left-radius:10px;	border-top-right-radius:10px;	border-bottom-left-radius:10px;	border-bottom-right-radius:10px;	color:#291b6e;
	text-shadow:1px 1px 0px #FFAA00;
	position:relative;
	display:inline-block;
}

#image_lezanted_frame:hover {
	border:1px solid #5E6645;
	text-shadow:1px 1px 0px #FFAA00;
}

#image_lezanted_frame_selected {
	margin-bottom:8px;
	border:1px solid #FF6600;
	/*box-shadow: 5px 5px 0px #000;*/
	border-top-left-radius:10px;	border-top-right-radius:10px;	border-bottom-left-radius:10px;	border-bottom-right-radius:10px;	color:#291b6e;
	text-shadow:1px 1px 0px #FFAA00;
	position:relative;
	display:inline-block;
}

#image_lezanted_frame_selected:hover {
	border:1px solid #FF6600;
	text-shadow:1px 1px 0px #FFAA00;
}

#image_lezanted_title {
	background-color:#5E6645;	position:relative;
	border-bottom-left-radius:10px;	border-bottom-right-radius:10px;	color:#291b6e;
	font-size:10px;
	line-height:10px;
}

#image_lezanted_frame:hover #image_lezanted_title {
		color:#1267a2;
}

/* News Lezanted *******************************************/
/* ΥΠΟ ΚΑΤΑΡΓΗΣΗ ΟΛΟ */
/*#news_lezanted_frame {
	/*width:px;*/
	/*height:auto;
	margin-bottom:10px;
	border:1px solid #ececec;
	background-color:#1267a2;
	background: -moz-linear-gradient(top, #291b6e, #1267a2);
	background: -webkit-gradient(linear, left top, left bottom, from(#291b6e), to(#1267a2));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#291b6e', endColorstr='#1267a2');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#291b6e', endColorstr='#1267a2')";
	border-top-left-radius:10px;	border-top-right-radius:10px;	border-bottom-left-radius:10px;	border-bottom-right-radius:10px;	color:#FFAA00;
	font-size:13px;
	line-height:13px;
	text-align:center;
}

#news_lezanted_frame:hover {
	background-color:#ececec;
	background: -moz-linear-gradient(top, #ff7f01, #ececec);
	background: -webkit-gradient(linear, left top, left bottom, from(#ff7f01), to(#ececec));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7f01', endColorstr='#ececec');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7f01', endColorstr='#ececec')";
	border:1px solid #5E6645;
}

#news_lezanted_frame_selected {
	/*width:px;*/
	/*height:auto;
	margin-bottom:10px;
	border:1px solid #FF6600;
	background-color:#000000;
	background: -moz-linear-gradient(top, #000000, #FFFFFF);
	background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#FFFFFF));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#FFFFFF');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#FFFFFF')";
	border-top-left-radius:10px;	border-top-right-radius:10px;	border-bottom-left-radius:10px;	border-bottom-right-radius:10px;	color:#FFAA00;
	font-size:13px;
	line-height:13px;
	text-align:center;
}


#news_lezanted_date {
	color:#000000;
	padding:5px 5px 0px 5px;
	position:relative;
}



#news_lezanted_frame:hover #news_lezanted_date {
	color:#000000;
}

#news_lezanted_date_selected {
	color:#291b6e;
	padding:5px 5px 0px 5px;
	position:relative;
}

#news_lezanted_title {
	padding:5px;
}

#news_lezanted_frame:hover #news_lezanted_title {
	color:#FFAA00;
}

#news_lezanted_title_selected {
	padding:5px;
}

#news_lezanted_more {
	padding:5px;
	background-color:#5E6645;
	background: -moz-linear-gradient(top, #5E6645, #FFAA00);
	background: -webkit-gradient(linear, left top, left bottom, from(#5E6645), to(#FFAA00));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5E6645', endColorstr='#FFAA00');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#5E6645', endColorstr='#FFAA00')";
	position:relative;
	border-bottom-left-radius:10px;	border-bottom-right-radius:10px;	color:#ff7f01;
}

#news_lezanted_frame:hover #news_lezanted_more {
	color:#1267a2;
}*/


/***********************************************************/
/***********************************************************/
/* Content Section *****************************************/
/***********************************************************/
/***********************************************************/


/***********************************************************/
/* Presentation Module *************************************/
/***********************************************************/


/* Admin Mode ************************************** Start */

#presentation_admin_frame{
	top:35px;
	bottom:20px;
	left:20px;
	right:20px;
	position:absolute;
	}

#presentation_admin_enabled{
	background:url(../images/admin/enable_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:60px;
	position:absolute;
	cursor:pointer;
}

#presentation_admin_enabled:hover{
	background:url(../images/admin/enable_over.png);
}

#presentation_admin_disabled{
	background:url(../images/admin/disable_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:60px;
	position:absolute;
	cursor:pointer;
}

#presentation_admin_disabled:hover{
	background:url(../images/admin/disable_over.png);
}

#presentation_admin_insert{
	background:url(../images/admin/save_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:90px;
	position:absolute;
	cursor:pointer;
}

#presentation_admin_insert:hover{
	background:url(../images/admin/save_over.png);
}

#presentation_admin_update{
	background:url(../images/admin/save_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:90px;
	position:absolute;
	cursor:pointer;
}

#presentation_admin_update:hover{
	background:url(../images/admin/save_over.png);
}

#presentation_admin_title_legend{
	width:50px;
	height:20px;
	top:35px;
	left:0px;
	position:absolute;
	color:#000000;
	line-height:20px;
	font-size:16px;
	text-align:left;
}

#presentation_admin_title{
	height:16px;
	top:35px;
	bottom:4px;
	left:50px;
	right:4px;
	position:absolute;
	color:#000000;
	line-height:20px;
	font-size:16px;
	text-align:left;
}

#presentation_admin_title input{
	width:100%;
	height:100%;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	text-indent:5px;
	position:absolute;
	color:#000000;
	text-align:left;
}

#presentation_admin_content{
	top:65px;
	bottom:0px;
	left:0px;
	right:0px;
	position:absolute;
	color:#000000;
}

#presentation_admin_description {
	width:50%;
	margin:0;
	padding:0;
	top:0px;
	bottom:0px;
	left:0px;
	right:50%;
	position:absolute;
	color:#000000;
	text-align:left;
	overflow:hidden;
}

#presentation_admin_description textarea{
	width:100%;
	height:100%;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	position:absolute;
}

#presentation_admin_gallery_toolbar{
	width:45%;
	height:25px;
	border-bottom:solid 1px #000000;
	top:0px;
	right:0px;
	position:absolute;
	text-indent:5px;
	line-height:24px;
	color:#000000;
}

#presentation_zoomed_admin_newfile{
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:0px;
	position:absolute;
	background:url(../images/admin/newfile_normal.png);
	background-position:center center;
	background-repeat:no-repeat;
	cursor:pointer;
}

#presentation_zoomed_admin_newfile:hover{
	background:url(../images/admin/newfile_over.png);
}

#presentation_zoomed_admin_newfile input{
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	left:0px;
	right:20px;
	position:absolute;
	opacity:0;	cursor:pointer;
}


#presentation_zoomed_admin_gallery{
	width:45%;
	top:30px;
	bottom:0px;
	right:0px;
	position:absolute;
	color:#000000;
	overflow:auto;
}

#presentation_zoomed_admin_gallery_file{
	width:100%;
	height:60px;
	margin:10px 0px;
	position:relative;
	display:block;}

#presentation_zoomed_admin_gallery_file_toolbar{
	margin:0;
	padding:0;
	top:0px;
	bottom:0px;
	left:120px;
	right:4px;
	position:absolute;
}

#presentation_zoomed_admin_file_delete{
	background:url(../images/admin/delete_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:0px;
	position:absolute;
	cursor:pointer;
}

#presentation_zoomed_admin_file_delete:hover{
	background:url(../images/admin/delete_over.png);
}


#presentation_zoomed_admin_file_undelete{
	background:url(../images/admin/undo_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:0px;
	position:absolute;
	cursor:pointer;
}

#presentation_zoomed_admin_file_undelete:hover{
	background:url(../images/admin/undo_over.png);
}

#presentation_zoomed_admin_file_enabled{
	background:url(../images/admin/enable_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:25px;
	position:absolute;
	color:#000000;
	cursor:pointer;
}

#presentation_zoomed_admin_file_enabled:hover{
	background:url(../images/admin/enable_over.png);
}

#presentation_zoomed_admin_file_disabled{
	background:url(../images/admin/disable_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:25px;
	position:absolute;
	color:#000000;
	cursor:pointer;
}

#presentation_zoomed_admin_file_disabled:hover{
	background:url(../images/admin/disable_over.png);
}


#presentation_zoomed_admin_gallery_file_thumbnail{
	width:80px;
	height:60px;
	padding:0;
	margin:0;
	top:0;
	left:0;
	position:absolute;
	text-align:center;
}

#presentation_zoomed_admin_gallery_file img{
	border:1px solid #ececec;
	display:inline;	transition:all 0.5s ease-in-out 0s;}

#presentation_zoomed_admin_gallery_file img:hover{
	border:1px solid #000000;
	display:inline;}

#presentation_zoomed_admin_gallery_file_priority {
	margin:0;
	padding:0;
	top:0px;
	bottom:0px;
	left:120px;
	right:40px;
	position:absolute;
	background:url(../images/admin/priority_normal.png);
	background-repeat:no-repeat;
	background-position:top left;
	text-indent:25px;
}

#presentation_zoomed_admin_gallery_file_priority input{
	width:40px;
	height:20px;
	margin:0px 0px 0px 25px;
	padding:0;
	top:0px;
	bottom:0px;
	right:0px;
	left:0px;
	position:absolute;
}

#presentation_zoomed_admin_gallery_file_title_legend {
	height:20px;
	margin:0;
	padding:0;
	top:20px;
	bottom:0px;
	left:120px;
	right:0px;
	position:absolute;
}


#presentation_zoomed_admin_gallery_file_title {
	margin:0;
	padding:0;
	top:40px;
	bottom:0px;
	left:120px;
	right:4px;
	position:absolute;
}


#presentation_zoomed_admin_gallery_file_title input{
	width:100%;
	height:20px;
	margin:0;
	padding:0;
	top:0px;
	bottom:0px;
	right:0px;
	left:0px;
	position:absolute;
}

/* Admin Mode **************************************** End */



/***********************************************************/
/* Product Module ******************************************/
/***********************************************************/




#product_gallery
{
	width:785px;
	height:400px;
	/*position:relative;
	float:left; 
	padding:5px 5px; 
	margin:5px 5px; 
	border:1px solid #DA5C73;
	*/
}

#product_in_gallery
{
	width:165px;
	height:210px;
	overflow:hidden;
	position:relative;
	float:left;
	padding:5px 5px;
	margin:0px 15px 20px 0px;
}

#product_in_gallery_thumb
{
	width:150px;
	height:150px;
	position:absolute;
	top:0px;
	left:0px;
	padding:0px 0px;
	margin-right:15px;
	border-radius:10px;}


#product_in_gallery_title
{
	position:absolute;
	bottom:20px;
	padding:0px 0px;
	margin-right:15px;
	font-size:11px;
	line-height:20px;
}

#product_in_gallery_price
{
	width:150px;
	position:absolute;
	bottom:0px;
	padding:0px 0px;
	margin-right:15px;
	font-size:12px;
	line-height:20px;
	border-bottom:1px solid #ff7f01;
}

#product_in_gallery_basket_unavailable
{
		width:30px;
	height:30px;
	margin:0px 2px;
	/*padding-left:px;*/
	overflow:hidden;
	position:absolute;
	top:30px;
	right:-15px;
	background-image:url(../images/system/frutodelia_btn_addtocart_unavailable.png);
	background-repeat:no-repeat;
	float:left;
	cursor:pointer;
}

#product_in_gallery_basket_available
{
		width:30px;
	height:30px;
	margin:0px 2px;
	/*padding-left:px;*/
	overflow:hidden;
	position:absolute;
	top:30px;
	right:-15px;
	background-image:url(../images/system/frutodelia_btn_addtocart_up.png);
	background-repeat:no-repeat;
	float:left;
	cursor:pointer;
}

#product_in_gallery_basket_available:hover
{
	background-image:url(../images/system/frutodelia_btn_addtocart_over.png);
	background-repeat:no-repeat;
}


#product_in_gallery_basket_selected
{
		width:30px;
	height:30px;
	margin:0px 2px;
	/*padding-left:px;*/
	overflow:hidden;
	position:absolute;
	top:30px;
	right:-15px;
	background-image:url(../images/system/frutodelia_btn_addtocart_selected.png);
	background-repeat:no-repeat;
	float:left;
	cursor:pointer;
}


#product_in_gallery_zoom_in
{
		width:22px;
	height:22px;
	margin:0px 2px;
	/*padding-left:px;*/
	overflow:hidden;
	position:absolute;
	/*bottom:22px;*/
	bottom:3px;
	/*right:11px;*/
	right:3px;
	background-image:url(../images/system/frutodelia_btn_photozoom_up.png);
	background-repeat:no-repeat;
	float:left;
	cursor:pointer;
}

#product_in_gallery_zoom_in:hover
{
	background-image:url(../images/system/frutodelia_btn_photozoom_over.png);
	background-repeat:no-repeat;
}




/* zoom in */
#product_zoomed{
	width:785px;
	height:400px;
	position:relative;
	overflow:hidden;
	text-align:left;
}

/* toolbar */
#product_zoomed_toolbar{
	width:785px;
	height:20px;
	position:relative;
	float:left;
	display:inline-block;}

/* toolbar controls */
#product_zoomed_return{
	background:url(../images/admin/return_normal.png);
		width:20px;
	height:20px;
	margin:0px 5px;
	position:relative;
	color:#FF6600;
	/*font-weight:bold;*/
	text-align:right;
	display:inline;	z-index:1000;
	float:right;
}

#product_zoomed_return:hover{
	background:url(../images/admin/return_over.png);
}

/*****************************************************/
/*****************************************************/
/*****************************************************/

/* image */
#product_zoomed_image{
	
	
	/*background-image:url(../images/main_bg.png);*/
	
		width:250px;
	height:250px;
	background-image:url(../php/TimThumb.php?src=../images/default.png&h=250&w=250);
	/*padding:5px 0px;*/
	position:relative;
	color:#ececec;
	font-weight:bold;
	text-align:left;
	/*display:inline;*/
	float:left;
	border-radius:20px;}


/* title */
#product_zoomed_title {
	width:471px;
	height:39px;
	margin-right:15px;
	border-bottom:1px solid #ff7f01;
	/*padding:5px 0px;*/
	color:#ececec;
	position:relative;
	font-size:20px;
	line-height:39px;
	text-align:left;
	float:right;
	display:inline;}

#product_zoomed_description {
	width:471px;
	height:330px;
	margin-top:10px;
	margin-right:15px;
	/*background-color:#000;*/
	/*padding:5px 0px;*/
	color:#ececec;
	text-align:left;
	display:block;	position:relative;
	float:right;
}

#product_zoomed_availability {
	width:250px;
	height:30px;
	margin:0px 0px 5px 0px;
	position:relative;
	color:#ececec;
	text-align:left;
	font-size:14px;
	line-height:30px;
	display:block;	float:left;
}

#product_zoomed_price {
	width:auto;
	height:30px;
	padding:0px 20px;
	margin:0px 0px 5px 0px;
	border:1px solid #ececec;
	background-color:#ececec;
	position:relative;
	color:#291b6e;
	text-align:center;
	font-size:15px;
	line-height:30px;
	display:block;	float:left;
	border-radius:20px;}

#product_zoomed_add_to_basket{
	width:250px;
	height:30px;
	position:relative;
	color:#ececec;
	font-size:14px;
	line-height:22px;
	float:left;
	display:inline;	border-radius:20px;}

#product_zoomed_add_to_basket input {
	width:40px;
	height:30px;
	margin:0px 10px;
	padding:0px 2px;
	position:relative;
	color:#ececec;
	font-size:14px;
	line-height:30px;
	display:inline;	border-radius:20px;}

.product_zoomed_basket_available {
	width:30px;
	height:30px;
	margin:0px 2px;
	font-size:14px;
	line-height:30px;
	position:relative;
	background:url(../images/system/frutodelia_btn_addtocart_up.png);
	background-repeat:no-repeat;
	float:right;
}

.product_zoomed_basket_available:hover {
	background:url(../images/system/frutodelia_btn_addtocart_over.png);
	background-repeat:no-repeat;
}

/******************************************/
/******************************************/
/******************************************/

#product_zoomed_thumbnail{
	width:150px;
	height:20px;
	/*border: inset 2px #BBB;*/
	background: url(../images/admin/thumbnail_normal.png);
	background-position:100% 2px;
	background-repeat:no-repeat;
	position:relative;
	color:#000000;
	text-align:left;
	line-height:14px;
	/*display:inline;*/
	float:left;
}

#product_zoomed_thumbnail:hover{
	background: url(../images/admin/thumbnail_over.png);
	background-position:100% 2px;
	background-repeat:no-repeat;
}

#product_zoomed_thumbnail select {
	
}

#product_zoomed_update{
	background:url(../images/admin/save_normal.png);
	width:20px;
	height:20px;
	margin:0px 5px;
	position:relative;
	color:#FF6600;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1000;
	float:right;
}

#product_zoomed_update:hover{
	background:url(../images/admin/save_over.png);
}

#product_zoomed_insert{
	background:url(../images/admin/save_normal.png);
	width:20px;
	height:20px;
	margin:0px 5px;
	position:relative;
	color:#FF6600;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1000;
	float:right;
}

#product_zoomed_insert:hover{
	background:url(../images/admin/save_over.png);
}


#product_zoomed_enabled{
	background:url(../images/admin/enable_normal.png);
	width:20px;
	height:20px;
	margin:0px 5px;
	position:relative;
	color:#FF6600;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1000;
	float:right;
	cursor:pointer;
}

#product_zoomed_enabled:hover{
	background:url(../images/admin/enable_over.png);
}

#product_zoomed_disabled{
	background:url(../images/admin/disable_normal.png);
	width:20px;
	height:20px;
	margin:0px 5px;
	position:relative;
	color:#FF6600;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1000;
	float:right;
	cursor:pointer;
}

#product_zoomed_disabled:hover{
	background:url(../images/admin/disable_over.png);
}

#product_zoomed_file_enabled{
	background:url(../images/admin/enable_normal.png);
	width:20px;
	height:20px;
	margin:0px 3px;
	position:relative;
	color:#FF6600;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1000;
	float:right;
	cursor:pointer;
}

#product_zoomed_file_enabled:hover{
	background:url(../images/admin/enable_over.png);
}

#product_zoomed_file_disabled{
	background:url(../images/admin/disable_normal.png);
	width:20px;
	height:20px;
	margin:0px 3px;
	position:relative;
	color:#FF6600;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1000;
	float:right;
	cursor:pointer;
}

#product_zoomed_file_disabled:hover{
	background:url(../images/admin/disable_over.png);
}




#product_zoomed_delete{
	background:url(../images/admin/delete_normal.png);
	width:20px;
	height:20px;
	margin:0px 5px;
	position:relative;
	color:#FF6600;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1000;
	float:right;
}

#product_zoomed_delete:hover{
	background:url(../images/admin/delete_over.png);
}


#product_zoomed_newfile{
	background:url(../images/admin/newfile_normal.png);
	background-position:center center;
	background-repeat:no-repeat;
	/*border:1px solid #FFFFFF;*/
	width:20px;
	height:20px;
	margin:0px 5px;
	position:relative;
	display:inline;	color:#FF6600;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1000;
	float:right;
	cursor:pointer;
}

#product_zoomed_newfile input{
	width:20px;
	height:20px;
	margin:0px;
	position:relative;
	display:inline;	color:#FF6600;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1001;
	opacity:0;	cursor:pointer;
}


#product_zoomed_newfile:hover{
	background:url(../images/admin/newfile_over.png);
	background-position:center center;
	background-repeat:no-repeat;
	/*border:1px solid #000000;*/
}




#product_zoomed_delete_file{
	background:url(../images/admin/delete_normal.png);
	width:20px;
	height:20px;
	margin:0px 3px;
	position:relative;
	color:#FF6600;
	/*font-weight:bold;*/
	text-align:right;
	display:inline;	z-index:1000;
	float:right;
	cursor:pointer;
}

#product_zoomed_delete_file:hover{
	background:url(../images/admin/delete_over.png);
}


#product_zoomed_undelete_file{
	background:url(../images/admin/undo_normal.png);
	width:20px;
	height:20px;
	margin:0px 3px;
	position:relative;
	color:#FF6600;
	/*font-weight:bold;*/
	text-align:right;
	display:inline;	z-index:1000;
	float:right;
	cursor:pointer;
}

#product_zoomed_undelete_file:hover{
	background:url(../images/admin/undo_over.png);
}

#product_zoomed_edit_file{
	background:url(../images/admin/edit_normal.png);
	width:20px;
	height:20px;
	margin:0px 3px;
	position:relative;
	color:#FF6600;
	/*font-weight:bold;*/
	text-align:right;
	display:inline;	z-index:1000;
	float:right;
}

#product_zoomed_edit_file:hover{
	background:url(../images/admin/edit_over.png);
}


#product_zoomed_button{
	padding:2px 12px;
	position:relative;
	background-color:#FFAA00;	color:#291b6e;
	display:inline;}

#product_zoomed_button:hover{
	color:#1267a2;
}


#product_zoomed_title input{
	width:471px;
	height:40px;
	background:none;
	/*padding:5px 0px;*/
	color:#000000;
	position:relative;
	font-weight:bold;
	text-align:left;
	/*float:left;*/
	/*display:inline;*/
}


#product_zoomed_content{
	position:relative;
	float:left;
	margin:10px;


}

#product_zoomed_description textarea{
	width:461px;
	height:313px;
	padding:0px;
	margin:0px;
	color:#000000;
	text-align:left;
	/*display:inline;*/
}

#product_zoomed_description_no_files{
	/*width:px;
	height:px;*/
	/*padding:5px 0px;*/
	color:#000000;
	text-align:left;
	/*display:inline;*/
}

#product_zoomed_gallery{
	width:264px;
	height:340px;
	/*margin:10px 0px 0px 0px;*/
	text-align:left;
	/*display:inline;*/
	float:right;
}

#product_zoomed_gallery_admin_toolbar{
	width:264px;
	height:30px;
	/*margin:10px 0px 0px 0px;*/
	/*text-align:left;*/
	/*display:inline;*/
	/*float:right;*/
}


#product_zoomed_gallery_admin{
	width:264px;
	height:310px;
	/*margin:10px 0px 0px 0px;*/
	/*text-align:left;*/
	/*display:inline;*/
	/*float:right;*/
}

#product_zoomed_gallery_file{
	margin:5px;
	position:relative;
	display:inline;}

#product_zoomed_gallery_file img{
	border:1px solid #291b6e;
	transition:all 0.5s ease-in-out 0s;}

#product_zoomed_gallery_file img:hover{
	border:1px solid #ececec;
}


#product_zoomed_gallery_file_admin{
	/*width:100%;*/
	height:100px;
	margin:5px;
	position:relative;
	text-align:center;
	display:inline;	float:left;
}

#product_zoomed_gallery_file_thumbnail{
	width:80px;
	height:62px;
	padding:0;
	margin:0;
	float:left;
	text-align:center;
	display:inline-block;
	position:relative;
}


#product_zoomed_gallery_file_admin input{
	width:100%;
	height:20px;
	margin:0;
	padding:0;
	float:left;
	display:block;
}



#product_zoomed_gallery_file_admin img{
	border:1px solid #291b6e;
	display:inline;	transition:all 0.5s ease-in-out 0s;	/*display:block;*/
	/*float:left;*/
}

#product_zoomed_gallery_file_admin img:hover{
	border:1px solid #ececec;
	display:inline;	/*display:block;*/
	/*float:left;*/
}

/***********************************************************/
/* Clothing Module ******************************************/
/***********************************************************/




#clothing_gallery
{
	width:100%;
	height:100%;
	/*position:relative;
	float:left; 
	padding:5px 5px; 
	margin:5px 5px; 
	border:1px solid #DA5C73;
	*/
}

#clothing_in_gallery
{
	width:140px;
	height:250px;
	overflow:hidden;
	position:relative;
	float:left;
	/*padding:5px 5px;*/
	/*margin:0px 15px 20px 0px;*/
}

#clothing_in_gallery_thumb
{
	width:140px;
	height:250px;
	position:absolute;
	top:0px;
	left:0px;
	padding:0px 0px;
	background-image:url(../images/specials/product_thumb_over.png);
	/*margin-right:15px;*/
	opacity:0;		transition:all 0.5s ease-in-out 0s;}

#clothing_in_gallery:hover #clothing_in_gallery_thumb
{
	opacity:1;}

#clothing_in_gallery_title
{
	width:100%;
	position:absolute;
	bottom:20px;
	padding:0px 10px;
	font-size:11px;
	line-height:20px;
	background-color:#FFFFFF;
	color:#000000;
	opacity:0;	transition:all 0.5s ease-in-out 0s;}

#clothing_in_gallery:hover #clothing_in_gallery_title
{
	opacity:1;}


#clothing_in_gallery_price
{
	width:150px;
	position:absolute;
	bottom:0px;
	padding:0px 10px;
	font-size:12px;
	line-height:20px;
	background-color:#000000;
	color:#FFFFFF;
	opacity:0;	transition:all 0.5s ease-in-out 0s;}

#clothing_in_gallery:hover #clothing_in_gallery_price
{
	opacity:1;}

#clothing_in_gallery_basket_unavailable
{
		width:30px;
	height:30px;
	margin:0px 2px;
	/*padding-left:px;*/
	overflow:hidden;
	position:absolute;
	top:30px;
	right:-15px;
	background-image:url(../images/system/frutodelia_btn_addtocart_unavailable.png);
	background-repeat:no-repeat;
	float:left;
	cursor:pointer;
}

#clothing_in_gallery_basket_available
{
		width:30px;
	height:30px;
	margin:0px 2px;
	/*padding-left:px;*/
	overflow:hidden;
	position:absolute;
	top:30px;
	right:-15px;
	background-image:url(../images/system/frutodelia_btn_addtocart_up.png);
	background-repeat:no-repeat;
	float:left;
	cursor:pointer;
}

#clothing_in_gallery_basket_available:hover
{
	background-image:url(../images/system/frutodelia_btn_addtocart_over.png);
	background-repeat:no-repeat;
}


#clothing_in_gallery_basket_selected
{
		width:30px;
	height:30px;
	margin:0px 2px;
	/*padding-left:px;*/
	overflow:hidden;
	position:absolute;
	top:30px;
	right:-15px;
	background-image:url(../images/system/frutodelia_btn_addtocart_selected.png);
	background-repeat:no-repeat;
	float:left;
	cursor:pointer;
}


#clothing_in_gallery_zoom_in
{
		width:22px;
	height:22px;
	margin:0px 2px;
	/*padding-left:px;*/
	overflow:hidden;
	position:absolute;
	/*bottom:22px;*/
	bottom:3px;
	/*right:11px;*/
	right:3px;
	background-image:url(../images/system/frutodelia_btn_photozoom_up.png);
	background-repeat:no-repeat;
	float:left;
	cursor:pointer;
}

#clothing_in_gallery_zoom_in:hover
{
	background-image:url(../images/system/frutodelia_btn_photozoom_over.png);
	background-repeat:no-repeat;
}




/* zoom in */
#clothing_zoomed{
	width:100%;
	height:100%;
	/*width:785px;
	height:400px;
	position:relative;
	overflow:hidden;
	text-align:left;*/
}

#clothing_zoomed_details{
	width:211px;
	height:auto;
	margin:5px;
	position:fixed;
	top:190px;
	bottom:40px;
	left:0px;
	text-align:left;
}

#clothing_zoomed_reagent{
	width:auto;
	height:auto;
	margin-top:20px;
	position:relative;
	border-bottom:1px solid #1267a2;
	display:block;	text-align:right;
}

/* title */
#clothing_zoomed_title {
	color:#FFFFFF;
	position:relative;
	/*font-size:20px;
	line-height:39px;*/
	font-size:20px;
	line-height:20px;
	text-align:left;
	display:block;}

#clothing_zoomed_colors {
	width:auto;
	height:auto;
	text-align:left;
	display:block;}

#clothing_zoomed_color {
	width:20px;
	height:20px;
	margin:5px 1px;
	border:1px solid #291b6e;
	display:inline-block;}


#clothing_zoomed_price {
	width:auto;
	padding:0px 5px;
	background-color:#1267a2;
	position:relative;
	bottom:0;
	right:0;
	color:#FFFFFF;
	text-align:right;
	font-size:15px;
	line-height:30px;
	display:inline-block;}


/* toolbar */
#clothing_zoomed_toolbar{
	width:200px;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}

/* toolbar controls */
#clothing_zoomed_return{
	background:url(../images/admin/return_normal.png);
		width:20px;
	height:20px;
	position:absolute;
	top:40px;
	right:40px;
	color:#FF6600;
	/*font-weight:bold;*/
	text-align:right;
	display:inline;	z-index:1000;
}

#clothing_zoomed_return:hover{
	background:url(../images/admin/return_over.png);
}

#clothing_zoomed_previous_product{
	background:url(../images/admin/previous_normal.png);
		width:30px;
	height:55px;
	position:absolute;
	bottom:35px;
	left:35px;
	color:#FF6600;
	/*font-weight:bold;*/
	text-align:right;
	display:inline;	z-index:1000;
}

#clothing_zoomed_previous_product:hover{
	background:url(../images/admin/previous_over.png);
}

#clothing_zoomed_next_product{
	background:url(../images/admin/next_normal.png);
		width:30px;
	height:55px;
	position:absolute;
	bottom:35px;
	right:35px;
	color:#FF6600;
	/*font-weight:bold;*/
	text-align:right;
	display:inline;	z-index:1000;
}

#clothing_zoomed_next_product:hover{
	background:url(../images/admin/next_over.png);
}



/*****************************************************/
/*****************************************************/
/*****************************************************/

#clothing_zoomed_content{
	position:absolute;
	top:0px;
	bottom:0px;
	left:200px;
	right:0px;	
}


/* image */
#clothing_zoomed_playarea{
	width:50%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	display:block;}

#clothing_zoomed_attachments{
	width:50%;
	height:100%;
	position:absolute;
	top:0;
	right:0;
	display:inline;}

#clothing_zoomed_gallery_file{
	overflow:hidden;
	position:relative;
	float:left;
	border:1px solid #000000;
	transition:all 0.5s ease-in-out 0s;}

#clothing_zoomed_gallery_file:hover{
	border:1px solid #291b6e;
}


#clothing_zoomed_description {
	width:471px;
	height:330px;
	margin-top:10px;
	margin-right:15px;
	/*background-color:#000;*/
	/*padding:5px 0px;*/
	color:#ececec;
	text-align:left;
	display:block;	position:relative;
	float:right;
}

#clothing_zoomed_availability {
	width:250px;
	height:30px;
	margin:0px 0px 5px 0px;
	position:relative;
	color:#ececec;
	text-align:left;
	font-size:14px;
	line-height:30px;
	display:block;	float:left;
}


#clothing_zoomed_add_to_basket{
	width:250px;
	height:30px;
	position:relative;
	color:#ececec;
	font-size:14px;
	line-height:22px;
	float:left;
	display:inline;	border-radius:20px;}

#clothing_zoomed_add_to_basket input {
	width:40px;
	height:30px;
	margin:0px 10px;
	padding:0px 2px;
	position:relative;
	color:#ececec;
	font-size:14px;
	line-height:30px;
	display:inline;	border-radius:20px;}

.clothing_zoomed_basket_available {
	width:30px;
	height:30px;
	margin:0px 2px;
	font-size:14px;
	line-height:30px;
	position:relative;
	background:url(../images/system/frutodelia_btn_addtocart_up.png);
	background-repeat:no-repeat;
	float:right;
}

.clothing_zoomed_basket_available:hover {
	background:url(../images/system/frutodelia_btn_addtocart_over.png);
	background-repeat:no-repeat;
}

/******************************************/
/******************************************/
/******************************************/

#clothing_zoomed_thumbnail{
	width:150px;
	height:20px;
	/*border: inset 2px #BBB;*/
	background: url(../images/admin/thumbnail_normal.png);
	background-position:100% 2px;
	background-repeat:no-repeat;
	position:relative;
	color:#000000;
	text-align:left;
	line-height:14px;
	/*display:inline;*/
	float:left;
}

#clothing_zoomed_thumbnail:hover{
	background: url(../images/admin/thumbnail_over.png);
	background-position:100% 2px;
	background-repeat:no-repeat;
}

#clothing_zoomed_thumbnail select {
	
}

#clothing_zoomed_update{
	background:url(../images/admin/save_normal.png);
	width:20px;
	height:20px;
	margin:0px 5px;
	position:relative;
	color:#FF6600;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1000;
	float:right;
}

#clothing_zoomed_update:hover{
	background:url(../images/admin/save_over.png);
}

#clothing_zoomed_insert{
	background:url(../images/admin/save_normal.png);
	width:20px;
	height:20px;
	margin:0px 5px;
	position:relative;
	color:#FF6600;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1000;
	float:right;
}

#clothing_zoomed_insert:hover{
	background:url(../images/admin/save_over.png);
}


#clothing_zoomed_enabled{
	background:url(../images/admin/enable_normal.png);
	width:20px;
	height:20px;
	margin:0px 5px;
	position:relative;
	color:#FF6600;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1000;
	float:right;
	cursor:pointer;
}

#clothing_zoomed_enabled:hover{
	background:url(../images/admin/enable_over.png);
}

#clothing_zoomed_disabled{
	background:url(../images/admin/disable_normal.png);
	width:20px;
	height:20px;
	margin:0px 5px;
	position:relative;
	color:#FF6600;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1000;
	float:right;
	cursor:pointer;
}

#clothing_zoomed_disabled:hover{
	background:url(../images/admin/disable_over.png);
}

#clothing_zoomed_file_enabled{
	background:url(../images/admin/enable_normal.png);
	width:20px;
	height:20px;
	margin:0px 3px;
	position:relative;
	color:#FF6600;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1000;
	float:right;
	cursor:pointer;
}

#clothing_zoomed_file_enabled:hover{
	background:url(../images/admin/enable_over.png);
}

#clothing_zoomed_file_disabled{
	background:url(../images/admin/disable_normal.png);
	width:20px;
	height:20px;
	margin:0px 3px;
	position:relative;
	color:#FF6600;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1000;
	float:right;
	cursor:pointer;
}

#clothing_zoomed_file_disabled:hover{
	background:url(../images/admin/disable_over.png);
}




#clothing_zoomed_delete{
	background:url(../images/admin/delete_normal.png);
	width:20px;
	height:20px;
	margin:0px 5px;
	position:relative;
	color:#FF6600;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1000;
	float:right;
}

#clothing_zoomed_delete:hover{
	background:url(../images/admin/delete_over.png);
}


#clothing_zoomed_newfile{
	background:url(../images/admin/newfile_normal.png);
	background-position:center center;
	background-repeat:no-repeat;
	/*border:1px solid #FFFFFF;*/
	width:20px;
	height:20px;
	margin:0px 5px;
	position:relative;
	display:inline;	color:#FF6600;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1000;
	float:right;
	cursor:pointer;
}

#clothing_zoomed_newfile input{
	width:20px;
	height:20px;
	margin:0px;
	position:relative;
	display:inline;	color:#FF6600;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1001;
	opacity:0;	cursor:pointer;
}


#clothing_zoomed_newfile:hover{
	background:url(../images/admin/newfile_over.png);
	background-position:center center;
	background-repeat:no-repeat;
	/*border:1px solid #000000;*/
}




#clothing_zoomed_delete_file{
	background:url(../images/admin/delete_normal.png);
	width:20px;
	height:20px;
	margin:0px 3px;
	position:relative;
	color:#FF6600;
	/*font-weight:bold;*/
	text-align:right;
	display:inline;	z-index:1000;
	float:right;
	cursor:pointer;
}

#clothing_zoomed_delete_file:hover{
	background:url(../images/admin/delete_over.png);
}


#clothing_zoomed_undelete_file{
	background:url(../images/admin/undo_normal.png);
	width:20px;
	height:20px;
	margin:0px 3px;
	position:relative;
	color:#FF6600;
	/*font-weight:bold;*/
	text-align:right;
	display:inline;	z-index:1000;
	float:right;
	cursor:pointer;
}

#clothing_zoomed_undelete_file:hover{
	background:url(../images/admin/undo_over.png);
}

#clothing_zoomed_edit_file{
	background:url(../images/admin/edit_normal.png);
	width:20px;
	height:20px;
	margin:0px 3px;
	position:relative;
	color:#FF6600;
	/*font-weight:bold;*/
	text-align:right;
	display:inline;	z-index:1000;
	float:right;
}

#clothing_zoomed_edit_file:hover{
	background:url(../images/admin/edit_over.png);
}


#clothing_zoomed_button{
	padding:2px 12px;
	position:relative;
	background-color:#FFAA00;	color:#291b6e;
	display:inline;}

#clothing_zoomed_button:hover{
	color:#1267a2;
}


#clothing_zoomed_title input{
	width:471px;
	height:40px;
	background:none;
	/*padding:5px 0px;*/
	color:#000000;
	position:relative;
	font-weight:bold;
	text-align:left;
	/*float:left;*/
	/*display:inline;*/
}



#clothing_zoomed_description textarea{
	width:461px;
	height:313px;
	padding:0px;
	margin:0px;
	color:#000000;
	text-align:left;
	/*display:inline;*/
}

#clothing_zoomed_description_no_files{
	width:745px;
	height:340px;
	/*padding:5px 0px;*/
	color:#000000;
	text-align:left;
	/*display:inline;*/
}

#clothing_zoomed_gallery{
	width:264px;
	height:340px;
	/*margin:10px 0px 0px 0px;*/
	text-align:left;
	/*display:inline;*/
	float:right;
}

#clothing_zoomed_gallery_admin_toolbar{
	width:264px;
	height:30px;
	/*margin:10px 0px 0px 0px;*/
	/*text-align:left;*/
	/*display:inline;*/
	/*float:right;*/
}


#clothing_zoomed_gallery_admin{
	width:264px;
	height:310px;
	/*margin:10px 0px 0px 0px;*/
	/*text-align:left;*/
	/*display:inline;*/
	/*float:right;*/
}

#clothing_zoomed_gallery_file_admin{
	/*width:100%;*/
	height:100px;
	margin:5px;
	position:relative;
	text-align:center;
	display:inline;	float:left;
}

#clothing_zoomed_gallery_file_thumbnail{
	width:80px;
	height:62px;
	padding:0;
	margin:0;
	float:left;
	text-align:center;
	display:inline-block;
	position:relative;
}


#clothing_zoomed_gallery_file_admin input{
	width:100%;
	height:20px;
	margin:0;
	padding:0;
	float:left;
	display:block;
}



#clothing_zoomed_gallery_file_admin img{
	border:1px solid #291b6e;
	display:inline;	transition:all 0.5s ease-in-out 0s;	/*display:block;*/
	/*float:left;*/
}

#clothing_zoomed_gallery_file_admin img:hover{
	border:1px solid #ececec;
	display:inline;	/*display:block;*/
	/*float:left;*/
}


/***********************************************************/
/* Project Module ******************************************/
/***********************************************************/

/***********************************************************/
/* Photograph Gallery Module *******************************/
/***********************************************************/


#photograph_gallery
{
	width:785px;
	height:400px;
	/*position:relative;
	float:left; 
	padding:5px 5px; 
	margin:5px 5px; 
	border:1px solid #DA5C73;
	*/
}

/*.photograph_gallery_checkbox
{
	width:auto;
	height:auto;
	padding:0;
	border:1px solid #FFF;
	margin:0;
	position:relative;
	background:#000;
	color:#f13500;
	cursor:pointer;
}*/

.photograph_gallery_button
{
	width:110px;
	height:auto;
	padding:0;
	margin:0;
	border:none;
	position:relative;
	background:none;
	color:#000;
	vertical-align:top;
	font-weight:bold;
	cursor:pointer;
}

.photograph_gallery_button:hover
{
	color:#f13500;
}


#photograph_gallery_toolbar
{
	width:auto; /*785px;*/
	height:20px;
	margin-right:25px;
	position:relative;
	text-align:right;
}

#photograph_gallery_content
{
	width:785px;
	height:380px;
	/*position:relative;
	float:left; 
	padding:5px 5px; 
	margin:5px 5px; 
	border:1px solid #DA5C73;
	*/
}

#photograph_in_gallery
{
	width:120px;
	height:107px;
	overflow:hidden;
	position:relative;
	float:left;
	padding:0px;
	margin:0px 1px 1px 0px;
	background-color:#000;
	color:#FFF;
	opacity:0.9;	/*border:1px solid #000;*/
	}

#photograph_in_gallery a img
{
	/*border: 1px solid;*/
	opacity:0.7;	}

#photograph_in_gallery a:hover img
{
	/*border: 1px solid;*/
	opacity:1;	}

#photograph_in_gallery_thumbnail
{
	width:100%;
	height:90px;
	position:relative;
	text-align:center;
}

#photograph_in_gallery_bar
{
	width:100%;
	height:17px;
	padding:0;
	margin:0;
	position:relative;
	text-align:left;
	white-space:nowrap;
}

#photograph_in_gallery_title
{
	width:86px;
	height:12px;
	padding:0;
	margin:2px 0px 3px 0px;
	float:left;
	position:relative;
	text-align:center;
	font-size:12px;
	line-height:12px;
}

#photograph_in_gallery_basket
{
	width:17px;
	height:17px;
	float:left;
	position:relative;
	cursor:pointer;
}

#photograph_in_gallery_checkbox
{
	width:17px;
	height:17px;
	padding:0;
	margin:0;
	float:left;
	position:relative;
}

/***********************************************************/
/* News Module *********************************************/
/***********************************************************/



#news_gallery
{
	width:auto;
	height:auto;
	top:35px;
	bottom:20px;
	left:20px;
	right:20px;
	position:absolute;
}


#news_in_gallery_frame
{
	width:120px;
	height:140px;
	margin:5px;
	border:1px solid #291b6e;
	border-radius:10px;	background-color:#FFFFFF;	position:relative;
	color:#291b6e;
	font-size:13px;
	line-height:13px;
	text-align:center;
	float:left;
	transition:all 0.5s ease-in-out 0s;	/*display:inline;*/
	/*display:inline-block;*/
}

#news_in_gallery_frame:hover {
	background-color:#FFFFFF;	border:1px solid #ff7f01;
	cursor:pointer;
}


#news_in_gallery_image
{
	position:relative;
	padding:1px 0px;
}

#news_in_gallery_date {
	padding:4px 0px;
	color:#291b6e;
	/*padding:5px 5px 0px 5px;*/
	position:relative;
	transition:all 0.5s ease-in-out 0s;}

#news_in_gallery_frame:hover #news_in_gallery_date {
	color:#291b6e;
}

#news_in_gallery_title {
	width:112px;
	height:30px;
	padding:4px 4px;
	/*padding:5px;*/
		position:absolute;
	bottom:0;
	left:0;
	float:left;
	border-bottom-left-radius:10px;	border-bottom-right-radius:10px;	color:#291b6e;
	font-size:10px;
	line-height:10px;
	transition:all 0.5s ease-in-out 0s;}

#news_in_gallery_frame:hover #news_in_gallery_title {
	/*background-color:#FFAA00;*/
	color:#291b6e;
}


#news_in_gallery_title_alert {
	width:112px;
	height:30px;
	padding:4px 4px;
	/*padding:5px;*/
		position:absolute;
	bottom:0;
	left:0;
	float:left;
	border-bottom-left-radius:10px;	border-bottom-right-radius:10px;	color:#FF0000;
	font-size:10px;
	line-height:10px;
}




/* news_gallery_admin */

#news_gallery_admin_frame{
	width:auto;
	height:auto;
	top:65px;
	bottom:20px;
	left:20px;
	right:20px;
	position:absolute;
}


#news_gallery_admin_toolbar{
	width:auto;
	height:30px;
	top:35px;
	left:20px;
	right:20px;
	position:absolute;
}

#news_gallery_admin_insert{
	background:url(../images/admin/add_normal.png);
	width:20px;
	height:20px;
	margin:0px 5px;
	position:absolute;
	top:0;
	right:0;
	color:#FF6600;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1000;
	float:right;
}

#news_gallery_admin_insert:hover{
	background:url(../images/admin/add_over.png);
}


/* news_gallery_admin */


/* news_zoomed_admin */

#news_zoomed_admin_frame{
	top:35px;
	bottom:20px;
	left:20px;
	right:20px;
	position:absolute;
	}

/* Μάλλον δε θα χρησιμοποιηθεί γιατί δημιουργεί διχτυωτή εμφώλευση με το form του insert/update. H absolute τοποθέτηση των εργαλείων στο frame αρκει. */
/*#news_zoomed_admin_toolbar{
	width:100%;
	height:30px;
	top:0px;
	left:0px;
	right:0px;
	position:absolute;
}*/

#news_zoomed_admin_date{
	width:90px;
	height:20px;
	top:0px;
	left:0px;
	position:absolute;
	color:#000000;
	line-height:20px;
	font-size:16px;
	text-align:left;
	background: url(../images/admin/calendar_normal.png) no-repeat; 
	background-color:#FFFFFF;
	background-position:100% 2px;
	cursor:pointer;
}

#news_zoomed_admin_date:hover{
	background: url(../images/admin/calendar_over.png) no-repeat; 
	background-color:#FFFFFF;
	background-position:100% 2px;
}

#news_zoomed_admin_date input{
	width:100%;
	height:18px;
	top:0px;
	bottom:4px;
	left:0px;
	right:0px;
	position:absolute;
	background:none;
	color:#000000;
	text-align:left;
	cursor:pointer;
}

#news_zoomed_admin_thumbnail{
	width:150px;
	height:20px;
	/*border: inset 2px #BBB;*/
	background:#FFFFFF url('../images/admin/thumbnail_normal.png') no-repeat 100% 100%;
	top:0px;
	left:100px;
	position:absolute;
	color:#000000;
	line-height:16px;
	font-size:11px;
	text-align:left;
}

#news_zoomed_admin_thumbnail:hover{
	background:#FFFFFF url('../images/admin/thumbnail_over.png') no-repeat 100% 100%;
}

#news_zoomed_admin_return{
	background:url(../images/admin/return_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:0px;
	position:absolute;
	cursor:pointer;
}

#news_zoomed_admin_return:hover{
	background:url(../images/admin/return_over.png);
}

#news_zoomed_admin_delete{
	background:url(../images/admin/delete_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:30px;
	position:absolute;
	cursor:pointer;
}

#news_zoomed_admin_delete:hover{
	background:url(../images/admin/delete_over.png);
}

#news_zoomed_admin_enabled{
	background:url(../images/admin/enable_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:60px;
	position:absolute;
	cursor:pointer;
}

#news_zoomed_admin_enabled:hover{
	background:url(../images/admin/enable_over.png);
}

#news_zoomed_admin_disabled{
	background:url(../images/admin/disable_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:60px;
	position:absolute;
	cursor:pointer;
}

#news_zoomed_admin_disabled:hover{
	background:url(../images/admin/disable_over.png);
}

#news_zoomed_admin_insert{
	background:url(../images/admin/save_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:90px;
	position:absolute;
	cursor:pointer;
}

#news_zoomed_admin_insert:hover{
	background:url(../images/admin/save_over.png);
}

#news_zoomed_admin_update{
	background:url(../images/admin/save_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:90px;
	position:absolute;
	cursor:pointer;
}

#news_zoomed_admin_update:hover{
	background:url(../images/admin/save_over.png);
}

#news_zoomed_admin_title_legend{
	width:50px;
	height:20px;
	top:35px;
	left:0px;
	position:absolute;
	color:#000000;
	line-height:20px;
	font-size:16px;
	text-align:left;
}

#news_zoomed_admin_title{
	height:16px;
	top:35px;
	bottom:4px;
	left:50px;
	right:4px;
	position:absolute;
	color:#000000;
	line-height:20px;
	font-size:16px;
	text-align:left;
}

#news_zoomed_admin_title input{
	width:100%;
	height:100%;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	text-indent:5px;
	position:absolute;
	color:#000000;
	text-align:left;
}

#news_zoomed_admin_content{
	top:65px;
	bottom:0px;
	left:0px;
	right:0px;
	position:absolute;
	color:#000000;
}

#news_zoomed_admin_description {
	width:50%;
	margin:0;
	padding:0;
	top:0px;
	bottom:0px;
	left:0px;
	right:50%;
	position:absolute;
	color:#000000;
	text-align:left;
	overflow:hidden;
}

#news_zoomed_admin_description textarea{
	width:100%;
	height:100%;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	position:absolute;
}


#news_zoomed_admin_categories{
	width:45%;
	height:80px;
	top:0px;
	right:0px;
	position:absolute;
	color:#000000;
}

#news_zoomed_admin_category_label_1{
	width:100px;
	height:20px;
	top:0px;
	left:0px;
	position:absolute;
	font-size:12px;
	line-height:20px;
}

#news_zoomed_admin_subcategory_label_1{
	width:100px;
	height:20px;
	top:20px;
	left:0px;
	position:absolute;
	font-size:11px;
	line-height:20px;
}

#news_zoomed_admin_subcategory_label_2{
	width:100px;
	height:20px;
	top:40px;
	left:0px;
	position:absolute;
	font-size:11px;
	line-height:20px;
}

#news_zoomed_admin_subcategory_label_3{
	width:100px;
	height:20px;
	top:60px;
	left:0px;
	position:absolute;
	font-size:11px;
	line-height:20px;
}

#news_zoomed_admin_category_1{
	height:20px;
	top:0px;
	left:120px;
	right:0px;
	position:absolute;
	font-size:12px;
	line-height:20px;
}

#news_zoomed_admin_category_1 select{
	width:100%;
}

#news_zoomed_admin_subcategory_1{
	height:20px;
	top:20px;
	left:120px;
	right:0px;
	position:absolute;
	font-size:12px;
	line-height:20px;
}

#news_zoomed_admin_subcategory_1 select{
	width:100%;
}


#news_zoomed_admin_subcategory_2{
	height:20px;
	top:40px;
	left:120px;
	right:0px;
	position:absolute;
	font-size:12px;
	line-height:20px;
}

#news_zoomed_admin_subcategory_2 select{
	width:100%;
}

#news_zoomed_admin_subcategory_3{
	height:20px;
	top:60px;
	right:0px;
	left:120px;
	position:absolute;
	font-size:12px;
	line-height:20px;
}

#news_zoomed_admin_subcategory_3 select{
	width:100%;
}

#news_zoomed_admin_gallery_toolbar{
	width:45%;
	height:25px;
	border-bottom:solid 1px #000000;
	top:85px;
	right:0px;
	position:absolute;
	text-indent:5px;
	line-height:24px;
	color:#000000;
}

#news_zoomed_admin_newfile{
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:0px;
	position:absolute;
	background:url(../images/admin/newfile_normal.png);
	background-position:center center;
	background-repeat:no-repeat;
	cursor:pointer;
}

#news_zoomed_admin_newfile:hover{
	background:url(../images/admin/newfile_over.png);
}

#news_zoomed_admin_newfile input{
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	left:0px;
	right:20px;
	position:absolute;
	opacity:0;	cursor:pointer;
}


#news_zoomed_admin_gallery{
	width:45%;
	top:115px;
	bottom:0px;
	right:0px;
	position:absolute;
	color:#000000;
	overflow:auto;
}

#news_zoomed_admin_gallery_file{
	width:100%;
	height:60px;
	margin:10px 0px;
	position:relative;
	display:block;}

#news_zoomed_admin_gallery_file_toolbar{
	margin:0;
	padding:0;
	top:0px;
	bottom:0px;
	left:120px;
	right:4px;
	position:absolute;
}

#news_zoomed_admin_file_delete{
	background:url(../images/admin/delete_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:0px;
	position:absolute;
	cursor:pointer;
}

#news_zoomed_admin_file_delete:hover{
	background:url(../images/admin/delete_over.png);
}


#news_zoomed_admin_file_undelete{
	background:url(../images/admin/undo_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:0px;
	position:absolute;
	cursor:pointer;
}

#news_zoomed_admin_file_undelete:hover{
	background:url(../images/admin/undo_over.png);
}

#news_zoomed_admin_file_enabled{
	background:url(../images/admin/enable_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:25px;
	position:absolute;
	color:#000000;
	cursor:pointer;
}

#news_zoomed_admin_file_enabled:hover{
	background:url(../images/admin/enable_over.png);
}

#news_zoomed_admin_file_disabled{
	background:url(../images/admin/disable_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:25px;
	position:absolute;
	color:#000000;
	cursor:pointer;
}

#news_zoomed_admin_file_disabled:hover{
	background:url(../images/admin/disable_over.png);
}


#news_zoomed_admin_gallery_file_thumbnail{
	width:80px;
	height:60px;
	padding:0;
	margin:0;
	top:0;
	left:0;
	position:absolute;
	text-align:center;
}

#news_zoomed_admin_gallery_file img{
	border:1px solid #ececec;
	display:inline;	transition:all 0.5s ease-in-out 0s;}

#news_zoomed_admin_gallery_file img:hover{
	border:1px solid #000000;
	display:inline;}

#news_zoomed_admin_gallery_file_priority {
	margin:0;
	padding:0;
	top:0px;
	bottom:0px;
	left:120px;
	right:40px;
	position:absolute;
	background:url(../images/admin/priority_normal.png);
	background-repeat:no-repeat;
	background-position:top left;
	text-indent:25px;
}

#news_zoomed_admin_gallery_file_priority input{
	width:40px;
	height:20px;
	margin:0px 0px 0px 25px;
	padding:0;
	top:0px;
	bottom:0px;
	right:0px;
	left:0px;
	position:absolute;
}

#news_zoomed_admin_gallery_file_title_legend {
	height:20px;
	margin:0;
	padding:0;
	top:20px;
	bottom:0px;
	left:120px;
	right:0px;
	position:absolute;
}


#news_zoomed_admin_gallery_file_title {
	margin:0;
	padding:0;
	top:40px;
	bottom:0px;
	left:120px;
	right:4px;
	position:absolute;
}


#news_zoomed_admin_gallery_file_title input{
	width:100%;
	height:20px;
	margin:0;
	padding:0;
	top:0px;
	bottom:0px;
	right:0px;
	left:0px;
	position:absolute;
}


/* news_zoomed_admin */


#news_zoomed{
	margin:0;
	padding:0px;
	top:35px;
	bottom:20px;
	left:20px;
	right:20px;
	position:absolute;
}


#news_zoomed_date{
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	font-weight:bold;
	text-align:left;
	color:#291b6e;
}

#news_zoomed_facebook_share_tool {
	position:absolute;
	top:0px;
	right:220px;
}

#news_zoomed_twitter_share_tool {
	position:absolute;
	top:0px;
	right:150px;
}

#news_zoomed_font_size_tool {
	position:absolute;
	top:0px;
	right:30px;
}

#news_zoomed_return{
	background:url(../images/admin/return_normal.png);
		width:20px;
	height:20px;
	margin:0px 5px;
	position:absolute;
	top:0;
	right:0;
	text-align:right;
}

#news_zoomed_return:hover{
	background:url(../images/admin/return_over.png);
}

#news_zoomed_title{
	height:20px;
	position:absolute;
	top:25px;
	left:0;
	right:0;
	font-weight:bold;
	text-align:left;
	color:#291b6e;
	display:block;}

#news_zoomed_content{
	position:absolute;
	top:50px;
	bottom:0px;
	left:0px;
	right:0px;
	color:#291b6e;
	display:block;}

#news_zoomed_description{
	width:55%;
	height:100%;
	color:#291b6e;
	text-align:left;
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	display:block;}

#news_zoomed_description_no_files{
	color:#291b6e;
	text-align:left;
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	display:block;}

#news_zoomed_gallery{
	width:40%;
	height:100%;
	text-align:left;
	position:absolute;
	top:0px;
	bottom:0px;
	right:0px;
	display:block;}



#news_zoomed_gallery_file{
	margin:5px;
	position:relative;
	display:inline;}

#news_zoomed_gallery_file img{
	border:1px solid #291b6e;
	transition:all 0.5s ease-in-out 0s;}

#news_zoomed_gallery_file img:hover{
	border:1px solid #291b6e;
}



#news_zoomed_gallery_file_thumbnail{
	width:80px;
	height:62px;
	padding:0;
	margin:0;
	float:left;
	text-align:center;
	display:inline-block;
	position:relative;
}





/***********************************************************/
/* News Mini Content ***************************************/
/***********************************************************/


/***************************************** ok **************/
#news_mini_container{
	top:240px;
	bottom:0px;
	left:0px;
	right:0px;
	position:absolute;
}

/*************************** ok ****************************/
#news_mini_legend{
	height:11px;
	margin:5px 0px 5px 0px;
	padding:5px 0px 5px 5px;
	border-bottom:1px solid #291b6e;
	top:0px;
	left:0px;
	right:0px;
	position:absolute;
	font-size:11px;
	line-height:11px;
	/*text-align:left;*/
}

#news_mini_scroller{
	top:32px;
	left:0px;
	right:0px;
	bottom:0px;
	position:absolute;
}

#news_mini_frame{
	height:75px;
	min-width:720px;
	max-width:740px;
	position:relative;
	left:0;
	right:0;
	margin:0px 0px 5px 0px;
	border:solid 1px #291b6e;
	border-radius:10px;		cursor:pointer;
	background-color:#FFFFFF;
	transition:all 0.5s ease-in-out 0s;}

#news_mini_frame:hover{
	border:solid 1px #ff7f01;
}


#news_mini_image{
	width:120px;
	height:75px;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	text-align:center;
	transition:all 0.5s ease-in-out 0s;}

#news_mini_date{
	position:absolute;
	top:5px;
	left:120px;
	right:0;
	bottom:60px;
	color:#291b6e;
	font-weight:bold;
	text-decoration:none;
	text-align:left;
	transition:all 0.5s ease-in-out 0s;}

#news_mini_title{
	position:absolute;
	top:25px;
	left:120px;
	right:0;
	bottom:0;
	color:#291b6e;
	text-decoration:none;
	text-align:left;
	transition:all 0.5s ease-in-out 0s;}

#news_mini_frame:hover #news_mini_image{
	/*background-color:#ff7f01;
	color:#ececec;*/
}

#news_mini_frame:hover #news_mini_date{
	/*background-color:#ff7f01;
	color:#ececec;*/
}

#news_mini_frame:hover #news_mini_title{
	/*background-color:#ff7f01;
	color:#ececec;*/
}


/***********************************************************/
/* Calendar Module *****************************************/
/***********************************************************/




/**** column headers or days of the week ****/
#calendar{
	width:320px;
	height:320px;
	top:0px;
	left:0px;
	right:20px;
	position:absolute;
	/*float:left;
	position:relative;*/
}

/**** month and year header at bottom of calendar ****/
#calendar_date_header {
	width:305px;
	height:12px;
	padding:2px;
	margin-bottom:10px;
	/*border:3px solid #ececec;*/
	font-size:12px;
	line-height:12px;
	background-color:#FFFFFF; 
	color:#000000;
	float:left;
	text-align:left;
	/*font-weight:bold;*/
}


#calendar_column_header { 
	width:35px;
	height:12px;
	padding:2px;
	border:3px solid #FFFFFF;
	font-size:12px;
	line-height:12px;
	background-color:#ff7f01; 
	color:#FFFFFF;
	/*font-weight:bold; */
	text-align:center; 
	display : inline; 
	float: left;
	position : relative;
	border-radius:10px;	cursor:default;
}


/**** color and size of calendar cells.  ****/
#calendar_day_cell { 
	width:35px;
	height:35px;
	padding:2px;
	border:3px solid #FFFFFF;
	font-size:35px;
	line-height:35px;
	background-color:#ececec;
	color:#FFFFFF;
	display : inline;
	float: left;
	position : relative;
	text-align:center;
	border-radius:10px;	cursor:default;
}

#calendar_day_cell_with_event { 
	width:35px;
	height:35px;
	padding:2px;
	border:3px solid #FFFFFF;
	font-size:35px;
	line-height:35px;
	background-color:#291b6e;
	/*background-image:url(../php/TimThumb.php?src=../images/system/calendar/event.gif&h=23&w=23);
	background-repeat:no-repeat;
	background-position:right top;*/
	color:#000000;
	display : inline;
	float: left;
	position : relative;
	text-align:center;
	border-radius:10px;	cursor:pointer;
}


#calendar_day_cell #calendar_day_number { 
	color:#FFFFFF;
}

#calendar_day_cell_with_event #calendar_day_number { 
	color:#FFFFFF;
}

#calendar_empty_day_cell { 
	width:35px;
	height:35px;
	padding:2px;
	border:3px solid #FFFFFF;
	font-size:35px;
	line-height:35px;
	background-color:#FFFFFF; 
	display : inline;
	float: left;
	position : relative;
}

#calendar_today_cell	{
	width:35px;
	height:35px;
	padding:2px;
	border:3px solid #ff7f01;
	font-size:35px;
	line-height:35px;
	background-color:#ececec;
	display : inline;
	float: left;
	position : relative;
 	text-align:center;
	border-radius:10px;	cursor:default;
}

#calendar_today_cell_with_event	{
	width:35px;
	height:35px;
	padding:2px;
	border:3px solid #ff7f01;
	font-size:35px;
	line-height:35px;
	background-color:#291b6e;
	/*background-image:url(../php/TimThumb.php?src=../images/system/calendar/event.gif&h=23&w=23);
	background-repeat:no-repeat;
	background-position:right top;*/
	display : inline;
	float: left;
	position : relative;
 	text-align:center;
	border-radius:10px;	cursor:pointer;
}

#calendar_today_cell #calendar_day_number { 
	color:#FFFFFF;
}

#calendar_today_cell_with_event #calendar_day_number { 
	color:#FFFFFF;
}


/**** day number in upper left corner of each cell ****/
/*#day_number { font-size:26px; color:#000; background:#1F1F1F; width:32px; height:50px; float:left;}*/
#calendar_day_number { 	font-size:26px;	line-height:35px;
 color:#000; /*width:32px; height:50px; float:left;*/}
/*#calendar_day_events { font-size:26px; width:76px; height:50px; float:left;}*/

/**** title_txt is the text for each post on main page ****/
.calendar_title_txt { font-size:10px; color:#000 }
.calendar_title_txt A:link { color:#00F; /*text-decoration:underline*/ }
.calendar_title_txt A:active { color:#00F; /*text-decoration:underline*/ }
.calendar_title_txt A:visited { color:#00F; /*text-decoration:underline*/ }
.calendar_title_txt A:hover { color:#00F; /*text-decoration:underline*/ }


/***********************************************************/
/* Calendar Mini Content ***********************************/
/***********************************************************/


#calendar_mini_container{
	width:250px;
	height:100px;
}

#calendar_mini_legend{
	width:245px;
	height:10px;
	margin:5px 5px 5px 0px ;
	padding:5px 5px 5px 0px ;
	border-bottom:1px solid #000000;
	font-size:10px;
	line-height:10px;
}

#calendar_mini_scroller{
	width:250px;
	height:69px;
	text-align:center;
}

#calendar_mini_date_header {
	width:83px;
	height:13px;
	/*padding:5px 0px;*/
	/*border:1px solid #ececec;*/
	font-size:13px;
	line-height:13px;
	background-color:#ececec; 
	color:#FFFFFF;
	display:inline;	position : relative;
	float:left;
	text-align:center;
	/*font-weight:bold;*/
}

#calendar_mini_day { 
	width:81px;
	height:54px;
	/*padding:2px;*/
	border:3px solid #ececec;
	font-size:27px;
	line-height:54px;
	background-color:#1267a2;
	color:#ececec;
	display:inline;	float: left;
	position : relative;
	text-align:center;
}

#calendar_mini_day_with_event { 
	width:81px;
	height:54px;
	/*padding:2px;*/
	border:3px solid #ececec;
	font-size:27px;
	line-height:54px;
	background-color:#1267a2;
	background-image:url(../php/TimThumb.php?src=../images/system/calendar/event.gif&h=23&w=23);
	background-repeat:no-repeat;
	background-position:right top;
	color:#ececec;
	display:inline;	float: left;
	position : relative;
	text-align:center;
}


#calendar_mini_today {
	width:81px;
	height:54px;
	/*padding:2px;*/
	border:3px solid #ececec;
	font-size:27px;
	line-height:54px;
	background-color:#5E6645;
	color:#FFFFFF;
	display:inline;	float: left;
	position : relative;
 	text-align:center;
}

#calendar_mini_today_with_event {
	width:81px;
	height:54px;
	/*padding:2px;*/
	border:3px solid #ececec;
	font-size:27px;
	line-height:54px;
	background-color:#5E6645;
	background-image:url(../php/TimThumb.php?src=../images/system/calendar/event.gif&h=23&w=23);
	background-repeat:no-repeat;
	background-position:right top;
	color:#FFFFFF;
	display:inline;	float: left;
	position : relative;
 	text-align:center;
}

/***********************************************************/
/* Events Module *******************************************/
/***********************************************************/

#events_area {
	position:absolute;
	top:35px;
	bottom:20px;
	left:20px;
	right:20px;
}

#events_toolbar {
	width:100%;
	height:20px;
	position:absolute;
	top:0px;
	right:0px;
}

#events_frame {
	position:absolute;
	top:30px;
	bottom:0px;
	left:0px;
	right:0px;
	overflow:hidden;
}

#events_day_of_events {
	width:50%;
	height:100%;
	margin:0;
	padding:0;
	position:absolute;
	top:0px;
	bottom:0px;
	right:0px;
	display:block;
	overflow:hidden;
}

#events_summary_event_frame {
	width:auto;
	height:auto;
	left:0;
	right:0;
	margin:10px 0px;
	border:1px solid #ececec;
	border-radius:10px;	padding:5px;
	cursor:pointer;
	transition:all 0.5s ease-in-out 0s;}

#events_summary_event_frame:hover {
	border:1px solid #1267a2;	
}

#events_summary_event_thumbnail {
	top:0px;
	left:0px;
	display:inline;
}

#events_summary_event_date {
	top:0px;
	left:85px;
	font-weight:bold;
	display:inline;
}

#events_summary_event_hour {
	top:0px;
	left:125px;
	font-weight:bold;
	display:inline;
}

#events_summary_event_title {
	top:20px;
	left:85px;
	display:block;
}

#events_zoomed_event_frame {
	margin:0px;
	padding:0px;
	top:20px;
	bottom:0px;
	left:0px;
	right:0px;
	position:absolute;
	overflow:hidden;
	transition:all 0.5s ease-in-out 0s;}

#events_zoomed_facebook_share_tool {
	position:fixed;
	top:0px;
	right:190px;
}

#events_zoomed_twitter_share_tool {
	position:fixed;
	top:0px;
	right:120px;
}

#events_zoomed_return{
	background:url(../images/admin/return_normal.png);
		width:20px;
	height:20px;
	margin:0px 5px;
	position:absolute;
	top:0;
	right:0;
	text-align:right;
	cursor:pointer;
	z-index:100;
}

#events_zoomed_return:hover{
	background:url(../images/admin/return_over.png);
}

#events_zoomed_event_date {
	margin-bottom:10px;
	font-weight:bold;
	display:inline;
}

#events_zoomed_event_hour {
	margin-bottom:10px;
	font-weight:bold;
	display:inline;
}


#events_zoomed_event_title {
	margin-bottom:10px;
	display:block;
}

#events_zoomed_event_description {
	top:120px;
	bottom:80px;
	left:0px;
	right:0px;
	position:absolute;
	display:block;
	overflow:auto;
}

#events_zoomed_event_description_no_files {
	top:120px;
	bottom:0px;
	left:0px;
	right:0px;
	position:absolute;
	display:block;
	overflow:auto;
}


#events_zoomed_files {
	height:70px;
	bottom:0px;
	left:0px;
	right:0px;
	position:absolute;
	display:block;
	overflow:auto;
}

#events_zoomed_files_no_files {

}

#events_zoomed_gallery_file{
	margin:0px 5px;
	display:inline;
	white-space:nowrap;
}

/* events_summary_admin */




#events_summary_admin_toolbar {
	top:0px;
	left:0px;
	right:0px;
	position:absolute;
}

#events_summary_admin_insert {
	background:url(../images/admin/add_normal.png);
	width:20px;
	height:20px;
	margin:0px 5px;
	position:absolute;
	top:0;
	right:0;
	color:#FF6600;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1000;
}

#events_summary_admin_insert:hover {
	background:url(../images/admin/add_over.png);
}

#events_summary_admin_summary {
	padding:0px;
	margin:0px;
	top:30px;
	bottom:0px;
	left:0px;
	right:0px;
	position:absolute;
}



#events_summary_admin_frame {
	padding:5px;
	margin:10px 0px;
	border:solid 1px #000000;
	border-radius:10px;	cursor:pointer;
	display:block;
	transition:all 0.5s ease-in-out 0s;}

#events_summary_admin_frame:hover {	
	border:solid 1px #1267a2;
}

#events_summary_admin_date {
	font-weight:bold;
}

#events_summary_admin_title {
}

#events_summary_admin_title_alert {
	color:#FF0000;
}

/* events_summary_admin */


/* events_zoomed_admin */

#events_zoomed_admin_frame{
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	position:absolute;
	}

/* Μάλλον δε θα χρησιμοποιηθεί γιατί δημιουργεί διχτυωτή εμφώλευση με το form του insert/update. H absolute τοποθέτηση των εργαλείων στο frame αρκει. */
/*#events_zoomed_admin_toolbar{
	width:100%;
	height:30px;
	top:0px;
	left:0px;
	right:0px;
	position:absolute;
}*/

#events_zoomed_admin_date{
	width:90px;
	height:20px;
	top:0px;
	left:0px;
	position:absolute;
	color:#000000;
	line-height:20px;
	font-size:16px;
	text-align:left;
	background: url(../images/admin/calendar_normal.png) no-repeat; 
	background-position:100% 2px;
	cursor:pointer;
}

#events_zoomed_admin_date:hover{
	background: url(../images/admin/calendar_over.png) no-repeat; 
	background-position:100% 2px;
}

#events_zoomed_admin_date input{
	width:100%;
	height:18px;
	top:0px;
	bottom:4px;
	left:0px;
	right:0px;
	position:absolute;
	background:none;
	color:#000000;
	text-align:left;
	cursor:pointer;
}

#events_zoomed_admin_time{
	width:90px;
	height:20px;
	top:0px;
	left:100px;
	position:absolute;
	color:#000000;
	line-height:20px;
	font-size:16px;
	text-align:left;
	background: url(../images/admin/clock_normal.png) no-repeat; 
	background-position:100% 2px;
	cursor:pointer;
}

#events_zoomed_admin_time:hover{
	background: url(../images/admin/clock_over.png) no-repeat; 
	background-position:100% 2px;
}

#events_zoomed_admin_time input{
	width:100%;
	height:18px;
	top:0px;
	bottom:4px;
	left:0px;
	right:0px;
	position:absolute;
	background:none;
	color:#000000;
	text-align:left;
	cursor:pointer;
}

#events_zoomed_admin_thumbnail{
	width:150px;
	height:20px;
	/*border: inset 2px #BBB;*/
	background: url(../images/admin/thumbnail_normal.png);
	background-position:100% 100%;
	background-repeat:no-repeat;
	top:0px;
	left:100px;
	position:absolute;
	color:#000000;
	line-height:16px;
	font-size:11px;
	text-align:left;
}

#events_zoomed_admin_thumbnail:hover{
	background: url(../images/admin/thumbnail_over.png);
	background-position:100% 100%;
	background-repeat:no-repeat;
}

#events_zoomed_admin_return{
	background:url(../images/admin/return_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:0px;
	position:absolute;
	cursor:pointer;
}

#events_zoomed_admin_return:hover{
	background:url(../images/admin/return_over.png);
}

#events_zoomed_admin_delete{
	background:url(../images/admin/delete_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:30px;
	position:absolute;
	cursor:pointer;
}

#events_zoomed_admin_delete:hover{
	background:url(../images/admin/delete_over.png);
}

#events_zoomed_admin_enabled{
	background:url(../images/admin/enable_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:60px;
	position:absolute;
	cursor:pointer;
}

#events_zoomed_admin_enabled:hover{
	background:url(../images/admin/enable_over.png);
}

#events_zoomed_admin_disabled{
	background:url(../images/admin/disable_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:60px;
	position:absolute;
	cursor:pointer;
}

#events_zoomed_admin_disabled:hover{
	background:url(../images/admin/disable_over.png);
}

#events_zoomed_admin_insert{
	background:url(../images/admin/save_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:90px;
	position:absolute;
	cursor:pointer;
}

#events_zoomed_admin_insert:hover{
	background:url(../images/admin/save_over.png);
}

#events_zoomed_admin_update{
	background:url(../images/admin/save_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:90px;
	position:absolute;
	cursor:pointer;
}

#events_zoomed_admin_update:hover{
	background:url(../images/admin/save_over.png);
}

#events_zoomed_admin_title_legend{
	width:50px;
	height:20px;
	top:35px;
	left:0px;
	position:absolute;
	color:#000000;
	line-height:20px;
	font-size:16px;
	text-align:left;
}

#events_zoomed_admin_title{
	height:16px;
	top:35px;
	bottom:4px;
	left:50px;
	right:4px;
	position:absolute;
	color:#000000;
	line-height:20px;
	font-size:16px;
	text-align:left;
}

#events_zoomed_admin_title input{
	width:100%;
	height:100%;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	text-indent:5px;
	position:absolute;
	background:none;
	color:#000000;
	text-align:left;
}

#events_zoomed_admin_content{
	top:65px;
	bottom:0px;
	left:0px;
	right:0px;
	position:absolute;
	color:#000000;
}

#events_zoomed_admin_description {
	width:50%;
	margin:0;
	padding:0;
	top:0px;
	bottom:0px;
	left:0px;
	right:50%;
	position:absolute;
	color:#000000;
	text-align:left;
	overflow:hidden;
}

#events_zoomed_admin_description textarea{
	width:100%;
	height:100%;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	position:absolute;
}

#events_zoomed_admin_categories{
	width:45%;
	height:80px;
	top:0px;
	right:0px;
	position:absolute;
	color:#000000;
}

#events_zoomed_admin_category_label_1{
	width:100px;
	height:20px;
	top:0px;
	left:0px;
	position:absolute;
	font-size:12px;
	line-height:20px;
}

#events_zoomed_admin_subcategory_label_1{
	width:100px;
	height:20px;
	top:20px;
	left:0px;
	position:absolute;
	font-size:11px;
	line-height:20px;
}

#events_zoomed_admin_subcategory_label_2{
	width:100px;
	height:20px;
	top:40px;
	left:0px;
	position:absolute;
	font-size:11px;
	line-height:20px;
}

#events_zoomed_admin_subcategory_label_3{
	width:100px;
	height:20px;
	top:60px;
	left:0px;
	position:absolute;
	font-size:11px;
	line-height:20px;
}

#events_zoomed_admin_category_1{
	height:20px;
	top:0px;
	left:120px;
	right:0px;
	position:absolute;
	font-size:12px;
	line-height:20px;
}

#events_zoomed_admin_category_1 select{
	width:100%;
}

#events_zoomed_admin_subcategory_1{
	height:20px;
	top:20px;
	left:120px;
	right:0px;
	position:absolute;
	font-size:12px;
	line-height:20px;
}

#events_zoomed_admin_subcategory_1 select{
	width:100%;
}

#events_zoomed_admin_subcategory_2{
	height:20px;
	top:40px;
	left:120px;
	right:0px;
	position:absolute;
	font-size:12px;
	line-height:20px;
}

#events_zoomed_admin_subcategory_2 select{
	width:100%;
}

#events_zoomed_admin_subcategory_3{
	height:20px;
	top:60px;
	right:0px;
	left:120px;
	position:absolute;
	font-size:12px;
	line-height:20px;
}

#events_zoomed_admin_subcategory_3 select{
	width:100%;
}

#events_zoomed_admin_gallery_toolbar{
	width:45%;
	height:25px;
	border-bottom:solid 1px #000000;
	top:85px;
	right:0px;
	position:absolute;
	text-indent:5px;
	line-height:24px;
	color:#000000;
}

#events_zoomed_admin_newfile{
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:0px;
	position:absolute;
	background:url(../images/admin/newfile_normal.png);
	background-position:center center;
	background-repeat:no-repeat;
	cursor:pointer;
}

#events_zoomed_admin_newfile:hover{
	background:url(../images/admin/newfile_over.png);
}

#events_zoomed_admin_newfile input{
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	left:0px;
	right:20px;
	position:absolute;
	opacity:0;	cursor:pointer;
}

#events_zoomed_admin_gallery{
	width:45%;
	top:115px;
	bottom:0px;
	right:0px;
	position:absolute;
	color:#000000;
	overflow:auto;
}

#events_zoomed_admin_gallery_file{
	width:100%;
	height:60px;
	margin:10px 0px;
	position:relative;
	display:block;}

#events_zoomed_admin_gallery_file_toolbar{
	margin:0;
	padding:0;
	top:0px;
	bottom:0px;
	left:120px;
	right:4px;
	position:absolute;
}

#events_zoomed_admin_file_delete{
	background:url(../images/admin/delete_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:0px;
	position:absolute;
	cursor:pointer;
}

#events_zoomed_admin_file_delete:hover{
	background:url(../images/admin/delete_over.png);
}

#events_zoomed_admin_file_undelete{
	background:url(../images/admin/undo_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:0px;
	position:absolute;
	cursor:pointer;
}

#events_zoomed_admin_file_undelete:hover{
	background:url(../images/admin/undo_over.png);
}

#events_zoomed_admin_file_enabled{
	background:url(../images/admin/enable_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:25px;
	position:absolute;
	color:#000000;
	cursor:pointer;
}

#events_zoomed_admin_file_enabled:hover{
	background:url(../images/admin/enable_over.png);
}

#events_zoomed_admin_file_disabled{
	background:url(../images/admin/disable_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:25px;
	position:absolute;
	color:#000000;
	cursor:pointer;
}

#events_zoomed_admin_file_disabled:hover{
	background:url(../images/admin/disable_over.png);
}


#events_zoomed_admin_gallery_file_thumbnail{
	width:80px;
	height:60px;
	padding:0;
	margin:0;
	top:0;
	left:0;
	position:absolute;
	text-align:center;
}

#events_zoomed_admin_gallery_file img{
	border:1px solid #ececec;
	display:inline;	transition:all 0.5s ease-in-out 0s;}

#events_zoomed_admin_gallery_file img:hover{
	border:1px solid #000000;
	display:inline;}

#events_zoomed_admin_gallery_file_priority {
	margin:0;
	padding:0;
	top:0px;
	bottom:0px;
	left:120px;
	right:40px;
	position:absolute;
	background:url(../images/admin/priority_normal.png);
	background-repeat:no-repeat;
	background-position:top left;
	text-indent:25px;
}

#events_zoomed_admin_gallery_file_priority input{
	width:40px;
	height:20px;
	margin:0px 0px 0px 25px;
	padding:0;
	top:0px;
	bottom:0px;
	right:0px;
	left:0px;
	position:absolute;
}

#events_zoomed_admin_gallery_file_title_legend {
	height:20px;
	margin:0;
	padding:0;
	top:20px;
	bottom:0px;
	left:120px;
	right:0px;
	position:absolute;
}

#events_zoomed_admin_gallery_file_title {
	margin:0;
	padding:0;
	top:40px;
	bottom:0px;
	left:120px;
	right:4px;
	position:absolute;
}

#events_zoomed_admin_gallery_file_title input{
	width:100%;
	height:20px;
	margin:0;
	padding:0;
	top:0px;
	bottom:0px;
	right:0px;
	left:0px;
	position:absolute;
}

/* events_zoomed_admin */




#events_mini_container{
	width:360px;
	height:240px;
	border:1px solid #291b6e;
	border-radius:10px;	position:absolute;
	top:0;
	right:0;
}

#events_mini_day_yesterday{
	width:120px;
	height:120px;
	margin:0px;
	border:0px solid #1267a2;
	border-top-left-radius:10px;	padding:0px;
	background-color:#291b6e;
	color:#FFFFFF;
	position:absolute;
	top:0;
	left:0;
	text-align:center;
	transition:all 0.5s ease-in-out 0s;}

#events_mini_day_yesterday:hover{
	background-color:#1267a2;
}

#events_mini_day_yesterday:hover ~ #events_mini_day_today{
	background-color:#291b6e;
}

#events_mini_details_yesterday{
	width:350px;
	height:110px;
	margin:0px;
	padding:5px;
	border-bottom-left-radius:10px;	border-bottom-right-radius:10px;	box-shadow:0px 10px 10px -10px #000 inset;
	background-color:#FFFFFF;
	color:#000000;
	position:absolute;
	bottom:0;
	left:0;
	text-align:left;
	/*transition:all 0.5s ease-in-out 0s;*/
	/*display:none;
	opacity:0;*/
	visibility:hidden;
}

#events_mini_day_yesterday:hover ~ #events_mini_details_today{
	/*display:none;
		opacity:0;*/
	visibility:hidden;
}

#events_mini_day_yesterday:hover ~ #events_mini_details_yesterday{
	/*display:block;
	opacity:1;*/
	visibility:visible;
}

#events_mini_day_today{
	width:120px;
	height:120px;
	margin:0px;
	border:0px solid #ececec;
	padding:0px;
	background-color:#1267a2;
	color:#FFFFFF;
	position:absolute;
	top:0;
	left:120px;
	text-align:center;
	transition:all 0.5s ease-in-out 0s;}

#events_mini_day_today:hover {
	background-color:#1267a2;
}

#events_mini_details_today{
	width:350px;
	height:110px;
	margin:0px;
	padding:5px;
	border-bottom-left-radius:10px;	border-bottom-right-radius:10px;	box-shadow:0px 10px 10px -10px #000 inset;
	background-color:#FFFFFF;
	color:#000000;
	position:absolute;
	bottom:0;
	left:0;
	text-align:left;
	/*transition:all 0.5s ease-in-out 0s;*/
	/*display:block;
	opacity:1;*/
	visibility:visible;
}


#events_mini_day_tomorrow{
	width:120px;
	height:120px;
	margin:0px;
	border:0px solid #ececec;
	border-top-right-radius:10px;	padding:0px;
	background-color:#291b6e;
	color:#FFFFFF;
	position:absolute;
	top:0;
	left:240px;
	text-align:center;
	transition:all 0.5s ease-in-out 0s;}

#events_mini_day_tomorrow:hover{
	background-color:#1267a2;
}

#events_mini_day_tomorrow:hover ~ #events_mini_day_today{
	background-color:#291b6e;
}

#events_mini_details_tomorrow{
	width:350px;
	height:110px;
	margin:0px;
	padding:5px;
	border-bottom-left-radius:10px;	border-bottom-right-radius:10px;	box-shadow:0px 10px 10px -10px #000 inset;
	background-color:#FFFFFF;
	color:#000000;
	position:absolute;
	bottom:0;
	left:0;
	text-align:left;
	/*transition:all 0.5s ease-in-out 0s;*/
	/*display:none;
	opacity:0;*/
	visibility:hidden;
}

#events_mini_day_tomorrow:hover ~ #events_mini_details_today{
	/*display:none;
	opacity:0;*/
	visibility:hidden;
}

#events_mini_day_tomorrow:hover ~ #events_mini_details_tomorrow{
	/*display:block;
	opacity:0;*/
	visibility:visible;
}

#events_mini_day_label{
	width:auto;
	height:24px;
	border-top:1px solid #FFFFFF;
	position:absolute;
	bottom:0px;
	left:5px;
	right:5px;
	text-align:center;
	transition:all 0.5s ease-in-out 0s;	
}

#events_mini_day_number{
	width:auto;
	height:auto;
	/*height:90px;*/
	position:absolute;
	top:40px;
	left:5px;
	right:5px;
	font-size:67px;
	text-align:center;
	transition:all 0.5s ease-in-out 0s;	
}



/************************** check later *********************************/
/************************** check later *********************************/
/************************** check later *********************************/
/************************** check later *********************************/
/************************** check later *********************************/

#events_mini_legend{
	display:none;
	width:355px;
	height:10px;
	margin:5px 5px 5px 0px ;
	padding:5px 5px 5px 0px ;
	border-bottom:1px solid #000000;
	font-size:10px;
	line-height:10px;
}

#events_mini_scroller{
	/*width:px;
	height:px;*/
	text-align:center;
}

#events_mini_date_header {
	width:120px;
	height:48px;
	/*padding:5px 0px;*/
	/*border:1px solid #ececec;*/
	font-size:48px;
	line-height:48px;
	background-color:#ececec; 
	color:#FFFFFF;
	display:inline;	position : relative;
	float:left;
	text-align:center;
	/*font-weight:bold;*/
}

/*#events_mini_day { 
	width:120px;
	height:120px;
	/*padding:px;*/
	/*border:px solid #ececec;
	font-size:60px;
	line-height:120px;
	background-color:#1267a2;
	color:#ececec;
	display:inline;	float: left;
	position : relative;
	text-align:center;
}

#events_mini_day_with_event { 
	width:120px;
	height:120px;
	/*padding:px;*/
	/*border:px solid #ececec;
	font-size:60px;
	line-height:120px;
	background-color:#1267a2;
	background-image:url(../php/TimThumb.php?src=../images/system/events/event.gif&h=0&w=0);
	background-repeat:no-repeat;
	background-position:right top;
	color:#ececec;
	display:inline;	float: left;
	position : relative;
	text-align:center;
}


#events_mini_today {
	width:120px;
	height:120px;
	/*padding:px;*/
	/*border:px solid #ececec;
	font-size:60px;
	line-height:120px;
	background-color:#5E6645;
	color:#FFFFFF;
	display:inline;	float: left;
	position : relative;
 	text-align:center;
}

#events_mini_today_with_event {
	width:120px;
	height:120px;
	/*padding:px;*/
	/*border:px solid #ececec;
	font-size:60px;
	line-height:120px;
	background-color:#5E6645;
	background-image:url(../php/TimThumb.php?src=../images/system/events/event.gif&h=0&w=0);
	background-repeat:no-repeat;
	background-position:right top;
	color:#FFFFFF;
	display:inline;	float: left;
	position : relative;
 	text-align:center;
}*/






/***********************************************************/
/* pvproject Module ****************************************/
/***********************************************************/


#pvproject_gallery_admin_toolbar
{
	width:785px;
	height:30px;
	text-align:left;
	/*float:left; 
	padding:5px 5px; 
	margin:5px 5px; 
	border:1px solid #DA5C73;
	border-radius:10px;	/*display:inline;*/
}

#pvproject_gallery_admin
{
	width:785px;
	height:370px;
	text-align:left;
	/*float:left; 
	padding:5px 5px; 
	margin:5px 5px; 
	border:1px solid #DA5C73;
	border-radius:10px;	/*display:inline;*/
}



#pvproject_gallery
{
	width:785px;
	height:400px;
	text-align:left;
	/*position:relative;
	float:left; 
	padding:5px 5px; 
	margin:5px 5px; 
	border:1px solid #DA5C73;
	border-radius:10px;	/*display:inline;*/
}

#pvproject_gallery_insert{
	background:url(../images/admin/add_normal.png);
	width:20px;
	height:20px;
	margin:0px 5px;
	position:relative;
	color:#FF6600;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1000;
	float:right;
}

#pvproject_gallery_insert:hover{
	background:url(../images/admin/add_over.png);
}

#pvproject_in_gallery_frame
{
	width:240px;
	height:90px;
	margin:10px;
	padding:130px 10px 15px 10px;
	border:2px solid #1267a2;
	background-repeat:no-repeat;
	background-position:left top;
		border-radius:10px;	position:relative;
	color:#000000;
	font-size:13px;
	line-height:13px;
	text-align:left;
	float:left;
	transition:all 0.5s ease-in-out 0s;	line-height:14px;
	font-size:12px;
	/*display:inline;*/
	/*display:inline-block;*/
}

#pvproject_in_gallery_frame:hover {
	background-color:#ececec;	border:2px solid #291b6e;
	cursor:pointer;
}

#pvproject_in_gallery_label
{
	color:#1267a2;
	font-weight:bold;
	display:inline;}

#pvproject_in_gallery_frame:hover #pvproject_in_gallery_label
{
	color:#291b6e;
	display:inline;}

#pvproject_zoomed{
	width:785px;
	height:400px;
	position:relative;
	overflow:hidden;
	text-align:left;
}

#pvproject_zoomed_toolbar{
	width:785px;
	height:20px;
	position:relative;
	float:left;
	/*display:inline;*/
}

#pvproject_zoomed_content{
	width:785px;
	height:300px;
	position:relative;
	float:left;
	/*margin:10px;*/
}

#pvproject_zoomed_graph{
	width:471px;
	height:300px;
	position:relative;
	float:left;
	/*margin:10px;*/
}

#pvproject_zoomed_attribute{
	padding:0px 0px 5px 0px;
	display:block;	font-size:11px;
	text-align:left;
	position:relative;
	/*float:left;*/
}

#pvproject_zoomed_label{
	width:130px;
	height:20px;
	padding:0px 5px 0px 0px;
	color:#1267a2;
	font-weight:bold;
	font-size:10px;
	display:inline;	text-align:right;
	position:relative;
	float:left;
}

#pvproject_zoomed_data{
	width:314px;
	height:300px;
	position:relative;
	float:left;
}

#pvproject_zoomed_totals{
	width:314px;
	margin:10px 0px;
	position:relative;
	float:left;
	/*margin:10px;*/
}



#pvproject_zoomed_content{
	width:785px;
	height:300px;
	position:relative;
	float:left;
	/*margin:10px;*/
}


#pvproject_zoomed_gallery{
	width:785px;
	height:80px;
	margin:0;
	text-align:left;
	/*display:inline;*/
	position:relative;
	float:left;
}

#pvproject_in_gallery_image
{
	position:relative;
	padding:1px 0px;
}

#pvproject_in_gallery_date {
	padding:4px 0px;
	color:#000000;
	/*padding:5px 5px 0px 5px;*/
	position:relative;
}

#pvproject_in_gallery_frame:hover #pvproject_in_gallery_date {
	color:#000000;
}

#pvproject_in_gallery_title {
	width:112px;
	height:30px;
	padding:4px 4px;
	/*padding:5px;*/
		position:absolute;
	bottom:0;
	left:0;
	float:left;
	border-bottom-left-radius:10px;	border-bottom-right-radius:10px;	color:#000000;
	font-size:10px;
	line-height:10px;
}

#pvproject_in_gallery_frame:hover #pvproject_in_gallery_title {
		color:#000000;
}

#pvproject_zoomed_thumbnail{
	width:150px;
	height:20px;
	/*border: inset 2px #BBB;*/
	background: url(../images/admin/thumbnail_normal.png);
	background-position:100% 2px;
	background-repeat:no-repeat;
	position:relative;
	color:#000000;
	text-align:left;
	line-height:14px;
	/*display:inline;*/
	float:left;
}

#pvproject_zoomed_thumbnail:hover{
	background: url(../images/admin/thumbnail_over.png);
	background-position:100% 2px;
	background-repeat:no-repeat;
}

#pvproject_zoomed_thumbnail select {
	
}


a.dp-choose-date {
	float: left;
	width: 20px;
	height: 20px;
	padding: 0;
	margin: 0px 5px;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../images/admin/calendar_normal.png) no-repeat; 
}
a.dp-choose-date:hover {
	background: url(../images/admin/calendar_over.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}



#pvproject_zoomed_update{
	background:url(../images/admin/save_normal.png);
	width:20px;
	height:20px;
	margin:0px 5px;
	position:relative;
	color:#FF6600;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1000;
	float:right;
}

#pvproject_zoomed_update:hover{
	background:url(../images/admin/save_over.png);
}

#pvproject_zoomed_insert{
	background:url(../images/admin/save_normal.png);
	width:20px;
	height:20px;
	margin:0px 5px;
	position:relative;
	color:#FF6600;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1000;
	float:right;
}

#pvproject_zoomed_insert:hover{
	background:url(../images/admin/save_over.png);
}


#pvproject_zoomed_enabled{
	background:url(../images/admin/enable_normal.png);
	width:20px;
	height:20px;
	margin:0px 5px;
	position:relative;
	color:#FF6600;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1000;
	float:right;
	cursor:pointer;
}

#pvproject_zoomed_enabled:hover{
	background:url(../images/admin/enable_over.png);
}

#pvproject_zoomed_disabled{
	background:url(../images/admin/disable_normal.png);
	width:20px;
	height:20px;
	margin:0px 5px;
	position:relative;
	color:#FF6600;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1000;
	float:right;
	cursor:pointer;
}

#pvproject_zoomed_disabled:hover{
	background:url(../images/admin/disable_over.png);
}

#pvproject_zoomed_file_enabled{
	background:url(../images/admin/enable_normal.png);
	width:20px;
	height:20px;
	margin:0px 3px;
	position:relative;
	color:#FF6600;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1000;
	float:right;
	cursor:pointer;
}

#pvproject_zoomed_file_enabled:hover{
	background:url(../images/admin/enable_over.png);
}

#pvproject_zoomed_file_disabled{
	background:url(../images/admin/disable_normal.png);
	width:20px;
	height:20px;
	margin:0px 3px;
	position:relative;
	color:#FF6600;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1000;
	float:right;
	cursor:pointer;
}

#pvproject_zoomed_file_disabled:hover{
	background:url(../images/admin/disable_over.png);
}



#pvproject_zoomed_return{
	background:url(../images/admin/return_normal.png);
	width:20px;
	height:20px;
	margin:0px 5px;
	position:relative;
	color:#FF6600;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1000;
	float:right;
}

#pvproject_zoomed_return:hover{
	background:url(../images/admin/return_over.png);
}

#pvproject_zoomed_delete{
	background:url(../images/admin/delete_normal.png);
	width:20px;
	height:20px;
	margin:0px 5px;
	position:relative;
	color:#FF6600;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1000;
	float:right;
}

#pvproject_zoomed_delete:hover{
	background:url(../images/admin/delete_over.png);
}


#pvproject_zoomed_newfile{
	background:url(../images/admin/newfile_normal.png);
	background-position:center center;
	background-repeat:no-repeat;
	/*border:1px solid #FFFFFF;*/
	width:20px;
	height:20px;
	margin:0px 5px;
	position:relative;
	display:inline;	color:#FF6600;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1000;
	float:right;
	cursor:pointer;
}

#pvproject_zoomed_newfile input{
	width:20px;
	height:20px;
	margin:0px;
	position:relative;
	display:inline;	color:#FF6600;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1001;
	opacity:0;	cursor:pointer;
}


#pvproject_zoomed_newfile:hover{
	background:url(../images/admin/newfile_over.png);
	background-position:center center;
	background-repeat:no-repeat;
	/*border:1px solid #000000;*/
}




#pvproject_zoomed_delete_file{
	background:url(../images/admin/delete_normal.png);
	width:20px;
	height:20px;
	margin:0px 3px;
	position:relative;
	color:#FF6600;
	/*font-weight:bold;*/
	text-align:right;
	display:inline;	z-index:1000;
	float:right;
	cursor:pointer;
}

#pvproject_zoomed_delete_file:hover{
	background:url(../images/admin/delete_over.png);
}


#pvproject_zoomed_undelete_file{
	background:url(../images/admin/undo_normal.png);
	width:20px;
	height:20px;
	margin:0px 3px;
	position:relative;
	color:#FF6600;
	/*font-weight:bold;*/
	text-align:right;
	display:inline;	z-index:1000;
	float:right;
	cursor:pointer;
}

#pvproject_zoomed_undelete_file:hover{
	background:url(../images/admin/undo_over.png);
}

#pvproject_zoomed_edit_file{
	background:url(../images/admin/edit_normal.png);
	width:20px;
	height:20px;
	margin:0px 3px;
	position:relative;
	color:#FF6600;
	/*font-weight:bold;*/
	text-align:right;
	display:inline;	z-index:1000;
	float:right;
}

#pvproject_zoomed_edit_file:hover{
	background:url(../images/admin/edit_over.png);
}


#pvproject_zoomed_button{
	padding:2px 12px;
	position:relative;
	background-color:#FFAA00;	color:#291b6e;
	display:inline;}

#pvproject_zoomed_button:hover{
	color:#1267a2;
}

#pvproject_zoomed_title{
	width:785px;
	/*padding:5px 0px;*/
	color:#ff7f01;
	position:relative;
	font-weight:bold;
	text-align:left;
	/*float:left;*/
	/*display:inline;*/
}

#pvproject_zoomed_title input{
	width:785px;
	height:20px;
	background:none;
	/*padding:5px 0px;*/
	color:#FFAA00;
	position:relative;
	font-weight:bold;
	text-align:left;
	/*float:left;*/
	/*display:inline;*/
}



#pvproject_zoomed_description{
	width:0px;
	height:300px;
	/*padding:5px 0px;*/
	color:#FFAA00;
	text-align:left;
	/*display:inline;*/
}

#pvproject_zoomed_description_no_files{
	width:785px;
	height:300px;
	/*padding:5px 0px;*/
	color:#FFAA00;
	text-align:left;
	/*display:inline;*/
}

#pvproject_zoomed_gallery_admin_toolbar{
	width:278px;
	height:30px;
	/*margin:10px 0px 0px 0px;*/
	/*text-align:left;*/
	/*display:inline;*/
	/*float:right;*/
}


#pvproject_zoomed_gallery_admin{
	width:785px;
	height:270px;
	/*margin:10px 0px 0px 0px;*/
	/*text-align:left;*/
	/*display:inline;*/
	/*float:right;*/
}

#pvproject_zoomed_gallery_file{
	margin:5px;
	position:relative;
	display:inline;}

#pvproject_zoomed_gallery_file_admin{
	/*width:100%;*/
	height:100px;
	margin:5px;
	position:relative;
	text-align:center;
	display:inline;	float:left;
}

#pvproject_zoomed_gallery_file_thumbnail{
	width:80px;
	height:62px;
	padding:0;
	margin:0;
	float:left;
	text-align:center;
	display:inline-block;
	position:relative;
}


#pvproject_zoomed_gallery_file_admin input{
	width:100%;
	height:20px;
	margin:0;
	padding:0;
	float:left;
	display:block;
}



#pvproject_zoomed_gallery_file_admin img{
	border:1px solid #FFFFFF;
	display:inline;	transition:all 0.5s ease-in-out 0s;	/*display:block;*/
	/*float:left;*/
}

#pvproject_zoomed_gallery_file_admin img:hover{
	border:1px solid #000000;
	display:inline;	/*display:block;*/
	/*float:left;*/
}


#pvproject_zoomed_gallery_file img{
	border:1px solid #FFFFFF;
	transition:all 0.5s ease-in-out 0s;}

#pvproject_zoomed_gallery_file img:hover{
	border:1px solid #291b6e;
}


/***********************************************************/
/* News Module *********************************************/
/***********************************************************/


#dynmap_map
{
width: 300px;
height: 300px;
float:left;
}


#dynmap_info
{
width: 485px;
height: 400px;
float:right;
}



/***********************************************************/
/***********************************************************/
/* Files Section *******************************************/
/***********************************************************/
/***********************************************************/

/***********************************************************/
/* Image Showway *******************************************/
/***********************************************************/


#image_thumb{
	position:relative;
	display:inline;	float:left;
}

#image_thumb img{
	border:1px solid #ececec;
	transition:all 0.5s ease-in-out 0s;}

#image_thumb img:hover{
	border:1px solid #291b6e;
}


/***********************************************************/
/* Video Showway *******************************************/
/***********************************************************/


#video_thumb{
	position:relative;
	display:inline;	float:left;
}

#video_thumb img{
	border:1px solid #ececec;
	transition:all 0.5s ease-in-out 0s;}

#video_thumb img:hover{
	border:1px solid #291b6e;
}

/***********************************************************/
/* Sound Showway *******************************************/
/***********************************************************/


#sound_thumb{
	position:relative;
	display:inline;	float:left;
}

#sound_thumb img{
	border:1px solid #ececec;
	transition:all 0.5s ease-in-out 0s;}

#sound_thumb img:hover{
	border:1px solid #291b6e;
}


/***********************************************************/
/* PDF Showway *********************************************/
/***********************************************************/


#pdf_thumb{
	position:relative;
	display:inline;	float:left;
}

#pdf_thumb img{
	border:1px solid #ececec;
	transition:all 0.5s ease-in-out 0s;}

#pdf_thumb img:hover{
	border:1px solid #291b6e;
}

/***********************************************************/
/* Document Showway ****************************************/
/***********************************************************/


#document_thumb{
	position:relative;
	display:inline;	float:left;
}

#document_thumb img{
	border:1px solid #ececec;
	transition:all 0.5s ease-in-out 0s;}

#document_thumb img:hover{
	border:1px solid #291b6e;
}

/***********************************************************/
/* Card Showway ********************************************/
/***********************************************************/

#card_synopsis_frame 
{
	position:relative;
	padding:0;
	margin:25px;
	float:left;
	border-radius:10px;	background-color:#000000;}



#card_synopsis_frame:hover #card_synopsis_description
{
	/*color:#F77E1E;*/
}


#card_synopsis_image
{
	/*border:3px solid #333;*/
		border-top-left-radius:10px;	border-bottom-left-radius:10px;	display:block;
	position:relative;
	float:left;
}

#card_synopsis_frame:hover 
{
	background-color:#FFFFFF;}


#card_synopsis_frame:hover #card_synopsis_image{
	/*border:3px solid #333;*/
		}

#card_synopsis_description
{
	width:150px;
	height:100%;
	padding:10px;
	float:left;
	position:relative;
	display:block;
	text-align:left;
	color:#333;
	font-size:14px;
	line-height:14px;
	font-weight:bold;
}


#card_zoomed_image
{
	width:300px;
	height:300px;
	position:relative;
	display:inline;	float:left;
}

#card_zoomed_description
{
	width:350px;
	height:300px;
	padding:0px 20px;
	position:relative;
	display:inline;	text-align:justify;
}


/***********************************************************/
/* Html Showway ********************************************/
/***********************************************************/

#html_synopsis_frame 
{
	position:relative;
	margin:25px;
	padding:0;
	display:inline;}

#html_synopsis_description 
{
	display:inline;	font-size:12px;
	line-height:12px;
	font-weight:bold;
	color:#333;
	text-decoration:none;
}


#html_synopsis_frame:hover #html_synopsis_description
{
	color:#F77E1E;
}

/***********************************************************/
/***********************************************************/
/* Forms Section *******************************************/
/***********************************************************/
/***********************************************************/

#form
{
	height:auto;
	text-align:center;
		padding:0px 20px;
	border-radius:10px;	color:#000000;
}

#form table
{
	width:100%;
	height:auto;
	font-size:12px;
	line-height:12px;
	vertical-align:middle;
	text-align:left;
}

#form td
{
	width:50%;
	white-space:nowrap;
}

#form select
{
	width:100%;
	margin:3px 0px;
	background-color:#000000;	color:#291b6e;
	border:none;
	transition:border-color 0.5s ease-in-out 0s;}

#form input
{
	width:100%;
	margin:3px 0px;
	background-color:#291b6e;	color:#FFFFFF;
	border:transparent;
	text-indent:5px;
	border-radius:10px;	transition:border-color 0.5s ease-in-out 0s;}

#form input:hover
{
	background-color:#291b6e;	color:#FFFFFF;
}

#form textarea
{
	width:100%;
	margin:3px 0px;
	background-color:#291b6e;	color:#FFFFFF;
	border:none;
	text-indent:5px;
	border-radius:10px;	transition:border-color 0.5s ease-in-out 0s;}

#form textarea:hover
{
	background-color:#291b6e;	color:#FFFFFF;
}

/***********************************************************/
/***********************************************************/
/* JSrollPane **********************************************/
/***********************************************************/
/***********************************************************/

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
 
.jscroll-pane_vertical_content
{
	width: inherit;
	height: inherit;
	overflow: auto;
	background: none;
	float: left;
}

.jscroll-pane_horizontal_content
{
	white-space:nowrap;
	width:inherit;
	height: inherit;
		background: none;
	float: left;
}



.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
		width:9px;
	height: 100%;
	background:url(../images/scrollbars/scrollbars_vertical_track.png);
	}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
		height:9px;
	background:url(../images/scrollbars/scrollbars_horizontal_track.png);
	border-radius:10px;}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	/*background-color: #1267a2;*/ /* Initialize Color */
	 
	position: relative;
	border-radius:10px;	transition:border-color 0.5s ease-in-out 0s;}

.jspDrag
{
	background-color: #1267a2; /* Initialize Color */
		position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	border-radius:10px;	transition:border-color 0.5s ease-in-out 0s;}

.jspTrack:hover
{
	/*background-color: #FFFFFF; /* Initialize Color */
		border-radius:10px;	cursor: pointer;
}

.jspTrack:hover .jspDrag
{
	background-color: #ff7f01; /* Initialize Color */
		}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	/*background: #50506d;*/
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrowUp
{
		width:9px;
	height:9px;
	background-image:url(../images/scrollbars/scrollbars_vertical_arrowup.png);
}

.jspArrowUp:hover
{
	background-image:url(../images/scrollbars/scrollbars_vertical_arrowup_hover.png);
}

.jspArrowUp.jspDisabled
{
	cursor: default;
	background-image:url(../images/scrollbars/scrollbars_vertical_arrowup_disabled.png);
	/*background: #80808d;*/
}

.jspArrowDown
{
		width:9px;
	height:9px;
	background-image:url(../images/scrollbars/scrollbars_vertical_arrowdown.png);	
}

.jspArrowDown:hover
{
	background-image:url(../images/scrollbars/scrollbars_vertical_arrowdown_hover.png);
}

.jspArrowDown.jspDisabled
{
	cursor: default;
	background-image:url(../images/scrollbars/scrollbars_vertical_arrowdown_disabled.png);
	/*background: #80808d;*/
}

.jspArrowLeft
{
		width:9px;
	height:9px;
	background-image:url(../images/scrollbars/scrollbars_horizontal_arrowleft.png);	
}

.jspArrowLeft:hover
{
	background-image:url(../images/scrollbars/scrollbars_horizontal_arrowleft_hover.png);
}

.jspArrowLeft.jspDisabled
{
	cursor: default;
	background-image:url(../images/scrollbars/scrollbars_horizontal_arrowleft_disabled.png);
	/*background: #80808d;*/
}

.jspArrowRight
{
		width:9px;
	height:9px;
	background-image:url(../images/scrollbars/scrollbars_horizontal_arrowright.png);	
}

.jspArrowRight:hover
{
	background-image:url(../images/scrollbars/scrollbars_horizontal_arrowright_hover.png);
}
.jspArrowRight.jspDisabled
{
	cursor: default;
	background-image:url(../images/scrollbars/scrollbars_horizontal_arrowright_disabled.png);
	/*background: #80808d;*/
}


.jspVerticalBar .jspArrow
{
	/*height: 16px;*/
}

.jspHorizontalBar .jspArrow
{
	/*width: 16px;*/
	float: left;
	height: 100%;
}

.jspHorizontalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}

/**********************************************************************/
/*********************Custom Checkbox Radiobox*************************/
/**********************************************************************/


/*.ez-hide { 	opacity:0; }
.ez-checkbox {
	background: transparent url('../images/system/checkbox_radio/checkbox-orange.png') 0 1px no-repeat;
	display:inline-block;
	cursor:pointer;
}

.ez-radio {
	background: transparent url('../images/system/checkbox_radio/radio-black.png') 0 1px no-repeat;
	display:inline-block;
}
.ez-checkbox, .ez-radio { zoom: 1; *display:inline; _height:30px; }
.ez-checked { background-position: 0 -18px; }
.ez-selected { background-position: 0 -19px; }*/

.ez-hide { 	opacity:0; }
.ez-checkbox {
	background:none;
	background: transparent url('../images/system/checkbox_radio/checkbox_off.png') 0 0 no-repeat;
	display:inline-block;
	cursor:pointer;
}

.ez-checkbox:hover {
	background: transparent url('../images/system/checkbox_radio/checkbox_hvr.png') 0 0 no-repeat;
}


.ez-radio {
	background: transparent url('../images/system/checkbox_radio/radio-black.png') 0 1px no-repeat;
	display:inline-block;
}
.ez-checkbox, .ez-radio { display:inline; height:20px; }
.ez-checked { background: transparent url('../images/system/checkbox_radio/checkbox_on.png') 0 0 no-repeat; }
.ez-selected { background-position: 0 -19px; }


/******************************************************************************************************************/
/******************************************************* Showways *************************************************/
/******************************************************************************************************************/


/************************************************** Presentation Module *******************************************/


#presentation_toolbar_font_size_tool {
	top:35px;
	right:20px;
	position:absolute;
}

#presentation_toolbar_facebook_share_tool {
	top:35px;
	right:220px;
	position:absolute;
}

#presentation_toolbar_twitter_share_tool {
	top:35px;
	right:150px;
	position:absolute;
}


/* Simple Text */

#simple_text_title
{
	height:25px;
	overflow:hidden;
	font-weight:bold;
}

#simple_text_content
{
	height:285px;
}

#simple_text_content_no_files
{
	height:375px;
}

#simple_text_files
{
	margin-top:10px;
	text-align:center;
	height:90px;
}

#simple_text_files a img
{
	border: 1px solid #333;
	border-radius:10px;}

#simple_text_files a:hover img
{
	border: 1px solid #DA5C73;
}


#simple_text_files_no_files
{
	height:0px;
}


/* Bio */

#bio_image
{
	position:relative;
	float:left;
	margin-right:15px;
	margin-bottom:10px;
}


#bio_name
{
	height:25px;
	overflow:hidden;
	font-weight:bold;
	position:relative;

}

#bio_title
{
	height:25px;
	overflow:hidden;
	font-weight:bold;
	position:relative;
}


#bio_content
{
	clear:both;
	display:block;
	height:165px;
}

#bio_content_no_files
{
	height:255px;
}

#bio_files
{
	margin-top:10px;
	text-align:center;
	height:90px;
}

#bio_files_no_files
{
	width:0px;
	height:0px;
	margin:0px;
	margin:0px;
}


/***************************************************************/
/* Rich Text ***************************************************/
/***************************************************************/


#rich_text_title
{
	width:765px;
	height:30px;
	margin:0px 10px;
	overflow:hidden;
	font-weight:bold;
}

#rich_text_content
{
	width:467px;
	height:370px;
	margin:0px 10px;
	float:left;
}

#rich_text_content_no_files
{
	width:765px;
	height:370px;
	margin:0px 10px;
	float:left;
}

#rich_text_files
{
	width:278px;
	height:370px;
	margin:0px 10px;
	float:right;
}

#rich_text_files_no_files
{
}

/* News */

#news_title
{
	height:25px;
	overflow:hidden;
	font-weight:bold;
}

#news_date
{
	height:25px;
	overflow:hidden;
	color:#FFFFFF;
	font-weight:bold;
}

#news_content
{
	height:260px;
}

#news_content_no_files
{
	height:350px;
}

#news_files
{
	margin-top:10px;
	text-align:center;
	height:90px;
}

#news_files a img
{
	border: 1px solid #333;
	border-radius:10px;}

#news_files a:hover img
{
	border: 1px solid #DA5C73;
}


#news_files_no_files
{
	height:0px;
}


/* Only Title */

#only_title_title
{
	height:25px;
	overflow:hidden;
	font-weight:bold;
}

#only_title_files
{
	margin-top:10px;
	text-align:center;
	height:375px;
}

#only_title_files a img
{
	border: 1px solid #333;
	border-radius:10px;}

#only_title_files a:hover img
{
	border: 1px solid #DA5C73;
}

#only_title_files_no_files
{
	height:0px;
}

/***************************************************************/
/* Text Without Title ******************************************/
/***************************************************************/


#text_without_title_container
{
	width:auto;
	padding:0px;
	top:65px;
	bottom:20px;
	left:20px;
	right:20px;
	position:absolute;
	/*background-color:#ff7f01;*/
	
}

#text_without_title_content
{
	width:55%;
    position:absolute;
	top:0;
	bottom:0;
	left:0;
}

#text_without_title_content_no_files
{
    position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}


#text_without_title_files
{
	width:40%;
    position:absolute;
	top:0;
	bottom:0;
	right:0;
}

#text_without_title_files_no_files
{
}


/* Title Photo Content */

#title_photo_content_title
{
	height:25px;
	overflow:hidden;
	font-weight:bold;
}

#title_photo_content_content
{
	height:285px;
}

#title_photo_content_content img
{
	float:left;
	margin-right:10px;
}

#title_photo_content_content_no_files
{
	height:375px;
}

#title_photo_content_content_no_files img
{
	float:left;
	margin-right:10px;
}

#title_photo_content_files
{
	margin-top:10px;
	text-align:center;
	height:90px;
}

#title_photo_content_files a img
{
	border: 1px solid #333;
	border-radius:10px;}

#title_photo_content_files a:hover img
{
	border: 1px solid #DA5C73;
}


#title_photo_content_files_no_files
{
	height:0px;
}

/**********************************************************************/
/* Form ***************************************************************/
/**********************************************************************/

#exec_no_files{
	top:65px;
	bottom:20px;
	left:20px;
	right:20px;
	position:absolute;
	overflow:auto;
}

#exec_files_no_files{
	display:none;
	visibility:hidden;
}



/**********************************************************************/
/* Slideshow **********************************************************/
/**********************************************************************/

/* View mode start ****************************************************/
#slideshow_frame{
	border:solid 1px #000;
	border-radius:10px;	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
	background-color:#000;
	background-image:url(../images/specials/loading.gif);
	background-position:center center;
	background-repeat:no-repeat;
}

.slide {
	border:solid 1px none;
	border-radius:10px;	position:absolute;
	background-color:#000;
}

.slide img {
	border-radius:10px;}
/* View mode end ******************************************************/

/* Admin mode start ***************************************************/

#slideshow_frame_admin{
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
}


#slideshow_zoomed_admin_gallery_toolbar{
	height:25px;
	border-bottom:solid 1px #000000;
	top:0px;
	left:0px;
	right:0px;
	position:absolute;
	text-indent:5px;
	line-height:24px;
	color:#000000;
}

#slideshow_zoomed_admin_update{
	background:url(../images/admin/save_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:90px;
	position:absolute;
	cursor:pointer;
}

#slideshow_zoomed_admin_update:hover{
	background:url(../images/admin/save_over.png);
}


#slideshow_zoomed_admin_newfile{
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:0px;
	position:absolute;
	background:url(../images/admin/newfile_normal.png);
	background-position:center center;
	background-repeat:no-repeat;
	cursor:pointer;
}

#slideshow_zoomed_admin_newfile:hover{
	background:url(../images/admin/newfile_over.png);
}

#slideshow_zoomed_admin_newfile input{
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	left:0px;
	right:20px;
	position:absolute;
	opacity:0;	cursor:pointer;
}


#slideshow_zoomed_admin_gallery{
	top:25px;
	bottom:0px;
	left:0px;
	right:0px;
	position:absolute;
	color:#000000;
	overflow:auto;
}

#slideshow_zoomed_admin_gallery_file{
	width:100%;
	height:60px;
	margin:10px 0px;
	position:relative;
	display:block;}

#slideshow_zoomed_admin_gallery_file_toolbar{
	margin:0;
	padding:0;
	top:0px;
	bottom:0px;
	left:120px;
	right:4px;
	position:absolute;
}

#slideshow_zoomed_admin_file_delete{
	background:url(../images/admin/delete_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:0px;
	position:absolute;
	cursor:pointer;
}

#slideshow_zoomed_admin_file_delete:hover{
	background:url(../images/admin/delete_over.png);
}


#slideshow_zoomed_admin_file_undelete{
	background:url(../images/admin/undo_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:0px;
	position:absolute;
	cursor:pointer;
}

#slideshow_zoomed_admin_file_undelete:hover{
	background:url(../images/admin/undo_over.png);
}

#slideshow_zoomed_admin_file_enabled{
	background:url(../images/admin/enable_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:25px;
	position:absolute;
	color:#000000;
	cursor:pointer;
}

#slideshow_zoomed_admin_file_enabled:hover{
	background:url(../images/admin/enable_over.png);
}

#slideshow_zoomed_admin_file_disabled{
	background:url(../images/admin/disable_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:25px;
	position:absolute;
	color:#000000;
	cursor:pointer;
}

#slideshow_zoomed_admin_file_disabled:hover{
	background:url(../images/admin/disable_over.png);
}


#slideshow_zoomed_admin_gallery_file_thumbnail{
	width:80px;
	height:60px;
	padding:0;
	margin:0;
	top:0;
	left:0;
	position:absolute;
	text-align:center;
}

#slideshow_zoomed_admin_gallery_file img{
	border:1px solid #ececec;
	display:inline;	transition:all 0.5s ease-in-out 0s;}

#slideshow_zoomed_admin_gallery_file img:hover{
	border:1px solid #000000;
	display:inline;}

#slideshow_zoomed_admin_gallery_file_title_legend {
	height:20px;
	margin:0;
	padding:0;
	top:20px;
	bottom:0px;
	left:120px;
	right:0px;
	position:absolute;
}

#slideshow_zoomed_admin_gallery_file_priority {
	margin:0;
	padding:0;
	top:0px;
	bottom:0px;
	left:120px;
	right:40px;
	position:absolute;
	background:url(../images/admin/priority_normal.png);
	background-repeat:no-repeat;
	background-position:top left;
	text-indent:25px;
}

#slideshow_zoomed_admin_gallery_file_priority input{
	width:40px;
	height:20px;
	margin:0px 0px 0px 25px;
	padding:0;
	top:0px;
	bottom:0px;
	right:0px;
	left:0px;
	position:absolute;
}


#slideshow_zoomed_admin_gallery_file_title {
	margin:0;
	padding:0;
	top:40px;
	bottom:0px;
	left:120px;
	right:4px;
	position:absolute;
}


#slideshow_zoomed_admin_gallery_file_title input{
	width:100%;
	height:20px;
	margin:0;
	padding:0;
	top:0px;
	bottom:0px;
	right:0px;
	left:0px;
	position:absolute;
}

/* Admin mode end *****************************************************/

/**********************************************************************/
/* Login Section ******************************************************/
/**********************************************************************/


/* Vertical ***********************************************************/

/*#login_frame
{
	background-color:#FFF;
	width:200px;
	height:66px;
	padding:1px;
	border:1px solid #DA5C73;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	float:right;
}

#login_frame input
{
	background-color:#FFF;
	width:154px;
	height:18px;
	border:1px solid #DA5C73;
	margin:0px;
	padding:0px 2px;
	float:right;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#login_header
{
	background-color:#FFF;
	color:#DA5C73;
	width:190px;
	padding:0px 5px;
	height:12px;
	float:left;
	border-bottom:5px solid #FFF;
	border-top:5px solid #FFF;
	text-align:left;
}

#login_user
{
	background-color:#333;
	width:180px;
	height:20px;
	float:left;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
}

#login_password
{
	background-color:#CCC;
	width:180px;
	height:20px;
	float:left;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
}

#login_msg
{
	background-color:#F60;
	color:#DA5C73;
	width:170px;
	padding:0px 5px;
	height:12px;
	float:left;
	text-align:left;
	border-top:4px solid #FFF;
	border-bottom:4px solid #FFF;
}

#login_forgot
{
	background-color:#FF0;
	width:20px;
	height:20px;
	float:left;
	text-align:center;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
}

#login_forgot a
{
	background-image:url(../images/system/forgot_normal.png);
	width:20px;
	height:20px;
	float:left;
	text-align:center;
}

#login_forgot a:hover
{
	background-image:url(../images/system/forgot_rollover.png);
	width:20px;
	height:20px;
	float:left;
	text-align:center;
}

#login_mail
{
	background-color:#333;
	width:180px;
	height:20px;
	float:left;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
}

#login_mail input
{
	background-color:#FFF;
	width:174px;
	height:18px;
	border:1px solid #DA5C73;
	margin:0px;
	padding:0px 2px;
	float:right;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#login_continue
{
	background-color:#FF0;
	width:20px;
	height:20px;
	float:left;
	text-align:center;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
}

#login_continue a
{
	background-image:url(../images/system/login_normal.png);
	width:20px;
	height:20px;
	float:left;
	text-align:center;
}

#login_continue a:hover
{
	background-image:url(../images/system/login_rollover.png);
	width:20px;
	height:20px;
	float:left;
	text-align:center;
}

#login_mailat
{
	background-color:#FF0;
	width:20px;
	height:20px;
	float:left;
	text-align:center;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
}

#login_mailat a
{
	background-image:url(../images/system/mailat_normal.png);
	width:20px;
	height:20px;
	float:left;
	text-align:center;
}

#login_mailat a:hover
{
	background-image:url(../images/system/mailat_rollover.png);
	width:20px;
	height:20px;
	float:left;
	text-align:center;
}

#login_return
{
	background-color:#FF0;
	width:20px;
	height:20px;
	float:left;
	text-align:center;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
}

#login_return a
{
	background-image:url(../images/system/return_normal.png);
	width:20px;
	height:20px;
	float:left;
	text-align:center;
}

#login_return a:hover
{
	background-image:url(../images/system/return_rollover.png);
	width:20px;
	height:20px;
	float:left;
	text-align:center;
}

#login_signup
{
	background-color:#0FF;
	width:20px;
	height:20px;
	float:left;
	text-align:center;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
}

#login_signup a
{
	background-image:url(../images/system/add_normal.png);
	width:20px;
	height:20px;
	float:left;
	text-align:center;
}

#login_signup a:hover
{
	background-image:url(../images/system/add_rollover.png);
	width:20px;
	height:20px;
	float:left;
	text-align:center;
}


#login_enter


{
	background-color:#0F0;
	width:20px;
	height:20px;
	float:left;
	text-align:center;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
}

#login_enter a
{
	background-image:url(../images/system/login_normal.png);
	width:20px;
	height:20px;
	float:left;
	text-align:center;
}

#login_enter a:hover
{
	background-image:url(../images/system/login_rollover.png);
	width:20px;
	height:20px;
	float:left;
	text-align:center;
}

#login_edit
{
	background-color:#000;
	width:20px;
	height:20px;
	float:left;
	text-align:center;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
}

#login_edit a
{
	background-image:url(../images/system/edit_normal.png);
	width:20px;
	height:20px;
	float:left;
	text-align:center;
}

#login_edit a:hover
{
	background-image:url(../images/system/edit_rollover.png);
	width:20px;
	height:20px;
	float:left;
	text-align:center;
}

#login_exit
{
	background-color:#0F0;
	width:20px;
	height:20px;
	float:left;
	text-align:center;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
}

#login_exit a
{
	background-image:url(../images/system/logout_normal.png);
	width:20px;
	height:20px;
	float:left;
	text-align:center;
}

#login_exit a:hover
{
	background-image:url(../images/system/logout_rollover.png);
	width:20px;
	height:20px;
	float:left;
	text-align:center;
}

#login_exit a input
{
	border:hidden;
	background:none;
	width:20px;
	height:20px;
	float:left;
	text-align:center;
	cursor:pointer;
}

#login_exit a:hover input
{
	border:hidden;
	background:none;
	width:20px;
	height:20px;
	float:left;
	text-align:center;
	cursor:pointer;
}


#login_welcome
{
	background-color:#333;
	width:157px;
	height:20px;
	padding-left:23px;
	float:left;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
}

#login_logged
{
	background-color:#333;
	width:200px;
	height:20px;
	float:left;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
}

#login_logged input
{
	background-color:#FFF;
	width:174px;
	height:18px;
	border:1px solid #FFF;
	margin:0px;
	padding:0px 2px;
	float:right;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}*/


/* Horizontal ***********************************************************/


/* Old
#login_frame
{
	width:auto;
	height:auto;
	padding:4px 0px;
	background-color:transparent;
	font-size:11px;
	line-height:18px;
	float:right;
}*/


#login_toggle_show {
	height:20px;
	padding-right:35px;
	position:absolute;
	top:0;
	right:66px;
	cursor:pointer;
	background:url(../images/admin/login_toggle_show_normal.png);
	background-position:top right;
	background-repeat:no-repeat;
	color:#FFFFFF;
	line-height:20px;
	visibility:;}

#login_toggle_show:hover {
	background:url(../images/admin/login_toggle_show_over.png);
	background-position:top right;
	background-repeat:no-repeat;
	color:#FFFFFF;
}

#login_toggle_hide {
	height:20px;
	padding-right:35px;
	position:absolute;
	bottom:-20px;
	right:66px;
	cursor:pointer;
	background:url(../images/admin/login_toggle_hide_normal.png);
	background-position:top right;
	background-repeat:no-repeat;
	color:#FFFFFF;
	line-height:20px;
	/*z-index:2000;*/
	visibility:;}

#login_toggle_hide:hover {
	background:url(../images/admin/login_toggle_hide_over.png);
	background-position:top right;
	background-repeat:no-repeat;
	color:#FFFFFF;
}



#login_container{
	width:100%;
	height:67px;
	top:px;	left:0;
	right:0;
	position:absolute;
	background-color:transparent;
	background-image:url(../images/login_bg.png);
	background-repeat:no-repeat;
	/*background-color:#333333;*/
	background-position:100% top;
	font-size:11px;
	line-height:18px;
	/*display:;*/
	z-index:2000;
}


#login_frame
{
	width:auto;
	top:5px;
	right:50px;
	position:absolute;
	font-size:11px;
	line-height:18px;
}

#login_frame input
{
	width:100px;
	height:18px;
	border:1px solid #000000;
	margin:0px 2px;
	padding:1px 2px;
	background-color:#000000;
	color:#FFFFFF;
	float:left;
	/*border-radius:10px;*/
	transition:all 0.5s ease-in-out 0s;}

#login_header
{
	width:auto;
	height:22px;
	margin:2px 2px;
	font-size:11px;
	line-height:18px;
	text-align:center;
	background-color:transparent;
	color:#000000;
	float:left;
}

#login_user
{
		width:auto;
	height:22px;
	margin:0px 2px;
	padding-left:22px;
	background-image:url(../images/system/login_user_normal.png);
	background-repeat:no-repeat;
	float:left;
}

#login_user:hover
{
	background-image:url(../images/system/login_user_over.png);
}

#login_user:hover input
{
	border:1px solid #FFFFFF;
	background-color:#000000;
	color:#FFFFFF;
}


#login_password
{
		width:auto;
	height:22px;
	margin:0px 2px;
	padding-left:22px;
	background-image:url(../images/system/login_password_normal.png);
	background-repeat:no-repeat;
	float:left;
}

#login_password:hover
{
	background-image:url(../images/system/login_password_over.png);
}

#login_password:hover input
{
	border:1px solid #FFFFFF;
	background-color:#000000;
	color:#FFFFFF;
}


#login_msg
{
	width:auto;
	height:22px;
	margin:2px 2px;
	font-size:11px;
	line-height:18px;
	text-align:center;
	background-color:transparent;
	color:#000000;
	float:left;
}

#login_forgot
{
		width:19px;
	height:22px;
	margin:0px 2px;
	background-image:url(../images/system/login_forgot_password_normal.png);
	float:left;
	text-align:center;
	/*display:none; /* Για εξαφάνιση του control */
}


#login_forgot:hover
{
	background-image:url(../images/system/login_forgot_password_over.png);
}


#login_mail
{
		width:auto;
	height:22px;
	margin:0px 2px;
	padding-left:21px;
	background-image:url(../images/system/login_mailat_normal.png);
	background-repeat:no-repeat;
	float:left;
	/*border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;*/
	transition:all 0.5s ease-in-out 0s;}

#login_mail:hover
{
	background-image:url(../images/system/login_mailat_over.png);
}

#login_mail:hover input
{
	width:170px;
	border:1px solid #FFFFFF;
	background-color:#000000;
	color:#FFFFFF;
}

#login_security_question
{
		width:auto;
	height:22px;
	margin:0px 2px;
	padding-left:19px;
	background-image:url(../images/system/login_security_question_normal.png);
	background-repeat:no-repeat;
	float:left;
	/*border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;*/
	transition:all 0.5s ease-in-out 0s;}

#login_security_question:hover
{
	background-image:url(../images/system/login_security_question_over.png);
}

#login_security_question:hover input
{
	width:170px;
	border:1px solid #FFFFFF;
	background-color:#000000;
	color:#FFFFFF;
}

#login_continue
{
		width:22px;
	height:22px;
	margin:0px 2px;
	background-image:url(../images/system/login_submit_normal.png);
	float:left;
	text-align:center;
	/*display:none; /* Για εξαφάνιση του control */
	transition:all 0.5s ease-in-out 0s;}

#login_continue:hover
{
	background-image:url(../images/system/login_submit_over.png);
}

#login_mailat
{
		width:22px;
	height:22px;
	margin:0px 2px;
	background-image:url(../images/system/login_submit_normal.png);
	float:left;
	text-align:center;
	/*display:none; /* Για εξαφάνιση του control */
	transition:border-color 0.5s ease-in-out 0s;}

#login_mailat:hover
{
	background-image:url(../images/system/login_submit_over.png);
}

#login_return
{
		width:21px;
	height:22px;
	margin:0px 2px;
	background-image:url(../images/system/login_return_normal.png);
	float:left;
	text-align:center;
	/*display:none; /* Για εξαφάνιση του control */
	transition:border-color 0.5s ease-in-out 0s;}

#login_return:hover
{
	background-image:url(../images/system/login_return_over.png);
}


#login_signup
{
		width:28px;
	height:22px;
	margin:0px 2px;
	background-image:url(../images/system/login_signup_normal.png);
	float:left;
	text-align:center;
	/*display:none; /* Για εξαφάνιση του control */
	transition:border-color 0.5s ease-in-out 0s;}

#login_signup:hover
{
	background-image:url(../images/system/login_signup_over.png);
}


#login_enter
{
		width:22px;
	height:22px;
	background-image:url(../images/system/login_submit_normal.png);
	margin:0px 2px;
	float:left;
	text-align:center;
	/*display:none; /* Για εξαφάνιση του control */
	transition:border-color 0.5s ease-in-out 0s;}

#login_enter:hover
{
	background-image:url(../images/system/login_submit_over.png);
}


#login_edit
{
		width:29px;
	height:22px;
	margin:0px 2px;
	background-image:url(../images/system/login_edit_user_normal.png);
	float:left;
	text-align:center;
	/*display:none; /* Για εξαφάνιση του control */
	transition:border-color 0.5s ease-in-out 0s;}

#login_edit:hover
{
	background-image:url(../images/system/login_edit_user_over.png);
}

#login_exit
{
		width:21px;
	height:22px;
	margin:0px 2px;
	background-image:url(../images/system/login_logout_normal.png);
	float:left;
	text-align:center;
	/*display:none; /* Για εξαφάνιση του control */
	transition:border-color 0.5s ease-in-out 0s;}

#login_exit:hover
{
	background-image:url(../images/system/login_logout_over.png);
}

#login_welcome
{
	width:auto;
	height:22px;
	margin:2px 2px;
	font-size:11px;
	line-height:18px;
	text-align:center;
	background-color:transparent;
	color:#000000;
	float:left;
}

#login_logged
{
	width:auto;
	margin:0px 2px;
	background-color:transparent;
	float:left;
}


/***********************************************/

#login_user_div{
	width:auto;
	height:auto;
	padding:0px;
	margin:0px;
	top:0;
	bottom:0;
	left:0;
	right:0;
}

#login_user_label{
	float:left;
	position:relative;
	/*color:#333;*/
	width:30%;
	height:20px;
	/*font-size:12px;*/
	font-weight:bold;
	text-align:right;
	margin-bottom:2px;
	margin-top:2px;
	line-height:20px;
}

#login_user_instructions{
	float:left;
	position:relative;
	/*color:#333;*/
	width:100%;
	height:auto;
	/*font-size:10px;*/
	text-align:left;
	margin-bottom:2px;
	margin-top:2px;
	line-height:15px;
	white-space:normal;
}

#login_user_input{
	float:left;
	position:relative;
	/*color:#333;*/
	width:30%;
	height:20px;
	margin-left:5px;
	margin-right:5px;	
	font-size:10px;
	text-align:left;
	margin-bottom:2px;
	margin-top:2px;
	line-height:15px;
	white-space:normal;
}

#login_user_input input{
	width:100%;
	height:90%;
	padding:0px 5px;
	background:#ececec;
	border:1px solid #FFFFFF;
	color:#291b6e;
	border-radius:10px;}


#login_user_check{
	float:left;
	position:relative;
	/*color:#333;*/
	width:30%;
	height:20px;
	font-size:10px;
	text-align:left;
	margin:2px 10px;
	line-height:15px;
	white-space:normal;
}

  #password_check {
	  /*visibility:visible;
	  background-color:#FFF;
	  border:1px solid #000;
	  border-radius:5px;
	  -moz-border-radius:5px;
	  -webkit-border-radius:5px;
	  width:100px;
	  height:5px;
	  text-align:center;*/
	  font-size: 10px;
	  line-height:18px;
  }
  
  #password_check_graph {
	visibility:visible;
	/*background-color:#FFF;*/
	border:1px solid #000;
	border-radius:10px;	border:1px solid #5E6645;
	width:100px;
	height:5px;
	text-align:center;
	font-size: 10px;
	line-height:18px;
  }  
  
  #password_check_tab {
	  width:20px;
	  height:5px;
	  float:left;
	  /*border-left:1px solid #000;
	  border-right:1px solid #000;*/
  }
  
  .weak {
	  background-color:#F00;
  }
  
  .average{
	  background-color:#F90;
  }
  
  .good{
	  background-color:#FF0;
  }
  
  .better{
	  background-color:#090;
  }
  
  .safe{
	  background-color:#0F0;
  }


/************************************************/

/************************************************/
/* Basket ***************************************/
/************************************************/


#basket
{
		width:23px;
	height:22px;
	margin:4px 2px;
	background-image:url(../images/system/basket_normal.png);
	float:right;
	text-align:center;
	cursor:pointer;
	position:relative;
	/*display:none; /* Για εξαφάνιση του control */
	transition:border-color 0.5s ease-in-out 0s;	
}

#basket:hover
{	
	background-image:url(../images/system/basket_over.png);
	cursor:pointer;
}

.basket
{
	float:right;
	cursor:pointer;
	position:relative;
}


/* Specials **********************************/

#homepage_frame{
	width:650px;
	height:500px;
	margin-left: -50px;
	position: fixed;
	background-image:url(../images/specials/homebg.png);
	background-repeat:no-repeat;
	background-position:0% 0%;
}

	#homepage_tab1 {
	width:300px;
	height:300px;
	background-image:url(../images/specials/campaigns.jpg);
	position:absolute;
	top:125px;
	left:-40px;
}

#homepage_tab1:hover {
	background-image:url(../images/specials/campaigns_over.jpg);
}

	#homepage_tab2 {
	width:300px;
	height:300px;
	background-image:url(../images/specials/events.jpg);
	position:absolute;
	top:45px;
	left:330px;
}

#homepage_tab2:hover {
	background-image:url(../images/specials/events_over.jpg);
}

	#homepage_tab3 {
	width:300px;
	height:300px;
	background-image:url(../images/specials/offers.jpg);	
	position:absolute;
	top:380px;
	left:330px;
}

#homepage_tab3:hover {
	background-image:url(../images/specials/offers_over.jpg);	
}

	#homepage_tab4 {
	width:300px;
	height:300px;
	background-image:url(../images/specials/newins.jpg);	
	position:absolute;
	top:25px;
	left:700px;
}

#homepage_tab4:hover {
	background-image:url(../images/specials/newins_over.jpg);	
}

.iframe{
	margin:0;
	padding:0;
	background: #291b6e;
	color:#ececec;
	font-size:12px;
	line-height:16px;
	word-spacing:0;
	letter-spacing:0;
}

.iframe form{
	margin:0;
	padding:0;
	background: #291b6e;
}

.passed
{
		width:auto;
	height:100%;
	padding-left:21px;
	background-image:url(../images/system/ok.png);
	background-repeat:no-repeat;
	background-position:left top;
	line-height:22px;
	float:left;
	text-align:left;
	/*display:none; /* Για εξαφάνιση του control */
	transition:border-color 0.5s ease-in-out 0s;}

.error
{
		width:auto;
	height:100%;
	padding-left:21px;
	background-image:url(../images/system/not_ok.png);
	background-repeat:no-repeat;
	background-position:left top;
	line-height:22px;
	float:left;
	text-align:left;
	/*display:none; /* Για εξαφάνιση του control */
	transition:border-color 0.5s ease-in-out 0s;}

/*KYRIAKOS*/
/************************************************/
/* price_list ***********************************/
/************************************************/

#price_content{
position:relative;
padding:0;
margin:0;
}

.item_header{
height:30px;
font-size:13px;
line-height:30px;
font-weight : bold;
color: #5E6645;
background: #dec08d;
}

.item_row{
height:24px;
font-size:11px;
line-height:24px;
color: #7E123B;
border-bottom: 1px solid #dec08d;
}

.input_price{
text-align:right;
color: #7E123B;
font-size:11px;
width:40px;
}

#submit_price_list{
float:left;
position:relative;
height:16px;
width:150px;
border-radius:20px;background: #7e132b;
text-align:center;
color: #fff;
font-size:14px;
}


#post_order_content{
float:left;
position:absolute;
top:25px;
left:25px;
padding:0;
margin:0;
height:400px;
width:680px;
font-size:12px;
line-height:14px;
letter-spacing:0;
color: #7E123B;
background: #edddc0;
}

.post_order_table_header
{
font-size:12px;
line-height:14px;
letter-spacing:0;
color: #7E123B;
}

.post_order_table_row
{
font-size:12px;
line-height:14px;
letter-spacing:0;
color: #7E123B;
background: #edddc0;
}