/******* Template Require Classes *******/
/* Body Style , Scrollbar , Background */
body
{
	font-family : Verdana;
	font-size : 8pt;
	color : #000000;
	border:0;
	margin: 0 0 0 0;
	width:100%;
	height:100%;
	background-color : #ffffff;	
	scrollbar-face-color: #CC3333;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-base-color : #eeeeee;
	scrollbar-track-color: #eeeeee;
	scrollbar-highlight-color: #eeeeee;
	scrollbar-arrow-color: #ffffff;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #000000;
}

table
{
	font-family : Verdana;
	font-size : 8pt;
	color : #000000;
}

/* Normal Style */
.n
{
	font-family : Verdana, Tahoma;
	font-size : 8pt;
	color : #666666;
}

/* Normal Style, Bold */
.nb
{
	font-family : Verdana, Tahoma;
	font-size : 8pt;
	font-weight:bold;
	color : #666666;
}

/* Normal Style, Small */
.ns
{
	font-family : Verdana, Tahoma;
	font-size : 7pt;
	font-weight:normal;
	color : #333333;
}

/* Normal Style, Large */
.nl
{
	font-family : Verdana, Tahoma;
	font-size : 10pt;
	font-weight: bold;
	color : #333333;
}

/* Search - Polls - Newsletters Style */
.sN
{
	font-family : Verdana, Tahoma;
	font-size : 10px;
	font-weight: normal;
	color : #333333;
}

.sNb
{
	font-family : Verdana, Tahoma;
	font-size : 10px;
	font-weight: bold;
	color : #333333;
}




/* Style For Textbox*/
.tb
{
	background-color : #FFFFFF;
	border : 1px solid #666666;
	color : #000000;
	font-size : 10px;
	font-family : Verdana, Tahoma;
	behavior: url(AltaB2xCore/client_scripts/alta_keydown.htc) url(AltaB2xCore/client_scripts/alta_hover.htc);
}

/* Style For Buttons*/
.btn
{
	color: #ffffff; 
	font-family: Verdana, Arial Greek, Arial, HellasArial, Helvetica;
	font-size: 7pt;
	font-weight: bold;
	text-decoration: none;
	background-color:#666666;
	border:1 outset;
	border-color:#666666;
}

/* Style For Links */
A:link
{
	font-family : Verdana;
	font-size : 10px;
	color : #CC3333;
	font-weight : normal;	
	text-decoration : none;
}

A:visited
{
	font-family : Verdana;
	font-size : 10px;
	color : #CC3333;
	font-weight : normal;	
	text-decoration : none;
}

A:hover
{
	font-family : Verdana;
	font-size : 10px;
	color : #666666;
	font-weight : normal;	
	text-decoration : underline;
}


/* Border Table */
.bt
{
	border: 1px solid #ffffff;
	background-color : #BEBEBE;
}

/* Content Table */
.ct
{
	border: 1px solid #ffffff;
	background-color : #E5E5E5;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#E5E5E5,endColorStr=#ffffff);
}




/* Header Table */
.ht 
{
	font-family : Verdana, Tahoma;
	font-size : 10px;
	font-weight: bold;
	color : #ffffff;
	background-color : #B32822;
	border: 1px solid #ffffff;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#CD443A,endColorStr=#B32822);
	/*background-image: url(/inst/alkistis/gallery/Image/gradient_bg.gif);*/
}

.ht a:link, .ht a:visited, .ht a:hover
{
      
      font-family : Verdana, Arial Greek, Arial, HellasArial, Helvetica;
      font-size : 10px;
      color: #ffffff;
      font-weight: bold;
      text-decoration: none;
}

.ht2
{
	font-family : Verdana, Tahoma;
	font-size : 10px;
	font-weight: normal;
	color : #ffffff;
	background-color : #ADAD9C;
	border: 1px solid #ffffff;
}

.ht2b
{
	font-family : Verdana, Tahoma;
	font-size : 10px;
	font-weight: bold;
	color : #ffffff;
	background-color : #ADAD9C;
	border: 1px solid #ffffff;
}

/* Normal Table Row */
.nt
{
	background-color : #F1F1F1;	
	border: 1px solid #ffffff;
}

/* Alternative Table Row */
.at
{
	background-color : #FAFAFA;	
	border: 1px solid #ffffff;
}

/************** Menu Style Sheet ****************/

/* Menu Style Sheet */
.Menu,.SubMenuTable
{
	font-family: Verdana, Tahoma;
	color: #666666;
	font-weight:bold;
	font-size: 10px;
	padding: 0 0 0 0;	
	white-space:	nowrap;
	cursor:		default;
}

.SubMenu
{
	color: #CC3333;
	position:	absolute;
	visibility:	hidden;
	

	/*
	   Netscape/Mozilla renders borders by increasing
	   their z-index.  The following line is necessary
	   to cover any borders underneath
	*/
	z-index:	100;	
	padding:	0;
	overflow:	visible;
	border:		1px solid #990000;	
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#999999, Direction=135, Strength=3);
}

