/* generic page styling */
body {
    background: ivory;
    font-family: arial;
    font-size: 10pt;
    -ms-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -o-text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

/* Space at the bottom of page for scrolling */
#pastend {
    height: auto;
    padding-bottom: 700px; /*80vh - fails in Safari*/
}

a:link {text-decoration: none}
a:visited {text-decoration: none}
a:active {text-decoration: none}
a:hover {text-decoration: underline}

/* Links in resulting words */
#tabContent a:link {color: black; text-decoration: none}
#tabContent a:visited {color: black; text-decoration: none}
#tabContent a:active {color: black; text-decoration: none}
#tabContent a:hover {color: black; text-decoration: underline}

#tabParsed a:link {color: black; text-decoration: none}
#tabParsed a:visited {color: black; text-decoration: none}
#tabParsed a:active {color: black; text-decoration: none}
/*#tabParsed a:hover {color: black; text-decoration: underline}*/
#tabParsed a:hover {color: black; text-decoration: none}

h1 {
	font-family:arial;
}
h2 {
	font-family:arial;
}
h3 {
	font-family:arial;
}

table {
	font-size:10pt;
}

.container
{
    margin: 0px auto;
    width: 800px;
    padding-top: 4px
}
.section
{
    padding-bottom: 10px;
    margin-top: 0px;
    width: 800px;
    padding-right: 0px;
    clear: left;
    padding-top: 10px;
}

.content
{
    padding-bottom: 10px;
    margin-top: 0px;
    width: 800px;
    padding-right: 0px;
    clear: left;
    padding-top: 10px;
}



/* main menu css */
ul#navlist {
    padding-top: 10px;
	display: inline;
	list-style: none;
    padding-bottom: 10px;
}

ul#navlist li {
	float: left;
}

ul#navlist li a {
	text-decoration: none;
	padding:10px 20px 10px 20px;
	font-family:arial;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
	/*background: #D3B17D;*/
	background: #f5e49c;
	display:block;
	color: #000;
	font-size:10pt;
	line-height:20px;
}

ul#navlist li a:hover {
	background:#F7BB7D;
	font-size:10pt;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
	display:block;
}

/* Language Menu CSS */
ul#langlist {
	list-style: none;
}

ul#langlist li {
}
/*
ul#langlist li a {
	text-decoration: none;
	font-family:arial;
	font-size:10pt;
}

ul#langlist li a:hover {
	font-size:10pt;
}
*/
/* Sticker windows*/
.sticker_frame {
	border: 1px solid #D3B17D;
	margin-bottom: 15px;
	width: 800px;
}

.sticker_content {
	padding: 10px 10px 10px 10px;
	width: 780px;
}

.sticker_header {
    background-color: #f5e49c;
	margin: 0px;
	padding: 2px 0px 0px 10px;
}

.dictionary 
{
    margin-bottom: 0px; 
    margin-top: 0px;
}

.blog_header {
    background-color: #f5e49c;
	margin: -10px -10px 10px -10px; /*Compensate sticker_content*/
	padding: 2px 10px 0px 10px;
	font-weight:bold;
}


#btnTop {
    display: none;      /* Hidden by default */
    position: fixed;    /* Fixed position */
    top: 20pt;          /* Position at the top of screen */
    left: 0px;          /* Place the button 0px from the left - changed by script */
    z-index: 99;        /* Make sure it does not overlap */
    border: none;
    outline: none;
/*    background-color: #fff;*/
    background-color: #aaa;
    color: #f5e49c;     /* Text color */
    cursor: pointer;     /* Mouse pointer on hover */
    padding: 12px 15px 18px 15px;   /* Padding around the image "^" */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px;
    opacity: 0.5;       /* Button/image opacity */
    filter: alpha(opacity=50); /* For IE8 and earlier */    
}

#btnTop:hover {
    background-color: #aaa; /* Dark-grey background on hover */
} 

#winword /* Floating window. Not used. */
{
    display: none; 
    position: absolute; 
    z-index: 100; 
    top: 0; 
    left: -500px; 
    max-width: 360px; 
    padding: 12px 20px; 
    border: solid 3px #75a4db; 
    background: #fff;
}

.interart {
    border: 0;
    height: 1px;
    background: #ccc;
}