﻿/* CSS layout */
 body{
	height:100%;
}


body {
	min-height:1000;
	margin: 0;
	padding: 0;	
	background-image:url('../images/bamboo01.jpg');
	background-repeat:repeat;	
}

h2{
	color:orange;
}
#bodyHolder{
	
	border:0px;
	padding:0px;
	margin-top:10px;
	margin-bottom::10px;
	height:100%;
	
}

#mainBody{
	
	width:1000px;
	text-align:center;	
	border:white solid 1px;
	height:100%;
	background-color:black;
}

#masthead {
	text-align:center;
	background:#000000;
	
}


#top_nav {
	background-image:url('../images/top_nav_bg.jpg');
	background-repeat:no-repeat;
	text-align:center;
	font-size:18px;
	font-weight:normal;
	height:35px;
	background-color:black;	
	margin-bottom:3px;
}

#top_nav ul{
	list-style:none;
	position:relative;
	top:8px;
	display:block;
	}

#top_nav li{
	display:inline;
	margin:0px 10px 0px 0px;
}

#top_nav a{	
	color:#FFFF00;	
	text-align:center;
	text-decoration:none;
	width:150px;
	font-size:18px;
	font-weight:lighter;

}
	
#top_nav a:hover{
	color:#FF9900;
	text-decoration:underline;
	text-transform:capitalize;
} 


.headerFlag{
	position:relative;
		
	}
	
.headerFlagUK{
	margin-left:10px;
}

.headerFlagCH{
	margin-right:10px;
}

#tabbedMenu{
	position:relative;
	top:4px;
	height:50px;
	overflow:visible;
	}

#top_welcome{
	height:100px;
	text-align:center;
	background-image:url('../images/headerBG.jpg');
	background-repeat:repeat-x;
	color:white;
}

#container {
	height:100%;
	background-color:black;
	/*background-image:url('../images/bamboo01.jpg');
	background-repeat:repeat;*/
}

* #left_col {
	float:left;
	width: 200px;
	text-align:center;
	background-color:black;
	font-size:0.9em;
	height:100%;
	min-height:971px;		
	}
	
#left_col li{
	list-style:none;
	margin-left:-35px;
}

#left_col p{
	margin:10px;
}

#left_col p image{
	margin-top: 3px;
}

#left_col li a{
	color:yellow;
}

#left_col li a:hover{
	color:orange;
}

#left_col li a:visited{
	color:orange;
}

#page_content, #page_content_ol {
	
	margin-right: 200px;
	text-align:center;
	height:100%;
	background-color:black;
	color:#FFFF99;
	font-family:Arial, Helvetica, sans-serif;
}

#page_content {
	margin-left: 200px;
}

#contentRight{
	width:155px;
	float:right;
	margin-left:2px;
	margin-right:3px;
	padding:3px 1px 3px 2px;
	height:100%;
	
}

#contentRight li{
	list-style-image:url('../images/tick_10x10.jpg');
	margin:2px 0px 2px 0px;
	font-size:0.75em;
	list-style-position:outside;
	text-align:left;
}


* #right_col {
	float:right;
	width: 200px;	
	height:100%;
	background-color:black;
	text-align:center;
	min-height:971px;
	font-size:0.9em;	
		}
		
#right_col p{
	margin:10px;
}

#right_col p image{
	margin-top:3px;
}



#rContentHeader{
	font-size:0.9em;
	font-weight:bold;
	padding:3px 1px;
	color:white;
}

	
#mainWelcomeHeader{
	font-weight:bold;
	font-style:italic;
}


#mainWelcomeHeader p{
	color:#3366FF;
	text-align:center;
	text-decoration:none;
	font-size:14px;

}

#contentHeader{
	background-image:url('../images/thumbsUp_50x50.jpg' );
	background-repeat:no-repeat;
	background-position:left;
	font-size:1.8em;
	font-family:Papyrus;
	text-align:left;
	padding-left:30px;
	color:orange;
	font-weight:bold;
	
}

#contentMain{
	height:100%;
	padding:10px 15px;
	background-color:black;
	border-left:1px silver solid;
	border-right:1px silver solid;
	border-top:1px silver solid;
	min-height:950px;
	}

#contentMain a:hover{color:orange;}
#contentMain a:visited{color:orange;}
#contentMain a:link{ color:yellow; font-weight:bolder;}