.SubMenuTable
{
	overflow:	visible;
}

.MainItem,.MainItemHover,.MainItemActive,
.MenuItem,.MenuItemHover,.MenuItemActive
{
	border:		0;
	cursor:		hand;
	white-space:	nowrap;
}

.MainItem
{
	/*background-color:	#ECECEC;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#F6F7F7,endColorStr=#ECECEC);*/
}

.MainItemHover,.MainItemActive
{
	color: #ffffff;
	background-color:	#CC3333;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#CC3333,endColorStr=#E43939);
}

.MenuItem
{
	color: #666666;
	BACKGROUND-COLOR: #ffffff;	
}

.MenuItemHover,.MenuItemActive
{
	color: #CC3333;
	background-color: #f8f8f8;	
}


/* horizontal main menu */

.MainItem
{
	padding: 5px 5px 5px 5px;
	/*border:		1px solid #535252;	*/
}

td.MainItemHover,td.MainItemActive
{
	padding: 5px 5px 5px 5px;
	/*border-left:	1px solid #323232;
	border-right:	1px solid #828080;*/
}

.MainFolderLeft,.MainItemLeft,
.MainFolderText,.MainItemText,
.MainFolderRight,.MainItemRight
{
	background-color:inherit;
}

/* vertical main menu sub components */

td.MainFolderLeft,td.MainItemLeft
{
	padding-top:	5px;
	padding-bottom:	5px;
	padding-left:	0px;
	padding-right:	0px;

	border-top:	1px solid #ADAD9C;
	border-bottom:	1px solid #ADAD9C;
	/*border-left:	1px solid #999966;*/

	background-color:	#EEEEEE;
	/*FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#F3F3E7,endColorStr=#F3F3E7);*/
}

td.MainFolderText,td.MainItemText
{
	padding-top:	5px;
	padding-bottom:	5px;
	padding-left:	2px;
	padding-right:	2px;

	border-top:	1px solid #ADAD9C;
	border-bottom:	1px solid #ADAD9C;

	background-color:	#EEEEEE;
	white-space:	nowrap;
	/*FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#F3F3E7,endColorStr=#F3F3E7);*/
}

td.MainFolderRight,td.MainItemRight
{
	padding-top:	5px;
	padding-bottom:	5px;
	padding-left:	0px;
	padding-right:	0px;

	border-top:	1px solid #ADAD9C;
	border-bottom:	1px solid #ADAD9C;
	/*border-right:	1px solid #999966;*/

	background-color:	#EEEEEE;
	/*FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#F3F3E7,endColorStr=#F3F3E7);*/
}

tr.MainItem td.MainFolderLeft,
tr.MainItem td.MainItemLeft
{
	padding-top:	5px;
	padding-bottom:	5px;
	padding-left:	0px;
	padding-right:	0px;

	white-space:	nowrap;

	border-top:	1px solid #D3D3C3;
	border-bottom:	1px solid #D3D3C3;
	/*border-left:	1px solid #D4D2C5;*/

	background-color:	#EEEEEE;
	/*FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#E8E8D2,endColorStr=#DCDBB9);*/
}

tr.MainItem td.MainFolderText,
tr.MainItem td.MainItemText
{
	padding-top:	5px;
	padding-bottom:	5px;
	padding-left:	2px;
	padding-right:	2px;

	border-top:	1px solid #D3D3C3;
	border-bottom:	1px solid #D3D3C3;

	background-color:	#EEEEEE;
	/*FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#E8E8D2,endColorStr=#DCDBB9);*/
}

tr.MainItem td.MainItemRight,
tr.MainItem td.MainFolderRight
{
	padding-top:	5px;
	padding-bottom:	5px;
	padding-left:	0px;
	padding-right:	0px;

	border-top:	1px solid #D3D3C3;
	border-bottom:	1px solid #D3D3C3;
	/*border-right:	1px solid #D4D2C5;*/

	background-color:	#EEEEEE;
	/*FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#E8E8D2,endColorStr=#DCDBB9);*/
}

/* sub menu sub components */

.MenuFolderLeft,.MenuItemLeft
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	2px;
	padding-right:	3px;

	border-top:	1px solid #CCCCCC;
	border-bottom:	1px solid #CCCCCC;
	/*border-left:	1px solid #999966;*/

	background-color:	inherit;
	white-space:	nowrap;
}

.MenuFolderText,.MenuItemText
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	3px;
	padding-right:	3px;

	border-top:	1px solid #CCCCCC;
	border-bottom:	1px solid #CCCCCC;

	background-color:	inherit;
	white-space:	nowrap;
}

.MenuFolderRight,.MenuItemRight
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	3px;
	padding-right:	2px;

	border-top:	1px solid #CCCCCC;
	border-bottom:	1px solid #CCCCCC;
	/*border-right:	1px solid #999966;*/

	background-color:	inherit;
	white-space:	nowrap;
}

