﻿body {
	margin:0px; padding:0px;
	font-family:"Trebuchet MS", Tahoma, Arial, Verdana; font-size:11px;
	color:#424141;
	background: url(../Images/pattern.gif);
}
body a{
	color:#191919; text-decoration:none;
}
body a:hover{
	color:#BD7CFA; 
}
input{
	margin:0px; padding:0px;
}
input.grey{
	background:#ECECEC; border:none; 
	padding-left:2px; padding:2px;
	color:#2685C0;
}
hr{
	margin-top:15px; margin-bottom:15px;
	border:none;
	border-top: 1px solid #419BCB; 
}

a.explore{background: #000; color: #fff; padding: 1px 6px 1px 2px; margin-top: 5px; display: inline-block;}
a.explore:hover{background: #fff; color: #000;}

.hide{display: none;}


/* -- GENERAL CLASSES: START -- */
.AlignCenter{
	margin-left:auto; margin-right:auto;
}
.nomargin{
	margin:0px;
}
.space{
	height:5px;
}
.space10{
	height:10px;
}
.relative{
	position:relative;
}
div.grey{
	background-color:#D7D7D7; color:#555555; padding:2px 15px 2px 2px; margin-left: -8px; width: 100%; margin-top: 6px; margin-bottom: 3px;
}

input.textinput200{background: url(../Images/textinput200.jpg) center left no-repeat; width: 200px; border: none; font-size: 12px; height: 21px; text-indent: 3px;}
input.textinput150{background: url(../Images/textinput150.jpg) center left no-repeat; width: 150px; border: none; font-size: 12px; height: 21px; text-indent: 3px;}
a.Submitter{display:inline-block; padding: 1px 8px 1px 8px; background: #000; color: #fff; border: none;}
a.Submitter.Purple{display:inline-block; background: #BF7CF8; color: #fff; padding: 1px 36px 1px 8px; }

/* -- GENERAL CLASSES: END -- */


/* -- TOP AREA: START -- */
.TopWrapper{
	margin-left:auto; margin-right:auto; width:976px; height: 465px;
	position:relative;
}

#TopFlashHeader{
position: absolute; top: 0px; left: 0px; width: 976px; height: 480px;
}

.Logo{
	position:absolute; left:55px; top:7px;
	width:240px; height:70px; 
	background:url(../Images/LogoGR.png) no-repeat;
}

.LogoGR{
	position:absolute; left:55px; top:7px;
	width:240px; height:70px; 
	background:url(../Images/LogoGR.png) no-repeat;
}
.LogoEN{
	position:absolute; left:55px; top:7px;
	width:240px; height:70px; 
	background:url(../Images/LogoEN.png) top left no-repeat;
}
* html .Logo{
	background-image:url(../Images/LogoIE6.gif);
}

.Languages{
	position:absolute; left:916px; top:27px;
	width:40px;
}
.Languages a{
	display:inline-block; width:20px; height:16px;
	color:#FFFFFF; text-decoration:none; text-align:center;
}
.Languages a.active{
	background-color:#FFFFFF; color:#000000;
}
.Languages a:hover{
	background-color:#000000; color:#FFFFFF;
}

.TopMenuWrapper{
	position:absolute; left:24px; top:79px;
	width:928px; height:24px; background:url(../Images/TopMenuBg.png) repeat-x; 
}
* html .TopMenuWrapper{
	background-image:url(../Images/TopMenuBgIE6.gif);
}


.createdby {
	font-size:10px;
}


	/* -- TopMenu: START -- */	
	.TopMenu{
		margin-top:-1px;
	}
	div.TopMenuItem{
		position:relative;		
	}

	a.TopMenuLink, a.TopMenuLinkActive{
		color:#FFFFFF; display:block; margin-top:1px;
		padding:2px 20px 4px 20px;
		white-space:nowrap; text-decoration:none;
		font-family:"Trebuchet MS", Tahoma, Arial, Verdana; font-size:12px;
	}	
	div.TopMenuItem:hover a.TopMenuLink, div.TopMenuItem:hover a.TopMenuLinkActive{
		color:#000000; background-color:#ffffff;
	    font-family:"Trebuchet MS", Tahoma, Arial, Verdana; font-size:12px;
	    height: 16px;
	}
	
	div.TopMenuItem a.TopMenuLinkActive, div.TopMenuItem:hover a.TopMenuLinkActive:hover{
		color:#BF7CF8; 
	}
	div.TopMenuItem td{
		border-top:0px solid transparent;
	}
	div.SubMenuWrapper{
		position:absolute; top:21px; left:0px; display:none; padding-top: 0px;	
	}
	
	* html a.TopMenuLink:hover div.SubMenuWrapper{
		border:1px solid #ff0000;
		margin:20px;
	}
	
	
	* html div.TopMenuItem a.TopMenuLinkActive{
		color:#BF7CF8;
	}
	
	* html div.TopMenuItem a.TopMenuLink:hover{
		color:#000000; background:url(../Images/white_TopMenu.png) left bottom repeat-x;
	    font-family:"Trebuchet MS", Tahoma, Arial, Verdana; font-size:12px;
	    height: 16px;
	}
	
	div.SubMenuWrapperRight{
		position:absolute; top:21px; right:1px; display:none; margin-right:-1px;
	}
	td.SubMenu{		
		padding:13px 13px 10px 20px;
		color:#959595; font-size:10px;
		line-height: 11px;
		background: url(../Images/transp_upper_line.png) top left repeat-x;
	}
	td.SubMenu.Second{padding:13px 19px 10px 22px;}	
	td.SubMenu a, td.SubMenu a.Active{
		/*white-space:nowrap;*/ width:170px; font-size:12px; display: block; margin-bottom: -5px;
	}
	
	td.SubMenu a.Active{color:#BF7CF8;}
	
	td.SubMenu div{
		width:150px;
	}
	
	
	
	
	td.SubMenu.TopMenuSubItemRight{		
		padding:0px;
		margin: 0px;
		font-size:0.5px;
		line-height: 0.2px;
		background: url(../Images/transp_upper_line.png) top left repeat-x;
	}	
	/*	
	td.TopMenuSubItemRight{
		width:3px; background:url(../Images/MenuWhiteRight.png) 100% 0 repeat-y;
	}
	* html td.TopMenuSubItemRight{
		background-image:url(../Images/MenuWhiteRightIE6.gif) top left;
	}
	*/
	
	td.TopMenuSubItemBottom{
		border:none !important;
		height:19px; 
		background:url(../Images/MenuWhiteBottom.png) 100% 0px no-repeat;
	}
	* html td.TopMenuSubItemBottom{
		background-image:url(../Images/MenuWhiteBottomIE6.gif);
	}
	/* -- TopMenu: END -- */
	
	
		

/* -- TOP AREA: END -- */








/* -- MAIN AREA: START -- */
.MainWrapper{
	margin-left:auto; margin-right:auto; width:976px;
	position:relative;
}
.MainWrapperInside{
	position:absolute; top:0px; left:0px; margin-top:0px;
}
.Legend{
	border:1px solid #CCCCCC; padding:4px; margin:5px; position:relative;
	background-color:#FFFFFF;
}
.LegendHead{
	margin-top:-12px; position:absolute; z-index:2;
	font-size:14px; color:#BF7CF8; font-weight:bold; background-color:#FFFFFF;
	padding-left:5px; padding-right:20px; line-height:14px;

}
.LegendHead.Title{
    position: relative;
    padding: 5px 0px 0px 50px;
    margin-bottom: 0px;
}
.LegendHead.Path{
    padding-left: 50px; font-size:10px;
}
.LegendHead.Path, .LegendHead.Path a{
	font-size:11px; color:#000; 	
}
.LegendHead.Path a.Selected{
	font-size:11px; color:#000; font-weight: bold; 	
}
.LegendHead.Path a{
border-bottom: 1px solid #ccc;
}
.LegendHead.Path a:hover{
border-bottom: none;
}

.LegendContents{
	padding:4px; padding-top:11px; text-align:justify;
}
a.LearnMore{
	text-decoration:underline; font-style:italic; font-size:14px;
}

.LegendContents a{text-decoration:none;}
.LegendContents a.explore{text-decoration:none;}

.frame_title{
position:absolute; color: #fff; font-size: 32px; font-weight: bold; letter-spacing: 0.8px;
left: 68px;
}
body.ie8 .frame_title{font-size: 31px;}
body.ie7 .frame_title{font-size: 34px;}
body.ie6 .frame_title{font-size: 34px;}

table.SendForm td{padding-right: 12px;}



.Legend .LegendContents.Panel a.download{display: block;
background-color: #d7d7d7;color: #555555; padding-top: 2px;line-height: 20px;
padding-right: 2px;padding-bottom: 2px; padding-left: 2px;margin-left: 0px;
margin-top: 6px;width: 100%; text-decoration: underline;font-size: 13px; 
font-style:italic; text-indent: 5px;}



* html div.grey{
	background-color:#D7D7D7;
	color:#555555;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:2px;
	padding-right:0px;
	margin-top: 6px;
	margin-bottom: 3px;
	margin-left:-8px;
	margin-right:0px;
	width: 105%; 
}



	/* -- NEWS - ANNOUNCEMENTS: START -- */
	.date{
		font-size:14px; color:#000000; font-weight:bold;
	}
	.seemore{
		display:inline-block; width:65px; padding:0px 0px 0px 2px; margin-top:5px;  
		background-color:#000000; color:#FFFFFF;
		font-size: 11px;
	}
	.seemore2{
		display:inline-block; width:65px; padding:0px 10px 0px 0px;  margin-top:5px; 
		background-color:#ffffff; color:#000000; font-weight: bold; text-decoration: underline;
		font-size: 11px;
	}	
	
	.morepages_wrapper{position:relative;top:0px;left:0px; overflow: visible; height: 0.3px;}
	.morepages{	position: absolute; display: block; height: 15px; border: 0px solid #f00; right: 0px; top: -17px;  text-align: right; margin-left: 69px;}
	.morepages a{
		display:inline-block; padding:0px 1px 2px 1px; margin:0px; margin-left:3px; margin-bottom: 4px;
		border:1px solid #000000; background-color:#000000; color:#FFFFFF;
		font-size: 10px; text-align:center; 
		width: 12px; height: 12px;
		cursor: pointer;
	}
	.morepages a.active{
		background:none; color:#BF7CF8;
	}
	
	
	.Legend a.back, a.back{text-decoration: underline; padding-left: 10px; margin-left: 13px;  background:url(../Images/back.jpg) left center no-repeat;}
	.Legend a.back:hover, a.back:hover{text-decoration: none;}
	/* -- NEWS - ANNOUNCEMENTS: START -- */
	
	
	
	
	
/* -- FOOTER AREA: START -- */
.Footer div{
	float:left; padding-left:25px;
	margin-top: -3px;
	font-weight:bold;
}
.Footer div a{
	margin-right:15px;
}
.Footer div.createdby{
	float:right;
	padding-right: 20px;
}
/* -- FOOTER AREA: END -- */


/* -- MAIN AREA: END -- */

.DownloadableFile a, .ArticleFullText a
{
    color:#BD7CFA; text-decoration:none; font-weight:bold;
}

.DownloadableFile a:hover, .ArticleFullText a:hover
{
	 text-decoration:underline;
}

.SearchLinks a
{
     text-decoration:underline; font-weight:normal; 
}

.SearchLinks a:hover
{
	text-decoration:underline;
}

.searchbox {
	position: absolute;
	width: 222px;
	height: 25px;
	top: 50px;
	right: 0px;}
	
	.searchbox .searchinput {
		border: 1px solid #D8D8D8;
		width: 170px;
		height: 18px;
		float: left;
		font-size: 12px;
		padding: 2px 0 0 1px;}
	
	.searchbutton {
		width: 27px;
		height: 22px;
		background: url(../Images/_search_button.gif) 0 0 no-repeat;
		color: #FFFFFF;
		font-family:Arial, Helvetica, sans-serif;
		text-align: center;
		font-size: 10px;
		margin-left: 4px;
		padding-top: 10px;
		border: 0;
		float: left;}
		
		
		/* -------------: photoGallery: start :------------- */
.photoGallery
{
    /*background-image:url(../Images/Gallery/GalleryLeft.png);*/
    width:335px; 
    height:200px;
    padding-top:10px;
    padding-bottom:10px;
    vertical-align:top; 
    margin-left:auto; margin-right:auto;  
}

* html .photoGallery
{
    /*background-image:url(../Images/Gallery/GalleryLeft.gif);*/
}
.photoGallery .ThumbArea{
    /*background-image:url(../Images/Gallery/GalleryWireFrame.png);*/   
    border: 1px solid lightgrey;    
    width:284px; 
    height:180px;
    margin-left:60px;
}

.photoGallery .images
{
    width:284px;
    margin: 2px 8px 8px 10px;
    overflow:hidden;
    height:160px;
}

.ThumbNail
{
    height:80px;
    width:142px;
    border:none;
    padding:0px;
}

.ThumbNail img {border:none;cursor:pointer;}

/*.mainImage{border:none;padding:0px;position:absolute;top:0px;left:339px;z-index:200; }*/
.mainImage .TL {background-image:url(../Images/Gallery/TL.png);background-repeat:no-repeat;background-position:bottom right;width:9px; height:11px;}
.mainImage .TR {background-image:url(../Images/Gallery/TR.png);background-repeat:no-repeat;background-position:bottom left;width:9px; height:11px;}
.mainImage .T {background-image:url(../Images/Gallery/T.png);background-repeat:repeat-x;background-position:bottom;height:11px;}
.mainImage .BL {background-image:url(../Images/Gallery/BL.png);background-repeat:no-repeat;background-position:top right;width:9px; height:10px;}
.mainImage .BR {background-image:url(../Images/Gallery/BR.png);background-repeat:no-repeat;background-position:top left;width:9px; height:10px;}
.mainImage .B {background-image:url(../Images/Gallery/B.png);background-repeat:repeat-x;background-position:top;height:10px;}
.mainImage .L {background-image:url(../Images/Gallery/L.png);background-repeat:repeat-y;background-position:right;width:9px;vertical-align:top;}
.mainImage .R {background-image:url(../Images/Gallery/R.png);background-repeat:repeat-y;background-position:left;width:9px;}
.mainImage .M {background-color:#FFFFFF;width:100px;height:100px;}
* html .MainImage .R {background-position:right;width:19px;}
.GalleryPrev
{
    position:absolute;
    top:-100px;left:48px;
    border:none;
    
}

.GalleryNext
{
    position:absolute;
    top:-100px;left:352px;
    border:none;
}

.PhotoHead{
	margin-top:-12px; position:absolute; z-index:2; left:125px; 
	font-size:14px; color:#BF7CF8; font-weight:bold; background-color:#FFFFFF;
	padding-left:5px; padding-right:20px; line-height:14px;

}
/* -------------: photoGallery: end :------------- */
	