#contentMain p{
	text-align:justify;
	font-size:0.75em;
	height:100%;
}

#contentMain li{
	text-align:left;
	list-style-type:circle;
	font-size:0.75em;
} 

#mainInfo{
	text-align:center;
	min-heigth:800px;
	height:100%;
}

#mainInfo h5{
	text-align:left;
	font-size:0.8px;
}

#mainInfo h4{
	text-align:left;
	font-weight:bold;
	font-size:0.9em;	
}

#mainInfo h3{
	font-size:.95em;
	text-align:left;
	font-weight:bold;	
}

#mainInfo h2{
	font-size:1.0em;
	text-align:left;
	font-weight:bold;	
}

#mainInfo li{
	list-style-image:url('../images/tick_10x10.jpg');
	list-style-position:outside;
	text-align:left;
}

#footer {
	clear: both;
	 background-image:url('../images/footerbg.jpg');
	 background-repeat:repeat-x;
	color:white;
	text-align:center;
	height:40px;
	border-top:1px silver solid;
}

#footer span a:link{
	color:yellow;
}

#footer span a:hover{
	color:orange;
}

#footer span a:visited{
	color:orange;
}

#searchForm{
	border-left:1px silver solid;
	border-right:1px silver solid;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFF99;
	margin-bottom:5px;
}

.copyRight{
	font-size:10px;
	position:relative;
	top:-15px;
}

#subscribeForm{
	text-align:center;
	position:relative;
	top:30px;
	margin-bottom:50px;
}

#subscribeForm p{
	text-align:	center;
}

.fieldText{
	border: 1px solid black;
	width:250px;
	border-color:black;
	padding-left:5px;
}
.fieldLabel{
	width:100px;
	padding-right:5px;
}

.emailLabel{
	margin-right:28px;
}
.locationLabel{
	margin-right:7px;
}
.submitSubscribeButton{
	margin-left:260px;
}
.commentsLabel{
	margin-bottom:55px;
}

.visible{
	display:block;
} 

.hidden{
	display:none;
}

.imageHolder{
	max-height:350px;
	max-width:450px;
	text-align:right;
}

.nextImageButton{
	margin-top:15px;
	margin-bottom:30px;
	text-align:center;
}

.menuButton{
	border-right:1px silver solid;
	border-bottom:1px silver solid;	
	cursor:pointer;
	}

.imgResize{
	width:424px;
	height:364px;
	}
	
#toggleButton{
	border:1px aqua solid;
}
#togglediv{
	border:1px aqua solid;
}
#VersionLinkEN{
	text-align:center;
	}
	
#inDevelopment{
	color:#0033FF;
	font-size:13px;
	text-align:left;
	font-weight:bold;
	margin-top:15px;
}
.adsBanner{
	padding-top:10px;
	padding-bottom:10px;
}
#adsRight{
	margin-bottom:20px;
	padding-bottom:10px;
}
#donateToggle{
	font-family:Arial, Helvetica, sans-serif;
	background-color:black;
	color:yellow;
	font-weight:bolder;
	padding:3px;
	margin-top:5px;
	display:none;
}
#txtPresentation{
	border:1px yellow solid;
}


#dictResults{
}

#dictResults table{
	width:100%;
	border:1px thin silver;
	margin-right:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:orange;
	
}

#dictResults th{
	background-color:#0033FF;
	color:#CCCCCC;
	font-size:16px;
}

#dictResults tr{
	border:1px thin silver;
}

#dictResults td{
	
	
}
#pageIndex {
	margin-right:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:underline;
}

#pageIndex:hover{
	background-color:white;
	color:black;
	border:1px thin sliver;
}

.fieldTD:hover{
	font-size:36px;
}
.pgHighlight{
	background-color:black;
	border:1px thin sliver;
	font-family:Arial, Helvetica, sans-serif;
}

.definitionsTD {
	font-size:12px;
	
	color:black;
}

#searchMode{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:3px 0px 5px 0px;
	caption-side:top;	
	}

#subMenu
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#SoImageHolder{
	height:200px;
	}
	
#def p{
	text-align:center;
	font-size:1.1em;
}

.newsText{
	text-align:justify;
	font-size:0.8em;
	height:100%;
	color:#FFFF99;
			
		}