.MenuItem .MenuFolderLeft,
.MenuItem .MenuItemLeft
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	3px;
	padding-right:	3px;

	white-space:	nowrap;

	border:		0;	
	background-color:	#CC3333;
}

.MenuItem .MenuFolderText,
.MenuItem .MenuItemText
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	3px;
	padding-right:	3px;

	border:		0;	
	background-color:	inherit;
	/*FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#FABE85,endColorStr=#ffffff);*/
	
}

.MenuItem .MenuFolderRight,
.MenuItem .MenuItemRight
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	3px;
	padding-right:	3px;

	border:		0;
	background-color:	inherit;
}

/* menu splits */

.MenuSplit
{
	margin: -5px;
	height: 0px;
}

/* image shadow animation */

/*
	seq1:	image for normal
	seq2:	image for hover and active

	To use, in the icon field, input the following:
	<img class="seq1" src="normal.gif" /><img class="seq2" src="hover.gif" />
*/

.MenuItem img.seq1
{
	display:	inline;
}

.MenuItemHover seq2,
.MenuItemActive seq2
{
	display:	inline;
}

.MenuItem .seq2,
.MenuItemHover .seq1,
.MenuItemActive .seq1
{
	display:	none;
}

/*********** Custom Classes **********/
/*----------------- LINE SEPARATORS -----------------*/
/* darkShadow , lightShadow , LineShadow*/
.dS
{
	background-color : #CC3333;
}

.lS
{
	background-color : #ffffff;	
	background-image: url(/inst/aplan/gallery/Image/dots_db.gif);
}

/* vertical line first page*/
.lSv
{
	background-color : #ffffff;	
	background-image: url(/inst/aplan/gallery/Image/dots_db_v.gif);
}

.liS
{
	background-color : #F9F9F6;
}

/*----------------- BACKGROUNDS -----------------*/
/* 1 Background for placeholder*/
.bg_1
{
	background-color : #ffffff;
}

/* 2 Background for top menu and for bottom section*/
.bg_2
{
	background-color : #ADAD9C;	
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#F6F7F7,endColorStr=#DBDBDB);
}

/* 3 Background for left section*/
.bg_3
{
	background-color : #eeeeee;
	/*background-image: url(/inst/oekozanis/gallery/Image/left_bg.gif);*/
}

/* 4 Background for right section*/
.bg_4
{
	background-color : #E7E7E7;
}

/* Background , ie Gradient L2R */
.bl2r
{
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#ABABD6,endColorStr=#F3F3F3);
	background-color: #D7D7E5;
}

/* Background , ie Gradient U2D */
.bu2d
{
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ABABD6,endColorStr=#F3F3F3);
	background-color: #D7D7E5;
}

/* Style For Additional Menu  */
A.white:link
{
	font-family : Verdana;
	font-size : 10px;
	color : #F9F9F6;
	font-weight : normal;	
	text-decoration : none;
}

A.white:visited
{
	font-family : Verdana;
	font-size : 10px;
	color : #F9F9F6;
	font-weight : normal;	
	text-decoration : none;
}

A.white:hover
{
	font-family : Verdana;
	font-size : 10px;
	color : #666666;
	font-weight : normal;	
	text-decoration : underline;
}

A.whiteB:link
{
	font-family : Verdana;
	font-size : 10px;
	color : #F9F9F6;
	font-weight : bold;	
	text-decoration : none;
}

A.whiteB:visited
{
	font-family : Verdana;
	font-size : 10px;
	color : #F9F9F6;
	font-weight : bold;	
	text-decoration : none;
}

A.whiteB:hover
{
	font-family : Verdana;
	font-size : 10px;
	color : #666666;
	font-weight : bold;	
	text-decoration : underline;
}

.white
{
	font-family : Verdana;
	font-size : 10px;
	color : #F9F9F6;
	font-weight : normal;	
	text-decoration : none;
}

.whiteB
{
	font-family : Verdana;
	font-size : 10px;
	color : #F9F9F6;
	font-weight : bold;	
	text-decoration : none;
}

.newsdate
{
	font-family : Verdana;
	font-size : 10px;
	color : #990000;
	font-weight : bold;	
	text-decoration : none;
}

.copyright
{
	font-family : Verdana;
	font-size : 10px;
	color : #666666;
	font-weight : normal;	
	text-decoration : none;
}

A.copyright:link
{
	font-family : Verdana;
	font-size : 10px;
	color : #666666;
	font-weight : normal;	
	text-decoration : none;
}

A.copyright:visited
{
	font-family : Verdana;
	font-size : 10px;
	color : #666666;
	font-weight : normal;	
	text-decoration : none;
}

A.copyright:hover
{
	font-family : Verdana;
	font-size : 10px;
	color : #666666;
	font-weight : normal;	
	text-decoration : underline;
}


.title
{
	font-family : Verdana;
	font-size : 11pt;
	color : #CC3333;
	font-weight : bold;	
	text-decoration : none;
}

.titleS
{
	font-family : Verdana;
	font-size : 8pt;
	color : #FF9700;
	font-weight : bold;	
	text-decoration : none;
}
